@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,618 +1,622 @@
1
1
  $theme: (
2
- __esModule: true,
3
- default: (
4
- breakpoints: (900px, 1200px, 1500px, 1800px),
5
- colors: (
6
- app: (
7
- background: (
8
- base: #162020
2
+ "__esModule": true,
3
+ "default": (
4
+ "breakpoints": (900px, 1200px, 1500px, 1800px),
5
+ "colors": (
6
+ "app": (
7
+ "background": (
8
+ "base": #162020
9
9
  )
10
10
  ),
11
- container: (
12
- background: (
13
- base: #273333,
14
- success: #006b40,
15
- warning: #944c0c,
16
- error: #992222,
17
- info: #0c5689,
18
- opportunity: #5e4eba,
19
- danger: #992222,
20
- decorative: (
21
- green: #006b40,
22
- blue: #0c5689,
23
- purple: #5e4eba,
24
- yellow: #944c0c,
25
- orange: #962c0b,
26
- red: #992222,
27
- neutral: #273333
11
+ "container": (
12
+ "background": (
13
+ "base": #273333,
14
+ "success": #006b40,
15
+ "warning": #944c0c,
16
+ "error": #992222,
17
+ "info": #0c5689,
18
+ "opportunity": #5e4eba,
19
+ "danger": #992222,
20
+ "decorative": (
21
+ "green": #006b40,
22
+ "blue": #0c5689,
23
+ "purple": #5e4eba,
24
+ "yellow": #944c0c,
25
+ "orange": #962c0b,
26
+ "red": #992222,
27
+ "neutral": #273333
28
28
  ),
29
- selected: #FFFFFF,
30
- positive_sentiment: #3896e3,
31
- negative_sentiment: #f76054,
32
- neutral_sentiment: #c8cccc
29
+ "selected": #FFFFFF,
30
+ "positive_sentiment": #3896e3,
31
+ "negative_sentiment": #f76054,
32
+ "neutral_sentiment": #c8cccc
33
33
  ),
34
- border: (
35
- base: #040404,
36
- success: #59cb59,
37
- warning: #ffbc00,
38
- error: #ed4c42,
39
- danger: #ed4c42,
40
- info: #2b87d3,
41
- opportunity: #9180f4,
42
- decorative: (
43
- green: #59cb59,
44
- blue: #2b87d3,
45
- purple: #9180f4,
46
- yellow: #ffbc00,
47
- orange: #f57d33,
48
- red: #ed4c42,
49
- neutral: #929a9b
34
+ "border": (
35
+ "base": #040404,
36
+ "success": #59cb59,
37
+ "warning": #ffbc00,
38
+ "error": #ed4c42,
39
+ "danger": #ed4c42,
40
+ "info": #2b87d3,
41
+ "opportunity": #9180f4,
42
+ "decorative": (
43
+ "green": #59cb59,
44
+ "blue": #2b87d3,
45
+ "purple": #9180f4,
46
+ "yellow": #ffbc00,
47
+ "orange": #f57d33,
48
+ "red": #ed4c42,
49
+ "neutral": #929a9b
50
50
  ),
51
- selected: #FFFFFF
51
+ "selected": #FFFFFF
52
52
  )
53
53
  ),
54
- button: (
55
- primary: (
56
- background: (
57
- base: #56adf5,
58
- hover: #a1d2f8,
59
- active: #c7e4f9
54
+ "button": (
55
+ "primary": (
56
+ "background": (
57
+ "base": #56adf5,
58
+ "hover": #a1d2f8,
59
+ "active": #c7e4f9
60
60
  ),
61
- border: (
62
- base: transparent
61
+ "border": (
62
+ "base": transparent
63
63
  ),
64
- text: (
65
- base: #273333,
66
- hover: #162020
64
+ "text": (
65
+ "base": #273333,
66
+ "hover": #162020
67
67
  )
68
68
  ),
69
- secondary: (
70
- background: (
71
- base: transparent,
72
- hover: #f3f4f4,
73
- active: #FFFFFF
69
+ "secondary": (
70
+ "background": (
71
+ "base": transparent,
72
+ "hover": #f3f4f4,
73
+ "active": #FFFFFF
74
74
  ),
75
- border: (
76
- base: #FFFFFF
75
+ "border": (
76
+ "base": #FFFFFF
77
77
  ),
78
- text: (
79
- base: #FFFFFF,
80
- hover: #364141
78
+ "text": (
79
+ "base": #FFFFFF,
80
+ "hover": #364141
81
81
  )
82
82
  ),
83
- pill: (
84
- background: (
85
- base: transparent,
86
- hover: #162020,
87
- active: #273333
83
+ "pill": (
84
+ "background": (
85
+ "base": transparent,
86
+ "hover": #162020,
87
+ "active": #273333
88
88
  ),
89
- border: (
90
- base: transparent
89
+ "border": (
90
+ "base": transparent
91
91
  ),
92
- text: (
93
- base: #f3f4f4,
94
- hover: #FFFFFF
92
+ "text": (
93
+ "base": #f3f4f4,
94
+ "hover": #FFFFFF
95
95
  )
96
96
  ),
97
- destructive: (
98
- background: (
99
- base: #ff7f6e,
100
- hover: #ff9c8f,
101
- active: #ffb8b1
97
+ "destructive": (
98
+ "background": (
99
+ "base": #ff7f6e,
100
+ "hover": #ff9c8f,
101
+ "active": #ffb8b1
102
102
  ),
103
- border: (
104
- base: transparent
103
+ "border": (
104
+ "base": transparent
105
105
  ),
106
- text: (
107
- base: #273333,
108
- hover: #162020
106
+ "text": (
107
+ "base": #273333,
108
+ "hover": #162020
109
109
  )
110
110
  ),
111
- placeholder: (
112
- background: (
113
- base: transparent,
114
- hover: #040404,
115
- active: #040404
111
+ "placeholder": (
112
+ "background": (
113
+ "base": transparent,
114
+ "hover": #040404,
115
+ "active": #040404
116
116
  ),
117
- border: (
118
- base: #929a9b
117
+ "border": (
118
+ "base": #929a9b
119
119
  ),
120
- text: (
121
- base: #56adf5,
122
- hover: #a1d2f8
120
+ "text": (
121
+ "base": #56adf5,
122
+ "hover": #a1d2f8
123
123
  )
124
124
  ),
125
- unstyled: (
126
- background: (
127
- base: transparent
125
+ "unstyled": (
126
+ "background": (
127
+ "base": transparent
128
128
  ),
129
- border: (
130
- base: transparent
129
+ "border": (
130
+ "base": transparent
131
131
  ),
132
- text: (
133
- base: #c8cccc,
134
- hover: #dee1e1
132
+ "text": (
133
+ "base": #c8cccc,
134
+ "hover": #dee1e1
135
135
  )
136
136
  )
137
137
  ),
138
- link: (
139
- base: #56adf5,
140
- hover: #a1d2f8
141
- ),
142
- text: (
143
- headline: #FFFFFF,
144
- subtext: #c8cccc,
145
- body: #f3f4f4,
146
- inverse: #273333,
147
- error: #ff7f6e,
148
- background: (
149
- highlight: #944c0c
138
+ "link": (
139
+ "base": #56adf5,
140
+ "hover": #a1d2f8
141
+ ),
142
+ "text": (
143
+ "headline": #FFFFFF,
144
+ "subtext": #c8cccc,
145
+ "body": #f3f4f4,
146
+ "inverse": #273333,
147
+ "error": #ff7f6e,
148
+ "background": (
149
+ "highlight": #944c0c
150
150
  )
151
151
  ),
152
- icon: (
153
- base: #f3f4f4,
154
- inverse: #273333,
155
- success: #d7f4d7,
156
- warning: #fdefcd,
157
- error: #ffd5d2,
158
- danger: #ffd5d2,
159
- info: #dcf2ff,
160
- opportunity: #eaeaf9,
161
- applied: #56adf5,
162
- positive_sentiment: #2079c3,
163
- negative_sentiment: #ed4c42,
164
- neutral_sentiment: #6e797a
165
- ),
166
- form: (
167
- background: (
168
- base: #273333,
169
- selected: #FFFFFF
152
+ "icon": (
153
+ "base": #f3f4f4,
154
+ "inverse": #273333,
155
+ "success": #d7f4d7,
156
+ "warning": #fdefcd,
157
+ "error": #ffd5d2,
158
+ "danger": #ffd5d2,
159
+ "info": #dcf2ff,
160
+ "opportunity": #eaeaf9,
161
+ "applied": #56adf5,
162
+ "positive_sentiment": #2079c3,
163
+ "negative_sentiment": #ed4c42,
164
+ "neutral_sentiment": #6e797a
165
+ ),
166
+ "form": (
167
+ "background": (
168
+ "base": #273333,
169
+ "selected": #FFFFFF
170
170
  ),
171
- border: (
172
- base: #929a9b,
173
- error: #ed4c42,
174
- warning: #ffbc00,
175
- selected: #FFFFFF
171
+ "border": (
172
+ "base": #929a9b,
173
+ "error": #ed4c42,
174
+ "warning": #ffbc00,
175
+ "selected": #FFFFFF
176
176
  ),
177
- placeholder: (
178
- base: #929a9b
177
+ "placeholder": (
178
+ "base": #929a9b
179
179
  )
180
180
  ),
181
- listItem: (
182
- background: (
183
- base: transparent,
184
- hover: #364141,
185
- selected: #FFFFFF
181
+ "listItem": (
182
+ "background": (
183
+ "base": transparent,
184
+ "hover": #364141,
185
+ "selected": #FFFFFF
186
186
  )
187
187
  ),
188
- overlay: (
189
- background: (
190
- base: rgba(22,32,32,0.72)
188
+ "overlay": (
189
+ "background": (
190
+ "base": rgba(22,32,32,0.72)
191
191
  ),
192
- text: (
193
- base: #FFFFFF
192
+ "text": (
193
+ "base": #FFFFFF
194
194
  ),
195
- icon: (
196
- base: #FFFFFF
195
+ "icon": (
196
+ "base": #FFFFFF
197
197
  )
198
198
  ),
199
- elevation: (
200
- base: #040404
201
- ),
202
- network: (
203
- twitter: #1da1f2,
204
- twitter_like: #e0245e,
205
- facebook: #217bee,
206
- facebook_audience_network: #58409B,
207
- linkedin: #0A66C2,
208
- instagram: #e4405f,
209
- feedly: #2bb24c,
210
- analytics: #ef6c00,
211
- youtube: #ff0000,
212
- messenger: #0084ff,
213
- snapchat: #fffc00,
214
- pinterest: #E60023,
215
- tumblr: #35465c,
216
- reddit: #ff4500,
217
- tripadvisor: #00B087,
218
- glassdoor: #0CAA41,
219
- google_my_business: #4285F4,
220
- google_business_messages: #1A73EA,
221
- salesforce: #1589EE,
222
- zendesk: #03363D,
223
- hubspot: #FF7A59,
224
- microsoft_dynamics: #002050,
225
- yelp: #FF1A1A,
226
- whatsapp: #25D366,
227
- tiktok: #000000
228
- ),
229
- dataviz: (
230
- map: (
231
- 1: #24e0c5,
232
- 2: #a193f2,
233
- 3: #ff76ae,
234
- 4: #ffcd1c,
235
- 5: #56adf5,
236
- 6: #f282f5,
237
- 7: #75dd66,
238
- 8: #ff9c5d,
239
- 9: #db3e3e,
240
- 10: #0b968f,
241
- 11: #6f5ed3,
242
- 12: #ce3665,
243
- 13: #ba7506,
244
- 14: #2079c3,
245
- 15: #ac44a8,
246
- 16: #0ca750,
247
- 17: #ed7024,
248
- 18: #ff7f6e,
249
- 19: #c2f2bd,
250
- 20: #ffe99a
199
+ "elevation": (
200
+ "base": #040404
201
+ ),
202
+ "illustration": (
203
+ "fill": #56adf5,
204
+ "stroke": #f3f4f4
205
+ ),
206
+ "network": (
207
+ "twitter": #1da1f2,
208
+ "twitter_like": #e0245e,
209
+ "facebook": #217bee,
210
+ "facebook_audience_network": #58409B,
211
+ "linkedin": #0A66C2,
212
+ "instagram": #e4405f,
213
+ "feedly": #2bb24c,
214
+ "analytics": #ef6c00,
215
+ "youtube": #ff0000,
216
+ "messenger": #0084ff,
217
+ "snapchat": #fffc00,
218
+ "pinterest": #E60023,
219
+ "tumblr": #35465c,
220
+ "reddit": #ff4500,
221
+ "tripadvisor": #00B087,
222
+ "glassdoor": #0CAA41,
223
+ "google_my_business": #4285F4,
224
+ "google_business_messages": #1A73EA,
225
+ "salesforce": #1589EE,
226
+ "zendesk": #03363D,
227
+ "hubspot": #FF7A59,
228
+ "microsoft_dynamics": #002050,
229
+ "yelp": #FF1A1A,
230
+ "whatsapp": #25D366,
231
+ "tiktok": #000000
232
+ ),
233
+ "dataviz": (
234
+ "map": (
235
+ "1": #24e0c5,
236
+ "2": #a193f2,
237
+ "3": #ff76ae,
238
+ "4": #ffcd1c,
239
+ "5": #56adf5,
240
+ "6": #f282f5,
241
+ "7": #75dd66,
242
+ "8": #ff9c5d,
243
+ "9": #db3e3e,
244
+ "10": #0b968f,
245
+ "11": #6f5ed3,
246
+ "12": #ce3665,
247
+ "13": #ba7506,
248
+ "14": #2079c3,
249
+ "15": #ac44a8,
250
+ "16": #0ca750,
251
+ "17": #ed7024,
252
+ "18": #ff7f6e,
253
+ "19": #c2f2bd,
254
+ "20": #ffe99a
251
255
  ),
252
- list: (#24e0c5, #a193f2, #ff76ae, #ffcd1c, #56adf5, #f282f5, #75dd66, #ff9c5d, #db3e3e, #0b968f, #6f5ed3, #ce3665, #ba7506, #2079c3, #ac44a8, #0ca750, #ed7024, #ff7f6e, #c2f2bd, #ffe99a)
253
- ),
254
- neutral: (
255
- 0: #FFFFFF,
256
- 100: #f3f4f4,
257
- 200: #dee1e1,
258
- 300: #c8cccc,
259
- 400: #b0b6b7,
260
- 500: #929a9b,
261
- 600: #6e797a,
262
- 700: #515e5f,
263
- 800: #364141,
264
- 900: #273333,
265
- 1000: #162020,
266
- 1100: #040404
267
- ),
268
- green: (
269
- 0: #ebf9eb,
270
- 100: #d7f4d7,
271
- 200: #c2f2bd,
272
- 300: #98e58e,
273
- 400: #75dd66,
274
- 500: #59cb59,
275
- 600: #2bb656,
276
- 700: #0ca750,
277
- 800: #008b46,
278
- 900: #006b40,
279
- 1000: #08422f,
280
- 1100: #002b20
281
- ),
282
- red: (
283
- 0: #ffeae9,
284
- 100: #ffd5d2,
285
- 200: #ffb8b1,
286
- 300: #ff9c8f,
287
- 400: #ff7f6e,
288
- 500: #f76054,
289
- 600: #ed4c42,
290
- 700: #db3e3e,
291
- 800: #c63434,
292
- 900: #992222,
293
- 1000: #6d1313,
294
- 1100: #2b1111
295
- ),
296
- blue: (
297
- 0: #e9f8ff,
298
- 100: #dcf2ff,
299
- 200: #c7e4f9,
300
- 300: #a1d2f8,
301
- 400: #56adf5,
302
- 500: #3896e3,
303
- 600: #2b87d3,
304
- 700: #2079c3,
305
- 800: #116daa,
306
- 900: #0c5689,
307
- 1000: #0a3960,
308
- 1100: #002138
309
- ),
310
- teal: (
311
- 0: #e5f9f5,
312
- 100: #cdf7ef,
313
- 200: #b3f2e6,
314
- 300: #7dead5,
315
- 400: #24e0c5,
316
- 500: #08c4b2,
317
- 600: #00a99c,
318
- 700: #0b968f,
319
- 800: #067c7c,
320
- 900: #026661,
321
- 1000: #083f3f,
322
- 1100: #002528
323
- ),
324
- aqua: (
325
- 0: #d9fcfb,
326
- 100: #c5f9f9,
327
- 200: #a5f2f2,
328
- 300: #76e5e2,
329
- 400: #33d6e2,
330
- 500: #17b8ce,
331
- 600: #0797ae,
332
- 700: #0b8599,
333
- 800: #0f6e84,
334
- 900: #035e73,
335
- 1000: #083d4f,
336
- 1100: #002838
337
- ),
338
- purple: (
339
- 0: #f2f2f9,
340
- 100: #eaeaf9,
341
- 200: #d8d7f9,
342
- 300: #c1c1f7,
343
- 400: #a193f2,
344
- 500: #9180f4,
345
- 600: #816fea,
346
- 700: #6f5ed3,
347
- 800: #5e4eba,
348
- 900: #483a9c,
349
- 1000: #2d246b,
350
- 1100: #1d1d38
351
- ),
352
- magenta: (
353
- 0: #fef0ff,
354
- 100: #f9e3fc,
355
- 200: #f4c4f7,
356
- 300: #edadf2,
357
- 400: #f282f5,
358
- 500: #db61db,
359
- 600: #c44eb9,
360
- 700: #ac44a8,
361
- 800: #8f3896,
362
- 900: #6c2277,
363
- 1000: #451551,
364
- 1100: #29192d
365
- ),
366
- yellow: (
367
- 0: #fff8e2,
368
- 100: #fdefcd,
369
- 200: #ffe99a,
370
- 300: #ffe16e,
371
- 400: #ffd943,
372
- 500: #ffcd1c,
373
- 600: #ffbc00,
374
- 700: #dd9903,
375
- 800: #ba7506,
376
- 900: #944c0c,
377
- 1000: #542a00,
378
- 1100: #2d1a05
379
- ),
380
- pink: (
381
- 0: #ffe9f3,
382
- 100: #fcdbeb,
383
- 200: #ffb5d5,
384
- 300: #ff95c1,
385
- 400: #ff76ae,
386
- 500: #ef588b,
387
- 600: #e0447c,
388
- 700: #ce3665,
389
- 800: #b22f5b,
390
- 900: #931847,
391
- 1000: #561231,
392
- 1100: #2b1721
393
- ),
394
- orange: (
395
- 0: #ffede3,
396
- 100: #fcdccc,
397
- 200: #ffc6a4,
398
- 300: #ffb180,
399
- 400: #ff9c5d,
400
- 500: #fc8943,
401
- 600: #f57d33,
402
- 700: #ed7024,
403
- 800: #ce5511,
404
- 900: #962c0b,
405
- 1000: #601700,
406
- 1100: #2d130e
407
- ),
408
- DATAVIZ_COLORS_LIST: (#24e0c5, #a193f2, #ff76ae, #ffcd1c, #56adf5, #f282f5, #75dd66, #ff9c5d, #db3e3e, #0b968f, #6f5ed3, #ce3665, #ba7506, #2079c3, #ac44a8, #0ca750, #ed7024, #ff7f6e, #c2f2bd, #ffe99a),
409
- DATAVIZ_COLORS_MAP: (
410
- 1: #24e0c5,
411
- 2: #a193f2,
412
- 3: #ff76ae,
413
- 4: #ffcd1c,
414
- 5: #56adf5,
415
- 6: #f282f5,
416
- 7: #75dd66,
417
- 8: #ff9c5d,
418
- 9: #db3e3e,
419
- 10: #0b968f,
420
- 11: #6f5ed3,
421
- 12: #ce3665,
422
- 13: #ba7506,
423
- 14: #2079c3,
424
- 15: #ac44a8,
425
- 16: #0ca750,
426
- 17: #ed7024,
427
- 18: #ff7f6e,
428
- 19: #c2f2bd,
429
- 20: #ffe99a
256
+ "list": (#24e0c5, #a193f2, #ff76ae, #ffcd1c, #56adf5, #f282f5, #75dd66, #ff9c5d, #db3e3e, #0b968f, #6f5ed3, #ce3665, #ba7506, #2079c3, #ac44a8, #0ca750, #ed7024, #ff7f6e, #c2f2bd, #ffe99a)
257
+ ),
258
+ "neutral": (
259
+ "0": #FFFFFF,
260
+ "100": #f3f4f4,
261
+ "200": #dee1e1,
262
+ "300": #c8cccc,
263
+ "400": #b0b6b7,
264
+ "500": #929a9b,
265
+ "600": #6e797a,
266
+ "700": #515e5f,
267
+ "800": #364141,
268
+ "900": #273333,
269
+ "1000": #162020,
270
+ "1100": #040404
271
+ ),
272
+ "green": (
273
+ "0": #ebf9eb,
274
+ "100": #d7f4d7,
275
+ "200": #c2f2bd,
276
+ "300": #98e58e,
277
+ "400": #75dd66,
278
+ "500": #59cb59,
279
+ "600": #2bb656,
280
+ "700": #0ca750,
281
+ "800": #008b46,
282
+ "900": #006b40,
283
+ "1000": #08422f,
284
+ "1100": #002b20
285
+ ),
286
+ "red": (
287
+ "0": #ffeae9,
288
+ "100": #ffd5d2,
289
+ "200": #ffb8b1,
290
+ "300": #ff9c8f,
291
+ "400": #ff7f6e,
292
+ "500": #f76054,
293
+ "600": #ed4c42,
294
+ "700": #db3e3e,
295
+ "800": #c63434,
296
+ "900": #992222,
297
+ "1000": #6d1313,
298
+ "1100": #2b1111
299
+ ),
300
+ "blue": (
301
+ "0": #e9f8ff,
302
+ "100": #dcf2ff,
303
+ "200": #c7e4f9,
304
+ "300": #a1d2f8,
305
+ "400": #56adf5,
306
+ "500": #3896e3,
307
+ "600": #2b87d3,
308
+ "700": #2079c3,
309
+ "800": #116daa,
310
+ "900": #0c5689,
311
+ "1000": #0a3960,
312
+ "1100": #002138
313
+ ),
314
+ "teal": (
315
+ "0": #e5f9f5,
316
+ "100": #cdf7ef,
317
+ "200": #b3f2e6,
318
+ "300": #7dead5,
319
+ "400": #24e0c5,
320
+ "500": #08c4b2,
321
+ "600": #00a99c,
322
+ "700": #0b968f,
323
+ "800": #067c7c,
324
+ "900": #026661,
325
+ "1000": #083f3f,
326
+ "1100": #002528
327
+ ),
328
+ "aqua": (
329
+ "0": #d9fcfb,
330
+ "100": #c5f9f9,
331
+ "200": #a5f2f2,
332
+ "300": #76e5e2,
333
+ "400": #33d6e2,
334
+ "500": #17b8ce,
335
+ "600": #0797ae,
336
+ "700": #0b8599,
337
+ "800": #0f6e84,
338
+ "900": #035e73,
339
+ "1000": #083d4f,
340
+ "1100": #002838
341
+ ),
342
+ "purple": (
343
+ "0": #f2f2f9,
344
+ "100": #eaeaf9,
345
+ "200": #d8d7f9,
346
+ "300": #c1c1f7,
347
+ "400": #a193f2,
348
+ "500": #9180f4,
349
+ "600": #816fea,
350
+ "700": #6f5ed3,
351
+ "800": #5e4eba,
352
+ "900": #483a9c,
353
+ "1000": #2d246b,
354
+ "1100": #1d1d38
355
+ ),
356
+ "magenta": (
357
+ "0": #fef0ff,
358
+ "100": #f9e3fc,
359
+ "200": #f4c4f7,
360
+ "300": #edadf2,
361
+ "400": #f282f5,
362
+ "500": #db61db,
363
+ "600": #c44eb9,
364
+ "700": #ac44a8,
365
+ "800": #8f3896,
366
+ "900": #6c2277,
367
+ "1000": #451551,
368
+ "1100": #29192d
369
+ ),
370
+ "yellow": (
371
+ "0": #fff8e2,
372
+ "100": #fdefcd,
373
+ "200": #ffe99a,
374
+ "300": #ffe16e,
375
+ "400": #ffd943,
376
+ "500": #ffcd1c,
377
+ "600": #ffbc00,
378
+ "700": #dd9903,
379
+ "800": #ba7506,
380
+ "900": #944c0c,
381
+ "1000": #542a00,
382
+ "1100": #2d1a05
383
+ ),
384
+ "pink": (
385
+ "0": #ffe9f3,
386
+ "100": #fcdbeb,
387
+ "200": #ffb5d5,
388
+ "300": #ff95c1,
389
+ "400": #ff76ae,
390
+ "500": #ef588b,
391
+ "600": #e0447c,
392
+ "700": #ce3665,
393
+ "800": #b22f5b,
394
+ "900": #931847,
395
+ "1000": #561231,
396
+ "1100": #2b1721
397
+ ),
398
+ "orange": (
399
+ "0": #ffede3,
400
+ "100": #fcdccc,
401
+ "200": #ffc6a4,
402
+ "300": #ffb180,
403
+ "400": #ff9c5d,
404
+ "500": #fc8943,
405
+ "600": #f57d33,
406
+ "700": #ed7024,
407
+ "800": #ce5511,
408
+ "900": #962c0b,
409
+ "1000": #601700,
410
+ "1100": #2d130e
411
+ ),
412
+ "DATAVIZ_COLORS_LIST": (#24e0c5, #a193f2, #ff76ae, #ffcd1c, #56adf5, #f282f5, #75dd66, #ff9c5d, #db3e3e, #0b968f, #6f5ed3, #ce3665, #ba7506, #2079c3, #ac44a8, #0ca750, #ed7024, #ff7f6e, #c2f2bd, #ffe99a),
413
+ "DATAVIZ_COLORS_MAP": (
414
+ "1": #24e0c5,
415
+ "2": #a193f2,
416
+ "3": #ff76ae,
417
+ "4": #ffcd1c,
418
+ "5": #56adf5,
419
+ "6": #f282f5,
420
+ "7": #75dd66,
421
+ "8": #ff9c5d,
422
+ "9": #db3e3e,
423
+ "10": #0b968f,
424
+ "11": #6f5ed3,
425
+ "12": #ce3665,
426
+ "13": #ba7506,
427
+ "14": #2079c3,
428
+ "15": #ac44a8,
429
+ "16": #0ca750,
430
+ "17": #ed7024,
431
+ "18": #ff7f6e,
432
+ "19": #c2f2bd,
433
+ "20": #ffe99a
430
434
  )
431
435
  ),
432
- typography: (
433
- 100: (
434
- fontSize: 11px,
435
- lineHeight: 18.666666666666668px
436
- ),
437
- 200: (
438
- fontSize: 13px,
439
- lineHeight: 21.333333333333332px
440
- ),
441
- 300: (
442
- fontSize: 16px,
443
- lineHeight: 24px
444
- ),
445
- 400: (
446
- fontSize: 18px,
447
- lineHeight: 26.666666666666668px
448
- ),
449
- 500: (
450
- fontSize: 21px,
451
- lineHeight: 29.333333333333332px
452
- ),
453
- 600: (
454
- fontSize: 24px,
455
- lineHeight: 32px
456
- ),
457
- 700: (
458
- fontSize: 32px,
459
- lineHeight: 40px
460
- ),
461
- 800: (
462
- fontSize: 43px,
463
- lineHeight: 50.666666666666664px
464
- ),
465
- 900: (
466
- fontSize: 57px,
467
- lineHeight: 64px
468
- ),
469
- 1000: (
470
- fontSize: 76px,
471
- lineHeight: 80px
472
- ),
473
- 1100: (
474
- fontSize: 101px,
475
- lineHeight: 101.33333333333333px
476
- ),
477
- 1200: (
478
- fontSize: 135px,
479
- lineHeight: 125.33333333333333px
480
- ),
481
- typography: (
482
- 100: (
483
- fontSize: 11px,
484
- lineHeight: 18.666666666666668px
436
+ "typography": (
437
+ "100": (
438
+ "fontSize": 11px,
439
+ "lineHeight": 18.666666666666668px
440
+ ),
441
+ "200": (
442
+ "fontSize": 13px,
443
+ "lineHeight": 21.333333333333332px
444
+ ),
445
+ "300": (
446
+ "fontSize": 16px,
447
+ "lineHeight": 24px
448
+ ),
449
+ "400": (
450
+ "fontSize": 18px,
451
+ "lineHeight": 26.666666666666668px
452
+ ),
453
+ "500": (
454
+ "fontSize": 21px,
455
+ "lineHeight": 29.333333333333332px
456
+ ),
457
+ "600": (
458
+ "fontSize": 24px,
459
+ "lineHeight": 32px
460
+ ),
461
+ "700": (
462
+ "fontSize": 32px,
463
+ "lineHeight": 40px
464
+ ),
465
+ "800": (
466
+ "fontSize": 43px,
467
+ "lineHeight": 50.666666666666664px
468
+ ),
469
+ "900": (
470
+ "fontSize": 57px,
471
+ "lineHeight": 64px
472
+ ),
473
+ "1000": (
474
+ "fontSize": 76px,
475
+ "lineHeight": 80px
476
+ ),
477
+ "1100": (
478
+ "fontSize": 101px,
479
+ "lineHeight": 101.33333333333333px
480
+ ),
481
+ "1200": (
482
+ "fontSize": 135px,
483
+ "lineHeight": 125.33333333333333px
484
+ ),
485
+ "typography": (
486
+ "100": (
487
+ "fontSize": 11px,
488
+ "lineHeight": 18.666666666666668px
485
489
  ),
486
- 200: (
487
- fontSize: 13px,
488
- lineHeight: 21.333333333333332px
490
+ "200": (
491
+ "fontSize": 13px,
492
+ "lineHeight": 21.333333333333332px
489
493
  ),
490
- 300: (
491
- fontSize: 16px,
492
- lineHeight: 24px
494
+ "300": (
495
+ "fontSize": 16px,
496
+ "lineHeight": 24px
493
497
  ),
494
- 400: (
495
- fontSize: 18px,
496
- lineHeight: 26.666666666666668px
498
+ "400": (
499
+ "fontSize": 18px,
500
+ "lineHeight": 26.666666666666668px
497
501
  ),
498
- 500: (
499
- fontSize: 21px,
500
- lineHeight: 29.333333333333332px
502
+ "500": (
503
+ "fontSize": 21px,
504
+ "lineHeight": 29.333333333333332px
501
505
  ),
502
- 600: (
503
- fontSize: 24px,
504
- lineHeight: 32px
506
+ "600": (
507
+ "fontSize": 24px,
508
+ "lineHeight": 32px
505
509
  ),
506
- 700: (
507
- fontSize: 32px,
508
- lineHeight: 40px
510
+ "700": (
511
+ "fontSize": 32px,
512
+ "lineHeight": 40px
509
513
  ),
510
- 800: (
511
- fontSize: 43px,
512
- lineHeight: 50.666666666666664px
514
+ "800": (
515
+ "fontSize": 43px,
516
+ "lineHeight": 50.666666666666664px
513
517
  ),
514
- 900: (
515
- fontSize: 57px,
516
- lineHeight: 64px
518
+ "900": (
519
+ "fontSize": 57px,
520
+ "lineHeight": 64px
517
521
  ),
518
- 1000: (
519
- fontSize: 76px,
520
- lineHeight: 80px
522
+ "1000": (
523
+ "fontSize": 76px,
524
+ "lineHeight": 80px
521
525
  ),
522
- 1100: (
523
- fontSize: 101px,
524
- lineHeight: 101.33333333333333px
526
+ "1100": (
527
+ "fontSize": 101px,
528
+ "lineHeight": 101.33333333333333px
525
529
  ),
526
- 1200: (
527
- fontSize: 135px,
528
- lineHeight: 125.33333333333333px
530
+ "1200": (
531
+ "fontSize": 135px,
532
+ "lineHeight": 125.33333333333333px
529
533
  )
530
534
  )
531
535
  ),
532
- fontFamily: "system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif",
533
- fontWeights: (
534
- normal: 400,
535
- semibold: 600,
536
- bold: 700,
537
- extrabold: 800
536
+ "fontFamily": "system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif",
537
+ "fontWeights": (
538
+ "normal": 400,
539
+ "semibold": 600,
540
+ "bold": 700,
541
+ "extrabold": 800
538
542
  ),
539
- space: (
540
- 0: 0px,
541
- 100: 2px,
542
- 200: 4px,
543
- 300: 8px,
544
- 350: 12px,
545
- 400: 16px,
546
- 450: 24px,
547
- 500: 32px,
548
- 600: 40px,
549
- space: (
550
- 0: 0px,
551
- 100: 2px,
552
- 200: 4px,
553
- 300: 8px,
554
- 350: 12px,
555
- 400: 16px,
556
- 450: 24px,
557
- 500: 32px,
558
- 600: 40px
559
- ),
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
543
+ "space": (
544
+ "0": 0px,
545
+ "100": 2px,
546
+ "200": 4px,
547
+ "300": 8px,
548
+ "350": 12px,
549
+ "400": 16px,
550
+ "450": 24px,
551
+ "500": 32px,
552
+ "600": 40px,
553
+ "space": (
554
+ "0": 0px,
555
+ "100": 2px,
556
+ "200": 4px,
557
+ "300": 8px,
558
+ "350": 12px,
559
+ "400": 16px,
560
+ "450": 24px,
561
+ "500": 32px,
562
+ "600": 40px
563
+ ),
564
+ "-space": (
565
+ "0": -0px,
566
+ "100": -2px,
567
+ "200": -4px,
568
+ "300": -8px,
569
+ "350": -12px,
570
+ "400": -16px,
571
+ "450": -24px,
572
+ "500": -32px,
573
+ "600": -40px
570
574
  )
571
575
  ),
572
- radii: (
573
- 400: 4px,
574
- 500: 6px,
575
- 600: 8px,
576
- 1000: 999999px,
577
- inner: 6px,
578
- outer: 8px,
579
- pill: 999999px,
580
- radii: (
581
- 400: 4px,
582
- 500: 6px,
583
- 600: 8px,
584
- 1000: 999999px,
585
- inner: 6px,
586
- outer: 8px,
587
- pill: 999999px
576
+ "radii": (
577
+ "400": 4px,
578
+ "500": 6px,
579
+ "600": 8px,
580
+ "1000": 999999px,
581
+ "inner": 6px,
582
+ "outer": 8px,
583
+ "pill": 999999px,
584
+ "radii": (
585
+ "400": 4px,
586
+ "500": 6px,
587
+ "600": 8px,
588
+ "1000": 999999px,
589
+ "inner": 6px,
590
+ "outer": 8px,
591
+ "pill": 999999px
588
592
  )
589
593
  ),
590
- borders: (
591
- 500: 1px solid
594
+ "borders": (
595
+ "500": 1px solid
592
596
  ),
593
- borderWidths: (
594
- 500: 1px
597
+ "borderWidths": (
598
+ "500": 1px
595
599
  ),
596
- shadows: (
597
- low: 0px 2px 4px #040404FF,
598
- medium: 0px 8px 16px #040404FF,
599
- high: 0px 16px 32px #040404FF
600
+ "shadows": (
601
+ "low": 0px 2px 4px #040404FF,
602
+ "medium": 0px 8px 16px #040404FF,
603
+ "high": 0px 16px 32px #040404FF
600
604
  ),
601
- easing: (
602
- ease_in: cubic-bezier(.4, 0, .7, .2),
603
- ease_out: cubic-bezier(0, 0, .2, 1),
604
- ease_inout: cubic-bezier(.4, 0, .2, 1)
605
+ "easing": (
606
+ "ease_in": cubic-bezier(.4, 0, .7, .2),
607
+ "ease_out": cubic-bezier(0, 0, .2, 1),
608
+ "ease_inout": cubic-bezier(.4, 0, .2, 1)
605
609
  ),
606
- duration: (
607
- fast: .15s,
608
- medium: .3s,
609
- slow: .6s
610
+ "duration": (
611
+ "fast": .15s,
612
+ "medium": .3s,
613
+ "slow": .6s
610
614
  ),
611
- mode: dark
615
+ "mode": dark
612
616
  ),
613
- shadows: (
614
- low: 0px 2px 4px #040404FF,
615
- medium: 0px 8px 16px #040404FF,
616
- high: 0px 16px 32px #040404FF
617
+ "shadows": (
618
+ "low": 0px 2px 4px #040404FF,
619
+ "medium": 0px 8px 16px #040404FF,
620
+ "high": 0px 16px 32px #040404FF
617
621
  )
618
622
  );