@sproutsocial/seeds-theme 0.1.0 → 0.2.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.
- package/README.md +6 -4
- package/dist/legacy-dark.css +37 -37
- package/dist/legacy-light.css +37 -37
- package/dist/legacy.css +59 -59
- package/dist/schema.json +0 -1
- package/dist/shadcn.registry.json +2 -2
- package/dist/source/theme-dark.tokens.json +1 -2
- package/dist/source/theme-light.tokens.json +1 -2
- package/dist/styled-components/index.cjs +83 -83
- package/dist/styled-components/index.js +83 -83
- package/dist/styled-components/index.ts +83 -83
- package/dist/theme-dark.css +1 -1
- package/dist/theme-dark.d.ts +0 -1
- package/dist/theme-dark.js +39 -39
- package/dist/theme-dark.json +38 -38
- package/dist/theme-light.css +1 -1
- package/dist/theme-light.d.ts +0 -1
- package/dist/theme-light.js +39 -39
- package/dist/theme-light.json +38 -38
- package/dist/theme.css +2 -2
- package/package.json +2 -2
package/dist/theme-light.js
CHANGED
|
@@ -16,11 +16,11 @@ export const ColorsContainerBackgroundSuccess = "#d7f4d7";
|
|
|
16
16
|
export const ColorsContainerBackgroundWarning = "#fdefcd";
|
|
17
17
|
export const ColorsContainerBackgroundError = "#ffd5d2";
|
|
18
18
|
export const ColorsContainerBackgroundInfo = "#deebfe";
|
|
19
|
-
export const ColorsContainerBackgroundOpportunity = "#
|
|
19
|
+
export const ColorsContainerBackgroundOpportunity = "#fff2ff";
|
|
20
20
|
export const ColorsContainerBackgroundDanger = "#ffd5d2";
|
|
21
21
|
export const ColorsContainerBackgroundDecorativeGreen = "#d7f4d7";
|
|
22
22
|
export const ColorsContainerBackgroundDecorativeBlue = "#deebfe";
|
|
23
|
-
export const ColorsContainerBackgroundDecorativePurple = "#
|
|
23
|
+
export const ColorsContainerBackgroundDecorativePurple = "#fff2ff";
|
|
24
24
|
export const ColorsContainerBackgroundDecorativeYellow = "#fdefcd";
|
|
25
25
|
export const ColorsContainerBackgroundDecorativeOrange = "#fcdccc";
|
|
26
26
|
export const ColorsContainerBackgroundDecorativeRed = "#ffd5d2";
|
|
@@ -35,10 +35,10 @@ export const ColorsContainerBorderWarning = "#ffbc00";
|
|
|
35
35
|
export const ColorsContainerBorderError = "#ed4c42";
|
|
36
36
|
export const ColorsContainerBorderDanger = "#ed4c42";
|
|
37
37
|
export const ColorsContainerBorderInfo = "#2b68d3";
|
|
38
|
-
export const ColorsContainerBorderOpportunity = "#
|
|
38
|
+
export const ColorsContainerBorderOpportunity = "#b984ff";
|
|
39
39
|
export const ColorsContainerBorderDecorativeGreen = "#59cb59";
|
|
40
40
|
export const ColorsContainerBorderDecorativeBlue = "#2b68d3";
|
|
41
|
-
export const ColorsContainerBorderDecorativePurple = "#
|
|
41
|
+
export const ColorsContainerBorderDecorativePurple = "#b984ff";
|
|
42
42
|
export const ColorsContainerBorderDecorativeYellow = "#ffbc00";
|
|
43
43
|
export const ColorsContainerBorderDecorativeOrange = "#f57d33";
|
|
44
44
|
export const ColorsContainerBorderDecorativeRed = "#ed4c42";
|
|
@@ -47,7 +47,7 @@ export const ColorsContainerBorderDecorativeMagenta = "#c44eb9";
|
|
|
47
47
|
export const ColorsContainerBorderDecorativePink = "#e0447c";
|
|
48
48
|
export const ColorsContainerBorderDecorativeAqua = "#17b8ce";
|
|
49
49
|
export const ColorsContainerBorderDecorativeTeal = "#08c4b2";
|
|
50
|
-
export const ColorsContainerBorderAiGenerated = "#
|
|
50
|
+
export const ColorsContainerBorderAiGenerated = "#9747ff";
|
|
51
51
|
export const ColorsContainerBorderBase = "#dee1e1";
|
|
52
52
|
export const ColorsContainerBorderSelected = "#364141";
|
|
53
53
|
export const ColorsGradientAiStop3 = "#f282f5";
|
|
@@ -56,7 +56,7 @@ export const ColorsGradientAi =
|
|
|
56
56
|
export const ColorsGradientAiSubtle =
|
|
57
57
|
"radial-gradient(circle at bottom left, color-mix(in srgb, #205bc3, transparent 80%) 0%, color-mix(in srgb, #9747ff, transparent 80%) 61%, color-mix(in srgb, #f282f5, transparent 80%) 100%)";
|
|
58
58
|
export const ColorsGradientAiStop1 = "#205bc3";
|
|
59
|
-
export const ColorsGradientAiStop2 = "#9747ff";
|
|
59
|
+
export const ColorsGradientAiStop2 = "#9747ff";
|
|
60
60
|
export const ColorsButtonPrimaryBorderBase = "#00000000";
|
|
61
61
|
export const ColorsButtonPrimaryBackgroundBase = "#205bc3";
|
|
62
62
|
export const ColorsButtonPrimaryBackgroundHover = "#1150aa";
|
|
@@ -121,7 +121,7 @@ export const ColorsIconWarning = "#944c0c";
|
|
|
121
121
|
export const ColorsIconError = "#992222";
|
|
122
122
|
export const ColorsIconDanger = "#992222";
|
|
123
123
|
export const ColorsIconInfo = "#0c3f89";
|
|
124
|
-
export const ColorsIconOpportunity = "#
|
|
124
|
+
export const ColorsIconOpportunity = "#813ae4";
|
|
125
125
|
export const ColorsIconApplied = "#205bc3";
|
|
126
126
|
export const ColorsIconNeutralSentiment = "#6e797a";
|
|
127
127
|
export const ColorsFormBorderError = "#ed4c42";
|
|
@@ -158,7 +158,7 @@ export const ColorsOverlayBackgroundInverse =
|
|
|
158
158
|
export const ColorsIllustrationFill = "#679eff";
|
|
159
159
|
export const ColorsIllustrationStroke = "#273333";
|
|
160
160
|
export const ColorsDatavizMap1 = "#08c4b2";
|
|
161
|
-
export const ColorsDatavizMap2 = "#
|
|
161
|
+
export const ColorsDatavizMap2 = "#9747ff";
|
|
162
162
|
export const ColorsDatavizMap3 = "#ce3665";
|
|
163
163
|
export const ColorsDatavizMap4 = "#ffcd1c";
|
|
164
164
|
export const ColorsDatavizMap5 = "#3876e3";
|
|
@@ -167,7 +167,7 @@ export const ColorsDatavizMap7 = "#59cb59";
|
|
|
167
167
|
export const ColorsDatavizMap8 = "#fc8943";
|
|
168
168
|
export const ColorsDatavizMap9 = "#db3e3e";
|
|
169
169
|
export const ColorsDatavizMap10 = "#026661";
|
|
170
|
-
export const ColorsDatavizMap11 = "#
|
|
170
|
+
export const ColorsDatavizMap11 = "#d5a9ff";
|
|
171
171
|
export const ColorsDatavizMap12 = "#931847";
|
|
172
172
|
export const ColorsDatavizMap13 = "#944c0c";
|
|
173
173
|
export const ColorsDatavizMap14 = "#0c3f89";
|
|
@@ -178,7 +178,7 @@ export const ColorsDatavizMap18 = "#ff7f6e";
|
|
|
178
178
|
export const ColorsDatavizMap19 = "#0ca750";
|
|
179
179
|
export const ColorsDatavizMap20 = "#ba7506";
|
|
180
180
|
export const ColorsDatavizList0 = "#08c4b2";
|
|
181
|
-
export const ColorsDatavizList1 = "#
|
|
181
|
+
export const ColorsDatavizList1 = "#9747ff";
|
|
182
182
|
export const ColorsDatavizList2 = "#ce3665";
|
|
183
183
|
export const ColorsDatavizList3 = "#ffcd1c";
|
|
184
184
|
export const ColorsDatavizList4 = "#3876e3";
|
|
@@ -187,7 +187,7 @@ export const ColorsDatavizList6 = "#59cb59";
|
|
|
187
187
|
export const ColorsDatavizList7 = "#fc8943";
|
|
188
188
|
export const ColorsDatavizList8 = "#db3e3e";
|
|
189
189
|
export const ColorsDatavizList9 = "#026661";
|
|
190
|
-
export const ColorsDatavizList10 = "#
|
|
190
|
+
export const ColorsDatavizList10 = "#d5a9ff";
|
|
191
191
|
export const ColorsDatavizList11 = "#931847";
|
|
192
192
|
export const ColorsDatavizList12 = "#944c0c";
|
|
193
193
|
export const ColorsDatavizList13 = "#0c3f89";
|
|
@@ -199,7 +199,7 @@ export const ColorsDatavizList18 = "#0ca750";
|
|
|
199
199
|
export const ColorsDatavizList19 = "#ba7506";
|
|
200
200
|
export const ColorsDatavizPlaceholder = "#c8cccc";
|
|
201
201
|
export const ColorsDatavizColorsList0 = "#08c4b2";
|
|
202
|
-
export const ColorsDatavizColorsList1 = "#
|
|
202
|
+
export const ColorsDatavizColorsList1 = "#9747ff";
|
|
203
203
|
export const ColorsDatavizColorsList2 = "#ce3665";
|
|
204
204
|
export const ColorsDatavizColorsList3 = "#ffcd1c";
|
|
205
205
|
export const ColorsDatavizColorsList4 = "#3876e3";
|
|
@@ -208,7 +208,7 @@ export const ColorsDatavizColorsList6 = "#59cb59";
|
|
|
208
208
|
export const ColorsDatavizColorsList7 = "#fc8943";
|
|
209
209
|
export const ColorsDatavizColorsList8 = "#db3e3e";
|
|
210
210
|
export const ColorsDatavizColorsList9 = "#026661";
|
|
211
|
-
export const ColorsDatavizColorsList10 = "#
|
|
211
|
+
export const ColorsDatavizColorsList10 = "#d5a9ff";
|
|
212
212
|
export const ColorsDatavizColorsList11 = "#931847";
|
|
213
213
|
export const ColorsDatavizColorsList12 = "#944c0c";
|
|
214
214
|
export const ColorsDatavizColorsList13 = "#0c3f89";
|
|
@@ -219,7 +219,7 @@ export const ColorsDatavizColorsList17 = "#ff7f6e";
|
|
|
219
219
|
export const ColorsDatavizColorsList18 = "#0ca750";
|
|
220
220
|
export const ColorsDatavizColorsList19 = "#ba7506";
|
|
221
221
|
export const ColorsDatavizColorsMap1 = "#08c4b2";
|
|
222
|
-
export const ColorsDatavizColorsMap2 = "#
|
|
222
|
+
export const ColorsDatavizColorsMap2 = "#9747ff";
|
|
223
223
|
export const ColorsDatavizColorsMap3 = "#ce3665";
|
|
224
224
|
export const ColorsDatavizColorsMap4 = "#ffcd1c";
|
|
225
225
|
export const ColorsDatavizColorsMap5 = "#3876e3";
|
|
@@ -228,7 +228,7 @@ export const ColorsDatavizColorsMap7 = "#59cb59";
|
|
|
228
228
|
export const ColorsDatavizColorsMap8 = "#fc8943";
|
|
229
229
|
export const ColorsDatavizColorsMap9 = "#db3e3e";
|
|
230
230
|
export const ColorsDatavizColorsMap10 = "#026661";
|
|
231
|
-
export const ColorsDatavizColorsMap11 = "#
|
|
231
|
+
export const ColorsDatavizColorsMap11 = "#d5a9ff";
|
|
232
232
|
export const ColorsDatavizColorsMap12 = "#931847";
|
|
233
233
|
export const ColorsDatavizColorsMap13 = "#944c0c";
|
|
234
234
|
export const ColorsDatavizColorsMap14 = "#0c3f89";
|
|
@@ -278,45 +278,45 @@ export const ColorsListeningTopicTypesEventMonitoring = "#33d6e2";
|
|
|
278
278
|
export const ColorsListeningTopicTypesFeaturedTopic = "#75dd66";
|
|
279
279
|
export const ColorsListeningTopicTypesCustomTopic = "#679eff";
|
|
280
280
|
export const ColorsListeningWorldMapEmpty = "#dee1e1";
|
|
281
|
-
export const ColorsListeningWorldMapQ0 = "#
|
|
282
|
-
export const ColorsListeningWorldMapQ1 = "#
|
|
283
|
-
export const ColorsListeningWorldMapQ2 = "#
|
|
284
|
-
export const ColorsListeningWorldMapQ3 = "#
|
|
285
|
-
export const ColorsListeningWorldMapQ4 = "#
|
|
286
|
-
export const ColorsListeningWorldMapQ5 = "#
|
|
287
|
-
export const ColorsListeningWorldMapQ6 = "#
|
|
288
|
-
export const ColorsListeningWorldMapQ7 = "#
|
|
281
|
+
export const ColorsListeningWorldMapQ0 = "#efdbff";
|
|
282
|
+
export const ColorsListeningWorldMapQ1 = "#dfcbff";
|
|
283
|
+
export const ColorsListeningWorldMapQ2 = "#d5a9ff";
|
|
284
|
+
export const ColorsListeningWorldMapQ3 = "#b984ff";
|
|
285
|
+
export const ColorsListeningWorldMapQ4 = "#ae63ff";
|
|
286
|
+
export const ColorsListeningWorldMapQ5 = "#9747ff";
|
|
287
|
+
export const ColorsListeningWorldMapQ6 = "#813ae4";
|
|
288
|
+
export const ColorsListeningWorldMapQ7 = "#6726c2";
|
|
289
289
|
export const ColorsGrowthCarouselIndicatorActive = "#2b68d3";
|
|
290
290
|
export const ColorsGrowthCarouselIndicatorInactive = "#c8cccc";
|
|
291
291
|
export const ColorsGrowthEducationDecorativeAqua = "#0797ae";
|
|
292
292
|
export const ColorsGrowthEducationDecorativeTeal = "#0b968f";
|
|
293
|
-
export const ColorsGrowthOpportunityBackgroundBase = "#
|
|
293
|
+
export const ColorsGrowthOpportunityBackgroundBase = "#9747ff";
|
|
294
294
|
export const ColorsGrowthOpportunityBackgroundSecondary = "#273333";
|
|
295
|
-
export const ColorsGrowthOpportunityBackgroundHover = "#
|
|
295
|
+
export const ColorsGrowthOpportunityBackgroundHover = "#dfcbff";
|
|
296
296
|
export const ColorsGrowthOpportunityDecorativeGreen = "#0ca750";
|
|
297
297
|
export const ColorsGrowthOpportunityDecorativeLightAqua = "#0797ae";
|
|
298
298
|
export const ColorsGrowthOpportunityDecorativeDarkAqua = "#002838";
|
|
299
|
-
export const ColorsGrowthOpportunityDecorativePurple = "#
|
|
300
|
-
export const ColorsGrowthOpportunityButtonPrimaryBase = "#
|
|
301
|
-
export const ColorsGrowthOpportunityButtonPrimaryHover = "#
|
|
302
|
-
export const ColorsGrowthOpportunityBadgeBackgroundBase = "#
|
|
303
|
-
export const ColorsGrowthOpportunityBadgeBackgroundActive = "#
|
|
304
|
-
export const ColorsGrowthOpportunityBadgeIconBase = "#
|
|
305
|
-
export const ColorsGrowthOpportunityBadgeIconActive = "#
|
|
306
|
-
export const ColorsGrowthOpportunityBadgeTextBase = "#
|
|
299
|
+
export const ColorsGrowthOpportunityDecorativePurple = "#9747ff";
|
|
300
|
+
export const ColorsGrowthOpportunityButtonPrimaryBase = "#9747ff";
|
|
301
|
+
export const ColorsGrowthOpportunityButtonPrimaryHover = "#813ae4";
|
|
302
|
+
export const ColorsGrowthOpportunityBadgeBackgroundBase = "#efdbff";
|
|
303
|
+
export const ColorsGrowthOpportunityBadgeBackgroundActive = "#813ae4";
|
|
304
|
+
export const ColorsGrowthOpportunityBadgeIconBase = "#9747ff";
|
|
305
|
+
export const ColorsGrowthOpportunityBadgeIconActive = "#fff2ff";
|
|
306
|
+
export const ColorsGrowthOpportunityBadgeTextBase = "#9747ff";
|
|
307
307
|
export const ColorsGrowthDarkModalBackgroundBase = "#002838";
|
|
308
308
|
export const ColorsGrowthDarkModalTextBase = "#ffffff";
|
|
309
309
|
export const ColorsGrowthDarkModalCardsBackgroundBase = "#ffffff";
|
|
310
|
-
export const ColorsGrowthDarkModalCardsBackgroundHover = "#
|
|
310
|
+
export const ColorsGrowthDarkModalCardsBackgroundHover = "#fff2ff";
|
|
311
311
|
export const ColorsGrowthDarkModalCardsTextBase = "#364141";
|
|
312
312
|
export const ColorsGrowthDarkModalCardsTextHover = "#273333";
|
|
313
313
|
export const ColorsGrowthDarkModalCardsBorderBase = "#ffffff";
|
|
314
|
-
export const ColorsGrowthDarkModalCardsBorderHover = "#
|
|
314
|
+
export const ColorsGrowthDarkModalCardsBorderHover = "#9747ff";
|
|
315
315
|
export const ColorsGrowthUserStatusOnline = "#0ca750";
|
|
316
316
|
export const ColorsGrowthFeaturedDemoBackgroundPrimaryBase = "#205bc3";
|
|
317
317
|
export const ColorsGrowthFeaturedDemoBackgroundPrimaryHover = "#0c3f89";
|
|
318
|
-
export const ColorsGrowthFeaturedDemoBackgroundSecondaryBase = "#
|
|
319
|
-
export const ColorsGrowthFeaturedDemoBackgroundSecondaryHover = "#
|
|
318
|
+
export const ColorsGrowthFeaturedDemoBackgroundSecondaryBase = "#813ae4";
|
|
319
|
+
export const ColorsGrowthFeaturedDemoBackgroundSecondaryHover = "#813ae4";
|
|
320
320
|
export const ColorsAppBackgroundBase = "#f3f4f4";
|
|
321
321
|
export const ColorsLinkBase = "#1150aa";
|
|
322
322
|
export const ColorsLinkHover = "#0c3f89";
|
|
@@ -329,7 +329,7 @@ export const ColorsTextBackgroundHighlight = "#ffe99a";
|
|
|
329
329
|
export const ColorsTextBackgroundSelection = "#a1c2f8";
|
|
330
330
|
export const ColorsTextDecorativeGreen = "#006b40";
|
|
331
331
|
export const ColorsTextDecorativeBlue = "#0c3f89";
|
|
332
|
-
export const ColorsTextDecorativePurple = "#
|
|
332
|
+
export const ColorsTextDecorativePurple = "#813ae4";
|
|
333
333
|
export const ColorsTextDecorativeYellow = "#944c0c";
|
|
334
334
|
export const ColorsTextDecorativeOrange = "#962c0b";
|
|
335
335
|
export const ColorsTextDecorativeRed = "#992222";
|
|
@@ -394,7 +394,7 @@ export const CssSidebarAccentForeground = "#ffffff"; // Sidebar accent foregroun
|
|
|
394
394
|
export const CssSidebarBorder = "#162020"; // Sidebar border CSS alias for colors.navigation.main.border.base.
|
|
395
395
|
export const CssSidebarRing = "#364141"; // Sidebar ring CSS alias for colors.form.border.selected.
|
|
396
396
|
export const CssChart1 = "#08c4b2"; // Chart 1 CSS alias for colors.dataviz.map.1.
|
|
397
|
-
export const CssChart2 = "#
|
|
397
|
+
export const CssChart2 = "#9747ff"; // Chart 2 CSS alias for colors.dataviz.map.2.
|
|
398
398
|
export const CssChart3 = "#ce3665"; // Chart 3 CSS alias for colors.dataviz.map.3.
|
|
399
399
|
export const CssChart4 = "#ffcd1c"; // Chart 4 CSS alias for colors.dataviz.map.4.
|
|
400
400
|
export const CssChart5 = "#3876e3"; // Chart 5 CSS alias for colors.dataviz.map.5.
|
package/dist/theme-light.json
CHANGED
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"warning": "#fdefcd",
|
|
22
22
|
"error": "#ffd5d2",
|
|
23
23
|
"info": "#deebfe",
|
|
24
|
-
"opportunity": "#
|
|
24
|
+
"opportunity": "#fff2ff",
|
|
25
25
|
"danger": "#ffd5d2",
|
|
26
26
|
"decorative": {
|
|
27
27
|
"green": "#d7f4d7",
|
|
28
28
|
"blue": "#deebfe",
|
|
29
|
-
"purple": "#
|
|
29
|
+
"purple": "#fff2ff",
|
|
30
30
|
"yellow": "#fdefcd",
|
|
31
31
|
"orange": "#fcdccc",
|
|
32
32
|
"red": "#ffd5d2",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"error": "#ed4c42",
|
|
45
45
|
"danger": "#ed4c42",
|
|
46
46
|
"info": "#2b68d3",
|
|
47
|
-
"opportunity": "#
|
|
47
|
+
"opportunity": "#b984ff",
|
|
48
48
|
"decorative": {
|
|
49
49
|
"green": "#59cb59",
|
|
50
50
|
"blue": "#2b68d3",
|
|
51
|
-
"purple": "#
|
|
51
|
+
"purple": "#b984ff",
|
|
52
52
|
"yellow": "#ffbc00",
|
|
53
53
|
"orange": "#f57d33",
|
|
54
54
|
"red": "#ed4c42",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"aqua": "#17b8ce",
|
|
59
59
|
"teal": "#08c4b2"
|
|
60
60
|
},
|
|
61
|
-
"ai_generated": "#
|
|
61
|
+
"ai_generated": "#9747ff",
|
|
62
62
|
"base": "#dee1e1",
|
|
63
63
|
"selected": "#364141"
|
|
64
64
|
}
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"error": "#992222",
|
|
211
211
|
"danger": "#992222",
|
|
212
212
|
"info": "#0c3f89",
|
|
213
|
-
"opportunity": "#
|
|
213
|
+
"opportunity": "#813ae4",
|
|
214
214
|
"applied": "#205bc3",
|
|
215
215
|
"neutral_sentiment": "#6e797a"
|
|
216
216
|
},
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"dataviz": {
|
|
291
291
|
"map": {
|
|
292
292
|
"1": "#08c4b2",
|
|
293
|
-
"2": "#
|
|
293
|
+
"2": "#9747ff",
|
|
294
294
|
"3": "#ce3665",
|
|
295
295
|
"4": "#ffcd1c",
|
|
296
296
|
"5": "#3876e3",
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"8": "#fc8943",
|
|
300
300
|
"9": "#db3e3e",
|
|
301
301
|
"10": "#026661",
|
|
302
|
-
"11": "#
|
|
302
|
+
"11": "#d5a9ff",
|
|
303
303
|
"12": "#931847",
|
|
304
304
|
"13": "#944c0c",
|
|
305
305
|
"14": "#0c3f89",
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
},
|
|
313
313
|
"list": {
|
|
314
314
|
"0": "#08c4b2",
|
|
315
|
-
"1": "#
|
|
315
|
+
"1": "#9747ff",
|
|
316
316
|
"2": "#ce3665",
|
|
317
317
|
"3": "#ffcd1c",
|
|
318
318
|
"4": "#3876e3",
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
"7": "#fc8943",
|
|
322
322
|
"8": "#db3e3e",
|
|
323
323
|
"9": "#026661",
|
|
324
|
-
"10": "#
|
|
324
|
+
"10": "#d5a9ff",
|
|
325
325
|
"11": "#931847",
|
|
326
326
|
"12": "#944c0c",
|
|
327
327
|
"13": "#0c3f89",
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
},
|
|
337
337
|
"DATAVIZ_COLORS_LIST": {
|
|
338
338
|
"0": "#08c4b2",
|
|
339
|
-
"1": "#
|
|
339
|
+
"1": "#9747ff",
|
|
340
340
|
"2": "#ce3665",
|
|
341
341
|
"3": "#ffcd1c",
|
|
342
342
|
"4": "#3876e3",
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"7": "#fc8943",
|
|
346
346
|
"8": "#db3e3e",
|
|
347
347
|
"9": "#026661",
|
|
348
|
-
"10": "#
|
|
348
|
+
"10": "#d5a9ff",
|
|
349
349
|
"11": "#931847",
|
|
350
350
|
"12": "#944c0c",
|
|
351
351
|
"13": "#0c3f89",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
},
|
|
359
359
|
"DATAVIZ_COLORS_MAP": {
|
|
360
360
|
"1": "#08c4b2",
|
|
361
|
-
"2": "#
|
|
361
|
+
"2": "#9747ff",
|
|
362
362
|
"3": "#ce3665",
|
|
363
363
|
"4": "#ffcd1c",
|
|
364
364
|
"5": "#3876e3",
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
"8": "#fc8943",
|
|
368
368
|
"9": "#db3e3e",
|
|
369
369
|
"10": "#026661",
|
|
370
|
-
"11": "#
|
|
370
|
+
"11": "#d5a9ff",
|
|
371
371
|
"12": "#931847",
|
|
372
372
|
"13": "#944c0c",
|
|
373
373
|
"14": "#0c3f89",
|
|
@@ -490,14 +490,14 @@
|
|
|
490
490
|
},
|
|
491
491
|
"worldMap": {
|
|
492
492
|
"empty": "#dee1e1",
|
|
493
|
-
"q0": "#
|
|
494
|
-
"q1": "#
|
|
495
|
-
"q2": "#
|
|
496
|
-
"q3": "#
|
|
497
|
-
"q4": "#
|
|
498
|
-
"q5": "#
|
|
499
|
-
"q6": "#
|
|
500
|
-
"q7": "#
|
|
493
|
+
"q0": "#efdbff",
|
|
494
|
+
"q1": "#dfcbff",
|
|
495
|
+
"q2": "#d5a9ff",
|
|
496
|
+
"q3": "#b984ff",
|
|
497
|
+
"q4": "#ae63ff",
|
|
498
|
+
"q5": "#9747ff",
|
|
499
|
+
"q6": "#813ae4",
|
|
500
|
+
"q7": "#6726c2"
|
|
501
501
|
}
|
|
502
502
|
},
|
|
503
503
|
"growth": {
|
|
@@ -515,33 +515,33 @@
|
|
|
515
515
|
},
|
|
516
516
|
"opportunity": {
|
|
517
517
|
"background": {
|
|
518
|
-
"base": "#
|
|
518
|
+
"base": "#9747ff",
|
|
519
519
|
"secondary": "#273333",
|
|
520
|
-
"hover": "#
|
|
520
|
+
"hover": "#dfcbff"
|
|
521
521
|
},
|
|
522
522
|
"decorative": {
|
|
523
523
|
"green": "#0ca750",
|
|
524
524
|
"lightAqua": "#0797ae",
|
|
525
525
|
"darkAqua": "#002838",
|
|
526
|
-
"purple": "#
|
|
526
|
+
"purple": "#9747ff"
|
|
527
527
|
},
|
|
528
528
|
"button": {
|
|
529
529
|
"primary": {
|
|
530
|
-
"base": "#
|
|
531
|
-
"hover": "#
|
|
530
|
+
"base": "#9747ff",
|
|
531
|
+
"hover": "#813ae4"
|
|
532
532
|
}
|
|
533
533
|
},
|
|
534
534
|
"badge": {
|
|
535
535
|
"background": {
|
|
536
|
-
"base": "#
|
|
537
|
-
"active": "#
|
|
536
|
+
"base": "#efdbff",
|
|
537
|
+
"active": "#813ae4"
|
|
538
538
|
},
|
|
539
539
|
"icon": {
|
|
540
|
-
"base": "#
|
|
541
|
-
"active": "#
|
|
540
|
+
"base": "#9747ff",
|
|
541
|
+
"active": "#fff2ff"
|
|
542
542
|
},
|
|
543
543
|
"text": {
|
|
544
|
-
"base": "#
|
|
544
|
+
"base": "#9747ff"
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
547
|
},
|
|
@@ -555,7 +555,7 @@
|
|
|
555
555
|
"cards": {
|
|
556
556
|
"background": {
|
|
557
557
|
"base": "#ffffff",
|
|
558
|
-
"hover": "#
|
|
558
|
+
"hover": "#fff2ff"
|
|
559
559
|
},
|
|
560
560
|
"text": {
|
|
561
561
|
"base": "#364141",
|
|
@@ -563,7 +563,7 @@
|
|
|
563
563
|
},
|
|
564
564
|
"border": {
|
|
565
565
|
"base": "#ffffff",
|
|
566
|
-
"hover": "#
|
|
566
|
+
"hover": "#9747ff"
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
569
|
},
|
|
@@ -579,8 +579,8 @@
|
|
|
579
579
|
"hover": "#0c3f89"
|
|
580
580
|
},
|
|
581
581
|
"secondary": {
|
|
582
|
-
"base": "#
|
|
583
|
-
"hover": "#
|
|
582
|
+
"base": "#813ae4",
|
|
583
|
+
"hover": "#813ae4"
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
}
|
|
@@ -607,7 +607,7 @@
|
|
|
607
607
|
"decorative": {
|
|
608
608
|
"green": "#006b40",
|
|
609
609
|
"blue": "#0c3f89",
|
|
610
|
-
"purple": "#
|
|
610
|
+
"purple": "#813ae4",
|
|
611
611
|
"yellow": "#944c0c",
|
|
612
612
|
"orange": "#962c0b",
|
|
613
613
|
"red": "#992222",
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"sidebar-border": "#162020",
|
|
705
705
|
"sidebar-ring": "#364141",
|
|
706
706
|
"chart-1": "#08c4b2",
|
|
707
|
-
"chart-2": "#
|
|
707
|
+
"chart-2": "#9747ff",
|
|
708
708
|
"chart-3": "#ce3665",
|
|
709
709
|
"chart-4": "#ffcd1c",
|
|
710
710
|
"chart-5": "#3876e3"
|
package/dist/theme.css
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
--breakpoints-md: 768px;
|
|
8
8
|
--breakpoints-lg: 1024px;
|
|
9
9
|
--breakpoints-xl: 1280px;
|
|
10
|
-
--colors-gradient-ai-stop-2: oklch(0.5981 0.2541 298.01); /** Theme-owned AI gradient middle stop. No exact existing seeds-color primitive; preserved for compatibility. Other stops reference seeds-color. */
|
|
11
10
|
--colors-button-primary-border-base: oklch(0.0000 0.0000 0.00 / 0);
|
|
12
11
|
--colors-button-secondary-background-base: oklch(0.0000 0.0000 0.00 / 0);
|
|
13
12
|
--colors-button-pill-background-base: oklch(0.0000 0.0000 0.00 / 0);
|
|
@@ -69,6 +68,7 @@
|
|
|
69
68
|
--colors-gradient-ai: radial-gradient(circle at bottom left, var(--color-blue-700) 0%, var(--colors-gradient-ai-stop-2) 61%, var(--color-magenta-400) 100%);
|
|
70
69
|
--colors-gradient-ai-subtle: radial-gradient(circle at bottom left, color-mix(in srgb, var(--color-blue-700), transparent 80%) 0%, color-mix(in srgb, var(--colors-gradient-ai-stop-2), transparent 80%) 61%, color-mix(in srgb, var(--color-magenta-400), transparent 80%) 100%);
|
|
71
70
|
--colors-gradient-ai-stop-1: var(--color-blue-700);
|
|
71
|
+
--colors-gradient-ai-stop-2: var(--color-purple-700);
|
|
72
72
|
--colors-button-primary-background-base: var(--color-blue-700);
|
|
73
73
|
--colors-button-primary-background-hover: var(--color-blue-800);
|
|
74
74
|
--colors-button-primary-background-active: var(--color-blue-900);
|
|
@@ -388,7 +388,6 @@
|
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
:root:where(.dark) {
|
|
391
|
-
--colors-gradient-ai-stop-2: oklch(0.7164 0.1786 301.98); /** Theme-owned AI gradient middle stop. No exact existing seeds-color primitive; preserved for compatibility. Other stops reference seeds-color. */
|
|
392
391
|
--mode: dark;
|
|
393
392
|
--colors-container-background-base: var(--color-neutral-900);
|
|
394
393
|
--colors-container-background-success: var(--color-green-900);
|
|
@@ -414,6 +413,7 @@
|
|
|
414
413
|
--colors-gradient-ai: radial-gradient(circle at bottom left, var(--color-blue-400) 0%, var(--colors-gradient-ai-stop-2) 61%, var(--color-magenta-400) 100%);
|
|
415
414
|
--colors-gradient-ai-subtle: radial-gradient(circle at bottom left, color-mix(in srgb, var(--color-blue-400), transparent 80%) 0%, color-mix(in srgb, var(--colors-gradient-ai-stop-2), transparent 80%) 61%, color-mix(in srgb, var(--color-magenta-400), transparent 80%) 100%);
|
|
416
415
|
--colors-gradient-ai-stop-1: var(--color-blue-400);
|
|
416
|
+
--colors-gradient-ai-stop-2: var(--color-purple-500);
|
|
417
417
|
--colors-button-primary-background-base: var(--color-blue-400);
|
|
418
418
|
--colors-button-primary-background-hover: var(--color-blue-300);
|
|
419
419
|
--colors-button-primary-background-active: var(--color-blue-200);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sproutsocial/seeds-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Framework-neutral DTCG replacement for the Seeds theme",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"test": "node build.js && node --test 'test/**/*.test.js'"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@sproutsocial/seeds-color": "^2.
|
|
75
|
+
"@sproutsocial/seeds-color": "^2.4.0",
|
|
76
76
|
"style-dictionary": "5.5.2",
|
|
77
77
|
"@sproutsocial/seeds-space": "^0.8.1",
|
|
78
78
|
"@sproutsocial/seeds-border": "^1.7.1",
|