@marigold/icons 0.2.0 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (227) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/action/Cancel.d.ts +1 -0
  3. package/dist/action/Crop.d.ts +1 -0
  4. package/dist/action/Edit.d.ts +1 -0
  5. package/dist/action/FormatBold.d.ts +1 -0
  6. package/dist/action/FormatItalic.d.ts +1 -0
  7. package/dist/action/FormatSize.d.ts +1 -0
  8. package/dist/action/HighlightOff.d.ts +1 -0
  9. package/dist/action/Image.d.ts +1 -0
  10. package/dist/action/Location.d.ts +1 -0
  11. package/dist/action/Lock.d.ts +1 -0
  12. package/dist/action/LockOpen.d.ts +1 -0
  13. package/dist/action/Pause.d.ts +1 -0
  14. package/dist/action/PauseAlt.d.ts +1 -0
  15. package/dist/action/Play.d.ts +1 -0
  16. package/dist/action/PlayAlt.d.ts +1 -0
  17. package/dist/action/ResaleEdit.d.ts +1 -0
  18. package/dist/action/RotateLeft.d.ts +1 -0
  19. package/dist/action/RotateRight.d.ts +1 -0
  20. package/dist/action/Save.d.ts +1 -0
  21. package/dist/action/Sort.d.ts +1 -0
  22. package/dist/action/SortDown.d.ts +1 -0
  23. package/dist/action/SortUp.d.ts +1 -0
  24. package/dist/action/Star.d.ts +1 -0
  25. package/dist/action/Stop.d.ts +1 -0
  26. package/dist/action/Underlined.d.ts +1 -0
  27. package/dist/action/Zoom.d.ts +1 -0
  28. package/dist/icons.cjs.development.js +315 -337
  29. package/dist/icons.cjs.development.js.map +1 -1
  30. package/dist/icons.cjs.production.min.js +1 -1
  31. package/dist/icons.cjs.production.min.js.map +1 -1
  32. package/dist/icons.esm.js +212 -233
  33. package/dist/icons.esm.js.map +1 -1
  34. package/dist/index.d.ts +0 -1
  35. package/dist/info/Accessible.d.ts +1 -0
  36. package/dist/info/AutoRenew.d.ts +1 -0
  37. package/dist/info/Banned.d.ts +1 -0
  38. package/dist/info/Bus.d.ts +1 -0
  39. package/dist/info/Calendar.d.ts +1 -0
  40. package/dist/info/Camera.d.ts +1 -0
  41. package/dist/info/Clock.d.ts +1 -0
  42. package/dist/info/Direction.d.ts +1 -0
  43. package/dist/info/Email.d.ts +1 -0
  44. package/dist/info/EventDate.d.ts +1 -0
  45. package/dist/info/Exclamation.d.ts +1 -0
  46. package/dist/info/Feedback.d.ts +1 -0
  47. package/dist/info/Food.d.ts +1 -0
  48. package/dist/info/Globe.d.ts +1 -0
  49. package/dist/info/Home.d.ts +1 -0
  50. package/dist/info/Info.d.ts +1 -0
  51. package/dist/info/Marker.d.ts +1 -0
  52. package/dist/info/MobilePhone.d.ts +1 -0
  53. package/dist/info/Notification.d.ts +1 -0
  54. package/dist/info/Parking.d.ts +1 -0
  55. package/dist/info/Phone.d.ts +1 -0
  56. package/dist/info/Print.d.ts +1 -0
  57. package/dist/info/Required.d.ts +1 -0
  58. package/dist/info/ResaleLogbook.d.ts +1 -0
  59. package/dist/info/Spinner.d.ts +1 -0
  60. package/dist/info/Thumb.d.ts +1 -0
  61. package/dist/info/Truck.d.ts +1 -0
  62. package/dist/social/Facebook.d.ts +1 -0
  63. package/dist/social/Google.d.ts +1 -0
  64. package/dist/social/Instagram.d.ts +1 -0
  65. package/dist/social/Share.d.ts +1 -0
  66. package/dist/social/Twitter.d.ts +1 -0
  67. package/dist/social/Whatsapp.d.ts +1 -0
  68. package/dist/ticketing/Deal.d.ts +1 -0
  69. package/dist/ticketing/DesignTicket.d.ts +1 -0
  70. package/dist/ticketing/GiftCard.d.ts +1 -0
  71. package/dist/ticketing/Membership.d.ts +1 -0
  72. package/dist/ticketing/Pickup.d.ts +1 -0
  73. package/dist/ticketing/Price.d.ts +1 -0
  74. package/dist/ticketing/Resale.d.ts +1 -0
  75. package/dist/ticketing/Scanner.d.ts +1 -0
  76. package/dist/ticketing/Seat.d.ts +1 -0
  77. package/dist/ticketing/Selling.d.ts +1 -0
  78. package/dist/ticketing/Ticket.d.ts +1 -0
  79. package/dist/ticketing/TicketInsurance.d.ts +1 -0
  80. package/dist/ticketing/Turnstile.d.ts +1 -0
  81. package/dist/ui/Add.d.ts +1 -0
  82. package/dist/ui/ArrowDown.d.ts +1 -0
  83. package/dist/ui/ArrowDownA.d.ts +1 -0
  84. package/dist/ui/ArrowLeft.d.ts +1 -0
  85. package/dist/ui/ArrowLeftA.d.ts +1 -0
  86. package/dist/ui/ArrowRight.d.ts +1 -0
  87. package/dist/ui/ArrowRightA.d.ts +1 -0
  88. package/dist/ui/ArrowUp.d.ts +1 -0
  89. package/dist/ui/ArrowUpA.d.ts +1 -0
  90. package/dist/ui/BurgerMenu.d.ts +1 -0
  91. package/dist/ui/Check.d.ts +1 -0
  92. package/dist/ui/CircleChecked.d.ts +1 -0
  93. package/dist/ui/CircleUnchecked.d.ts +1 -0
  94. package/dist/ui/Close.d.ts +1 -0
  95. package/dist/ui/Delete.d.ts +1 -0
  96. package/dist/ui/ExternalLink.d.ts +1 -0
  97. package/dist/ui/Filter.d.ts +1 -0
  98. package/dist/ui/IconMore.d.ts +1 -0
  99. package/dist/ui/Remove.d.ts +1 -0
  100. package/dist/ui/Search.d.ts +1 -0
  101. package/dist/ui/SettingDots.d.ts +1 -0
  102. package/dist/ui/SquareChecked.d.ts +1 -0
  103. package/dist/ui/SquareUnchecked.d.ts +1 -0
  104. package/dist/user/Cart.d.ts +1 -0
  105. package/dist/user/CreditCard.d.ts +1 -0
  106. package/dist/user/Group.d.ts +1 -0
  107. package/dist/user/Id.d.ts +1 -0
  108. package/dist/user/SmilieDissatisfied.d.ts +1 -0
  109. package/dist/user/SmilieNeutral.d.ts +1 -0
  110. package/dist/user/SmilieSatisfied.d.ts +1 -0
  111. package/dist/user/SmilieVeryDissatisfied.d.ts +1 -0
  112. package/dist/user/SmilieVerySatisfied.d.ts +1 -0
  113. package/dist/user/User.d.ts +1 -0
  114. package/package.json +4 -4
  115. package/src/action/Cancel.tsx +1 -1
  116. package/src/action/Crop.tsx +1 -1
  117. package/src/action/Edit.tsx +1 -1
  118. package/src/action/FormatBold.tsx +1 -1
  119. package/src/action/FormatItalic.tsx +1 -1
  120. package/src/action/FormatSize.tsx +1 -1
  121. package/src/action/HighlightOff.tsx +1 -1
  122. package/src/action/Image.tsx +1 -1
  123. package/src/action/Location.tsx +1 -1
  124. package/src/action/Lock.tsx +1 -1
  125. package/src/action/LockOpen.tsx +1 -1
  126. package/src/action/Pause.tsx +1 -1
  127. package/src/action/PauseAlt.tsx +1 -1
  128. package/src/action/Play.tsx +1 -1
  129. package/src/action/PlayAlt.tsx +1 -1
  130. package/src/action/ResaleEdit.tsx +1 -1
  131. package/src/action/RotateLeft.tsx +1 -1
  132. package/src/action/RotateRight.tsx +1 -1
  133. package/src/action/Save.tsx +1 -1
  134. package/src/action/Sort.tsx +1 -1
  135. package/src/action/SortDown.tsx +1 -1
  136. package/src/action/SortUp.tsx +1 -1
  137. package/src/action/Star.tsx +1 -1
  138. package/src/action/Stop.tsx +1 -1
  139. package/src/action/Underlined.tsx +1 -1
  140. package/src/action/Zoom.tsx +1 -1
  141. package/src/index.ts +0 -1
  142. package/src/info/Accessible.tsx +1 -1
  143. package/src/info/AutoRenew.tsx +1 -1
  144. package/src/info/Banned.tsx +1 -1
  145. package/src/info/Bus.tsx +1 -1
  146. package/src/info/Calendar.tsx +1 -1
  147. package/src/info/Camera.tsx +1 -1
  148. package/src/info/Clock.tsx +1 -1
  149. package/src/info/Direction.tsx +1 -1
  150. package/src/info/Email.tsx +1 -1
  151. package/src/info/EventDate.tsx +1 -1
  152. package/src/info/Exclamation.tsx +1 -1
  153. package/src/info/Feedback.tsx +1 -1
  154. package/src/info/Food.tsx +1 -1
  155. package/src/info/Globe.tsx +1 -1
  156. package/src/info/Home.tsx +1 -1
  157. package/src/info/Info.tsx +1 -1
  158. package/src/info/Marker.tsx +1 -1
  159. package/src/info/MobilePhone.tsx +1 -1
  160. package/src/info/Notification.tsx +1 -1
  161. package/src/info/Parking.tsx +1 -1
  162. package/src/info/Phone.tsx +1 -1
  163. package/src/info/Print.tsx +1 -1
  164. package/src/info/Required.tsx +1 -1
  165. package/src/info/ResaleLogbook.tsx +1 -1
  166. package/src/info/Spinner.tsx +1 -1
  167. package/src/info/Thumb.tsx +1 -1
  168. package/src/info/Truck.tsx +1 -1
  169. package/src/social/Facebook.tsx +1 -1
  170. package/src/social/Google.tsx +1 -1
  171. package/src/social/Instagram.tsx +1 -1
  172. package/src/social/Share.tsx +1 -1
  173. package/src/social/Twitter.tsx +1 -1
  174. package/src/social/Whatsapp.tsx +1 -1
  175. package/src/ticketing/Deal.tsx +1 -1
  176. package/src/ticketing/DesignTicket.tsx +1 -1
  177. package/src/ticketing/GiftCard.tsx +1 -1
  178. package/src/ticketing/Membership.tsx +1 -1
  179. package/src/ticketing/Pickup.tsx +1 -1
  180. package/src/ticketing/Price.tsx +1 -1
  181. package/src/ticketing/Resale.tsx +1 -1
  182. package/src/ticketing/Scanner.tsx +1 -1
  183. package/src/ticketing/Seat.tsx +1 -1
  184. package/src/ticketing/Selling.tsx +1 -1
  185. package/src/ticketing/Ticket.tsx +1 -1
  186. package/src/ticketing/TicketInsurance.tsx +1 -1
  187. package/src/ticketing/Turnstile.tsx +1 -1
  188. package/src/ui/Add.tsx +1 -1
  189. package/src/ui/ArrowDown.tsx +1 -1
  190. package/src/ui/ArrowDownA.tsx +1 -1
  191. package/src/ui/ArrowLeft.tsx +1 -1
  192. package/src/ui/ArrowLeftA.tsx +1 -1
  193. package/src/ui/ArrowRight.tsx +1 -1
  194. package/src/ui/ArrowRightA.tsx +1 -1
  195. package/src/ui/ArrowUp.tsx +1 -1
  196. package/src/ui/ArrowUpA.tsx +1 -1
  197. package/src/ui/BurgerMenu.tsx +1 -1
  198. package/src/ui/Check.tsx +1 -1
  199. package/src/ui/CircleChecked.tsx +1 -1
  200. package/src/ui/CircleUnchecked.tsx +1 -1
  201. package/src/ui/Close.tsx +1 -1
  202. package/src/ui/Delete.tsx +1 -1
  203. package/src/ui/ExternalLink.tsx +1 -1
  204. package/src/ui/Filter.tsx +1 -1
  205. package/src/ui/IconMore.tsx +1 -1
  206. package/src/ui/Remove.tsx +1 -1
  207. package/src/ui/Search.tsx +1 -1
  208. package/src/ui/SettingDots.tsx +1 -1
  209. package/src/ui/SquareChecked.tsx +1 -1
  210. package/src/ui/SquareUnchecked.tsx +1 -1
  211. package/src/user/Cart.tsx +1 -1
  212. package/src/user/CreditCard.tsx +1 -1
  213. package/src/user/Group.tsx +1 -1
  214. package/src/user/Id.tsx +1 -1
  215. package/src/user/SmilieDissatisfied.tsx +1 -1
  216. package/src/user/SmilieNeutral.tsx +1 -1
  217. package/src/user/SmilieSatisfied.tsx +1 -1
  218. package/src/user/SmilieVeryDissatisfied.tsx +1 -1
  219. package/src/user/SmilieVerySatisfied.tsx +1 -1
  220. package/src/user/User.tsx +1 -1
  221. package/dist/SVG/SVG.d.ts +0 -8
  222. package/dist/SVG/index.d.ts +0 -1
  223. package/src/Icons.stories.mdx +0 -1557
  224. package/src/SVG/SVG.stories.mdx +0 -55
  225. package/src/SVG/SVG.test.tsx +0 -69
  226. package/src/SVG/SVG.tsx +0 -30
  227. package/src/SVG/index.ts +0 -1
@@ -1,1557 +0,0 @@
1
- import { ArgsTable, Canvas, Meta, Story } from '@storybook/addon-docs';
2
- import {
3
- Cancel,
4
- Crop,
5
- Edit,
6
- FormatBold,
7
- FormatItalic,
8
- FormatSize,
9
- HighlightOff,
10
- Image,
11
- Location,
12
- Lock,
13
- LockOpen,
14
- Pause,
15
- PauseAlt,
16
- Play,
17
- PlayAlt,
18
- ResaleEdit,
19
- RotateLeft,
20
- RotateRight,
21
- Save,
22
- Sort,
23
- SortDown,
24
- SortUp,
25
- Star,
26
- Stop,
27
- Underlined,
28
- Zoom,
29
- Accessible,
30
- AutoRenew,
31
- Banned,
32
- Bus,
33
- Calendar,
34
- Camera,
35
- Clock,
36
- Direction,
37
- Email,
38
- EventDate,
39
- Exclamation,
40
- Feedback,
41
- Food,
42
- Globe,
43
- Home,
44
- Info,
45
- Marker,
46
- MobilePhone,
47
- Notification,
48
- Parking,
49
- Phone,
50
- Print,
51
- Required,
52
- ResaleLogbook,
53
- Spinner,
54
- Thumb,
55
- Truck,
56
- Cart,
57
- CreditCard,
58
- Group,
59
- Id,
60
- SmilieDissatisfied,
61
- SmilieNeutral,
62
- SmilieSatisfied,
63
- SmilieVeryDissatisfied,
64
- SmilieVerySatisfied,
65
- User,
66
- Deal,
67
- DesignTicket,
68
- GiftCard,
69
- Membership,
70
- Pickup,
71
- Price,
72
- Resale,
73
- Scanner,
74
- Seat,
75
- Selling,
76
- Ticket,
77
- TicketInsurance,
78
- Turnstile,
79
- Add,
80
- ArrowDown,
81
- ArrowDownA,
82
- ArrowLeft,
83
- ArrowLeftA,
84
- ArrowRight,
85
- ArrowRightA,
86
- ArrowUp,
87
- ArrowUpA,
88
- BurgerMenu,
89
- Check,
90
- CircleUnchecked,
91
- CircleChecked,
92
- Close,
93
- Delete,
94
- ExternalLink,
95
- Filter,
96
- IconMore,
97
- Remove,
98
- Search,
99
- SettingDots,
100
- SquareUnchecked,
101
- SquareChecked,
102
- Facebook,
103
- Google,
104
- Instagram,
105
- Share,
106
- Twitter,
107
- Whatsapp,
108
- } from '@marigold/icons';
109
- import {
110
- Column,
111
- Columns,
112
- Container,
113
- Heading,
114
- Stack,
115
- Text,
116
- } from '@marigold/components';
117
- import { useStyles } from '@marigold/system';
118
-
119
- <Meta
120
- title="Tokens/Marigold Icons"
121
- argTypes={{
122
- size: {
123
- control: {
124
- type: 'number',
125
- },
126
- description: 'Size of the squared icon',
127
- table: {
128
- defaultValue: {
129
- summary: 24,
130
- },
131
- },
132
- },
133
- fill: {
134
- control: {
135
- type: 'text',
136
- },
137
- description: 'Color of the icon',
138
- table: {
139
- defaultValue: {
140
- summary: 'currentcolor',
141
- },
142
- },
143
- },
144
- }}
145
- />
146
-
147
- # Icons
148
-
149
- export const Template = args => <ArrowUpA {...args} />;
150
-
151
- <Canvas>
152
- <Story name="Example">{Template.bind({})}</Story>
153
- </Canvas>
154
-
155
- <ArgsTable story="Example" />
156
-
157
- ### UI
158
-
159
- <Canvas>
160
- <Story name="UI">
161
- <Columns space={8}>
162
- <Column width={4}>
163
- <Heading>UI</Heading>
164
- <Container
165
- className={useStyles({
166
- css: {
167
- bg: 'white',
168
- p: '8px',
169
- display: 'flex',
170
- justifyContent: 'space-between',
171
- },
172
- })}
173
- >
174
- <Text>ArrowUpA</Text>
175
- <ArrowUpA />
176
- </Container>
177
- <Container
178
- className={useStyles({
179
- css: {
180
- bg: '#e9e7eb',
181
- p: '8px',
182
- display: 'flex',
183
- justifyContent: 'space-between',
184
- },
185
- })}
186
- >
187
- <Text>ArrowRightA</Text>
188
- <ArrowRightA />
189
- </Container>
190
- <Container
191
- className={useStyles({
192
- css: {
193
- bg: 'white',
194
- p: '8px',
195
- display: 'flex',
196
- justifyContent: 'space-between',
197
- },
198
- })}
199
- >
200
- <Text>ArrowDownA</Text>
201
- <ArrowDownA />
202
- </Container>
203
- <Container
204
- className={useStyles({
205
- css: {
206
- bg: '#e9e7eb',
207
- p: '8px',
208
- display: 'flex',
209
- justifyContent: 'space-between',
210
- },
211
- })}
212
- >
213
- <Text>ArrowLeftA</Text>
214
- <ArrowLeftA />
215
- </Container>
216
- <Container
217
- className={useStyles({
218
- css: {
219
- bg: 'white',
220
- p: '8px',
221
- display: 'flex',
222
- justifyContent: 'space-between',
223
- },
224
- })}
225
- >
226
- <Text>SettingDots</Text>
227
- <SettingDots />
228
- </Container>
229
- <Container
230
- className={useStyles({
231
- css: {
232
- bg: '#e9e7eb',
233
- p: '8px',
234
- display: 'flex',
235
- justifyContent: 'space-between',
236
- },
237
- })}
238
- >
239
- <Text>Check</Text>
240
- <Check />
241
- </Container>
242
- <Container
243
- className={useStyles({
244
- css: {
245
- bg: 'white',
246
- p: '8px',
247
- display: 'flex',
248
- justifyContent: 'space-between',
249
- },
250
- })}
251
- >
252
- <Text>Add</Text>
253
- <Add />
254
- </Container>
255
- </Column>
256
- <Column width={4}>
257
- <Container
258
- className={useStyles({
259
- css: {
260
- bg: '#e9e7eb',
261
- p: '8px',
262
- display: 'flex',
263
- justifyContent: 'space-between',
264
- },
265
- })}
266
- >
267
- <Text>Remove</Text>
268
- <Remove />
269
- </Container>
270
- <Container
271
- className={useStyles({
272
- css: {
273
- bg: 'white',
274
- p: '8px',
275
- display: 'flex',
276
- justifyContent: 'space-between',
277
- },
278
- })}
279
- >
280
- <Text>ArrowUp</Text>
281
- <ArrowUp />
282
- </Container>
283
- <Container
284
- className={useStyles({
285
- css: {
286
- bg: '#e9e7eb',
287
- p: '8px',
288
- display: 'flex',
289
- justifyContent: 'space-between',
290
- },
291
- })}
292
- >
293
- <Text>ArrowRight</Text>
294
- <ArrowRight />
295
- </Container>
296
- <Container
297
- className={useStyles({
298
- css: {
299
- bg: 'white',
300
- p: '8px',
301
- display: 'flex',
302
- justifyContent: 'space-between',
303
- },
304
- })}
305
- >
306
- <Text>ArrowDown</Text>
307
- <ArrowDown />
308
- </Container>
309
- <Container
310
- className={useStyles({
311
- css: {
312
- bg: '#e9e7eb',
313
- p: '8px',
314
- display: 'flex',
315
- justifyContent: 'space-between',
316
- },
317
- })}
318
- >
319
- <Text>ArrowLeft</Text>
320
- <ArrowLeft />
321
- </Container>
322
- <Container
323
- className={useStyles({
324
- css: {
325
- bg: 'white',
326
- p: '8px',
327
- display: 'flex',
328
- justifyContent: 'space-between',
329
- },
330
- })}
331
- >
332
- <Text>IconMore</Text>
333
- <IconMore />
334
- </Container>
335
- <Container
336
- className={useStyles({
337
- css: {
338
- bg: '#e9e7eb',
339
- p: '8px',
340
- display: 'flex',
341
- justifyContent: 'space-between',
342
- },
343
- })}
344
- >
345
- <Text>Search</Text>
346
- <Search />
347
- </Container>
348
- <Container
349
- className={useStyles({
350
- css: {
351
- bg: 'white',
352
- p: '8px',
353
- display: 'flex',
354
- justifyContent: 'space-between',
355
- },
356
- })}
357
- >
358
- <Text>SquareUnchecked</Text>
359
- <SquareUnchecked />
360
- </Container>
361
- </Column>
362
- <Column width={4}>
363
- <Container
364
- className={useStyles({
365
- css: {
366
- bg: '#e9e7eb',
367
- p: '8px',
368
- display: 'flex',
369
- justifyContent: 'space-between',
370
- },
371
- })}
372
- >
373
- <Text>SquareChecked</Text>
374
- <SquareChecked />
375
- </Container>
376
- <Container
377
- className={useStyles({
378
- css: {
379
- bg: 'white',
380
- p: '8px',
381
- display: 'flex',
382
- justifyContent: 'space-between',
383
- },
384
- })}
385
- >
386
- <Text>ExternalLink</Text>
387
- <ExternalLink />
388
- </Container>
389
- <Container
390
- className={useStyles({
391
- css: {
392
- bg: '#e9e7eb',
393
- p: '8px',
394
- display: 'flex',
395
- justifyContent: 'space-between',
396
- },
397
- })}
398
- >
399
- <Text>Filter</Text>
400
- <Filter />
401
- </Container>
402
- <Container
403
- className={useStyles({
404
- css: {
405
- bg: 'white',
406
- p: '8px',
407
- display: 'flex',
408
- justifyContent: 'space-between',
409
- },
410
- })}
411
- >
412
- <Text>BurgerMenu</Text>
413
- <BurgerMenu />
414
- </Container>
415
- <Container
416
- className={useStyles({
417
- css: {
418
- bg: '#e9e7eb',
419
- p: '8px',
420
- display: 'flex',
421
- justifyContent: 'space-between',
422
- },
423
- })}
424
- >
425
- <Text>Delete</Text>
426
- <Delete />
427
- </Container>
428
- <Container
429
- className={useStyles({
430
- css: {
431
- bg: 'white',
432
- p: '8px',
433
- display: 'flex',
434
- justifyContent: 'space-between',
435
- },
436
- })}
437
- >
438
- <Text>Close</Text>
439
- <Close />
440
- </Container>
441
- <Container
442
- className={useStyles({
443
- css: {
444
- bg: '#e9e7eb',
445
- p: '8px',
446
- display: 'flex',
447
- justifyContent: 'space-between',
448
- },
449
- })}
450
- >
451
- <Text>CircleUnchecked</Text>
452
- <CircleUnchecked />
453
- </Container>
454
- <Container
455
- className={useStyles({
456
- css: {
457
- bg: 'white',
458
- p: '8px',
459
- display: 'flex',
460
- justifyContent: 'space-between',
461
- },
462
- })}
463
- >
464
- <Text>CircleChecked</Text>
465
- <CircleChecked />
466
- </Container>
467
- </Column>
468
- </Columns>
469
- </Story>
470
- <Story name="Info">
471
- <Columns space={8}>
472
- <Column width={4}>
473
- <Heading>Info</Heading>
474
- <Container
475
- className={useStyles({
476
- css: {
477
- bg: 'white',
478
- p: '8px',
479
- display: 'flex',
480
- justifyContent: 'space-between',
481
- },
482
- })}
483
- >
484
- <Text>Accessible</Text>
485
- <Accessible />
486
- </Container>
487
- <Container
488
- className={useStyles({
489
- css: {
490
- bg: '#e9e7eb',
491
- p: '8px',
492
- display: 'flex',
493
- justifyContent: 'space-between',
494
- },
495
- })}
496
- >
497
- <Text>AutoRenew</Text>
498
- <AutoRenew />
499
- </Container>
500
- <Container
501
- className={useStyles({
502
- css: {
503
- bg: 'white',
504
- p: '8px',
505
- display: 'flex',
506
- justifyContent: 'space-between',
507
- },
508
- })}
509
- >
510
- <Text>Banned</Text>
511
- <Banned />
512
- </Container>
513
- <Container
514
- className={useStyles({
515
- css: {
516
- bg: '#e9e7eb',
517
- p: '8px',
518
- display: 'flex',
519
- justifyContent: 'space-between',
520
- },
521
- })}
522
- >
523
- <Text>Bus</Text>
524
- <Bus />
525
- </Container>
526
- <Container
527
- className={useStyles({
528
- css: {
529
- bg: 'white',
530
- p: '8px',
531
- display: 'flex',
532
- justifyContent: 'space-between',
533
- },
534
- })}
535
- >
536
- <Text>Calendar</Text>
537
- <Calendar />
538
- </Container>
539
- <Container
540
- className={useStyles({
541
- css: {
542
- bg: '#e9e7eb',
543
- p: '8px',
544
- display: 'flex',
545
- justifyContent: 'space-between',
546
- },
547
- })}
548
- >
549
- <Text>Camera</Text>
550
- <Camera />
551
- </Container>
552
- <Container
553
- className={useStyles({
554
- css: {
555
- bg: 'white',
556
- p: '8px',
557
- display: 'flex',
558
- justifyContent: 'space-between',
559
- },
560
- })}
561
- >
562
- <Text>Clock</Text>
563
- <Clock />
564
- </Container>
565
- <Container
566
- className={useStyles({
567
- css: {
568
- bg: '#e9e7eb',
569
- p: '8px',
570
- display: 'flex',
571
- justifyContent: 'space-between',
572
- },
573
- })}
574
- >
575
- <Text>Direction</Text>
576
- <Direction />
577
- </Container>
578
- </Column>
579
- <Column width={4}>
580
- <Container
581
- className={useStyles({
582
- css: {
583
- bg: 'white',
584
- p: '8px',
585
- display: 'flex',
586
- justifyContent: 'space-between',
587
- },
588
- })}
589
- >
590
- <Text>Email</Text>
591
- <Email />
592
- </Container>
593
- <Container
594
- className={useStyles({
595
- css: {
596
- bg: '#e9e7eb',
597
- p: '8px',
598
- display: 'flex',
599
- justifyContent: 'space-between',
600
- },
601
- })}
602
- >
603
- <Text>EventDate</Text>
604
- <EventDate />
605
- </Container>
606
- <Container
607
- className={useStyles({
608
- css: {
609
- bg: 'white',
610
- p: '8px',
611
- display: 'flex',
612
- justifyContent: 'space-between',
613
- },
614
- })}
615
- >
616
- <Text>Exclamation</Text>
617
- <Exclamation />
618
- </Container>
619
- <Container
620
- className={useStyles({
621
- css: {
622
- bg: '#e9e7eb',
623
- p: '8px',
624
- display: 'flex',
625
- justifyContent: 'space-between',
626
- },
627
- })}
628
- >
629
- <Text>Feedback</Text>
630
- <Feedback />
631
- </Container>
632
- <Container
633
- className={useStyles({
634
- css: {
635
- bg: 'white',
636
- p: '8px',
637
- display: 'flex',
638
- justifyContent: 'space-between',
639
- },
640
- })}
641
- >
642
- <Text>Food</Text>
643
- <Food />
644
- </Container>
645
- <Container
646
- className={useStyles({
647
- css: {
648
- bg: '#e9e7eb',
649
- p: '8px',
650
- display: 'flex',
651
- justifyContent: 'space-between',
652
- },
653
- })}
654
- >
655
- <Text>Globe</Text>
656
- <Globe />
657
- </Container>
658
- <Container
659
- className={useStyles({
660
- css: {
661
- bg: 'white',
662
- p: '8px',
663
- display: 'flex',
664
- justifyContent: 'space-between',
665
- },
666
- })}
667
- >
668
- <Text>Home</Text>
669
- <Home />
670
- </Container>
671
- <Container
672
- className={useStyles({
673
- css: {
674
- bg: '#e9e7eb',
675
- p: '8px',
676
- display: 'flex',
677
- justifyContent: 'space-between',
678
- },
679
- })}
680
- >
681
- <Text>Info</Text>
682
- <Info />
683
- </Container>
684
- <Container
685
- className={useStyles({
686
- css: {
687
- bg: 'white',
688
- p: '8px',
689
- display: 'flex',
690
- justifyContent: 'space-between',
691
- },
692
- })}
693
- >
694
- <Text>Marker</Text>
695
- <Marker />
696
- </Container>
697
- </Column>
698
- <Column width={4}>
699
- <Container
700
- className={useStyles({
701
- css: {
702
- bg: '#e9e7eb',
703
- p: '8px',
704
- display: 'flex',
705
- justifyContent: 'space-between',
706
- },
707
- })}
708
- >
709
- <Text>MobilePhone</Text>
710
- <MobilePhone />
711
- </Container>
712
- <Container
713
- className={useStyles({
714
- css: {
715
- bg: 'white',
716
- p: '8px',
717
- display: 'flex',
718
- justifyContent: 'space-between',
719
- },
720
- })}
721
- >
722
- <Text>Notification</Text>
723
- <Notification />
724
- </Container>
725
- <Container
726
- className={useStyles({
727
- css: {
728
- bg: '#e9e7eb',
729
- p: '8px',
730
- display: 'flex',
731
- justifyContent: 'space-between',
732
- },
733
- })}
734
- >
735
- <Text>Parking</Text>
736
- <Parking />
737
- </Container>
738
- <Container
739
- className={useStyles({
740
- css: {
741
- bg: 'white',
742
- p: '8px',
743
- display: 'flex',
744
- justifyContent: 'space-between',
745
- },
746
- })}
747
- >
748
- <Text>Required</Text>
749
- <Required />
750
- </Container>
751
- <Container
752
- className={useStyles({
753
- css: {
754
- bg: '#e9e7eb',
755
- p: '8px',
756
- display: 'flex',
757
- justifyContent: 'space-between',
758
- },
759
- })}
760
- >
761
- <Text>ResaleLogbook</Text>
762
- <ResaleLogbook />
763
- </Container>
764
- <Container
765
- className={useStyles({
766
- css: {
767
- bg: 'white',
768
- p: '8px',
769
- display: 'flex',
770
- justifyContent: 'space-between',
771
- },
772
- })}
773
- >
774
- <Text>Spinner</Text>
775
- <Spinner />
776
- </Container>
777
- <Container
778
- className={useStyles({
779
- css: {
780
- bg: '#e9e7eb',
781
- p: '8px',
782
- display: 'flex',
783
- justifyContent: 'space-between',
784
- },
785
- })}
786
- >
787
- <Text>Thumb</Text>
788
- <Thumb />
789
- </Container>
790
- <Container
791
- className={useStyles({
792
- css: {
793
- bg: 'white',
794
- p: '8px',
795
- display: 'flex',
796
- justifyContent: 'space-between',
797
- },
798
- })}
799
- >
800
- <Text>Truck</Text>
801
- <Truck />
802
- </Container>
803
- </Column>
804
- </Columns>
805
- </Story>
806
- <Story name="Action">
807
- <Columns space={8}>
808
- <Column width={4}>
809
- <Heading>Action</Heading>
810
- <Container
811
- className={useStyles({
812
- css: {
813
- bg: 'white',
814
- p: '8px',
815
- display: 'flex',
816
- justifyContent: 'space-between',
817
- },
818
- })}
819
- >
820
- <Text>Cancel</Text>
821
- <Cancel />
822
- </Container>
823
- <Container
824
- className={useStyles({
825
- css: {
826
- bg: '#e9e7eb',
827
- p: '8px',
828
- display: 'flex',
829
- justifyContent: 'space-between',
830
- },
831
- })}
832
- >
833
- <Text>Crop</Text>
834
- <Crop />
835
- </Container>
836
- <Container
837
- className={useStyles({
838
- css: {
839
- bg: 'white',
840
- p: '8px',
841
- display: 'flex',
842
- justifyContent: 'space-between',
843
- },
844
- })}
845
- >
846
- <Text>Edit</Text>
847
- <Edit />
848
- </Container>
849
- <Container
850
- className={useStyles({
851
- css: {
852
- bg: '#e9e7eb',
853
- p: '8px',
854
- display: 'flex',
855
- justifyContent: 'space-between',
856
- },
857
- })}
858
- >
859
- <Text>FormatBold</Text>
860
- <FormatBold />
861
- </Container>
862
- <Container
863
- className={useStyles({
864
- css: {
865
- bg: 'white',
866
- p: '8px',
867
- display: 'flex',
868
- justifyContent: 'space-between',
869
- },
870
- })}
871
- >
872
- <Text>FormatItalic</Text>
873
- <FormatItalic />
874
- </Container>
875
- <Container
876
- className={useStyles({
877
- css: {
878
- bg: '#e9e7eb',
879
- p: '8px',
880
- display: 'flex',
881
- justifyContent: 'space-between',
882
- },
883
- })}
884
- >
885
- <Text>FormatSize</Text>
886
- <FormatSize />
887
- </Container>
888
- <Container
889
- className={useStyles({
890
- css: {
891
- bg: 'white',
892
- p: '8px',
893
- display: 'flex',
894
- justifyContent: 'space-between',
895
- },
896
- })}
897
- >
898
- <Text>HighlightOff</Text>
899
- <HighlightOff />
900
- </Container>
901
- <Container
902
- className={useStyles({
903
- css: {
904
- bg: '#e9e7eb',
905
- p: '8px',
906
- display: 'flex',
907
- justifyContent: 'space-between',
908
- },
909
- })}
910
- >
911
- <Text>Image</Text>
912
- <Image />
913
- </Container>
914
- </Column>
915
- <Column width={4}>
916
- <Container
917
- className={useStyles({
918
- css: {
919
- bg: 'white',
920
- p: '8px',
921
- display: 'flex',
922
- justifyContent: 'space-between',
923
- },
924
- })}
925
- >
926
- <Text>Location</Text>
927
- <Location />
928
- </Container>
929
- <Container
930
- className={useStyles({
931
- css: {
932
- bg: '#e9e7eb',
933
- p: '8px',
934
- display: 'flex',
935
- justifyContent: 'space-between',
936
- },
937
- })}
938
- >
939
- <Text>Lock</Text>
940
- <Lock />
941
- </Container>
942
- <Container
943
- className={useStyles({
944
- css: {
945
- bg: 'white',
946
- p: '8px',
947
- display: 'flex',
948
- justifyContent: 'space-between',
949
- },
950
- })}
951
- >
952
- <Text>LockOpen</Text>
953
- <LockOpen />
954
- </Container>
955
- <Container
956
- className={useStyles({
957
- css: {
958
- bg: '#e9e7eb',
959
- p: '8px',
960
- display: 'flex',
961
- justifyContent: 'space-between',
962
- },
963
- })}
964
- >
965
- <Text>Pause</Text>
966
- <Pause />
967
- </Container>
968
- <Container
969
- className={useStyles({
970
- css: {
971
- bg: 'white',
972
- p: '8px',
973
- display: 'flex',
974
- justifyContent: 'space-between',
975
- },
976
- })}
977
- >
978
- <Text>PauseAlt</Text>
979
- <PauseAlt />
980
- </Container>
981
- <Container
982
- className={useStyles({
983
- css: {
984
- bg: '#e9e7eb',
985
- p: '8px',
986
- display: 'flex',
987
- justifyContent: 'space-between',
988
- },
989
- })}
990
- >
991
- <Text>Play</Text>
992
- <Play />
993
- </Container>
994
- <Container
995
- className={useStyles({
996
- css: {
997
- bg: 'white',
998
- p: '8px',
999
- display: 'flex',
1000
- justifyContent: 'space-between',
1001
- },
1002
- })}
1003
- >
1004
- <Text>PlayAlt</Text>
1005
- <PlayAlt />
1006
- </Container>
1007
- <Container
1008
- className={useStyles({
1009
- css: {
1010
- bg: '#e9e7eb',
1011
- p: '8px',
1012
- display: 'flex',
1013
- justifyContent: 'space-between',
1014
- },
1015
- })}
1016
- >
1017
- <Text>ResaleEdit</Text>
1018
- <ResaleEdit />
1019
- </Container>
1020
- <Container
1021
- className={useStyles({
1022
- css: {
1023
- bg: 'white',
1024
- p: '8px',
1025
- display: 'flex',
1026
- justifyContent: 'space-between',
1027
- },
1028
- })}
1029
- >
1030
- <Text>RotateLeft</Text>
1031
- <RotateLeft />
1032
- </Container>
1033
- </Column>
1034
- <Column width={4}>
1035
- <Container
1036
- className={useStyles({
1037
- css: {
1038
- bg: '#e9e7eb',
1039
- p: '8px',
1040
- display: 'flex',
1041
- justifyContent: 'space-between',
1042
- },
1043
- })}
1044
- >
1045
- <Text>RotateRight</Text>
1046
- <RotateRight />
1047
- </Container>
1048
- <Container
1049
- className={useStyles({
1050
- css: {
1051
- bg: 'white',
1052
- p: '8px',
1053
- display: 'flex',
1054
- justifyContent: 'space-between',
1055
- },
1056
- })}
1057
- >
1058
- <Text>Save</Text>
1059
- <Save />
1060
- </Container>
1061
- <Container
1062
- className={useStyles({
1063
- css: {
1064
- bg: '#e9e7eb',
1065
- p: '8px',
1066
- display: 'flex',
1067
- justifyContent: 'space-between',
1068
- },
1069
- })}
1070
- >
1071
- <Text>Sort</Text>
1072
- <Sort />
1073
- </Container>
1074
- <Container
1075
- className={useStyles({
1076
- css: {
1077
- bg: 'white',
1078
- p: '8px',
1079
- display: 'flex',
1080
- justifyContent: 'space-between',
1081
- },
1082
- })}
1083
- >
1084
- <Text>SortDown</Text>
1085
- <SortDown />
1086
- </Container>
1087
- <Container
1088
- className={useStyles({
1089
- css: {
1090
- bg: '#e9e7eb',
1091
- p: '8px',
1092
- display: 'flex',
1093
- justifyContent: 'space-between',
1094
- },
1095
- })}
1096
- >
1097
- <Text>SortUp</Text>
1098
- <SortUp />
1099
- </Container>
1100
- <Container
1101
- className={useStyles({
1102
- css: {
1103
- bg: 'white',
1104
- p: '8px',
1105
- display: 'flex',
1106
- justifyContent: 'space-between',
1107
- },
1108
- })}
1109
- >
1110
- <Text>Star</Text>
1111
- <Star />
1112
- </Container>
1113
- <Container
1114
- className={useStyles({
1115
- css: {
1116
- bg: '#e9e7eb',
1117
- p: '8px',
1118
- display: 'flex',
1119
- justifyContent: 'space-between',
1120
- },
1121
- })}
1122
- >
1123
- <Text>Stop</Text>
1124
- <Stop />
1125
- </Container>
1126
- <Container
1127
- className={useStyles({
1128
- css: {
1129
- bg: 'white',
1130
- p: '8px',
1131
- display: 'flex',
1132
- justifyContent: 'space-between',
1133
- },
1134
- })}
1135
- >
1136
- <Text>Underlined</Text>
1137
- <Underlined />
1138
- </Container>
1139
- <Container
1140
- className={useStyles({
1141
- css: {
1142
- bg: '#e9e7eb',
1143
- p: '8px',
1144
- display: 'flex',
1145
- justifyContent: 'space-between',
1146
- },
1147
- })}
1148
- >
1149
- <Text>Zoom</Text>
1150
- <Zoom />
1151
- </Container>
1152
- </Column>
1153
- </Columns>
1154
- </Story>
1155
- <Story name="Ticketing">
1156
- <Columns space={8}>
1157
- <Column width={4}>
1158
- <Heading>Ticketing</Heading>
1159
- <Container
1160
- className={useStyles({
1161
- css: {
1162
- bg: 'white',
1163
- p: '8px',
1164
- display: 'flex',
1165
- justifyContent: 'space-between',
1166
- },
1167
- })}
1168
- >
1169
- <Text>Deal</Text>
1170
- <Deal />
1171
- </Container>
1172
- <Container
1173
- className={useStyles({
1174
- css: {
1175
- bg: '#e9e7eb',
1176
- p: '8px',
1177
- display: 'flex',
1178
- justifyContent: 'space-between',
1179
- },
1180
- })}
1181
- >
1182
- <Text>DesignTicket</Text>
1183
- <DesignTicket />
1184
- </Container>
1185
- <Container
1186
- className={useStyles({
1187
- css: {
1188
- bg: 'white',
1189
- p: '8px',
1190
- display: 'flex',
1191
- justifyContent: 'space-between',
1192
- },
1193
- })}
1194
- >
1195
- <Text>GiftCard</Text>
1196
- <GiftCard />
1197
- </Container>
1198
- <Container
1199
- className={useStyles({
1200
- css: {
1201
- bg: '#e9e7eb',
1202
- p: '8px',
1203
- display: 'flex',
1204
- justifyContent: 'space-between',
1205
- },
1206
- })}
1207
- >
1208
- <Text>Membership</Text>
1209
- <Membership />
1210
- </Container>
1211
- <Container
1212
- className={useStyles({
1213
- css: {
1214
- bg: 'white',
1215
- p: '8px',
1216
- display: 'flex',
1217
- justifyContent: 'space-between',
1218
- },
1219
- })}
1220
- >
1221
- <Text>Pickup</Text>
1222
- <Pickup />
1223
- </Container>
1224
- <Container
1225
- className={useStyles({
1226
- css: {
1227
- bg: '#e9e7eb',
1228
- p: '8px',
1229
- display: 'flex',
1230
- justifyContent: 'space-between',
1231
- },
1232
- })}
1233
- >
1234
- <Text>Price</Text>
1235
- <Price />
1236
- </Container>
1237
- </Column>
1238
- <Column width={4}>
1239
- <Container
1240
- className={useStyles({
1241
- css: {
1242
- bg: 'white',
1243
- p: '8px',
1244
- display: 'flex',
1245
- justifyContent: 'space-between',
1246
- },
1247
- })}
1248
- >
1249
- <Text>Resale</Text>
1250
- <Resale />
1251
- </Container>
1252
- <Container
1253
- className={useStyles({
1254
- css: {
1255
- bg: '#e9e7eb',
1256
- p: '8px',
1257
- display: 'flex',
1258
- justifyContent: 'space-between',
1259
- },
1260
- })}
1261
- >
1262
- <Text>Scanner</Text>
1263
- <Scanner />
1264
- </Container>
1265
- <Container
1266
- className={useStyles({
1267
- css: {
1268
- bg: 'white',
1269
- p: '8px',
1270
- display: 'flex',
1271
- justifyContent: 'space-between',
1272
- },
1273
- })}
1274
- >
1275
- <Text>Seat</Text>
1276
- <Seat />
1277
- </Container>
1278
- <Container
1279
- className={useStyles({
1280
- css: {
1281
- bg: '#e9e7eb',
1282
- p: '8px',
1283
- display: 'flex',
1284
- justifyContent: 'space-between',
1285
- },
1286
- })}
1287
- >
1288
- <Text>Selling</Text>
1289
- <Selling />
1290
- </Container>
1291
- <Container
1292
- className={useStyles({
1293
- css: {
1294
- bg: 'white',
1295
- p: '8px',
1296
- display: 'flex',
1297
- justifyContent: 'space-between',
1298
- },
1299
- })}
1300
- >
1301
- <Text>Ticket</Text>
1302
- <Ticket />
1303
- </Container>
1304
- <Container
1305
- className={useStyles({
1306
- css: {
1307
- bg: '#e9e7eb',
1308
- p: '8px',
1309
- display: 'flex',
1310
- justifyContent: 'space-between',
1311
- },
1312
- })}
1313
- >
1314
- <Text>TicketInsurance</Text>
1315
- <TicketInsurance />
1316
- </Container>
1317
- <Container
1318
- className={useStyles({
1319
- css: {
1320
- bg: 'white',
1321
- p: '8px',
1322
- display: 'flex',
1323
- justifyContent: 'space-between',
1324
- },
1325
- })}
1326
- >
1327
- <Text>Turnstile</Text>
1328
- <Turnstile />
1329
- </Container>
1330
- </Column>
1331
- </Columns>
1332
- </Story>
1333
- <Story name="User">
1334
- <Columns space={8}>
1335
- <Column width={4}>
1336
- <Heading>User</Heading>
1337
- <Container
1338
- className={useStyles({
1339
- css: {
1340
- bg: 'white',
1341
- p: '8px',
1342
- display: 'flex',
1343
- justifyContent: 'space-between',
1344
- },
1345
- })}
1346
- >
1347
- <Text>User</Text>
1348
- <User />
1349
- </Container>
1350
- <Container
1351
- className={useStyles({
1352
- css: {
1353
- bg: '#e9e7eb',
1354
- p: '8px',
1355
- display: 'flex',
1356
- justifyContent: 'space-between',
1357
- },
1358
- })}
1359
- >
1360
- <Text>Group</Text>
1361
- <Group />
1362
- </Container>
1363
- <Container
1364
- className={useStyles({
1365
- css: {
1366
- bg: 'white',
1367
- p: '8px',
1368
- display: 'flex',
1369
- justifyContent: 'space-between',
1370
- },
1371
- })}
1372
- >
1373
- <Text>Cart</Text>
1374
- <Cart />
1375
- </Container>
1376
- <Container
1377
- className={useStyles({
1378
- css: {
1379
- bg: '#e9e7eb',
1380
- p: '8px',
1381
- display: 'flex',
1382
- justifyContent: 'space-between',
1383
- },
1384
- })}
1385
- >
1386
- <Text>CreditCard</Text>
1387
- <CreditCard />
1388
- </Container>
1389
- <Container
1390
- className={useStyles({
1391
- css: {
1392
- bg: 'white',
1393
- p: '8px',
1394
- display: 'flex',
1395
- justifyContent: 'space-between',
1396
- },
1397
- })}
1398
- >
1399
- <Text>SmilieVerySatisfied</Text>
1400
- <SmilieVerySatisfied />
1401
- </Container>
1402
- </Column>
1403
- <Column width={4}>
1404
- <Container
1405
- className={useStyles({
1406
- css: {
1407
- bg: '#e9e7eb',
1408
- p: '8px',
1409
- display: 'flex',
1410
- justifyContent: 'space-between',
1411
- },
1412
- })}
1413
- >
1414
- <Text>SmilieSatisfied</Text>
1415
- <SmilieSatisfied />
1416
- </Container>
1417
- <Container
1418
- className={useStyles({
1419
- css: {
1420
- bg: 'white',
1421
- p: '8px',
1422
- display: 'flex',
1423
- justifyContent: 'space-between',
1424
- },
1425
- })}
1426
- >
1427
- <Text>SmilieNeutral</Text>
1428
- <SmilieNeutral />
1429
- </Container>
1430
- <Container
1431
- className={useStyles({
1432
- css: {
1433
- bg: '#e9e7eb',
1434
- p: '8px',
1435
- display: 'flex',
1436
- justifyContent: 'space-between',
1437
- },
1438
- })}
1439
- >
1440
- <Text>SmilieDissatisfied</Text>
1441
- <SmilieDissatisfied />
1442
- </Container>
1443
- <Container
1444
- className={useStyles({
1445
- css: {
1446
- bg: 'white',
1447
- p: '8px',
1448
- display: 'flex',
1449
- justifyContent: 'space-between',
1450
- },
1451
- })}
1452
- >
1453
- <Text>SmilieVeryDissatisfied</Text>
1454
- <SmilieVeryDissatisfied />
1455
- </Container>
1456
- <Container
1457
- className={useStyles({
1458
- css: {
1459
- bg: '#e9e7eb',
1460
- p: '8px',
1461
- display: 'flex',
1462
- justifyContent: 'space-between',
1463
- },
1464
- })}
1465
- >
1466
- <Text>Id</Text>
1467
- <Id />
1468
- </Container>
1469
- </Column>
1470
- </Columns>
1471
- </Story>
1472
- <Story name="Social">
1473
- <Columns space={8}>
1474
- <Column width={4}>
1475
- <Heading>Social</Heading>
1476
- <Container
1477
- className={useStyles({
1478
- css: {
1479
- bg: 'white',
1480
- p: '8px',
1481
- display: 'flex',
1482
- justifyContent: 'space-between',
1483
- },
1484
- })}
1485
- >
1486
- <Text>Facebook</Text>
1487
- <Facebook />
1488
- </Container>
1489
- <Container
1490
- className={useStyles({
1491
- css: {
1492
- bg: '#e9e7eb',
1493
- p: '8px',
1494
- display: 'flex',
1495
- justifyContent: 'space-between',
1496
- },
1497
- })}
1498
- >
1499
- <Text>Google</Text>
1500
- <Google />
1501
- </Container>
1502
- <Container
1503
- className={useStyles({
1504
- css: {
1505
- bg: 'white',
1506
- p: '8px',
1507
- display: 'flex',
1508
- justifyContent: 'space-between',
1509
- },
1510
- })}
1511
- >
1512
- <Text>Instagram</Text>
1513
- <Instagram />
1514
- </Container>
1515
- <Container
1516
- className={useStyles({
1517
- css: {
1518
- bg: '#e9e7eb',
1519
- p: '8px',
1520
- display: 'flex',
1521
- justifyContent: 'space-between',
1522
- },
1523
- })}
1524
- >
1525
- <Text>Share</Text>
1526
- <Share />
1527
- </Container>
1528
- <Container
1529
- className={useStyles({
1530
- css: {
1531
- bg: 'white',
1532
- p: '8px',
1533
- display: 'flex',
1534
- justifyContent: 'space-between',
1535
- },
1536
- })}
1537
- >
1538
- <Text>Twitter</Text>
1539
- <Twitter />
1540
- </Container>
1541
- <Container
1542
- className={useStyles({
1543
- css: {
1544
- bg: '#e9e7eb',
1545
- p: '8px',
1546
- display: 'flex',
1547
- justifyContent: 'space-between',
1548
- },
1549
- })}
1550
- >
1551
- <Text>Whatsapp</Text>
1552
- <Whatsapp />
1553
- </Container>
1554
- </Column>
1555
- </Columns>
1556
- </Story>
1557
- </Canvas>