@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.
@@ -827,12 +827,12 @@ const seedsLightTheme: {
827
827
  warning: "#fdefcd",
828
828
  error: "#ffd5d2",
829
829
  info: "#deebfe",
830
- opportunity: "#eaeaf9",
830
+ opportunity: "#fff2ff",
831
831
  danger: "#ffd5d2",
832
832
  decorative: {
833
833
  green: "#d7f4d7",
834
834
  blue: "#deebfe",
835
- purple: "#eaeaf9",
835
+ purple: "#fff2ff",
836
836
  yellow: "#fdefcd",
837
837
  orange: "#fcdccc",
838
838
  red: "#ffd5d2",
@@ -855,11 +855,11 @@ const seedsLightTheme: {
855
855
  error: "#ed4c42",
856
856
  danger: "#ed4c42",
857
857
  info: "#2b68d3",
858
- opportunity: "#9180f4",
858
+ opportunity: "#b984ff",
859
859
  decorative: {
860
860
  green: "#59cb59",
861
861
  blue: "#2b68d3",
862
- purple: "#9180f4",
862
+ purple: "#b984ff",
863
863
  yellow: "#ffbc00",
864
864
  orange: "#f57d33",
865
865
  red: "#ed4c42",
@@ -870,7 +870,7 @@ const seedsLightTheme: {
870
870
  teal: "#08c4b2"
871
871
  },
872
872
  selected: "#364141",
873
- ai_generated: "#6f5ed3"
873
+ ai_generated: "#9747ff"
874
874
  }
875
875
  },
876
876
  gradient: {
@@ -1027,7 +1027,7 @@ const seedsLightTheme: {
1027
1027
  decorative: {
1028
1028
  green: "#006b40",
1029
1029
  blue: "#0c3f89",
1030
- purple: "#5e4eba",
1030
+ purple: "#813ae4",
1031
1031
  yellow: "#944c0c",
1032
1032
  orange: "#962c0b",
1033
1033
  red: "#992222",
@@ -1047,7 +1047,7 @@ const seedsLightTheme: {
1047
1047
  error: "#992222",
1048
1048
  danger: "#992222",
1049
1049
  info: "#0c3f89",
1050
- opportunity: "#5e4eba",
1050
+ opportunity: "#813ae4",
1051
1051
  applied: "#205bc3",
1052
1052
  positive_sentiment: "#2b68d3",
1053
1053
  negative_sentiment: "#ed4c42",
@@ -1174,7 +1174,7 @@ const seedsLightTheme: {
1174
1174
  dataviz: {
1175
1175
  map: {
1176
1176
  1: "#08c4b2",
1177
- 2: "#6f5ed3",
1177
+ 2: "#9747ff",
1178
1178
  3: "#ce3665",
1179
1179
  4: "#ffcd1c",
1180
1180
  5: "#3876e3",
@@ -1183,7 +1183,7 @@ const seedsLightTheme: {
1183
1183
  8: "#fc8943",
1184
1184
  9: "#db3e3e",
1185
1185
  10: "#026661",
1186
- 11: "#a193f2",
1186
+ 11: "#d5a9ff",
1187
1187
  12: "#931847",
1188
1188
  13: "#944c0c",
1189
1189
  14: "#0c3f89",
@@ -1196,7 +1196,7 @@ const seedsLightTheme: {
1196
1196
  },
1197
1197
  list: [
1198
1198
  "#08c4b2",
1199
- "#6f5ed3",
1199
+ "#9747ff",
1200
1200
  "#ce3665",
1201
1201
  "#ffcd1c",
1202
1202
  "#3876e3",
@@ -1205,7 +1205,7 @@ const seedsLightTheme: {
1205
1205
  "#fc8943",
1206
1206
  "#db3e3e",
1207
1207
  "#026661",
1208
- "#a193f2",
1208
+ "#d5a9ff",
1209
1209
  "#931847",
1210
1210
  "#944c0c",
1211
1211
  "#0c3f89",
@@ -1310,18 +1310,18 @@ const seedsLightTheme: {
1310
1310
  1100: "#002838"
1311
1311
  },
1312
1312
  purple: {
1313
- 0: "#f2f2f9",
1314
- 100: "#eaeaf9",
1315
- 200: "#d8d7f9",
1316
- 300: "#c1c1f7",
1317
- 400: "#a193f2",
1318
- 500: "#9180f4",
1319
- 600: "#816fea",
1320
- 700: "#6f5ed3",
1321
- 800: "#5e4eba",
1322
- 900: "#483a9c",
1323
- 1000: "#2d246b",
1324
- 1100: "#1d1d38"
1313
+ 0: "#fff8ff",
1314
+ 100: "#fff2ff",
1315
+ 200: "#efdbff",
1316
+ 300: "#dfcbff",
1317
+ 400: "#d5a9ff",
1318
+ 500: "#b984ff",
1319
+ 600: "#ae63ff",
1320
+ 700: "#9747ff",
1321
+ 800: "#813ae4",
1322
+ 900: "#6726c2",
1323
+ 1000: "#411486",
1324
+ 1100: "#231743"
1325
1325
  },
1326
1326
  magenta: {
1327
1327
  0: "#fef0ff",
@@ -1382,7 +1382,7 @@ const seedsLightTheme: {
1382
1382
  },
1383
1383
  DATAVIZ_COLORS_LIST: [
1384
1384
  "#08c4b2",
1385
- "#6f5ed3",
1385
+ "#9747ff",
1386
1386
  "#ce3665",
1387
1387
  "#ffcd1c",
1388
1388
  "#3876e3",
@@ -1391,7 +1391,7 @@ const seedsLightTheme: {
1391
1391
  "#fc8943",
1392
1392
  "#db3e3e",
1393
1393
  "#026661",
1394
- "#a193f2",
1394
+ "#d5a9ff",
1395
1395
  "#931847",
1396
1396
  "#944c0c",
1397
1397
  "#0c3f89",
@@ -1404,7 +1404,7 @@ const seedsLightTheme: {
1404
1404
  ],
1405
1405
  DATAVIZ_COLORS_MAP: {
1406
1406
  1: "#08c4b2",
1407
- 2: "#6f5ed3",
1407
+ 2: "#9747ff",
1408
1408
  3: "#ce3665",
1409
1409
  4: "#ffcd1c",
1410
1410
  5: "#3876e3",
@@ -1413,7 +1413,7 @@ const seedsLightTheme: {
1413
1413
  8: "#fc8943",
1414
1414
  9: "#db3e3e",
1415
1415
  10: "#026661",
1416
- 11: "#a193f2",
1416
+ 11: "#d5a9ff",
1417
1417
  12: "#931847",
1418
1418
  13: "#944c0c",
1419
1419
  14: "#0c3f89",
@@ -2799,14 +2799,14 @@ const sproutLightTheme: {
2799
2799
  },
2800
2800
  worldMap: {
2801
2801
  empty: "#dee1e1",
2802
- q0: "#d8d7f9",
2803
- q1: "#c1c1f7",
2804
- q2: "#a193f2",
2805
- q3: "#9180f4",
2806
- q4: "#816fea",
2807
- q5: "#6f5ed3",
2808
- q6: "#5e4eba",
2809
- q7: "#483a9c"
2802
+ q0: "#efdbff",
2803
+ q1: "#dfcbff",
2804
+ q2: "#d5a9ff",
2805
+ q3: "#b984ff",
2806
+ q4: "#ae63ff",
2807
+ q5: "#9747ff",
2808
+ q6: "#813ae4",
2809
+ q7: "#6726c2"
2810
2810
  }
2811
2811
  },
2812
2812
  growth: {
@@ -2824,34 +2824,34 @@ const sproutLightTheme: {
2824
2824
  },
2825
2825
  opportunity: {
2826
2826
  background: {
2827
- base: "#6f5ed3",
2827
+ base: "#9747ff",
2828
2828
  secondary: "#273333",
2829
- hover: "#c1c1f7"
2829
+ hover: "#dfcbff"
2830
2830
  },
2831
2831
  button: {
2832
2832
  primary: {
2833
- base: "#6f5ed3",
2834
- hover: "#5e4eba"
2833
+ base: "#9747ff",
2834
+ hover: "#813ae4"
2835
2835
  }
2836
2836
  },
2837
2837
  badge: {
2838
2838
  background: {
2839
- base: "#d8d7f9",
2840
- active: "#5e4eba"
2839
+ base: "#efdbff",
2840
+ active: "#813ae4"
2841
2841
  },
2842
2842
  icon: {
2843
- base: "#6f5ed3",
2844
- active: "#eaeaf9"
2843
+ base: "#9747ff",
2844
+ active: "#fff2ff"
2845
2845
  },
2846
2846
  text: {
2847
- base: "#6f5ed3"
2847
+ base: "#9747ff"
2848
2848
  }
2849
2849
  },
2850
2850
  decorative: {
2851
2851
  green: "#0ca750",
2852
2852
  lightAqua: "#0797ae",
2853
2853
  darkAqua: "#002838",
2854
- purple: "#6f5ed3"
2854
+ purple: "#9747ff"
2855
2855
  }
2856
2856
  },
2857
2857
  featuredDemo: {
@@ -2861,8 +2861,8 @@ const sproutLightTheme: {
2861
2861
  hover: "#0c3f89"
2862
2862
  },
2863
2863
  secondary: {
2864
- base: "#5e4eba",
2865
- hover: "#5e4eba"
2864
+ base: "#813ae4",
2865
+ hover: "#813ae4"
2866
2866
  }
2867
2867
  }
2868
2868
  },
@@ -2876,7 +2876,7 @@ const sproutLightTheme: {
2876
2876
  cards: {
2877
2877
  background: {
2878
2878
  base: "#FFFFFF",
2879
- hover: "#eaeaf9"
2879
+ hover: "#fff2ff"
2880
2880
  },
2881
2881
  text: {
2882
2882
  base: "#364141",
@@ -2884,7 +2884,7 @@ const sproutLightTheme: {
2884
2884
  },
2885
2885
  border: {
2886
2886
  base: "#FFFFFF",
2887
- hover: "#6f5ed3"
2887
+ hover: "#9747ff"
2888
2888
  }
2889
2889
  }
2890
2890
  },
@@ -3721,12 +3721,12 @@ const seedsDarkTheme: {
3721
3721
  warning: "#944c0c",
3722
3722
  error: "#992222",
3723
3723
  info: "#0c3f89",
3724
- opportunity: "#483a9c",
3724
+ opportunity: "#6726c2",
3725
3725
  danger: "#992222",
3726
3726
  decorative: {
3727
3727
  green: "#006b40",
3728
3728
  blue: "#0c3f89",
3729
- purple: "#483a9c",
3729
+ purple: "#6726c2",
3730
3730
  yellow: "#944c0c",
3731
3731
  orange: "#962c0b",
3732
3732
  red: "#992222",
@@ -3853,7 +3853,7 @@ const seedsDarkTheme: {
3853
3853
  decorative: {
3854
3854
  green: "#d7f4d7",
3855
3855
  blue: "#deebfe",
3856
- purple: "#eaeaf9",
3856
+ purple: "#fff2ff",
3857
3857
  yellow: "#fdefcd",
3858
3858
  orange: "#fcdccc",
3859
3859
  red: "#ffd5d2",
@@ -3873,7 +3873,7 @@ const seedsDarkTheme: {
3873
3873
  error: "#ffd5d2",
3874
3874
  danger: "#ffd5d2",
3875
3875
  info: "#deebfe",
3876
- opportunity: "#eaeaf9",
3876
+ opportunity: "#fff2ff",
3877
3877
  applied: "#679eff",
3878
3878
  neutral_sentiment: "#929a9b"
3879
3879
  },
@@ -3917,14 +3917,14 @@ const seedsDarkTheme: {
3917
3917
  dataviz: {
3918
3918
  map: {
3919
3919
  1: "#24e0c5",
3920
- 2: "#a193f2",
3920
+ 2: "#d5a9ff",
3921
3921
  3: "#ff76ae",
3922
3922
  5: "#679eff",
3923
3923
  6: "#f282f5",
3924
3924
  7: "#75dd66",
3925
3925
  8: "#ff9c5d",
3926
3926
  10: "#0b968f",
3927
- 11: "#6f5ed3",
3927
+ 11: "#9747ff",
3928
3928
  12: "#ce3665",
3929
3929
  13: "#ba7506",
3930
3930
  14: "#205bc3",
@@ -3936,7 +3936,7 @@ const seedsDarkTheme: {
3936
3936
  },
3937
3937
  list: [
3938
3938
  "#24e0c5",
3939
- "#a193f2",
3939
+ "#d5a9ff",
3940
3940
  "#ff76ae",
3941
3941
  "#ffcd1c",
3942
3942
  "#679eff",
@@ -3945,7 +3945,7 @@ const seedsDarkTheme: {
3945
3945
  "#ff9c5d",
3946
3946
  "#db3e3e",
3947
3947
  "#0b968f",
3948
- "#6f5ed3",
3948
+ "#9747ff",
3949
3949
  "#ce3665",
3950
3950
  "#ba7506",
3951
3951
  "#205bc3",
@@ -3965,7 +3965,7 @@ const seedsDarkTheme: {
3965
3965
  },
3966
3966
  DATAVIZ_COLORS_LIST: [
3967
3967
  "#24e0c5",
3968
- "#a193f2",
3968
+ "#d5a9ff",
3969
3969
  "#ff76ae",
3970
3970
  "#ffcd1c",
3971
3971
  "#679eff",
@@ -3974,7 +3974,7 @@ const seedsDarkTheme: {
3974
3974
  "#ff9c5d",
3975
3975
  "#db3e3e",
3976
3976
  "#0b968f",
3977
- "#6f5ed3",
3977
+ "#9747ff",
3978
3978
  "#ce3665",
3979
3979
  "#ba7506",
3980
3980
  "#205bc3",
@@ -3987,14 +3987,14 @@ const seedsDarkTheme: {
3987
3987
  ],
3988
3988
  DATAVIZ_COLORS_MAP: {
3989
3989
  1: "#24e0c5",
3990
- 2: "#a193f2",
3990
+ 2: "#d5a9ff",
3991
3991
  3: "#ff76ae",
3992
3992
  5: "#679eff",
3993
3993
  6: "#f282f5",
3994
3994
  7: "#75dd66",
3995
3995
  8: "#ff9c5d",
3996
3996
  10: "#0b968f",
3997
- 11: "#6f5ed3",
3997
+ 11: "#9747ff",
3998
3998
  12: "#ce3665",
3999
3999
  13: "#ba7506",
4000
4000
  14: "#205bc3",
@@ -5164,14 +5164,14 @@ const sproutDarkTheme: {
5164
5164
  },
5165
5165
  worldMap: {
5166
5166
  empty: "#dee1e1",
5167
- q0: "#d8d7f9",
5168
- q1: "#c1c1f7",
5169
- q2: "#a193f2",
5170
- q3: "#9180f4",
5171
- q4: "#816fea",
5172
- q5: "#6f5ed3",
5173
- q6: "#5e4eba",
5174
- q7: "#483a9c"
5167
+ q0: "#efdbff",
5168
+ q1: "#dfcbff",
5169
+ q2: "#d5a9ff",
5170
+ q3: "#b984ff",
5171
+ q4: "#ae63ff",
5172
+ q5: "#9747ff",
5173
+ q6: "#813ae4",
5174
+ q7: "#6726c2"
5175
5175
  }
5176
5176
  },
5177
5177
  growth: {
@@ -5189,34 +5189,34 @@ const sproutDarkTheme: {
5189
5189
  },
5190
5190
  opportunity: {
5191
5191
  background: {
5192
- base: "#6f5ed3",
5192
+ base: "#9747ff",
5193
5193
  secondary: "#515e5f",
5194
- hover: "#9180f4"
5194
+ hover: "#b984ff"
5195
5195
  },
5196
5196
  button: {
5197
5197
  primary: {
5198
- base: "#a193f2",
5199
- hover: "#c1c1f7"
5198
+ base: "#d5a9ff",
5199
+ hover: "#dfcbff"
5200
5200
  }
5201
5201
  },
5202
5202
  badge: {
5203
5203
  background: {
5204
- base: "#6f5ed3",
5205
- active: "#eaeaf9"
5204
+ base: "#9747ff",
5205
+ active: "#fff2ff"
5206
5206
  },
5207
5207
  icon: {
5208
- base: "#d8d7f9",
5209
- active: "#5e4eba"
5208
+ base: "#efdbff",
5209
+ active: "#813ae4"
5210
5210
  },
5211
5211
  text: {
5212
- base: "#d8d7f9"
5212
+ base: "#efdbff"
5213
5213
  }
5214
5214
  },
5215
5215
  decorative: {
5216
5216
  green: "#0ca750",
5217
5217
  lightAqua: "#0797ae",
5218
5218
  darkAqua: "#002838",
5219
- purple: "#6f5ed3"
5219
+ purple: "#9747ff"
5220
5220
  }
5221
5221
  },
5222
5222
  featuredDemo: {
@@ -5226,8 +5226,8 @@ const sproutDarkTheme: {
5226
5226
  hover: "#deebfe"
5227
5227
  },
5228
5228
  secondary: {
5229
- base: "#9180f4",
5230
- hover: "#eaeaf9"
5229
+ base: "#b984ff",
5230
+ hover: "#fff2ff"
5231
5231
  }
5232
5232
  }
5233
5233
  },
@@ -5241,7 +5241,7 @@ const sproutDarkTheme: {
5241
5241
  cards: {
5242
5242
  background: {
5243
5243
  base: "#FFFFFF",
5244
- hover: "#eaeaf9"
5244
+ hover: "#fff2ff"
5245
5245
  },
5246
5246
  text: {
5247
5247
  base: "#364141",
@@ -5249,7 +5249,7 @@ const sproutDarkTheme: {
5249
5249
  },
5250
5250
  border: {
5251
5251
  base: "#FFFFFF",
5252
- hover: "#6f5ed3"
5252
+ hover: "#9747ff"
5253
5253
  }
5254
5254
  }
5255
5255
  },
@@ -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.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. */
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-400) 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-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%);
71
70
  --colors-gradient-ai-stop-1: var(--color-blue-400);
71
+ --colors-gradient-ai-stop-2: var(--color-purple-500);
72
72
  --colors-button-primary-background-base: var(--color-blue-400);
73
73
  --colors-button-primary-background-hover: var(--color-blue-300);
74
74
  --colors-button-primary-background-active: var(--color-blue-200);
@@ -53,7 +53,6 @@ export const ColorsGradientAiStop3: string;
53
53
  export const ColorsGradientAi: string;
54
54
  export const ColorsGradientAiSubtle: string;
55
55
  export const ColorsGradientAiStop1: string;
56
- /** Theme-owned AI gradient middle stop. No exact existing seeds-color primitive; preserved for compatibility. Other stops reference seeds-color. */
57
56
  export const ColorsGradientAiStop2: string;
58
57
  export const ColorsButtonPrimaryBorderBase: string;
59
58
  export const ColorsButtonPrimaryBackgroundBase: string;