Skip to content

Commit 565c33c

Browse files
committed
Removed some dev code
1 parent 1ae93aa commit 565c33c

File tree

3 files changed

+20
-369
lines changed

3 files changed

+20
-369
lines changed

src/routes/Styleguide.tsx

+2-245
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ export default function Operations() {
7575

7676
<h2>Colours</h2>
7777

78-
<p>Greys</p>
79-
<div className='container flex'>
78+
<div className='container flex wrap'>
8079
<div className='container colour-container flex no-gap flex-column'>
80+
<p>Grey</p>
8181
<div className='colour w-1' />
8282
<div className='colour g-6' />
8383
<div className='colour g-5' />
@@ -87,9 +87,6 @@ export default function Operations() {
8787
<div className='colour g-1' />
8888
<div className='colour b-1' />
8989
</div>
90-
</div>
91-
92-
<div className='container flex wrap'>
9390
<div className='container colour-container flex no-gap flex-column'>
9491
<p>Purple</p>
9592
<div className='colour purple-base' />
@@ -176,54 +173,6 @@ export default function Operations() {
176173
>
177174
Your text here
178175
</Button>
179-
180-
<button
181-
type='button'
182-
className='btn-default bp5-button'
183-
>
184-
<span
185-
aria-hidden='true'
186-
className='bp5-icon bp5-icon-add'
187-
>
188-
<svg
189-
data-icon='add'
190-
height='16'
191-
role='img'
192-
viewBox='0 0 16 16'
193-
width='16'
194-
>
195-
<path
196-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
197-
fillRule='evenodd'
198-
/>
199-
</svg>
200-
</span>
201-
<span className='bp5-button-text'>Your text here</span>
202-
</button>
203-
204-
<button
205-
type='button'
206-
className='btn-default bp5-button bp5-minimal'
207-
>
208-
<span
209-
aria-hidden='true'
210-
className='bp5-icon bp5-icon-add'
211-
>
212-
<svg
213-
data-icon='add'
214-
height='16'
215-
role='img'
216-
viewBox='0 0 16 16'
217-
width='16'
218-
>
219-
<path
220-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
221-
fillRule='evenodd'
222-
/>
223-
</svg>
224-
</span>
225-
<span className='bp5-button-text'>Your text here</span>
226-
</button>
227176
</div>
228177

229178
<div>
@@ -242,54 +191,6 @@ export default function Operations() {
242191
>
243192
Your text here
244193
</Button>
245-
246-
<button
247-
type='button'
248-
className='btn bp5-button bp5-intent-primary'
249-
>
250-
<span
251-
aria-hidden='true'
252-
className='bp5-icon bp5-icon-add'
253-
>
254-
<svg
255-
data-icon='add'
256-
height='16'
257-
role='img'
258-
viewBox='0 0 16 16'
259-
width='16'
260-
>
261-
<path
262-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
263-
fillRule='evenodd'
264-
/>
265-
</svg>
266-
</span>
267-
<span className='bp5-button-text'>Your text here</span>
268-
</button>
269-
270-
<button
271-
type='button'
272-
className='btn bp5-button bp5-minimal bp5-intent-primary'
273-
>
274-
<span
275-
aria-hidden='true'
276-
className='bp5-icon bp5-icon-add'
277-
>
278-
<svg
279-
data-icon='add'
280-
height='16'
281-
role='img'
282-
viewBox='0 0 16 16'
283-
width='16'
284-
>
285-
<path
286-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
287-
fillRule='evenodd'
288-
/>
289-
</svg>
290-
</span>
291-
<span className='bp5-button-text'>Your text here</span>
292-
</button>
293194
</div>
294195

295196
<div>
@@ -308,54 +209,6 @@ export default function Operations() {
308209
>
309210
Your text here
310211
</Button>
311-
312-
<button
313-
type='button'
314-
className='btn-success bp5-button bp5-intent-success'
315-
>
316-
<span
317-
aria-hidden='true'
318-
className='bp5-icon bp5-icon-add'
319-
>
320-
<svg
321-
data-icon='add'
322-
height='16'
323-
role='img'
324-
viewBox='0 0 16 16'
325-
width='16'
326-
>
327-
<path
328-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
329-
fillRule='evenodd'
330-
/>
331-
</svg>
332-
</span>
333-
<span className='bp5-button-text'>Your text here</span>
334-
</button>
335-
336-
<button
337-
type='button'
338-
className='btn-success bp5-button bp5-minimal bp5-intent-success'
339-
>
340-
<span
341-
aria-hidden='true'
342-
className='bp5-icon bp5-icon-add'
343-
>
344-
<svg
345-
data-icon='add'
346-
height='16'
347-
role='img'
348-
viewBox='0 0 16 16'
349-
width='16'
350-
>
351-
<path
352-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
353-
fillRule='evenodd'
354-
/>
355-
</svg>
356-
</span>
357-
<span className='bp5-button-text'>Your text here</span>
358-
</button>
359212
</div>
360213

361214
<div>
@@ -374,54 +227,6 @@ export default function Operations() {
374227
>
375228
Your text here
376229
</Button>
377-
378-
<button
379-
type='button'
380-
className='btn-warning bp5-button bp5-intent-warning'
381-
>
382-
<span
383-
aria-hidden='true'
384-
className='bp5-icon bp5-icon-add'
385-
>
386-
<svg
387-
data-icon='add'
388-
height='16'
389-
role='img'
390-
viewBox='0 0 16 16'
391-
width='16'
392-
>
393-
<path
394-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
395-
fillRule='evenodd'
396-
/>
397-
</svg>
398-
</span>
399-
<span className='bp5-button-text'>Your text here</span>
400-
</button>
401-
402-
<button
403-
type='button'
404-
className='btn-warning bp5-button bp5-minimal bp5-intent-warning'
405-
>
406-
<span
407-
aria-hidden='true'
408-
className='bp5-icon bp5-icon-add'
409-
>
410-
<svg
411-
data-icon='add'
412-
height='16'
413-
role='img'
414-
viewBox='0 0 16 16'
415-
width='16'
416-
>
417-
<path
418-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
419-
fillRule='evenodd'
420-
/>
421-
</svg>
422-
</span>
423-
<span className='bp5-button-text'>Your text here</span>
424-
</button>
425230
</div>
426231

427232
<div>
@@ -440,54 +245,6 @@ export default function Operations() {
440245
>
441246
Your text here
442247
</Button>
443-
444-
<button
445-
type='button'
446-
className='btn-error bp5-button bp5-intent-danger'
447-
>
448-
<span
449-
aria-hidden='true'
450-
className='bp5-icon bp5-icon-add'
451-
>
452-
<svg
453-
data-icon='add'
454-
height='16'
455-
role='img'
456-
viewBox='0 0 16 16'
457-
width='16'
458-
>
459-
<path
460-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
461-
fillRule='evenodd'
462-
/>
463-
</svg>
464-
</span>
465-
<span className='bp5-button-text'>Your text here</span>
466-
</button>
467-
468-
<button
469-
type='button'
470-
className='btn-error bp5-button bp5-minimal bp5-intent-danger'
471-
>
472-
<span
473-
aria-hidden='true'
474-
className='bp5-icon bp5-icon-add'
475-
>
476-
<svg
477-
data-icon='add'
478-
height='16'
479-
role='img'
480-
viewBox='0 0 16 16'
481-
width='16'
482-
>
483-
<path
484-
d='M10.99 6.99h-2v-2c0-.55-.45-1-1-1s-1 .45-1 1v2h-2c-.55 0-1 .45-1 1s.45 1 1 1h2v2c0 .55.45 1 1 1s1-.45 1-1v-2h2c.55 0 1-.45 1-1s-.45-1-1-1zm-3-7c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.68 6-6 6z'
485-
fillRule='evenodd'
486-
/>
487-
</svg>
488-
</span>
489-
<span className='bp5-button-text'>Your text here</span>
490-
</button>
491248
</div>
492249
</div>
493250

0 commit comments

Comments
 (0)