@sproutsocial/racine 12.2.0 → 12.4.1

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 (136) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/__flow__/EnumIllustrationNames.js +2 -0
  3. package/__flow__/IllustrationViewBoxes.js +1 -0
  4. package/__flow__/SpotIllustration/illustrationNames.js +102 -0
  5. package/__flow__/SpotIllustration/index.js +47 -0
  6. package/__flow__/SpotIllustration/index.stories.js +119 -0
  7. package/__flow__/SpotIllustration/spotIllustrations/abacus.svg +21 -0
  8. package/__flow__/SpotIllustration/spotIllustrations/analytics-offering.svg +11 -0
  9. package/__flow__/SpotIllustration/spotIllustrations/astronaut.svg +15 -0
  10. package/__flow__/SpotIllustration/spotIllustrations/brand-keyword.svg +10 -0
  11. package/__flow__/SpotIllustration/spotIllustrations/business.svg +23 -0
  12. package/__flow__/SpotIllustration/spotIllustrations/calendar-event.svg +11 -0
  13. package/__flow__/SpotIllustration/spotIllustrations/calendar-reporting.svg +13 -0
  14. package/__flow__/SpotIllustration/spotIllustrations/cat-error.svg +4 -0
  15. package/__flow__/SpotIllustration/spotIllustrations/cat-no-access.svg +13 -0
  16. package/__flow__/SpotIllustration/spotIllustrations/cat.svg +4 -0
  17. package/__flow__/SpotIllustration/spotIllustrations/checkbox-alert.svg +11 -0
  18. package/__flow__/SpotIllustration/spotIllustrations/coffee-cup.svg +11 -0
  19. package/__flow__/SpotIllustration/spotIllustrations/compose-window.svg +21 -0
  20. package/__flow__/SpotIllustration/spotIllustrations/compose.svg +5 -0
  21. package/__flow__/SpotIllustration/spotIllustrations/computer-error.svg +15 -0
  22. package/__flow__/SpotIllustration/spotIllustrations/connect.svg +11 -0
  23. package/__flow__/SpotIllustration/spotIllustrations/contact.svg +87 -0
  24. package/__flow__/SpotIllustration/spotIllustrations/conversation.svg +15 -0
  25. package/__flow__/SpotIllustration/spotIllustrations/custom-branding.svg +7 -0
  26. package/__flow__/SpotIllustration/spotIllustrations/customer-service.svg +13 -0
  27. package/__flow__/SpotIllustration/spotIllustrations/dashboard.svg +13 -0
  28. package/__flow__/SpotIllustration/spotIllustrations/exclamation-mark.svg +11 -0
  29. package/__flow__/SpotIllustration/spotIllustrations/face-happy.svg +10 -0
  30. package/__flow__/SpotIllustration/spotIllustrations/find-bookmark.svg +12 -0
  31. package/__flow__/SpotIllustration/spotIllustrations/flask.svg +10 -0
  32. package/__flow__/SpotIllustration/spotIllustrations/general-topic.svg +9 -0
  33. package/__flow__/SpotIllustration/spotIllustrations/global-features.svg +17 -0
  34. package/__flow__/SpotIllustration/spotIllustrations/hands-raised.svg +8 -0
  35. package/__flow__/SpotIllustration/spotIllustrations/headset.svg +8 -0
  36. package/__flow__/SpotIllustration/spotIllustrations/heartbeat-connection.svg +14 -0
  37. package/__flow__/SpotIllustration/spotIllustrations/invoice.svg +13 -0
  38. package/__flow__/SpotIllustration/spotIllustrations/jewel.svg +11 -0
  39. package/__flow__/SpotIllustration/spotIllustrations/keyword-tracking.svg +26 -0
  40. package/__flow__/SpotIllustration/spotIllustrations/lightbulb-alt.svg +5 -0
  41. package/__flow__/SpotIllustration/spotIllustrations/lightbulb.svg +4 -0
  42. package/__flow__/SpotIllustration/spotIllustrations/like-conversation.svg +11 -0
  43. package/__flow__/SpotIllustration/spotIllustrations/link-broken.svg +18 -0
  44. package/__flow__/SpotIllustration/spotIllustrations/link-messages.svg +10 -0
  45. package/__flow__/SpotIllustration/spotIllustrations/link-sections.svg +13 -0
  46. package/__flow__/SpotIllustration/spotIllustrations/link-upload.svg +12 -0
  47. package/__flow__/SpotIllustration/spotIllustrations/listening-pendo.svg +14 -0
  48. package/__flow__/SpotIllustration/spotIllustrations/listening-tour.svg +18 -0
  49. package/__flow__/SpotIllustration/spotIllustrations/loading.svg +4 -0
  50. package/__flow__/SpotIllustration/spotIllustrations/mailbox-empty.svg +18 -0
  51. package/__flow__/SpotIllustration/spotIllustrations/mailbox-full.svg +8 -0
  52. package/__flow__/SpotIllustration/spotIllustrations/network-data.svg +25 -0
  53. package/__flow__/SpotIllustration/spotIllustrations/no-messages-found.svg +20 -0
  54. package/__flow__/SpotIllustration/spotIllustrations/no-notifications.svg +4 -0
  55. package/__flow__/SpotIllustration/spotIllustrations/notification.svg +10 -0
  56. package/__flow__/SpotIllustration/spotIllustrations/notifications-onboarding.svg +23 -0
  57. package/__flow__/SpotIllustration/spotIllustrations/organize-message.svg +64 -0
  58. package/__flow__/SpotIllustration/spotIllustrations/outbox-queue.svg +12 -0
  59. package/__flow__/SpotIllustration/spotIllustrations/outbox-reviews.svg +10 -0
  60. package/__flow__/SpotIllustration/spotIllustrations/pdf.svg +5 -0
  61. package/__flow__/SpotIllustration/spotIllustrations/podium.svg +13 -0
  62. package/__flow__/SpotIllustration/spotIllustrations/pointer.svg +4 -0
  63. package/__flow__/SpotIllustration/spotIllustrations/publish-assets.svg +15 -0
  64. package/__flow__/SpotIllustration/spotIllustrations/publish-links.svg +11 -0
  65. package/__flow__/SpotIllustration/spotIllustrations/puzzle-piece.svg +4 -0
  66. package/__flow__/SpotIllustration/spotIllustrations/question-mark.svg +11 -0
  67. package/__flow__/SpotIllustration/spotIllustrations/reporting-folder.svg +13 -0
  68. package/__flow__/SpotIllustration/spotIllustrations/reporting.svg +12 -0
  69. package/__flow__/SpotIllustration/spotIllustrations/review-location.svg +11 -0
  70. package/__flow__/SpotIllustration/spotIllustrations/review.svg +10 -0
  71. package/__flow__/SpotIllustration/spotIllustrations/robot-assembly.svg +12 -0
  72. package/__flow__/SpotIllustration/spotIllustrations/robot-error.svg +19 -0
  73. package/__flow__/SpotIllustration/spotIllustrations/robot-happy.svg +13 -0
  74. package/__flow__/SpotIllustration/spotIllustrations/rocket.svg +9 -0
  75. package/__flow__/SpotIllustration/spotIllustrations/schedule-date.svg +11 -0
  76. package/__flow__/SpotIllustration/spotIllustrations/schedule-messages.svg +10 -0
  77. package/__flow__/SpotIllustration/spotIllustrations/search-keywords.svg +9 -0
  78. package/__flow__/SpotIllustration/spotIllustrations/search-success.svg +8 -0
  79. package/__flow__/SpotIllustration/spotIllustrations/search-trends.svg +23 -0
  80. package/__flow__/SpotIllustration/spotIllustrations/search.svg +86 -0
  81. package/__flow__/SpotIllustration/spotIllustrations/security.svg +12 -0
  82. package/__flow__/SpotIllustration/spotIllustrations/sentiment.svg +12 -0
  83. package/__flow__/SpotIllustration/spotIllustrations/shopping-bag.svg +4 -0
  84. package/__flow__/SpotIllustration/spotIllustrations/spark-line.svg +11 -0
  85. package/__flow__/SpotIllustration/spotIllustrations/stamp.svg +9 -0
  86. package/__flow__/SpotIllustration/spotIllustrations/storefront.svg +10 -0
  87. package/__flow__/SpotIllustration/spotIllustrations/success.svg +9 -0
  88. package/__flow__/SpotIllustration/spotIllustrations/tag-message.svg +15 -0
  89. package/__flow__/SpotIllustration/spotIllustrations/team-roles.svg +17 -0
  90. package/__flow__/SpotIllustration/spotIllustrations/team.svg +16 -0
  91. package/__flow__/SpotIllustration/spotIllustrations/telescope.svg +15 -0
  92. package/__flow__/SpotIllustration/spotIllustrations/tha-mel.svg +15 -0
  93. package/__flow__/SpotIllustration/spotIllustrations/thumbs-up.svg +11 -0
  94. package/__flow__/SpotIllustration/spotIllustrations/toggle-switch.svg +11 -0
  95. package/__flow__/SpotIllustration/spotIllustrations/toolset-strength.svg +13 -0
  96. package/__flow__/SpotIllustration/spotIllustrations/tracking-time.svg +6 -0
  97. package/__flow__/SpotIllustration/spotIllustrations/twitter-messages.svg +11 -0
  98. package/__flow__/SpotIllustration/spotIllustrations/twitter-profiles.svg +12 -0
  99. package/__flow__/SpotIllustration/spotIllustrations/unsubscribe.svg +10 -0
  100. package/__flow__/SpotIllustration/spotIllustrations/upward-trend.svg +4 -0
  101. package/__flow__/SpotIllustration/spotIllustrations/user-task.svg +58 -0
  102. package/__flow__/SpotIllustration/spotIllustrations/view-connections.svg +13 -0
  103. package/__flow__/SpotIllustration/spotIllustrations/vip-list.svg +13 -0
  104. package/__flow__/SpotIllustration/spotIllustrations/warning.svg +4 -0
  105. package/__flow__/SpotIllustration/spotIllustrations/wifi.svg +6 -0
  106. package/__flow__/index.js +1 -0
  107. package/__flow__/themes/dark/theme.js +4 -0
  108. package/__flow__/themes/extendedThemes/sproutTheme/dark/theme.js +15 -0
  109. package/__flow__/themes/extendedThemes/sproutTheme/light/theme.js +15 -0
  110. package/__flow__/themes/light/theme.js +4 -0
  111. package/__flow__/types/theme.colors.flow.js +8 -0
  112. package/commonjs/EnumIllustrationNames.js +1 -0
  113. package/commonjs/IllustrationViewBoxes.js +103 -0
  114. package/commonjs/SpotIllustration/illustrationNames.js +6 -0
  115. package/commonjs/SpotIllustration/index.js +46 -0
  116. package/commonjs/index.js +6 -1
  117. package/commonjs/themes/dark/theme.js +4 -0
  118. package/commonjs/themes/extendedThemes/sproutTheme/dark/theme.js +16 -0
  119. package/commonjs/themes/extendedThemes/sproutTheme/light/theme.js +16 -0
  120. package/commonjs/themes/light/theme.js +4 -0
  121. package/dist/illustration.svg +1 -0
  122. package/dist/illustrationList.js +1 -0
  123. package/dist/themes/dark/theme.scss +547 -543
  124. package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +730 -698
  125. package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +730 -698
  126. package/dist/themes/light/theme.scss +621 -617
  127. package/lib/EnumIllustrationNames.js +0 -0
  128. package/lib/IllustrationViewBoxes.js +101 -0
  129. package/lib/SpotIllustration/illustrationNames.js +1 -0
  130. package/lib/SpotIllustration/index.js +35 -0
  131. package/lib/index.js +2 -1
  132. package/lib/themes/dark/theme.js +4 -0
  133. package/lib/themes/extendedThemes/sproutTheme/dark/theme.js +15 -0
  134. package/lib/themes/extendedThemes/sproutTheme/light/theme.js +15 -0
  135. package/lib/themes/light/theme.js +4 -0
  136. package/package.json +6 -6
@@ -1,712 +1,716 @@
1
1
  $theme: (
2
- __esModule: true,
3
- borderWidths: (
4
- 500: 1px
2
+ "__esModule": true,
3
+ "borderWidths": (
4
+ "500": 1px
5
5
  ),
6
- borders: (
7
- 500: 1px solid
6
+ "borders": (
7
+ "500": 1px solid
8
8
  ),
9
- breakpoints: (900px, 1200px, 1500px, 1800px),
10
- default: (
11
- breakpoints: (900px, 1200px, 1500px, 1800px),
12
- colors: (
13
- app: (
14
- background: (
15
- base: #f3f4f4
9
+ "breakpoints": (900px, 1200px, 1500px, 1800px),
10
+ "default": (
11
+ "breakpoints": (900px, 1200px, 1500px, 1800px),
12
+ "colors": (
13
+ "app": (
14
+ "background": (
15
+ "base": #f3f4f4
16
16
  )
17
17
  ),
18
- container: (
19
- background: (
20
- base: #FFFFFF,
21
- success: #d7f4d7,
22
- warning: #fdefcd,
23
- error: #ffd5d2,
24
- info: #dcf2ff,
25
- opportunity: #eaeaf9,
26
- danger: #ffd5d2,
27
- decorative: (
28
- green: #d7f4d7,
29
- blue: #dcf2ff,
30
- purple: #eaeaf9,
31
- yellow: #fdefcd,
32
- orange: #fcdccc,
33
- red: #ffd5d2,
34
- neutral: #f3f4f4
18
+ "container": (
19
+ "background": (
20
+ "base": #FFFFFF,
21
+ "success": #d7f4d7,
22
+ "warning": #fdefcd,
23
+ "error": #ffd5d2,
24
+ "info": #dcf2ff,
25
+ "opportunity": #eaeaf9,
26
+ "danger": #ffd5d2,
27
+ "decorative": (
28
+ "green": #d7f4d7,
29
+ "blue": #dcf2ff,
30
+ "purple": #eaeaf9,
31
+ "yellow": #fdefcd,
32
+ "orange": #fcdccc,
33
+ "red": #ffd5d2,
34
+ "neutral": #f3f4f4
35
35
  ),
36
- selected: #364141,
37
- positive_sentiment: #3896e3,
38
- negative_sentiment: #f76054,
39
- neutral_sentiment: #c8cccc
36
+ "selected": #364141,
37
+ "positive_sentiment": #3896e3,
38
+ "negative_sentiment": #f76054,
39
+ "neutral_sentiment": #c8cccc
40
40
  ),
41
- border: (
42
- base: #dee1e1,
43
- success: #59cb59,
44
- warning: #ffbc00,
45
- error: #ed4c42,
46
- danger: #ed4c42,
47
- info: #2b87d3,
48
- opportunity: #9180f4,
49
- decorative: (
50
- green: #59cb59,
51
- blue: #2b87d3,
52
- purple: #9180f4,
53
- yellow: #ffbc00,
54
- orange: #f57d33,
55
- red: #ed4c42,
56
- neutral: #929a9b
41
+ "border": (
42
+ "base": #dee1e1,
43
+ "success": #59cb59,
44
+ "warning": #ffbc00,
45
+ "error": #ed4c42,
46
+ "danger": #ed4c42,
47
+ "info": #2b87d3,
48
+ "opportunity": #9180f4,
49
+ "decorative": (
50
+ "green": #59cb59,
51
+ "blue": #2b87d3,
52
+ "purple": #9180f4,
53
+ "yellow": #ffbc00,
54
+ "orange": #f57d33,
55
+ "red": #ed4c42,
56
+ "neutral": #929a9b
57
57
  ),
58
- selected: #364141
58
+ "selected": #364141
59
59
  )
60
60
  ),
61
- button: (
62
- primary: (
63
- background: (
64
- base: #2079c3,
65
- hover: #116daa,
66
- active: #0c5689
61
+ "button": (
62
+ "primary": (
63
+ "background": (
64
+ "base": #2079c3,
65
+ "hover": #116daa,
66
+ "active": #0c5689
67
67
  ),
68
- border: (
69
- base: transparent
68
+ "border": (
69
+ "base": transparent
70
70
  ),
71
- text: (
72
- base: #FFFFFF,
73
- hover: #FFFFFF
71
+ "text": (
72
+ "base": #FFFFFF,
73
+ "hover": #FFFFFF
74
74
  )
75
75
  ),
76
- secondary: (
77
- background: (
78
- base: transparent,
79
- hover: #364141,
80
- active: #273333
76
+ "secondary": (
77
+ "background": (
78
+ "base": transparent,
79
+ "hover": #364141,
80
+ "active": #273333
81
81
  ),
82
- border: (
83
- base: #364141
82
+ "border": (
83
+ "base": #364141
84
84
  ),
85
- text: (
86
- base: #364141,
87
- hover: #FFFFFF
85
+ "text": (
86
+ "base": #364141,
87
+ "hover": #FFFFFF
88
88
  )
89
89
  ),
90
- pill: (
91
- background: (
92
- base: transparent,
93
- hover: #f3f4f4,
94
- active: #dee1e1
90
+ "pill": (
91
+ "background": (
92
+ "base": transparent,
93
+ "hover": #f3f4f4,
94
+ "active": #dee1e1
95
95
  ),
96
- border: (
97
- base: transparent
96
+ "border": (
97
+ "base": transparent
98
98
  ),
99
- text: (
100
- base: #364141,
101
- hover: #273333
99
+ "text": (
100
+ "base": #364141,
101
+ "hover": #273333
102
102
  )
103
103
  ),
104
- destructive: (
105
- background: (
106
- base: #c63434,
107
- hover: #992222,
108
- active: #6d1313
104
+ "destructive": (
105
+ "background": (
106
+ "base": #c63434,
107
+ "hover": #992222,
108
+ "active": #6d1313
109
109
  ),
110
- border: (
111
- base: transparent
110
+ "border": (
111
+ "base": transparent
112
112
  ),
113
- text: (
114
- base: #FFFFFF,
115
- hover: #FFFFFF
113
+ "text": (
114
+ "base": #FFFFFF,
115
+ "hover": #FFFFFF
116
116
  )
117
117
  ),
118
- placeholder: (
119
- background: (
120
- base: transparent,
121
- hover: #FFFFFF,
122
- active: #FFFFFF
118
+ "placeholder": (
119
+ "background": (
120
+ "base": transparent,
121
+ "hover": #FFFFFF,
122
+ "active": #FFFFFF
123
123
  ),
124
- border: (
125
- base: #929a9b
124
+ "border": (
125
+ "base": #929a9b
126
126
  ),
127
- text: (
128
- base: #2079c3,
129
- hover: #116daa
127
+ "text": (
128
+ "base": #2079c3,
129
+ "hover": #116daa
130
130
  )
131
131
  ),
132
- unstyled: (
133
- background: (
134
- base: transparent
132
+ "unstyled": (
133
+ "background": (
134
+ "base": transparent
135
135
  ),
136
- border: (
137
- base: transparent
136
+ "border": (
137
+ "base": transparent
138
138
  ),
139
- text: (
140
- base: #515e5f,
141
- hover: #273333
139
+ "text": (
140
+ "base": #515e5f,
141
+ "hover": #273333
142
142
  )
143
143
  )
144
144
  ),
145
- link: (
146
- base: #116daa,
147
- hover: #0c5689
148
- ),
149
- text: (
150
- headline: #273333,
151
- subtext: #515e5f,
152
- body: #364141,
153
- inverse: #FFFFFF,
154
- error: #c63434,
155
- background: (
156
- highlight: #ffe99a
145
+ "link": (
146
+ "base": #116daa,
147
+ "hover": #0c5689
148
+ ),
149
+ "text": (
150
+ "headline": #273333,
151
+ "subtext": #515e5f,
152
+ "body": #364141,
153
+ "inverse": #FFFFFF,
154
+ "error": #c63434,
155
+ "background": (
156
+ "highlight": #ffe99a
157
157
  )
158
158
  ),
159
- icon: (
160
- base: #364141,
161
- inverse: #FFFFFF,
162
- success: #006b40,
163
- warning: #944c0c,
164
- error: #992222,
165
- danger: #992222,
166
- info: #0c5689,
167
- opportunity: #5e4eba,
168
- applied: #2079c3,
169
- positive_sentiment: #2079c3,
170
- negative_sentiment: #ed4c42,
171
- neutral_sentiment: #6e797a
172
- ),
173
- form: (
174
- background: (
175
- base: #FFFFFF,
176
- selected: #364141
159
+ "icon": (
160
+ "base": #364141,
161
+ "inverse": #FFFFFF,
162
+ "success": #006b40,
163
+ "warning": #944c0c,
164
+ "error": #992222,
165
+ "danger": #992222,
166
+ "info": #0c5689,
167
+ "opportunity": #5e4eba,
168
+ "applied": #2079c3,
169
+ "positive_sentiment": #2079c3,
170
+ "negative_sentiment": #ed4c42,
171
+ "neutral_sentiment": #6e797a
172
+ ),
173
+ "form": (
174
+ "background": (
175
+ "base": #FFFFFF,
176
+ "selected": #364141
177
177
  ),
178
- border: (
179
- base: #b0b6b7,
180
- error: #ed4c42,
181
- warning: #ffbc00,
182
- selected: #364141
178
+ "border": (
179
+ "base": #b0b6b7,
180
+ "error": #ed4c42,
181
+ "warning": #ffbc00,
182
+ "selected": #364141
183
183
  ),
184
- placeholder: (
185
- base: #6e797a
184
+ "placeholder": (
185
+ "base": #6e797a
186
186
  )
187
187
  ),
188
- listItem: (
189
- background: (
190
- base: transparent,
191
- hover: #f3f4f4,
192
- selected: #364141
188
+ "listItem": (
189
+ "background": (
190
+ "base": transparent,
191
+ "hover": #f3f4f4,
192
+ "selected": #364141
193
193
  )
194
194
  ),
195
- overlay: (
196
- background: (
197
- base: rgba(22,32,32,0.56)
195
+ "overlay": (
196
+ "background": (
197
+ "base": rgba(22,32,32,0.56)
198
198
  ),
199
- text: (
200
- base: #FFFFFF
199
+ "text": (
200
+ "base": #FFFFFF
201
201
  ),
202
- icon: (
203
- base: #FFFFFF
202
+ "icon": (
203
+ "base": #FFFFFF
204
204
  )
205
205
  ),
206
- elevation: (
207
- base: #2733333D
208
- ),
209
- network: (
210
- twitter: #1da1f2,
211
- twitter_like: #e0245e,
212
- facebook: #217bee,
213
- facebook_audience_network: #58409B,
214
- linkedin: #0A66C2,
215
- instagram: #e4405f,
216
- feedly: #2bb24c,
217
- analytics: #ef6c00,
218
- youtube: #ff0000,
219
- messenger: #0084ff,
220
- snapchat: #fffc00,
221
- pinterest: #E60023,
222
- tumblr: #35465c,
223
- reddit: #ff4500,
224
- tripadvisor: #00B087,
225
- glassdoor: #0CAA41,
226
- google_my_business: #4285F4,
227
- google_business_messages: #1A73EA,
228
- salesforce: #1589EE,
229
- zendesk: #03363D,
230
- hubspot: #FF7A59,
231
- microsoft_dynamics: #002050,
232
- yelp: #FF1A1A,
233
- whatsapp: #25D366,
234
- tiktok: #000000
235
- ),
236
- dataviz: (
237
- map: (
238
- 1: #08c4b2,
239
- 2: #6f5ed3,
240
- 3: #ce3665,
241
- 4: #ffcd1c,
242
- 5: #3896e3,
243
- 6: #db61db,
244
- 7: #59cb59,
245
- 8: #fc8943,
246
- 9: #db3e3e,
247
- 10: #026661,
248
- 11: #a193f2,
249
- 12: #931847,
250
- 13: #944c0c,
251
- 14: #0c5689,
252
- 15: #6c2277,
253
- 16: #006b40,
254
- 17: #962c0b,
255
- 18: #ff7f6e,
256
- 19: #0ca750,
257
- 20: #ba7506
206
+ "elevation": (
207
+ "base": #2733333D
208
+ ),
209
+ "illustration": (
210
+ "fill": #56adf5,
211
+ "stroke": #273333
212
+ ),
213
+ "network": (
214
+ "twitter": #1da1f2,
215
+ "twitter_like": #e0245e,
216
+ "facebook": #217bee,
217
+ "facebook_audience_network": #58409B,
218
+ "linkedin": #0A66C2,
219
+ "instagram": #e4405f,
220
+ "feedly": #2bb24c,
221
+ "analytics": #ef6c00,
222
+ "youtube": #ff0000,
223
+ "messenger": #0084ff,
224
+ "snapchat": #fffc00,
225
+ "pinterest": #E60023,
226
+ "tumblr": #35465c,
227
+ "reddit": #ff4500,
228
+ "tripadvisor": #00B087,
229
+ "glassdoor": #0CAA41,
230
+ "google_my_business": #4285F4,
231
+ "google_business_messages": #1A73EA,
232
+ "salesforce": #1589EE,
233
+ "zendesk": #03363D,
234
+ "hubspot": #FF7A59,
235
+ "microsoft_dynamics": #002050,
236
+ "yelp": #FF1A1A,
237
+ "whatsapp": #25D366,
238
+ "tiktok": #000000
239
+ ),
240
+ "dataviz": (
241
+ "map": (
242
+ "1": #08c4b2,
243
+ "2": #6f5ed3,
244
+ "3": #ce3665,
245
+ "4": #ffcd1c,
246
+ "5": #3896e3,
247
+ "6": #db61db,
248
+ "7": #59cb59,
249
+ "8": #fc8943,
250
+ "9": #db3e3e,
251
+ "10": #026661,
252
+ "11": #a193f2,
253
+ "12": #931847,
254
+ "13": #944c0c,
255
+ "14": #0c5689,
256
+ "15": #6c2277,
257
+ "16": #006b40,
258
+ "17": #962c0b,
259
+ "18": #ff7f6e,
260
+ "19": #0ca750,
261
+ "20": #ba7506
258
262
  ),
259
- list: (#08c4b2, #6f5ed3, #ce3665, #ffcd1c, #3896e3, #db61db, #59cb59, #fc8943, #db3e3e, #026661, #a193f2, #931847, #944c0c, #0c5689, #6c2277, #006b40, #962c0b, #ff7f6e, #0ca750, #ba7506)
260
- ),
261
- neutral: (
262
- 0: #FFFFFF,
263
- 100: #f3f4f4,
264
- 200: #dee1e1,
265
- 300: #c8cccc,
266
- 400: #b0b6b7,
267
- 500: #929a9b,
268
- 600: #6e797a,
269
- 700: #515e5f,
270
- 800: #364141,
271
- 900: #273333,
272
- 1000: #162020,
273
- 1100: #040404
274
- ),
275
- green: (
276
- 0: #ebf9eb,
277
- 100: #d7f4d7,
278
- 200: #c2f2bd,
279
- 300: #98e58e,
280
- 400: #75dd66,
281
- 500: #59cb59,
282
- 600: #2bb656,
283
- 700: #0ca750,
284
- 800: #008b46,
285
- 900: #006b40,
286
- 1000: #08422f,
287
- 1100: #002b20
288
- ),
289
- red: (
290
- 0: #ffeae9,
291
- 100: #ffd5d2,
292
- 200: #ffb8b1,
293
- 300: #ff9c8f,
294
- 400: #ff7f6e,
295
- 500: #f76054,
296
- 600: #ed4c42,
297
- 700: #db3e3e,
298
- 800: #c63434,
299
- 900: #992222,
300
- 1000: #6d1313,
301
- 1100: #2b1111
302
- ),
303
- blue: (
304
- 0: #e9f8ff,
305
- 100: #dcf2ff,
306
- 200: #c7e4f9,
307
- 300: #a1d2f8,
308
- 400: #56adf5,
309
- 500: #3896e3,
310
- 600: #2b87d3,
311
- 700: #2079c3,
312
- 800: #116daa,
313
- 900: #0c5689,
314
- 1000: #0a3960,
315
- 1100: #002138
316
- ),
317
- teal: (
318
- 0: #e5f9f5,
319
- 100: #cdf7ef,
320
- 200: #b3f2e6,
321
- 300: #7dead5,
322
- 400: #24e0c5,
323
- 500: #08c4b2,
324
- 600: #00a99c,
325
- 700: #0b968f,
326
- 800: #067c7c,
327
- 900: #026661,
328
- 1000: #083f3f,
329
- 1100: #002528
330
- ),
331
- aqua: (
332
- 0: #d9fcfb,
333
- 100: #c5f9f9,
334
- 200: #a5f2f2,
335
- 300: #76e5e2,
336
- 400: #33d6e2,
337
- 500: #17b8ce,
338
- 600: #0797ae,
339
- 700: #0b8599,
340
- 800: #0f6e84,
341
- 900: #035e73,
342
- 1000: #083d4f,
343
- 1100: #002838
344
- ),
345
- purple: (
346
- 0: #f2f2f9,
347
- 100: #eaeaf9,
348
- 200: #d8d7f9,
349
- 300: #c1c1f7,
350
- 400: #a193f2,
351
- 500: #9180f4,
352
- 600: #816fea,
353
- 700: #6f5ed3,
354
- 800: #5e4eba,
355
- 900: #483a9c,
356
- 1000: #2d246b,
357
- 1100: #1d1d38
358
- ),
359
- magenta: (
360
- 0: #fef0ff,
361
- 100: #f9e3fc,
362
- 200: #f4c4f7,
363
- 300: #edadf2,
364
- 400: #f282f5,
365
- 500: #db61db,
366
- 600: #c44eb9,
367
- 700: #ac44a8,
368
- 800: #8f3896,
369
- 900: #6c2277,
370
- 1000: #451551,
371
- 1100: #29192d
372
- ),
373
- yellow: (
374
- 0: #fff8e2,
375
- 100: #fdefcd,
376
- 200: #ffe99a,
377
- 300: #ffe16e,
378
- 400: #ffd943,
379
- 500: #ffcd1c,
380
- 600: #ffbc00,
381
- 700: #dd9903,
382
- 800: #ba7506,
383
- 900: #944c0c,
384
- 1000: #542a00,
385
- 1100: #2d1a05
386
- ),
387
- pink: (
388
- 0: #ffe9f3,
389
- 100: #fcdbeb,
390
- 200: #ffb5d5,
391
- 300: #ff95c1,
392
- 400: #ff76ae,
393
- 500: #ef588b,
394
- 600: #e0447c,
395
- 700: #ce3665,
396
- 800: #b22f5b,
397
- 900: #931847,
398
- 1000: #561231,
399
- 1100: #2b1721
400
- ),
401
- orange: (
402
- 0: #ffede3,
403
- 100: #fcdccc,
404
- 200: #ffc6a4,
405
- 300: #ffb180,
406
- 400: #ff9c5d,
407
- 500: #fc8943,
408
- 600: #f57d33,
409
- 700: #ed7024,
410
- 800: #ce5511,
411
- 900: #962c0b,
412
- 1000: #601700,
413
- 1100: #2d130e
414
- ),
415
- DATAVIZ_COLORS_LIST: (#08c4b2, #6f5ed3, #ce3665, #ffcd1c, #3896e3, #db61db, #59cb59, #fc8943, #db3e3e, #026661, #a193f2, #931847, #944c0c, #0c5689, #6c2277, #006b40, #962c0b, #ff7f6e, #0ca750, #ba7506),
416
- DATAVIZ_COLORS_MAP: (
417
- 1: #08c4b2,
418
- 2: #6f5ed3,
419
- 3: #ce3665,
420
- 4: #ffcd1c,
421
- 5: #3896e3,
422
- 6: #db61db,
423
- 7: #59cb59,
424
- 8: #fc8943,
425
- 9: #db3e3e,
426
- 10: #026661,
427
- 11: #a193f2,
428
- 12: #931847,
429
- 13: #944c0c,
430
- 14: #0c5689,
431
- 15: #6c2277,
432
- 16: #006b40,
433
- 17: #962c0b,
434
- 18: #ff7f6e,
435
- 19: #0ca750,
436
- 20: #ba7506
263
+ "list": (#08c4b2, #6f5ed3, #ce3665, #ffcd1c, #3896e3, #db61db, #59cb59, #fc8943, #db3e3e, #026661, #a193f2, #931847, #944c0c, #0c5689, #6c2277, #006b40, #962c0b, #ff7f6e, #0ca750, #ba7506)
264
+ ),
265
+ "neutral": (
266
+ "0": #FFFFFF,
267
+ "100": #f3f4f4,
268
+ "200": #dee1e1,
269
+ "300": #c8cccc,
270
+ "400": #b0b6b7,
271
+ "500": #929a9b,
272
+ "600": #6e797a,
273
+ "700": #515e5f,
274
+ "800": #364141,
275
+ "900": #273333,
276
+ "1000": #162020,
277
+ "1100": #040404
278
+ ),
279
+ "green": (
280
+ "0": #ebf9eb,
281
+ "100": #d7f4d7,
282
+ "200": #c2f2bd,
283
+ "300": #98e58e,
284
+ "400": #75dd66,
285
+ "500": #59cb59,
286
+ "600": #2bb656,
287
+ "700": #0ca750,
288
+ "800": #008b46,
289
+ "900": #006b40,
290
+ "1000": #08422f,
291
+ "1100": #002b20
292
+ ),
293
+ "red": (
294
+ "0": #ffeae9,
295
+ "100": #ffd5d2,
296
+ "200": #ffb8b1,
297
+ "300": #ff9c8f,
298
+ "400": #ff7f6e,
299
+ "500": #f76054,
300
+ "600": #ed4c42,
301
+ "700": #db3e3e,
302
+ "800": #c63434,
303
+ "900": #992222,
304
+ "1000": #6d1313,
305
+ "1100": #2b1111
306
+ ),
307
+ "blue": (
308
+ "0": #e9f8ff,
309
+ "100": #dcf2ff,
310
+ "200": #c7e4f9,
311
+ "300": #a1d2f8,
312
+ "400": #56adf5,
313
+ "500": #3896e3,
314
+ "600": #2b87d3,
315
+ "700": #2079c3,
316
+ "800": #116daa,
317
+ "900": #0c5689,
318
+ "1000": #0a3960,
319
+ "1100": #002138
320
+ ),
321
+ "teal": (
322
+ "0": #e5f9f5,
323
+ "100": #cdf7ef,
324
+ "200": #b3f2e6,
325
+ "300": #7dead5,
326
+ "400": #24e0c5,
327
+ "500": #08c4b2,
328
+ "600": #00a99c,
329
+ "700": #0b968f,
330
+ "800": #067c7c,
331
+ "900": #026661,
332
+ "1000": #083f3f,
333
+ "1100": #002528
334
+ ),
335
+ "aqua": (
336
+ "0": #d9fcfb,
337
+ "100": #c5f9f9,
338
+ "200": #a5f2f2,
339
+ "300": #76e5e2,
340
+ "400": #33d6e2,
341
+ "500": #17b8ce,
342
+ "600": #0797ae,
343
+ "700": #0b8599,
344
+ "800": #0f6e84,
345
+ "900": #035e73,
346
+ "1000": #083d4f,
347
+ "1100": #002838
348
+ ),
349
+ "purple": (
350
+ "0": #f2f2f9,
351
+ "100": #eaeaf9,
352
+ "200": #d8d7f9,
353
+ "300": #c1c1f7,
354
+ "400": #a193f2,
355
+ "500": #9180f4,
356
+ "600": #816fea,
357
+ "700": #6f5ed3,
358
+ "800": #5e4eba,
359
+ "900": #483a9c,
360
+ "1000": #2d246b,
361
+ "1100": #1d1d38
362
+ ),
363
+ "magenta": (
364
+ "0": #fef0ff,
365
+ "100": #f9e3fc,
366
+ "200": #f4c4f7,
367
+ "300": #edadf2,
368
+ "400": #f282f5,
369
+ "500": #db61db,
370
+ "600": #c44eb9,
371
+ "700": #ac44a8,
372
+ "800": #8f3896,
373
+ "900": #6c2277,
374
+ "1000": #451551,
375
+ "1100": #29192d
376
+ ),
377
+ "yellow": (
378
+ "0": #fff8e2,
379
+ "100": #fdefcd,
380
+ "200": #ffe99a,
381
+ "300": #ffe16e,
382
+ "400": #ffd943,
383
+ "500": #ffcd1c,
384
+ "600": #ffbc00,
385
+ "700": #dd9903,
386
+ "800": #ba7506,
387
+ "900": #944c0c,
388
+ "1000": #542a00,
389
+ "1100": #2d1a05
390
+ ),
391
+ "pink": (
392
+ "0": #ffe9f3,
393
+ "100": #fcdbeb,
394
+ "200": #ffb5d5,
395
+ "300": #ff95c1,
396
+ "400": #ff76ae,
397
+ "500": #ef588b,
398
+ "600": #e0447c,
399
+ "700": #ce3665,
400
+ "800": #b22f5b,
401
+ "900": #931847,
402
+ "1000": #561231,
403
+ "1100": #2b1721
404
+ ),
405
+ "orange": (
406
+ "0": #ffede3,
407
+ "100": #fcdccc,
408
+ "200": #ffc6a4,
409
+ "300": #ffb180,
410
+ "400": #ff9c5d,
411
+ "500": #fc8943,
412
+ "600": #f57d33,
413
+ "700": #ed7024,
414
+ "800": #ce5511,
415
+ "900": #962c0b,
416
+ "1000": #601700,
417
+ "1100": #2d130e
418
+ ),
419
+ "DATAVIZ_COLORS_LIST": (#08c4b2, #6f5ed3, #ce3665, #ffcd1c, #3896e3, #db61db, #59cb59, #fc8943, #db3e3e, #026661, #a193f2, #931847, #944c0c, #0c5689, #6c2277, #006b40, #962c0b, #ff7f6e, #0ca750, #ba7506),
420
+ "DATAVIZ_COLORS_MAP": (
421
+ "1": #08c4b2,
422
+ "2": #6f5ed3,
423
+ "3": #ce3665,
424
+ "4": #ffcd1c,
425
+ "5": #3896e3,
426
+ "6": #db61db,
427
+ "7": #59cb59,
428
+ "8": #fc8943,
429
+ "9": #db3e3e,
430
+ "10": #026661,
431
+ "11": #a193f2,
432
+ "12": #931847,
433
+ "13": #944c0c,
434
+ "14": #0c5689,
435
+ "15": #6c2277,
436
+ "16": #006b40,
437
+ "17": #962c0b,
438
+ "18": #ff7f6e,
439
+ "19": #0ca750,
440
+ "20": #ba7506
437
441
  )
438
442
  ),
439
- typography: (
440
- 100: (
441
- fontSize: 11px,
442
- lineHeight: 18.666666666666668px
443
- ),
444
- 200: (
445
- fontSize: 13px,
446
- lineHeight: 21.333333333333332px
447
- ),
448
- 300: (
449
- fontSize: 16px,
450
- lineHeight: 24px
451
- ),
452
- 400: (
453
- fontSize: 18px,
454
- lineHeight: 26.666666666666668px
455
- ),
456
- 500: (
457
- fontSize: 21px,
458
- lineHeight: 29.333333333333332px
459
- ),
460
- 600: (
461
- fontSize: 24px,
462
- lineHeight: 32px
463
- ),
464
- 700: (
465
- fontSize: 32px,
466
- lineHeight: 40px
467
- ),
468
- 800: (
469
- fontSize: 43px,
470
- lineHeight: 50.666666666666664px
471
- ),
472
- 900: (
473
- fontSize: 57px,
474
- lineHeight: 64px
475
- ),
476
- 1000: (
477
- fontSize: 76px,
478
- lineHeight: 80px
479
- ),
480
- 1100: (
481
- fontSize: 101px,
482
- lineHeight: 101.33333333333333px
483
- ),
484
- 1200: (
485
- fontSize: 135px,
486
- lineHeight: 125.33333333333333px
487
- ),
488
- typography: (
489
- 100: (
490
- fontSize: 11px,
491
- lineHeight: 18.666666666666668px
443
+ "typography": (
444
+ "100": (
445
+ "fontSize": 11px,
446
+ "lineHeight": 18.666666666666668px
447
+ ),
448
+ "200": (
449
+ "fontSize": 13px,
450
+ "lineHeight": 21.333333333333332px
451
+ ),
452
+ "300": (
453
+ "fontSize": 16px,
454
+ "lineHeight": 24px
455
+ ),
456
+ "400": (
457
+ "fontSize": 18px,
458
+ "lineHeight": 26.666666666666668px
459
+ ),
460
+ "500": (
461
+ "fontSize": 21px,
462
+ "lineHeight": 29.333333333333332px
463
+ ),
464
+ "600": (
465
+ "fontSize": 24px,
466
+ "lineHeight": 32px
467
+ ),
468
+ "700": (
469
+ "fontSize": 32px,
470
+ "lineHeight": 40px
471
+ ),
472
+ "800": (
473
+ "fontSize": 43px,
474
+ "lineHeight": 50.666666666666664px
475
+ ),
476
+ "900": (
477
+ "fontSize": 57px,
478
+ "lineHeight": 64px
479
+ ),
480
+ "1000": (
481
+ "fontSize": 76px,
482
+ "lineHeight": 80px
483
+ ),
484
+ "1100": (
485
+ "fontSize": 101px,
486
+ "lineHeight": 101.33333333333333px
487
+ ),
488
+ "1200": (
489
+ "fontSize": 135px,
490
+ "lineHeight": 125.33333333333333px
491
+ ),
492
+ "typography": (
493
+ "100": (
494
+ "fontSize": 11px,
495
+ "lineHeight": 18.666666666666668px
492
496
  ),
493
- 200: (
494
- fontSize: 13px,
495
- lineHeight: 21.333333333333332px
497
+ "200": (
498
+ "fontSize": 13px,
499
+ "lineHeight": 21.333333333333332px
496
500
  ),
497
- 300: (
498
- fontSize: 16px,
499
- lineHeight: 24px
501
+ "300": (
502
+ "fontSize": 16px,
503
+ "lineHeight": 24px
500
504
  ),
501
- 400: (
502
- fontSize: 18px,
503
- lineHeight: 26.666666666666668px
505
+ "400": (
506
+ "fontSize": 18px,
507
+ "lineHeight": 26.666666666666668px
504
508
  ),
505
- 500: (
506
- fontSize: 21px,
507
- lineHeight: 29.333333333333332px
509
+ "500": (
510
+ "fontSize": 21px,
511
+ "lineHeight": 29.333333333333332px
508
512
  ),
509
- 600: (
510
- fontSize: 24px,
511
- lineHeight: 32px
513
+ "600": (
514
+ "fontSize": 24px,
515
+ "lineHeight": 32px
512
516
  ),
513
- 700: (
514
- fontSize: 32px,
515
- lineHeight: 40px
517
+ "700": (
518
+ "fontSize": 32px,
519
+ "lineHeight": 40px
516
520
  ),
517
- 800: (
518
- fontSize: 43px,
519
- lineHeight: 50.666666666666664px
521
+ "800": (
522
+ "fontSize": 43px,
523
+ "lineHeight": 50.666666666666664px
520
524
  ),
521
- 900: (
522
- fontSize: 57px,
523
- lineHeight: 64px
525
+ "900": (
526
+ "fontSize": 57px,
527
+ "lineHeight": 64px
524
528
  ),
525
- 1000: (
526
- fontSize: 76px,
527
- lineHeight: 80px
529
+ "1000": (
530
+ "fontSize": 76px,
531
+ "lineHeight": 80px
528
532
  ),
529
- 1100: (
530
- fontSize: 101px,
531
- lineHeight: 101.33333333333333px
533
+ "1100": (
534
+ "fontSize": 101px,
535
+ "lineHeight": 101.33333333333333px
532
536
  ),
533
- 1200: (
534
- fontSize: 135px,
535
- lineHeight: 125.33333333333333px
537
+ "1200": (
538
+ "fontSize": 135px,
539
+ "lineHeight": 125.33333333333333px
536
540
  )
537
541
  )
538
542
  ),
539
- fontFamily: "system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif",
540
- fontWeights: (
541
- normal: 400,
542
- semibold: 600,
543
- bold: 700,
544
- extrabold: 800
543
+ "fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif",
544
+ "fontWeights": (
545
+ "normal": 400,
546
+ "semibold": 600,
547
+ "bold": 700,
548
+ "extrabold": 800
545
549
  ),
546
- space: (
547
- 0: 0px,
548
- 100: 2px,
549
- 200: 4px,
550
- 300: 8px,
551
- 350: 12px,
552
- 400: 16px,
553
- 450: 24px,
554
- 500: 32px,
555
- 600: 40px,
556
- space: (
557
- 0: 0px,
558
- 100: 2px,
559
- 200: 4px,
560
- 300: 8px,
561
- 350: 12px,
562
- 400: 16px,
563
- 450: 24px,
564
- 500: 32px,
565
- 600: 40px
566
- ),
567
- -space: (
568
- 0: -0px,
569
- 100: -2px,
570
- 200: -4px,
571
- 300: -8px,
572
- 350: -12px,
573
- 400: -16px,
574
- 450: -24px,
575
- 500: -32px,
576
- 600: -40px
550
+ "space": (
551
+ "0": 0px,
552
+ "100": 2px,
553
+ "200": 4px,
554
+ "300": 8px,
555
+ "350": 12px,
556
+ "400": 16px,
557
+ "450": 24px,
558
+ "500": 32px,
559
+ "600": 40px,
560
+ "space": (
561
+ "0": 0px,
562
+ "100": 2px,
563
+ "200": 4px,
564
+ "300": 8px,
565
+ "350": 12px,
566
+ "400": 16px,
567
+ "450": 24px,
568
+ "500": 32px,
569
+ "600": 40px
570
+ ),
571
+ "-space": (
572
+ "0": -0px,
573
+ "100": -2px,
574
+ "200": -4px,
575
+ "300": -8px,
576
+ "350": -12px,
577
+ "400": -16px,
578
+ "450": -24px,
579
+ "500": -32px,
580
+ "600": -40px
577
581
  )
578
582
  ),
579
- radii: (
580
- 400: 4px,
581
- 500: 6px,
582
- 600: 8px,
583
- 1000: 999999px,
584
- inner: 6px,
585
- outer: 8px,
586
- pill: 999999px,
587
- radii: (
588
- 400: 4px,
589
- 500: 6px,
590
- 600: 8px,
591
- 1000: 999999px,
592
- inner: 6px,
593
- outer: 8px,
594
- pill: 999999px
583
+ "radii": (
584
+ "400": 4px,
585
+ "500": 6px,
586
+ "600": 8px,
587
+ "1000": 999999px,
588
+ "inner": 6px,
589
+ "outer": 8px,
590
+ "pill": 999999px,
591
+ "radii": (
592
+ "400": 4px,
593
+ "500": 6px,
594
+ "600": 8px,
595
+ "1000": 999999px,
596
+ "inner": 6px,
597
+ "outer": 8px,
598
+ "pill": 999999px
595
599
  )
596
600
  ),
597
- borders: (
598
- 500: 1px solid
601
+ "borders": (
602
+ "500": 1px solid
599
603
  ),
600
- borderWidths: (
601
- 500: 1px
604
+ "borderWidths": (
605
+ "500": 1px
602
606
  ),
603
- shadows: (
604
- low: 0px 2px 4px #2733333D,
605
- medium: 0px 8px 16px #2733333D,
606
- high: 0px 16px 32px #2733333D
607
+ "shadows": (
608
+ "low": 0px 2px 4px #2733333D,
609
+ "medium": 0px 8px 16px #2733333D,
610
+ "high": 0px 16px 32px #2733333D
607
611
  ),
608
- easing: (
609
- ease_in: cubic-bezier(.4, 0, .7, .2),
610
- ease_out: cubic-bezier(0, 0, .2, 1),
611
- ease_inout: cubic-bezier(.4, 0, .2, 1)
612
+ "easing": (
613
+ "ease_in": cubic-bezier(.4, 0, .7, .2),
614
+ "ease_out": cubic-bezier(0, 0, .2, 1),
615
+ "ease_inout": cubic-bezier(.4, 0, .2, 1)
612
616
  ),
613
- duration: (
614
- fast: .15s,
615
- medium: .3s,
616
- slow: .6s
617
+ "duration": (
618
+ "fast": .15s,
619
+ "medium": .3s,
620
+ "slow": .6s
617
621
  ),
618
- mode: light
622
+ "mode": light
619
623
  ),
620
- duration: (
621
- fast: .15s,
622
- medium: .3s,
623
- slow: .6s
624
+ "duration": (
625
+ "fast": .15s,
626
+ "medium": .3s,
627
+ "slow": .6s
624
628
  ),
625
- easing: (
626
- ease_in: cubic-bezier(.4, 0, .7, .2),
627
- ease_out: cubic-bezier(0, 0, .2, 1),
628
- ease_inout: cubic-bezier(.4, 0, .2, 1)
629
+ "easing": (
630
+ "ease_in": cubic-bezier(.4, 0, .7, .2),
631
+ "ease_out": cubic-bezier(0, 0, .2, 1),
632
+ "ease_inout": cubic-bezier(.4, 0, .2, 1)
629
633
  ),
630
- fontFamily: "system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif",
631
- fontWeights: (
632
- normal: 400,
633
- semibold: 600,
634
- bold: 700,
635
- extrabold: 800
634
+ "fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif",
635
+ "fontWeights": (
636
+ "normal": 400,
637
+ "semibold": 600,
638
+ "bold": 700,
639
+ "extrabold": 800
636
640
  ),
637
- radii: (
638
- 400: 4px,
639
- 500: 6px,
640
- 600: 8px,
641
- 1000: 999999px,
642
- inner: 6px,
643
- outer: 8px,
644
- pill: 999999px
641
+ "radii": (
642
+ "400": 4px,
643
+ "500": 6px,
644
+ "600": 8px,
645
+ "1000": 999999px,
646
+ "inner": 6px,
647
+ "outer": 8px,
648
+ "pill": 999999px
645
649
  ),
646
- shadows: (
647
- low: 0px 2px 4px #2733333D,
648
- medium: 0px 8px 16px #2733333D,
649
- high: 0px 16px 32px #2733333D
650
+ "shadows": (
651
+ "low": 0px 2px 4px #2733333D,
652
+ "medium": 0px 8px 16px #2733333D,
653
+ "high": 0px 16px 32px #2733333D
650
654
  ),
651
- space: (
652
- 0: 0px,
653
- 100: 2px,
654
- 200: 4px,
655
- 300: 8px,
656
- 350: 12px,
657
- 400: 16px,
658
- 450: 24px,
659
- 500: 32px,
660
- 600: 40px
655
+ "space": (
656
+ "0": 0px,
657
+ "100": 2px,
658
+ "200": 4px,
659
+ "300": 8px,
660
+ "350": 12px,
661
+ "400": 16px,
662
+ "450": 24px,
663
+ "500": 32px,
664
+ "600": 40px
661
665
  ),
662
- typography: (
663
- 100: (
664
- fontSize: 11px,
665
- lineHeight: 18.666666666666668px
666
+ "typography": (
667
+ "100": (
668
+ "fontSize": 11px,
669
+ "lineHeight": 18.666666666666668px
666
670
  ),
667
- 200: (
668
- fontSize: 13px,
669
- lineHeight: 21.333333333333332px
671
+ "200": (
672
+ "fontSize": 13px,
673
+ "lineHeight": 21.333333333333332px
670
674
  ),
671
- 300: (
672
- fontSize: 16px,
673
- lineHeight: 24px
675
+ "300": (
676
+ "fontSize": 16px,
677
+ "lineHeight": 24px
674
678
  ),
675
- 400: (
676
- fontSize: 18px,
677
- lineHeight: 26.666666666666668px
679
+ "400": (
680
+ "fontSize": 18px,
681
+ "lineHeight": 26.666666666666668px
678
682
  ),
679
- 500: (
680
- fontSize: 21px,
681
- lineHeight: 29.333333333333332px
683
+ "500": (
684
+ "fontSize": 21px,
685
+ "lineHeight": 29.333333333333332px
682
686
  ),
683
- 600: (
684
- fontSize: 24px,
685
- lineHeight: 32px
687
+ "600": (
688
+ "fontSize": 24px,
689
+ "lineHeight": 32px
686
690
  ),
687
- 700: (
688
- fontSize: 32px,
689
- lineHeight: 40px
691
+ "700": (
692
+ "fontSize": 32px,
693
+ "lineHeight": 40px
690
694
  ),
691
- 800: (
692
- fontSize: 43px,
693
- lineHeight: 50.666666666666664px
695
+ "800": (
696
+ "fontSize": 43px,
697
+ "lineHeight": 50.666666666666664px
694
698
  ),
695
- 900: (
696
- fontSize: 57px,
697
- lineHeight: 64px
699
+ "900": (
700
+ "fontSize": 57px,
701
+ "lineHeight": 64px
698
702
  ),
699
- 1000: (
700
- fontSize: 76px,
701
- lineHeight: 80px
703
+ "1000": (
704
+ "fontSize": 76px,
705
+ "lineHeight": 80px
702
706
  ),
703
- 1100: (
704
- fontSize: 101px,
705
- lineHeight: 101.33333333333333px
707
+ "1100": (
708
+ "fontSize": 101px,
709
+ "lineHeight": 101.33333333333333px
706
710
  ),
707
- 1200: (
708
- fontSize: 135px,
709
- lineHeight: 125.33333333333333px
711
+ "1200": (
712
+ "fontSize": 135px,
713
+ "lineHeight": 125.33333333333333px
710
714
  )
711
715
  )
712
716
  );