@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,822 +1,854 @@
1
1
  $theme: (
2
- __esModule: true,
3
- analytics: (
4
- trend: (
5
- positive: #08c4b2,
6
- neutral: #f3f4f4,
7
- negative: #f3f4f4
2
+ "__esModule": true,
3
+ "analytics": (
4
+ "trend": (
5
+ "positive": #08c4b2,
6
+ "neutral": #f3f4f4,
7
+ "negative": #f3f4f4
8
+ ),
9
+ "overlay": (
10
+ "background": (
11
+ "base": rgba(39,51,51,0.8)
12
+ )
8
13
  )
9
14
  ),
10
- datePicker: (
11
- comparison: (
12
- background: (
13
- base: #b0b6b7
15
+ "datePicker": (
16
+ "comparison": (
17
+ "background": (
18
+ "base": #b0b6b7
14
19
  ),
15
- text: (
16
- base: #364141
20
+ "text": (
21
+ "base": #364141
17
22
  )
18
23
  )
19
24
  ),
20
- default: (
21
- breakpoints: (900px, 1200px, 1500px, 1800px),
22
- colors: (
23
- app: (
24
- background: (
25
- base: #162020
25
+ "default": (
26
+ "breakpoints": (900px, 1200px, 1500px, 1800px),
27
+ "colors": (
28
+ "app": (
29
+ "background": (
30
+ "base": #162020
26
31
  )
27
32
  ),
28
- container: (
29
- background: (
30
- base: #273333,
31
- success: #006b40,
32
- warning: #944c0c,
33
- error: #992222,
34
- info: #0c5689,
35
- opportunity: #5e4eba,
36
- danger: #992222,
37
- decorative: (
38
- green: #006b40,
39
- blue: #0c5689,
40
- purple: #5e4eba,
41
- yellow: #944c0c,
42
- orange: #962c0b,
43
- red: #992222,
44
- neutral: #273333
33
+ "container": (
34
+ "background": (
35
+ "base": #273333,
36
+ "success": #006b40,
37
+ "warning": #944c0c,
38
+ "error": #992222,
39
+ "info": #0c5689,
40
+ "opportunity": #5e4eba,
41
+ "danger": #992222,
42
+ "decorative": (
43
+ "green": #006b40,
44
+ "blue": #0c5689,
45
+ "purple": #5e4eba,
46
+ "yellow": #944c0c,
47
+ "orange": #962c0b,
48
+ "red": #992222,
49
+ "neutral": #273333
45
50
  ),
46
- selected: #FFFFFF,
47
- positive_sentiment: #3896e3,
48
- negative_sentiment: #f76054,
49
- neutral_sentiment: #c8cccc
50
- ),
51
- border: (
52
- base: #040404,
53
- success: #59cb59,
54
- warning: #ffbc00,
55
- error: #ed4c42,
56
- danger: #ed4c42,
57
- info: #2b87d3,
58
- opportunity: #9180f4,
59
- decorative: (
60
- green: #59cb59,
61
- blue: #2b87d3,
62
- purple: #9180f4,
63
- yellow: #ffbc00,
64
- orange: #f57d33,
65
- red: #ed4c42,
66
- neutral: #929a9b
51
+ "selected": #FFFFFF,
52
+ "positive_sentiment": #3896e3,
53
+ "negative_sentiment": #f76054,
54
+ "neutral_sentiment": #c8cccc
55
+ ),
56
+ "border": (
57
+ "base": #040404,
58
+ "success": #59cb59,
59
+ "warning": #ffbc00,
60
+ "error": #ed4c42,
61
+ "danger": #ed4c42,
62
+ "info": #2b87d3,
63
+ "opportunity": #9180f4,
64
+ "decorative": (
65
+ "green": #59cb59,
66
+ "blue": #2b87d3,
67
+ "purple": #9180f4,
68
+ "yellow": #ffbc00,
69
+ "orange": #f57d33,
70
+ "red": #ed4c42,
71
+ "neutral": #929a9b
67
72
  ),
68
- selected: #FFFFFF
73
+ "selected": #FFFFFF
69
74
  )
70
75
  ),
71
- button: (
72
- primary: (
73
- background: (
74
- base: #56adf5,
75
- hover: #a1d2f8,
76
- active: #c7e4f9
76
+ "button": (
77
+ "primary": (
78
+ "background": (
79
+ "base": #56adf5,
80
+ "hover": #a1d2f8,
81
+ "active": #c7e4f9
77
82
  ),
78
- border: (
79
- base: transparent
83
+ "border": (
84
+ "base": transparent
80
85
  ),
81
- text: (
82
- base: #273333,
83
- hover: #162020
86
+ "text": (
87
+ "base": #273333,
88
+ "hover": #162020
84
89
  )
85
90
  ),
86
- secondary: (
87
- background: (
88
- base: transparent,
89
- hover: #f3f4f4,
90
- active: #FFFFFF
91
+ "secondary": (
92
+ "background": (
93
+ "base": transparent,
94
+ "hover": #f3f4f4,
95
+ "active": #FFFFFF
91
96
  ),
92
- border: (
93
- base: #FFFFFF
97
+ "border": (
98
+ "base": #FFFFFF
94
99
  ),
95
- text: (
96
- base: #FFFFFF,
97
- hover: #364141
100
+ "text": (
101
+ "base": #FFFFFF,
102
+ "hover": #364141
98
103
  )
99
104
  ),
100
- pill: (
101
- background: (
102
- base: transparent,
103
- hover: #162020,
104
- active: #273333
105
+ "pill": (
106
+ "background": (
107
+ "base": transparent,
108
+ "hover": #162020,
109
+ "active": #273333
105
110
  ),
106
- border: (
107
- base: transparent
111
+ "border": (
112
+ "base": transparent
108
113
  ),
109
- text: (
110
- base: #f3f4f4,
111
- hover: #FFFFFF
114
+ "text": (
115
+ "base": #f3f4f4,
116
+ "hover": #FFFFFF
112
117
  )
113
118
  ),
114
- destructive: (
115
- background: (
116
- base: #ff7f6e,
117
- hover: #ff9c8f,
118
- active: #ffb8b1
119
+ "destructive": (
120
+ "background": (
121
+ "base": #ff7f6e,
122
+ "hover": #ff9c8f,
123
+ "active": #ffb8b1
119
124
  ),
120
- border: (
121
- base: transparent
125
+ "border": (
126
+ "base": transparent
122
127
  ),
123
- text: (
124
- base: #273333,
125
- hover: #162020
128
+ "text": (
129
+ "base": #273333,
130
+ "hover": #162020
126
131
  )
127
132
  ),
128
- placeholder: (
129
- background: (
130
- base: transparent,
131
- hover: #040404,
132
- active: #040404
133
+ "placeholder": (
134
+ "background": (
135
+ "base": transparent,
136
+ "hover": #040404,
137
+ "active": #040404
133
138
  ),
134
- border: (
135
- base: #929a9b
139
+ "border": (
140
+ "base": #929a9b
136
141
  ),
137
- text: (
138
- base: #56adf5,
139
- hover: #a1d2f8
142
+ "text": (
143
+ "base": #56adf5,
144
+ "hover": #a1d2f8
140
145
  )
141
146
  ),
142
- unstyled: (
143
- background: (
144
- base: transparent
147
+ "unstyled": (
148
+ "background": (
149
+ "base": transparent
145
150
  ),
146
- border: (
147
- base: transparent
151
+ "border": (
152
+ "base": transparent
148
153
  ),
149
- text: (
150
- base: #c8cccc,
151
- hover: #dee1e1
154
+ "text": (
155
+ "base": #c8cccc,
156
+ "hover": #dee1e1
152
157
  )
153
158
  )
154
159
  ),
155
- link: (
156
- base: #56adf5,
157
- hover: #a1d2f8
158
- ),
159
- text: (
160
- headline: #FFFFFF,
161
- subtext: #c8cccc,
162
- body: #f3f4f4,
163
- inverse: #273333,
164
- error: #ff7f6e,
165
- background: (
166
- highlight: #944c0c
160
+ "link": (
161
+ "base": #56adf5,
162
+ "hover": #a1d2f8
163
+ ),
164
+ "text": (
165
+ "headline": #FFFFFF,
166
+ "subtext": #c8cccc,
167
+ "body": #f3f4f4,
168
+ "inverse": #273333,
169
+ "error": #ff7f6e,
170
+ "background": (
171
+ "highlight": #944c0c
167
172
  )
168
173
  ),
169
- icon: (
170
- base: #f3f4f4,
171
- inverse: #273333,
172
- success: #d7f4d7,
173
- warning: #fdefcd,
174
- error: #ffd5d2,
175
- danger: #ffd5d2,
176
- info: #dcf2ff,
177
- opportunity: #eaeaf9,
178
- applied: #56adf5,
179
- positive_sentiment: #2079c3,
180
- negative_sentiment: #ed4c42,
181
- neutral_sentiment: #6e797a
182
- ),
183
- form: (
184
- background: (
185
- base: #273333,
186
- selected: #FFFFFF
187
- ),
188
- border: (
189
- base: #929a9b,
190
- error: #ed4c42,
191
- warning: #ffbc00,
192
- selected: #FFFFFF
193
- ),
194
- placeholder: (
195
- base: #929a9b
174
+ "icon": (
175
+ "base": #f3f4f4,
176
+ "inverse": #273333,
177
+ "success": #d7f4d7,
178
+ "warning": #fdefcd,
179
+ "error": #ffd5d2,
180
+ "danger": #ffd5d2,
181
+ "info": #dcf2ff,
182
+ "opportunity": #eaeaf9,
183
+ "applied": #56adf5,
184
+ "positive_sentiment": #2079c3,
185
+ "negative_sentiment": #ed4c42,
186
+ "neutral_sentiment": #6e797a
187
+ ),
188
+ "form": (
189
+ "background": (
190
+ "base": #273333,
191
+ "selected": #FFFFFF
192
+ ),
193
+ "border": (
194
+ "base": #929a9b,
195
+ "error": #ed4c42,
196
+ "warning": #ffbc00,
197
+ "selected": #FFFFFF
198
+ ),
199
+ "placeholder": (
200
+ "base": #929a9b
196
201
  )
197
202
  ),
198
- listItem: (
199
- background: (
200
- base: transparent,
201
- hover: #364141,
202
- selected: #FFFFFF
203
+ "listItem": (
204
+ "background": (
205
+ "base": transparent,
206
+ "hover": #364141,
207
+ "selected": #FFFFFF
203
208
  )
204
209
  ),
205
- overlay: (
206
- background: (
207
- base: rgba(22,32,32,0.72)
210
+ "overlay": (
211
+ "background": (
212
+ "base": rgba(22,32,32,0.72)
208
213
  ),
209
- text: (
210
- base: #FFFFFF
214
+ "text": (
215
+ "base": #FFFFFF
211
216
  ),
212
- icon: (
213
- base: #FFFFFF
217
+ "icon": (
218
+ "base": #FFFFFF
214
219
  )
215
220
  ),
216
- elevation: (
217
- base: #040404
218
- ),
219
- network: (
220
- twitter: #1da1f2,
221
- twitter_like: #e0245e,
222
- facebook: #217bee,
223
- facebook_audience_network: #58409B,
224
- linkedin: #0A66C2,
225
- instagram: #e4405f,
226
- feedly: #2bb24c,
227
- analytics: #ef6c00,
228
- youtube: #ff0000,
229
- messenger: #0084ff,
230
- snapchat: #fffc00,
231
- pinterest: #E60023,
232
- tumblr: #35465c,
233
- reddit: #ff4500,
234
- tripadvisor: #00B087,
235
- glassdoor: #0CAA41,
236
- google_my_business: #4285F4,
237
- google_business_messages: #1A73EA,
238
- salesforce: #1589EE,
239
- zendesk: #03363D,
240
- hubspot: #FF7A59,
241
- microsoft_dynamics: #002050,
242
- yelp: #FF1A1A,
243
- whatsapp: #25D366,
244
- tiktok: #000000
245
- ),
246
- dataviz: (
247
- map: (
248
- 1: #24e0c5,
249
- 2: #a193f2,
250
- 3: #ff76ae,
251
- 4: #ffcd1c,
252
- 5: #56adf5,
253
- 6: #f282f5,
254
- 7: #75dd66,
255
- 8: #ff9c5d,
256
- 9: #db3e3e,
257
- 10: #0b968f,
258
- 11: #6f5ed3,
259
- 12: #ce3665,
260
- 13: #ba7506,
261
- 14: #2079c3,
262
- 15: #ac44a8,
263
- 16: #0ca750,
264
- 17: #ed7024,
265
- 18: #ff7f6e,
266
- 19: #c2f2bd,
267
- 20: #ffe99a
268
- ),
269
- list: (#24e0c5, #a193f2, #ff76ae, #ffcd1c, #56adf5, #f282f5, #75dd66, #ff9c5d, #db3e3e, #0b968f, #6f5ed3, #ce3665, #ba7506, #2079c3, #ac44a8, #0ca750, #ed7024, #ff7f6e, #c2f2bd, #ffe99a)
270
- ),
271
- neutral: (
272
- 0: #FFFFFF,
273
- 100: #f3f4f4,
274
- 200: #dee1e1,
275
- 300: #c8cccc,
276
- 400: #b0b6b7,
277
- 500: #929a9b,
278
- 600: #6e797a,
279
- 700: #515e5f,
280
- 800: #364141,
281
- 900: #273333,
282
- 1000: #162020,
283
- 1100: #040404
284
- ),
285
- green: (
286
- 0: #ebf9eb,
287
- 100: #d7f4d7,
288
- 200: #c2f2bd,
289
- 300: #98e58e,
290
- 400: #75dd66,
291
- 500: #59cb59,
292
- 600: #2bb656,
293
- 700: #0ca750,
294
- 800: #008b46,
295
- 900: #006b40,
296
- 1000: #08422f,
297
- 1100: #002b20
298
- ),
299
- red: (
300
- 0: #ffeae9,
301
- 100: #ffd5d2,
302
- 200: #ffb8b1,
303
- 300: #ff9c8f,
304
- 400: #ff7f6e,
305
- 500: #f76054,
306
- 600: #ed4c42,
307
- 700: #db3e3e,
308
- 800: #c63434,
309
- 900: #992222,
310
- 1000: #6d1313,
311
- 1100: #2b1111
312
- ),
313
- blue: (
314
- 0: #e9f8ff,
315
- 100: #dcf2ff,
316
- 200: #c7e4f9,
317
- 300: #a1d2f8,
318
- 400: #56adf5,
319
- 500: #3896e3,
320
- 600: #2b87d3,
321
- 700: #2079c3,
322
- 800: #116daa,
323
- 900: #0c5689,
324
- 1000: #0a3960,
325
- 1100: #002138
326
- ),
327
- teal: (
328
- 0: #e5f9f5,
329
- 100: #cdf7ef,
330
- 200: #b3f2e6,
331
- 300: #7dead5,
332
- 400: #24e0c5,
333
- 500: #08c4b2,
334
- 600: #00a99c,
335
- 700: #0b968f,
336
- 800: #067c7c,
337
- 900: #026661,
338
- 1000: #083f3f,
339
- 1100: #002528
340
- ),
341
- aqua: (
342
- 0: #d9fcfb,
343
- 100: #c5f9f9,
344
- 200: #a5f2f2,
345
- 300: #76e5e2,
346
- 400: #33d6e2,
347
- 500: #17b8ce,
348
- 600: #0797ae,
349
- 700: #0b8599,
350
- 800: #0f6e84,
351
- 900: #035e73,
352
- 1000: #083d4f,
353
- 1100: #002838
354
- ),
355
- purple: (
356
- 0: #f2f2f9,
357
- 100: #eaeaf9,
358
- 200: #d8d7f9,
359
- 300: #c1c1f7,
360
- 400: #a193f2,
361
- 500: #9180f4,
362
- 600: #816fea,
363
- 700: #6f5ed3,
364
- 800: #5e4eba,
365
- 900: #483a9c,
366
- 1000: #2d246b,
367
- 1100: #1d1d38
368
- ),
369
- magenta: (
370
- 0: #fef0ff,
371
- 100: #f9e3fc,
372
- 200: #f4c4f7,
373
- 300: #edadf2,
374
- 400: #f282f5,
375
- 500: #db61db,
376
- 600: #c44eb9,
377
- 700: #ac44a8,
378
- 800: #8f3896,
379
- 900: #6c2277,
380
- 1000: #451551,
381
- 1100: #29192d
382
- ),
383
- yellow: (
384
- 0: #fff8e2,
385
- 100: #fdefcd,
386
- 200: #ffe99a,
387
- 300: #ffe16e,
388
- 400: #ffd943,
389
- 500: #ffcd1c,
390
- 600: #ffbc00,
391
- 700: #dd9903,
392
- 800: #ba7506,
393
- 900: #944c0c,
394
- 1000: #542a00,
395
- 1100: #2d1a05
396
- ),
397
- pink: (
398
- 0: #ffe9f3,
399
- 100: #fcdbeb,
400
- 200: #ffb5d5,
401
- 300: #ff95c1,
402
- 400: #ff76ae,
403
- 500: #ef588b,
404
- 600: #e0447c,
405
- 700: #ce3665,
406
- 800: #b22f5b,
407
- 900: #931847,
408
- 1000: #561231,
409
- 1100: #2b1721
410
- ),
411
- orange: (
412
- 0: #ffede3,
413
- 100: #fcdccc,
414
- 200: #ffc6a4,
415
- 300: #ffb180,
416
- 400: #ff9c5d,
417
- 500: #fc8943,
418
- 600: #f57d33,
419
- 700: #ed7024,
420
- 800: #ce5511,
421
- 900: #962c0b,
422
- 1000: #601700,
423
- 1100: #2d130e
424
- ),
425
- DATAVIZ_COLORS_LIST: (#24e0c5, #a193f2, #ff76ae, #ffcd1c, #56adf5, #f282f5, #75dd66, #ff9c5d, #db3e3e, #0b968f, #6f5ed3, #ce3665, #ba7506, #2079c3, #ac44a8, #0ca750, #ed7024, #ff7f6e, #c2f2bd, #ffe99a),
426
- DATAVIZ_COLORS_MAP: (
427
- 1: #24e0c5,
428
- 2: #a193f2,
429
- 3: #ff76ae,
430
- 4: #ffcd1c,
431
- 5: #56adf5,
432
- 6: #f282f5,
433
- 7: #75dd66,
434
- 8: #ff9c5d,
435
- 9: #db3e3e,
436
- 10: #0b968f,
437
- 11: #6f5ed3,
438
- 12: #ce3665,
439
- 13: #ba7506,
440
- 14: #2079c3,
441
- 15: #ac44a8,
442
- 16: #0ca750,
443
- 17: #ed7024,
444
- 18: #ff7f6e,
445
- 19: #c2f2bd,
446
- 20: #ffe99a
447
- ),
448
- navigation: (
449
- main: (
450
- background: (
451
- base: #162020,
452
- overflowGradient: #040404
221
+ "elevation": (
222
+ "base": #040404
223
+ ),
224
+ "illustration": (
225
+ "fill": #56adf5,
226
+ "stroke": #f3f4f4
227
+ ),
228
+ "network": (
229
+ "twitter": #1da1f2,
230
+ "twitter_like": #e0245e,
231
+ "facebook": #217bee,
232
+ "facebook_audience_network": #58409B,
233
+ "linkedin": #0A66C2,
234
+ "instagram": #e4405f,
235
+ "feedly": #2bb24c,
236
+ "analytics": #ef6c00,
237
+ "youtube": #ff0000,
238
+ "messenger": #0084ff,
239
+ "snapchat": #fffc00,
240
+ "pinterest": #E60023,
241
+ "tumblr": #35465c,
242
+ "reddit": #ff4500,
243
+ "tripadvisor": #00B087,
244
+ "glassdoor": #0CAA41,
245
+ "google_my_business": #4285F4,
246
+ "google_business_messages": #1A73EA,
247
+ "salesforce": #1589EE,
248
+ "zendesk": #03363D,
249
+ "hubspot": #FF7A59,
250
+ "microsoft_dynamics": #002050,
251
+ "yelp": #FF1A1A,
252
+ "whatsapp": #25D366,
253
+ "tiktok": #000000
254
+ ),
255
+ "dataviz": (
256
+ "map": (
257
+ "1": #24e0c5,
258
+ "2": #a193f2,
259
+ "3": #ff76ae,
260
+ "4": #ffcd1c,
261
+ "5": #56adf5,
262
+ "6": #f282f5,
263
+ "7": #75dd66,
264
+ "8": #ff9c5d,
265
+ "9": #db3e3e,
266
+ "10": #0b968f,
267
+ "11": #6f5ed3,
268
+ "12": #ce3665,
269
+ "13": #ba7506,
270
+ "14": #2079c3,
271
+ "15": #ac44a8,
272
+ "16": #0ca750,
273
+ "17": #ed7024,
274
+ "18": #ff7f6e,
275
+ "19": #c2f2bd,
276
+ "20": #ffe99a
277
+ ),
278
+ "list": (#24e0c5, #a193f2, #ff76ae, #ffcd1c, #56adf5, #f282f5, #75dd66, #ff9c5d, #db3e3e, #0b968f, #6f5ed3, #ce3665, #ba7506, #2079c3, #ac44a8, #0ca750, #ed7024, #ff7f6e, #c2f2bd, #ffe99a)
279
+ ),
280
+ "neutral": (
281
+ "0": #FFFFFF,
282
+ "100": #f3f4f4,
283
+ "200": #dee1e1,
284
+ "300": #c8cccc,
285
+ "400": #b0b6b7,
286
+ "500": #929a9b,
287
+ "600": #6e797a,
288
+ "700": #515e5f,
289
+ "800": #364141,
290
+ "900": #273333,
291
+ "1000": #162020,
292
+ "1100": #040404
293
+ ),
294
+ "green": (
295
+ "0": #ebf9eb,
296
+ "100": #d7f4d7,
297
+ "200": #c2f2bd,
298
+ "300": #98e58e,
299
+ "400": #75dd66,
300
+ "500": #59cb59,
301
+ "600": #2bb656,
302
+ "700": #0ca750,
303
+ "800": #008b46,
304
+ "900": #006b40,
305
+ "1000": #08422f,
306
+ "1100": #002b20
307
+ ),
308
+ "red": (
309
+ "0": #ffeae9,
310
+ "100": #ffd5d2,
311
+ "200": #ffb8b1,
312
+ "300": #ff9c8f,
313
+ "400": #ff7f6e,
314
+ "500": #f76054,
315
+ "600": #ed4c42,
316
+ "700": #db3e3e,
317
+ "800": #c63434,
318
+ "900": #992222,
319
+ "1000": #6d1313,
320
+ "1100": #2b1111
321
+ ),
322
+ "blue": (
323
+ "0": #e9f8ff,
324
+ "100": #dcf2ff,
325
+ "200": #c7e4f9,
326
+ "300": #a1d2f8,
327
+ "400": #56adf5,
328
+ "500": #3896e3,
329
+ "600": #2b87d3,
330
+ "700": #2079c3,
331
+ "800": #116daa,
332
+ "900": #0c5689,
333
+ "1000": #0a3960,
334
+ "1100": #002138
335
+ ),
336
+ "teal": (
337
+ "0": #e5f9f5,
338
+ "100": #cdf7ef,
339
+ "200": #b3f2e6,
340
+ "300": #7dead5,
341
+ "400": #24e0c5,
342
+ "500": #08c4b2,
343
+ "600": #00a99c,
344
+ "700": #0b968f,
345
+ "800": #067c7c,
346
+ "900": #026661,
347
+ "1000": #083f3f,
348
+ "1100": #002528
349
+ ),
350
+ "aqua": (
351
+ "0": #d9fcfb,
352
+ "100": #c5f9f9,
353
+ "200": #a5f2f2,
354
+ "300": #76e5e2,
355
+ "400": #33d6e2,
356
+ "500": #17b8ce,
357
+ "600": #0797ae,
358
+ "700": #0b8599,
359
+ "800": #0f6e84,
360
+ "900": #035e73,
361
+ "1000": #083d4f,
362
+ "1100": #002838
363
+ ),
364
+ "purple": (
365
+ "0": #f2f2f9,
366
+ "100": #eaeaf9,
367
+ "200": #d8d7f9,
368
+ "300": #c1c1f7,
369
+ "400": #a193f2,
370
+ "500": #9180f4,
371
+ "600": #816fea,
372
+ "700": #6f5ed3,
373
+ "800": #5e4eba,
374
+ "900": #483a9c,
375
+ "1000": #2d246b,
376
+ "1100": #1d1d38
377
+ ),
378
+ "magenta": (
379
+ "0": #fef0ff,
380
+ "100": #f9e3fc,
381
+ "200": #f4c4f7,
382
+ "300": #edadf2,
383
+ "400": #f282f5,
384
+ "500": #db61db,
385
+ "600": #c44eb9,
386
+ "700": #ac44a8,
387
+ "800": #8f3896,
388
+ "900": #6c2277,
389
+ "1000": #451551,
390
+ "1100": #29192d
391
+ ),
392
+ "yellow": (
393
+ "0": #fff8e2,
394
+ "100": #fdefcd,
395
+ "200": #ffe99a,
396
+ "300": #ffe16e,
397
+ "400": #ffd943,
398
+ "500": #ffcd1c,
399
+ "600": #ffbc00,
400
+ "700": #dd9903,
401
+ "800": #ba7506,
402
+ "900": #944c0c,
403
+ "1000": #542a00,
404
+ "1100": #2d1a05
405
+ ),
406
+ "pink": (
407
+ "0": #ffe9f3,
408
+ "100": #fcdbeb,
409
+ "200": #ffb5d5,
410
+ "300": #ff95c1,
411
+ "400": #ff76ae,
412
+ "500": #ef588b,
413
+ "600": #e0447c,
414
+ "700": #ce3665,
415
+ "800": #b22f5b,
416
+ "900": #931847,
417
+ "1000": #561231,
418
+ "1100": #2b1721
419
+ ),
420
+ "orange": (
421
+ "0": #ffede3,
422
+ "100": #fcdccc,
423
+ "200": #ffc6a4,
424
+ "300": #ffb180,
425
+ "400": #ff9c5d,
426
+ "500": #fc8943,
427
+ "600": #f57d33,
428
+ "700": #ed7024,
429
+ "800": #ce5511,
430
+ "900": #962c0b,
431
+ "1000": #601700,
432
+ "1100": #2d130e
433
+ ),
434
+ "DATAVIZ_COLORS_LIST": (#24e0c5, #a193f2, #ff76ae, #ffcd1c, #56adf5, #f282f5, #75dd66, #ff9c5d, #db3e3e, #0b968f, #6f5ed3, #ce3665, #ba7506, #2079c3, #ac44a8, #0ca750, #ed7024, #ff7f6e, #c2f2bd, #ffe99a),
435
+ "DATAVIZ_COLORS_MAP": (
436
+ "1": #24e0c5,
437
+ "2": #a193f2,
438
+ "3": #ff76ae,
439
+ "4": #ffcd1c,
440
+ "5": #56adf5,
441
+ "6": #f282f5,
442
+ "7": #75dd66,
443
+ "8": #ff9c5d,
444
+ "9": #db3e3e,
445
+ "10": #0b968f,
446
+ "11": #6f5ed3,
447
+ "12": #ce3665,
448
+ "13": #ba7506,
449
+ "14": #2079c3,
450
+ "15": #ac44a8,
451
+ "16": #0ca750,
452
+ "17": #ed7024,
453
+ "18": #ff7f6e,
454
+ "19": #c2f2bd,
455
+ "20": #ffe99a
456
+ ),
457
+ "navigation": (
458
+ "main": (
459
+ "background": (
460
+ "base": #162020,
461
+ "overflowGradient": #040404
453
462
  )
454
463
  ),
455
- secondary: (
456
- background: (
457
- base: #273333
464
+ "secondary": (
465
+ "background": (
466
+ "base": #273333
467
+ )
468
+ ),
469
+ "settings": (
470
+ "listItem": (
471
+ "backgound": (
472
+ "base": transparent,
473
+ "hover": #040404,
474
+ "selected": #364141
475
+ )
458
476
  )
459
477
  ),
460
- text: (
461
- base: #FFFFFF,
462
- hover: #FFFFFF
478
+ "text": (
479
+ "base": #FFFFFF,
480
+ "hover": #FFFFFF
463
481
  ),
464
- icon: (
465
- base: #FFFFFF,
466
- hover: #FFFFFF
482
+ "icon": (
483
+ "base": #FFFFFF,
484
+ "hover": #FFFFFF
467
485
  ),
468
- listItem: (
469
- background: (
470
- base: #162020,
471
- hover: #040404,
472
- selected: #515e5f
486
+ "listItem": (
487
+ "background": (
488
+ "base": #162020,
489
+ "hover": #040404,
490
+ "selected": #515e5f
473
491
  )
474
492
  )
475
493
  ),
476
- datePicker: (
477
- comparison: (
478
- background: (
479
- base: #b0b6b7
494
+ "datePicker": (
495
+ "comparison": (
496
+ "background": (
497
+ "base": #b0b6b7
480
498
  ),
481
- text: (
482
- base: #364141
499
+ "text": (
500
+ "base": #364141
483
501
  )
484
502
  )
485
503
  ),
486
- analytics: (
487
- trend: (
488
- positive: #08c4b2,
489
- neutral: #f3f4f4,
490
- negative: #f3f4f4
504
+ "analytics": (
505
+ "trend": (
506
+ "positive": #08c4b2,
507
+ "neutral": #f3f4f4,
508
+ "negative": #f3f4f4
509
+ ),
510
+ "overlay": (
511
+ "background": (
512
+ "base": rgba(39,51,51,0.8)
513
+ )
491
514
  )
492
515
  ),
493
- growth: (
494
- education: (
495
- decorative: (
496
- aqua: #0797ae,
497
- teal: #08c4b2
516
+ "growth": (
517
+ "education": (
518
+ "decorative": (
519
+ "aqua": #0797ae,
520
+ "teal": #08c4b2
498
521
  )
499
522
  ),
500
- opportunity: (
501
- background: (
502
- base: #6f5ed3
523
+ "opportunity": (
524
+ "background": (
525
+ "base": #6f5ed3
503
526
  ),
504
- button: (
505
- primary: (
506
- base: #a193f2,
507
- hover: #c1c1f7
527
+ "button": (
528
+ "primary": (
529
+ "base": #a193f2,
530
+ "hover": #c1c1f7
508
531
  )
509
532
  ),
510
- badge: (
511
- background: (
512
- base: #6f5ed3,
513
- active: #eaeaf9
533
+ "badge": (
534
+ "background": (
535
+ "base": #6f5ed3,
536
+ "active": #eaeaf9
514
537
  ),
515
- icon: (
516
- base: #d8d7f9,
517
- active: #5e4eba
538
+ "icon": (
539
+ "base": #d8d7f9,
540
+ "active": #5e4eba
518
541
  ),
519
- text: (
520
- base: #d8d7f9
542
+ "text": (
543
+ "base": #d8d7f9
521
544
  )
522
545
  ),
523
- decorative: (
524
- green: #0ca750,
525
- lightAqua: #0797ae,
526
- darkAqua: #002838,
527
- purple: #6f5ed3
546
+ "decorative": (
547
+ "green": #0ca750,
548
+ "lightAqua": #0797ae,
549
+ "darkAqua": #002838,
550
+ "purple": #6f5ed3
528
551
  )
529
552
  ),
530
- darkModal: (
531
- background: (
532
- base: #002838
553
+ "darkModal": (
554
+ "background": (
555
+ "base": #002838
533
556
  ),
534
- text: (
535
- base: #FFFFFF
557
+ "text": (
558
+ "base": #FFFFFF
536
559
  ),
537
- cards: (
538
- background: (
539
- base: #FFFFFF,
540
- hover: #eaeaf9
560
+ "cards": (
561
+ "background": (
562
+ "base": #FFFFFF,
563
+ "hover": #eaeaf9
541
564
  ),
542
- text: (
543
- base: #364141,
544
- hover: #273333
565
+ "text": (
566
+ "base": #364141,
567
+ "hover": #273333
545
568
  ),
546
- border: (
547
- base: #FFFFFF,
548
- hover: #6f5ed3
569
+ "border": (
570
+ "base": #FFFFFF,
571
+ "hover": #6f5ed3
549
572
  )
550
573
  )
551
574
  )
552
575
  )
553
576
  ),
554
- typography: (
555
- 100: (
556
- fontSize: 11px,
557
- lineHeight: 18.666666666666668px
558
- ),
559
- 200: (
560
- fontSize: 13px,
561
- lineHeight: 21.333333333333332px
562
- ),
563
- 300: (
564
- fontSize: 16px,
565
- lineHeight: 24px
566
- ),
567
- 400: (
568
- fontSize: 18px,
569
- lineHeight: 26.666666666666668px
570
- ),
571
- 500: (
572
- fontSize: 21px,
573
- lineHeight: 29.333333333333332px
574
- ),
575
- 600: (
576
- fontSize: 24px,
577
- lineHeight: 32px
578
- ),
579
- 700: (
580
- fontSize: 32px,
581
- lineHeight: 40px
582
- ),
583
- 800: (
584
- fontSize: 43px,
585
- lineHeight: 50.666666666666664px
586
- ),
587
- 900: (
588
- fontSize: 57px,
589
- lineHeight: 64px
590
- ),
591
- 1000: (
592
- fontSize: 76px,
593
- lineHeight: 80px
594
- ),
595
- 1100: (
596
- fontSize: 101px,
597
- lineHeight: 101.33333333333333px
598
- ),
599
- 1200: (
600
- fontSize: 135px,
601
- lineHeight: 125.33333333333333px
602
- ),
603
- typography: (
604
- 100: (
605
- fontSize: 11px,
606
- lineHeight: 18.666666666666668px
607
- ),
608
- 200: (
609
- fontSize: 13px,
610
- lineHeight: 21.333333333333332px
611
- ),
612
- 300: (
613
- fontSize: 16px,
614
- lineHeight: 24px
615
- ),
616
- 400: (
617
- fontSize: 18px,
618
- lineHeight: 26.666666666666668px
619
- ),
620
- 500: (
621
- fontSize: 21px,
622
- lineHeight: 29.333333333333332px
623
- ),
624
- 600: (
625
- fontSize: 24px,
626
- lineHeight: 32px
627
- ),
628
- 700: (
629
- fontSize: 32px,
630
- lineHeight: 40px
631
- ),
632
- 800: (
633
- fontSize: 43px,
634
- lineHeight: 50.666666666666664px
635
- ),
636
- 900: (
637
- fontSize: 57px,
638
- lineHeight: 64px
639
- ),
640
- 1000: (
641
- fontSize: 76px,
642
- lineHeight: 80px
643
- ),
644
- 1100: (
645
- fontSize: 101px,
646
- lineHeight: 101.33333333333333px
647
- ),
648
- 1200: (
649
- fontSize: 135px,
650
- lineHeight: 125.33333333333333px
577
+ "typography": (
578
+ "100": (
579
+ "fontSize": 11px,
580
+ "lineHeight": 18.666666666666668px
581
+ ),
582
+ "200": (
583
+ "fontSize": 13px,
584
+ "lineHeight": 21.333333333333332px
585
+ ),
586
+ "300": (
587
+ "fontSize": 16px,
588
+ "lineHeight": 24px
589
+ ),
590
+ "400": (
591
+ "fontSize": 18px,
592
+ "lineHeight": 26.666666666666668px
593
+ ),
594
+ "500": (
595
+ "fontSize": 21px,
596
+ "lineHeight": 29.333333333333332px
597
+ ),
598
+ "600": (
599
+ "fontSize": 24px,
600
+ "lineHeight": 32px
601
+ ),
602
+ "700": (
603
+ "fontSize": 32px,
604
+ "lineHeight": 40px
605
+ ),
606
+ "800": (
607
+ "fontSize": 43px,
608
+ "lineHeight": 50.666666666666664px
609
+ ),
610
+ "900": (
611
+ "fontSize": 57px,
612
+ "lineHeight": 64px
613
+ ),
614
+ "1000": (
615
+ "fontSize": 76px,
616
+ "lineHeight": 80px
617
+ ),
618
+ "1100": (
619
+ "fontSize": 101px,
620
+ "lineHeight": 101.33333333333333px
621
+ ),
622
+ "1200": (
623
+ "fontSize": 135px,
624
+ "lineHeight": 125.33333333333333px
625
+ ),
626
+ "typography": (
627
+ "100": (
628
+ "fontSize": 11px,
629
+ "lineHeight": 18.666666666666668px
630
+ ),
631
+ "200": (
632
+ "fontSize": 13px,
633
+ "lineHeight": 21.333333333333332px
634
+ ),
635
+ "300": (
636
+ "fontSize": 16px,
637
+ "lineHeight": 24px
638
+ ),
639
+ "400": (
640
+ "fontSize": 18px,
641
+ "lineHeight": 26.666666666666668px
642
+ ),
643
+ "500": (
644
+ "fontSize": 21px,
645
+ "lineHeight": 29.333333333333332px
646
+ ),
647
+ "600": (
648
+ "fontSize": 24px,
649
+ "lineHeight": 32px
650
+ ),
651
+ "700": (
652
+ "fontSize": 32px,
653
+ "lineHeight": 40px
654
+ ),
655
+ "800": (
656
+ "fontSize": 43px,
657
+ "lineHeight": 50.666666666666664px
658
+ ),
659
+ "900": (
660
+ "fontSize": 57px,
661
+ "lineHeight": 64px
662
+ ),
663
+ "1000": (
664
+ "fontSize": 76px,
665
+ "lineHeight": 80px
666
+ ),
667
+ "1100": (
668
+ "fontSize": 101px,
669
+ "lineHeight": 101.33333333333333px
670
+ ),
671
+ "1200": (
672
+ "fontSize": 135px,
673
+ "lineHeight": 125.33333333333333px
651
674
  )
652
675
  )
653
676
  ),
654
- fontFamily: "system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif",
655
- fontWeights: (
656
- normal: 400,
657
- semibold: 600,
658
- bold: 700,
659
- extrabold: 800
677
+ "fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif",
678
+ "fontWeights": (
679
+ "normal": 400,
680
+ "semibold": 600,
681
+ "bold": 700,
682
+ "extrabold": 800
660
683
  ),
661
- space: (
662
- 0: 0px,
663
- 100: 2px,
664
- 200: 4px,
665
- 300: 8px,
666
- 350: 12px,
667
- 400: 16px,
668
- 450: 24px,
669
- 500: 32px,
670
- 600: 40px,
671
- space: (
672
- 0: 0px,
673
- 100: 2px,
674
- 200: 4px,
675
- 300: 8px,
676
- 350: 12px,
677
- 400: 16px,
678
- 450: 24px,
679
- 500: 32px,
680
- 600: 40px
681
- ),
682
- -space: (
683
- 0: -0px,
684
- 100: -2px,
685
- 200: -4px,
686
- 300: -8px,
687
- 350: -12px,
688
- 400: -16px,
689
- 450: -24px,
690
- 500: -32px,
691
- 600: -40px
684
+ "space": (
685
+ "0": 0px,
686
+ "100": 2px,
687
+ "200": 4px,
688
+ "300": 8px,
689
+ "350": 12px,
690
+ "400": 16px,
691
+ "450": 24px,
692
+ "500": 32px,
693
+ "600": 40px,
694
+ "space": (
695
+ "0": 0px,
696
+ "100": 2px,
697
+ "200": 4px,
698
+ "300": 8px,
699
+ "350": 12px,
700
+ "400": 16px,
701
+ "450": 24px,
702
+ "500": 32px,
703
+ "600": 40px
704
+ ),
705
+ "-space": (
706
+ "0": -0px,
707
+ "100": -2px,
708
+ "200": -4px,
709
+ "300": -8px,
710
+ "350": -12px,
711
+ "400": -16px,
712
+ "450": -24px,
713
+ "500": -32px,
714
+ "600": -40px
692
715
  )
693
716
  ),
694
- radii: (
695
- 400: 4px,
696
- 500: 6px,
697
- 600: 8px,
698
- 1000: 999999px,
699
- inner: 6px,
700
- outer: 8px,
701
- pill: 999999px,
702
- radii: (
703
- 400: 4px,
704
- 500: 6px,
705
- 600: 8px,
706
- 1000: 999999px,
707
- inner: 6px,
708
- outer: 8px,
709
- pill: 999999px
717
+ "radii": (
718
+ "400": 4px,
719
+ "500": 6px,
720
+ "600": 8px,
721
+ "1000": 999999px,
722
+ "inner": 6px,
723
+ "outer": 8px,
724
+ "pill": 999999px,
725
+ "radii": (
726
+ "400": 4px,
727
+ "500": 6px,
728
+ "600": 8px,
729
+ "1000": 999999px,
730
+ "inner": 6px,
731
+ "outer": 8px,
732
+ "pill": 999999px
710
733
  )
711
734
  ),
712
- borders: (
713
- 500: 1px solid
735
+ "borders": (
736
+ "500": 1px solid
714
737
  ),
715
- borderWidths: (
716
- 500: 1px
738
+ "borderWidths": (
739
+ "500": 1px
717
740
  ),
718
- shadows: (
719
- low: 0px 2px 4px #040404FF,
720
- medium: 0px 8px 16px #040404FF,
721
- high: 0px 16px 32px #040404FF
741
+ "shadows": (
742
+ "low": 0px 2px 4px #040404FF,
743
+ "medium": 0px 8px 16px #040404FF,
744
+ "high": 0px 16px 32px #040404FF
722
745
  ),
723
- easing: (
724
- ease_in: cubic-bezier(.4, 0, .7, .2),
725
- ease_out: cubic-bezier(0, 0, .2, 1),
726
- ease_inout: cubic-bezier(.4, 0, .2, 1)
746
+ "easing": (
747
+ "ease_in": cubic-bezier(.4, 0, .7, .2),
748
+ "ease_out": cubic-bezier(0, 0, .2, 1),
749
+ "ease_inout": cubic-bezier(.4, 0, .2, 1)
727
750
  ),
728
- duration: (
729
- fast: .15s,
730
- medium: .3s,
731
- slow: .6s
751
+ "duration": (
752
+ "fast": .15s,
753
+ "medium": .3s,
754
+ "slow": .6s
732
755
  ),
733
- mode: dark
756
+ "mode": dark
734
757
  ),
735
- growth: (
736
- education: (
737
- decorative: (
738
- aqua: #0797ae,
739
- teal: #08c4b2
758
+ "growth": (
759
+ "education": (
760
+ "decorative": (
761
+ "aqua": #0797ae,
762
+ "teal": #08c4b2
740
763
  )
741
764
  ),
742
- opportunity: (
743
- background: (
744
- base: #6f5ed3
745
- ),
746
- button: (
747
- primary: (
748
- base: #a193f2,
749
- hover: #c1c1f7
765
+ "opportunity": (
766
+ "background": (
767
+ "base": #6f5ed3
768
+ ),
769
+ "button": (
770
+ "primary": (
771
+ "base": #a193f2,
772
+ "hover": #c1c1f7
750
773
  )
751
774
  ),
752
- badge: (
753
- background: (
754
- base: #6f5ed3,
755
- active: #eaeaf9
775
+ "badge": (
776
+ "background": (
777
+ "base": #6f5ed3,
778
+ "active": #eaeaf9
756
779
  ),
757
- icon: (
758
- base: #d8d7f9,
759
- active: #5e4eba
780
+ "icon": (
781
+ "base": #d8d7f9,
782
+ "active": #5e4eba
760
783
  ),
761
- text: (
762
- base: #d8d7f9
784
+ "text": (
785
+ "base": #d8d7f9
763
786
  )
764
787
  ),
765
- decorative: (
766
- green: #0ca750,
767
- lightAqua: #0797ae,
768
- darkAqua: #002838,
769
- purple: #6f5ed3
788
+ "decorative": (
789
+ "green": #0ca750,
790
+ "lightAqua": #0797ae,
791
+ "darkAqua": #002838,
792
+ "purple": #6f5ed3
770
793
  )
771
794
  ),
772
- darkModal: (
773
- background: (
774
- base: #002838
795
+ "darkModal": (
796
+ "background": (
797
+ "base": #002838
775
798
  ),
776
- text: (
777
- base: #FFFFFF
799
+ "text": (
800
+ "base": #FFFFFF
778
801
  ),
779
- cards: (
780
- background: (
781
- base: #FFFFFF,
782
- hover: #eaeaf9
802
+ "cards": (
803
+ "background": (
804
+ "base": #FFFFFF,
805
+ "hover": #eaeaf9
783
806
  ),
784
- text: (
785
- base: #364141,
786
- hover: #273333
807
+ "text": (
808
+ "base": #364141,
809
+ "hover": #273333
787
810
  ),
788
- border: (
789
- base: #FFFFFF,
790
- hover: #6f5ed3
811
+ "border": (
812
+ "base": #FFFFFF,
813
+ "hover": #6f5ed3
791
814
  )
792
815
  )
793
816
  )
794
817
  ),
795
- navigation: (
796
- main: (
797
- background: (
798
- base: #162020,
799
- overflowGradient: #040404
818
+ "navigation": (
819
+ "main": (
820
+ "background": (
821
+ "base": #162020,
822
+ "overflowGradient": #040404
800
823
  )
801
824
  ),
802
- secondary: (
803
- background: (
804
- base: #273333
825
+ "secondary": (
826
+ "background": (
827
+ "base": #273333
828
+ )
829
+ ),
830
+ "settings": (
831
+ "listItem": (
832
+ "backgound": (
833
+ "base": transparent,
834
+ "hover": #040404,
835
+ "selected": #364141
836
+ )
805
837
  )
806
838
  ),
807
- text: (
808
- base: #FFFFFF,
809
- hover: #FFFFFF
839
+ "text": (
840
+ "base": #FFFFFF,
841
+ "hover": #FFFFFF
810
842
  ),
811
- icon: (
812
- base: #FFFFFF,
813
- hover: #FFFFFF
843
+ "icon": (
844
+ "base": #FFFFFF,
845
+ "hover": #FFFFFF
814
846
  ),
815
- listItem: (
816
- background: (
817
- base: #162020,
818
- hover: #040404,
819
- selected: #515e5f
847
+ "listItem": (
848
+ "background": (
849
+ "base": #162020,
850
+ "hover": #040404,
851
+ "selected": #515e5f
820
852
  )
821
853
  )
822
854
  )