@sproutsocial/racine 12.3.0 → 12.5.0

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