@bspk/ui 1.1.33 → 1.1.34

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 (79) hide show
  1. package/dist/base.css +5 -5
  2. package/dist/base.css.js +5 -5
  3. package/dist/colors.css +1 -1
  4. package/dist/colors.css.js +1 -1
  5. package/dist/components/BannerAlert/banner-alert.css +1 -1
  6. package/dist/components/BannerAlert/banner-alert.css.js +1 -1
  7. package/dist/components/Button/button.css +2 -2
  8. package/dist/components/Button/button.css.js +2 -2
  9. package/dist/components/Card/card.css +1 -1
  10. package/dist/components/Card/card.css.js +1 -1
  11. package/dist/components/Chip/chip.css +1 -1
  12. package/dist/components/Chip/chip.css.js +1 -1
  13. package/dist/components/ChipUtility/chip-utility.css +1 -1
  14. package/dist/components/ChipUtility/chip-utility.css.js +1 -1
  15. package/dist/components/Fab/fab.css +1 -1
  16. package/dist/components/Fab/fab.css.js +1 -1
  17. package/dist/components/NumberInput/number-input.css +1 -1
  18. package/dist/components/NumberInput/number-input.css.js +1 -1
  19. package/dist/components/ProgressBar/progress-bar.css +2 -2
  20. package/dist/components/ProgressBar/progress-bar.css.js +2 -2
  21. package/dist/components/ProgressionStepperBar/progression-stepper-bar.css +1 -1
  22. package/dist/components/ProgressionStepperBar/progression-stepper-bar.css.js +1 -1
  23. package/dist/components/SegmentedControl/segmented-control.css +5 -5
  24. package/dist/components/SegmentedControl/segmented-control.css.js +5 -5
  25. package/dist/components/Select/select.css +1 -1
  26. package/dist/components/Select/select.css.js +1 -1
  27. package/dist/components/Table/table.css +3 -3
  28. package/dist/components/Table/table.css.js +3 -3
  29. package/dist/components/Tag/tag.css +1 -1
  30. package/dist/components/Tag/tag.css.js +1 -1
  31. package/dist/components/TextInput/text-input.css +1 -1
  32. package/dist/components/TextInput/text-input.css.js +1 -1
  33. package/dist/components/Textarea/textarea.css +1 -1
  34. package/dist/components/Textarea/textarea.css.js +1 -1
  35. package/dist/components/Tooltip/tooltip.css +1 -1
  36. package/dist/components/Tooltip/tooltip.css.js +1 -1
  37. package/dist/styles/anywhere.css +318 -124
  38. package/dist/styles/anywhere.css.js +318 -124
  39. package/dist/styles/better-homes-gardens.css +320 -120
  40. package/dist/styles/better-homes-gardens.css.js +320 -120
  41. package/dist/styles/cartus.css +321 -121
  42. package/dist/styles/cartus.css.js +321 -121
  43. package/dist/styles/century-21.css +316 -118
  44. package/dist/styles/century-21.css.js +316 -118
  45. package/dist/styles/coldwell-banker.css +320 -120
  46. package/dist/styles/coldwell-banker.css.js +320 -120
  47. package/dist/styles/corcoran.css +314 -116
  48. package/dist/styles/corcoran.css.js +314 -116
  49. package/dist/styles/denali-boss.css +317 -119
  50. package/dist/styles/denali-boss.css.js +317 -119
  51. package/dist/styles/era.css +329 -125
  52. package/dist/styles/era.css.js +329 -125
  53. package/dist/styles/sothebys.css +322 -122
  54. package/dist/styles/sothebys.css.js +322 -122
  55. package/dist/utils/colorVariants.d.ts +1 -1
  56. package/dist/utils/colorVariants.js +1 -1
  57. package/dist/utils/txtVariants.d.ts +1 -1
  58. package/dist/utils/txtVariants.js +1 -1
  59. package/package.json +2 -2
  60. package/src/base.scss +4 -4
  61. package/src/colors.scss +1 -1
  62. package/src/components/BannerAlert/banner-alert.scss +1 -1
  63. package/src/components/Button/button.scss +2 -2
  64. package/src/components/Card/card.scss +1 -1
  65. package/src/components/Chip/chip.scss +1 -1
  66. package/src/components/ChipUtility/chip-utility.scss +1 -1
  67. package/src/components/Fab/fab.scss +1 -1
  68. package/src/components/NumberInput/number-input.scss +1 -1
  69. package/src/components/ProgressBar/progress-bar.scss +2 -2
  70. package/src/components/ProgressionStepperBar/progression-stepper-bar.scss +1 -1
  71. package/src/components/SegmentedControl/segmented-control.scss +5 -5
  72. package/src/components/Select/select.scss +1 -1
  73. package/src/components/Table/table.scss +3 -3
  74. package/src/components/Tag/tag.scss +1 -1
  75. package/src/components/TextInput/text-input.scss +1 -1
  76. package/src/components/Textarea/textarea.scss +1 -1
  77. package/src/components/Tooltip/tooltip.scss +1 -1
  78. package/src/utils/colorVariants.ts +1 -1
  79. package/src/utils/txtVariants.ts +1 -1
@@ -1,6 +1,6 @@
1
- /* Generated from figma export: 2025-05-01T18:43:34.841Z */
1
+ /* Generated from figma export: 2025-07-08T20:32:21.402Z */
2
2
 
3
- @import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');
3
+ @import url('https://fonts.googleapis.com/css2?family=Work%20Sans:ital,wght@0,100..900;1,100..900&display=swap');
4
4
  body {
5
5
  font-family: var(--typeface);
6
6
  }
@@ -38,6 +38,146 @@ body {
38
38
  --body-x-small-size: 12px;
39
39
  /* Body/X-Small - style */
40
40
  --body-x-small-style: regular;
41
+ /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */
42
+ --colors-brands-experiment-blue-dark-100: #0a2f85;
43
+ /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */
44
+ --colors-brands-experiment-blue-dark-200: #1347cc;
45
+ /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */
46
+ --colors-brands-experiment-blue-dark-300: #0f59e2;
47
+ /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */
48
+ --colors-brands-experiment-blue-dark-400: #357aea;
49
+ /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */
50
+ --colors-brands-experiment-blue-dark-50: #181d34;
51
+ /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */
52
+ --colors-brands-experiment-blue-dark-500: #2e88f6;
53
+ /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */
54
+ --colors-brands-experiment-blue-dark-600: #50a1ff;
55
+ /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */
56
+ --colors-brands-experiment-blue-dark-700: #7ab7ff;
57
+ /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */
58
+ --colors-brands-experiment-blue-dark-800: #dcebfe;
59
+ /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */
60
+ --colors-brands-experiment-blue-dark-900: #f0f6ff;
61
+ /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */
62
+ --colors-brands-experiment-blue-gray-dark-100: #1a2332;
63
+ /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */
64
+ --colors-brands-experiment-blue-gray-dark-200: #252e3c;
65
+ /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */
66
+ --colors-brands-experiment-blue-gray-dark-300: #323b49;
67
+ /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */
68
+ --colors-brands-experiment-blue-gray-dark-400: #5e6d82;
69
+ /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */
70
+ --colors-brands-experiment-blue-gray-dark-50: #0c101c;
71
+ /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */
72
+ --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;
73
+ /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */
74
+ --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;
75
+ /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */
76
+ --colors-brands-experiment-blue-gray-dark-700: #d4dce8;
77
+ /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */
78
+ --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;
79
+ /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */
80
+ --colors-brands-experiment-blue-gray-dark-900: #f8fafc;
81
+ /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */
82
+ --colors-brands-experiment-blue-gray-light-100: #f1f5f9;
83
+ /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */
84
+ --colors-brands-experiment-blue-gray-light-200: #e1e7ef;
85
+ /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */
86
+ --colors-brands-experiment-blue-gray-light-300: #c8d6e5;
87
+ /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */
88
+ --colors-brands-experiment-blue-gray-light-400: #9eacc0;
89
+ /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */
90
+ --colors-brands-experiment-blue-gray-light-50: #f8fafc;
91
+ /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */
92
+ --colors-brands-experiment-blue-gray-light-500: #65758b;
93
+ /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */
94
+ --colors-brands-experiment-blue-gray-light-600: #48566a;
95
+ /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */
96
+ --colors-brands-experiment-blue-gray-light-700: #344256;
97
+ /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */
98
+ --colors-brands-experiment-blue-gray-light-800: #1d283a;
99
+ /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */
100
+ --colors-brands-experiment-blue-gray-light-900: #0f1729;
101
+ /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */
102
+ --colors-brands-experiment-blue-light-100: #dcebfe;
103
+ /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */
104
+ --colors-brands-experiment-blue-light-200: #bedbfe;
105
+ /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */
106
+ --colors-brands-experiment-blue-light-300: #91c3fd;
107
+ /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */
108
+ --colors-brands-experiment-blue-light-400: #61a6fa;
109
+ /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */
110
+ --colors-brands-experiment-blue-light-50: #f2f7ff;
111
+ /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */
112
+ --colors-brands-experiment-blue-light-500: #3479e9;
113
+ /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */
114
+ --colors-brands-experiment-blue-light-600: #1559ea;
115
+ /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */
116
+ --colors-brands-experiment-blue-light-700: #173fab;
117
+ /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */
118
+ --colors-brands-experiment-blue-light-800: #162f82;
119
+ /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */
120
+ --colors-brands-experiment-blue-light-900: #0c1736;
121
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */
122
+ --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;
123
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */
124
+ --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;
125
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */
126
+ --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;
127
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */
128
+ --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;
129
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */
130
+ --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;
131
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */
132
+ --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;
133
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */
134
+ --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;
135
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */
136
+ --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;
137
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */
138
+ --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;
139
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */
140
+ --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;
141
+ /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */
142
+ --colors-brands-experiment-orange-dark-100: #852c0f;
143
+ /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */
144
+ --colors-brands-experiment-orange-dark-200: #ab4827;
145
+ /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */
146
+ --colors-brands-experiment-orange-dark-300: #ce5a07;
147
+ /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */
148
+ --colors-brands-experiment-orange-dark-400: #f27013;
149
+ /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */
150
+ --colors-brands-experiment-orange-dark-50: #31160d;
151
+ /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */
152
+ --colors-brands-experiment-orange-dark-500: #fb923c;
153
+ /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */
154
+ --colors-brands-experiment-orange-dark-600: #fdba72;
155
+ /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */
156
+ --colors-brands-experiment-orange-dark-700: #fed6a9;
157
+ /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */
158
+ --colors-brands-experiment-orange-dark-800: #ffedd6;
159
+ /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */
160
+ --colors-brands-experiment-orange-dark-900: #fff6eb;
161
+ /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */
162
+ --colors-brands-experiment-orange-light-100: #ffedd6;
163
+ /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */
164
+ --colors-brands-experiment-orange-light-200: #fed6a9;
165
+ /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */
166
+ --colors-brands-experiment-orange-light-300: #fdba72;
167
+ /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */
168
+ --colors-brands-experiment-orange-light-400: #fb923c;
169
+ /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */
170
+ --colors-brands-experiment-orange-light-50: #fff6eb;
171
+ /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */
172
+ --colors-brands-experiment-orange-light-500: #f67416;
173
+ /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */
174
+ --colors-brands-experiment-orange-light-600: #e4570c;
175
+ /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */
176
+ --colors-brands-experiment-orange-light-700: #b63c0b;
177
+ /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */
178
+ --colors-brands-experiment-orange-light-800: #80310f;
179
+ /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */
180
+ --colors-brands-experiment-orange-light-900: #471a0a;
41
181
  /* Colors/Internal/pink-00-light - Global (primitives) */
42
182
  --colors-internal-pink-00-light: #ff4f8d;
43
183
  /* Colors/Internal/pink-50-dark - Global (primitives) */
@@ -219,61 +359,61 @@ body {
219
359
  /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */
220
360
  --colors-system-spectrum-data-visual-gold-700: #ab922b;
221
361
  /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */
222
- --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f00;
362
+ --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;
223
363
  /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */
224
- --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff00;
225
- /* Colors/System/Spectrum/Data visual/Highlight/azure-1200 - Global (primitives) */
226
- --colors-system-spectrum-data-visual-highlight-azure-1200: #154f70;
227
- /* Colors/System/Spectrum/Data visual/Highlight/azure-400 - Global (primitives) */
228
- --colors-system-spectrum-data-visual-highlight-azure-400: #dff0fa;
229
- /* Colors/System/Spectrum/Data visual/Highlight/backrose-1400 - Global (primitives) */
230
- --colors-system-spectrum-data-visual-highlight-backrose-1400: #0a001a;
231
- /* Colors/System/Spectrum/Data visual/Highlight/blackrose-400 - Global (primitives) */
232
- --colors-system-spectrum-data-visual-highlight-blackrose-400: #dcd9e0;
233
- /* Colors/System/Spectrum/Data visual/Highlight/bronze-1400 - Global (primitives) */
234
- --colors-system-spectrum-data-visual-highlight-bronze-1400: #3d261a;
235
- /* Colors/System/Spectrum/Data visual/Highlight/bronze-400 - Global (primitives) */
236
- --colors-system-spectrum-data-visual-highlight-bronze-400: #ebe4e1;
237
- /* Colors/System/Spectrum/Data visual/Highlight/brown-dark-1400 - Global (primitives) */
238
- --colors-system-spectrum-data-visual-highlight-brown-dark-1400: #3d1506;
239
- /* Colors/System/Spectrum/Data visual/Highlight/brown-light-400 - Global (primitives) */
240
- --colors-system-spectrum-data-visual-highlight-brown-light-400: #ebdfda;
241
- /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1400 - Global (primitives) */
242
- --colors-system-spectrum-data-visual-highlight-cadet-gray-1400: #05252a;
243
- /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-400 - Global (primitives) */
244
- --colors-system-spectrum-data-visual-highlight-cadet-gray-400: #dae4e5;
245
- /* Colors/System/Spectrum/Data visual/Highlight/cooper-1200 - Global (primitives) */
246
- --colors-system-spectrum-data-visual-highlight-cooper-1200: #6b3f29;
247
- /* Colors/System/Spectrum/Data visual/Highlight/cooper-400 - Global (primitives) */
248
- --colors-system-spectrum-data-visual-highlight-cooper-400: #f9ece5;
249
- /* Colors/System/Spectrum/Data visual/Highlight/gold-1200 - Global (primitives) */
250
- --colors-system-spectrum-data-visual-highlight-gold-1200: #564916;
251
- /* Colors/System/Spectrum/Data visual/Highlight/gold-400 - Global (primitives) */
252
- --colors-system-spectrum-data-visual-highlight-gold-400: #f2efdf;
253
- /* Colors/System/Spectrum/Data visual/Highlight/jade-1400 - Global (primitives) */
254
- --colors-system-spectrum-data-visual-highlight-jade-1400: #1c4f3d;
255
- /* Colors/System/Spectrum/Data visual/Highlight/jade-400 - Global (primitives) */
256
- --colors-system-spectrum-data-visual-highlight-jade-400: #e1f0eb;
257
- /* Colors/System/Spectrum/Data visual/Highlight/maroon-1400 - Global (primitives) */
258
- --colors-system-spectrum-data-visual-highlight-maroon-1400: #2a0505;
259
- /* Colors/System/Spectrum/Data visual/Highlight/maroon-400 - Global (primitives) */
260
- --colors-system-spectrum-data-visual-highlight-maroon-400: #e5dada;
261
- /* Colors/System/Spectrum/Data visual/Highlight/platinum-1400 - Global (primitives) */
262
- --colors-system-spectrum-data-visual-highlight-platinum-1400: #404040;
263
- /* Colors/System/Spectrum/Data visual/Highlight/platinum-400 - Global (primitives) */
264
- --colors-system-spectrum-data-visual-highlight-platinum-400: #ececec;
265
- /* Colors/System/Spectrum/Data visual/Highlight/sage-1400 - Global (primitives) */
266
- --colors-system-spectrum-data-visual-highlight-sage-1400: #171a00;
267
- /* Colors/System/Spectrum/Data visual/Highlight/sage-400 - Global (primitives) */
268
- --colors-system-spectrum-data-visual-highlight-sage-400: #dfe0d9;
269
- /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1400 - Global (primitives) */
270
- --colors-system-spectrum-data-visual-highlight-tanzanite-1400: #052336;
271
- /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-400 - Global (primitives) */
272
- --colors-system-spectrum-data-visual-highlight-tanzanite-400: #dae3e9;
273
- /* Colors/System/Spectrum/Data visual/Highlight/violet-1400 - Global (primitives) */
274
- --colors-system-spectrum-data-visual-highlight-violet-1400: #221a3d;
275
- /* Colors/System/Spectrum/Data visual/Highlight/violet-400 - Global (primitives) */
276
- --colors-system-spectrum-data-visual-highlight-violet-400: #e3e1eb;
364
+ --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;
365
+ /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */
366
+ --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;
367
+ /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */
368
+ --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;
369
+ /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */
370
+ --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;
371
+ /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */
372
+ --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;
373
+ /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */
374
+ --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;
375
+ /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */
376
+ --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;
377
+ /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */
378
+ --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;
379
+ /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */
380
+ --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;
381
+ /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */
382
+ --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;
383
+ /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */
384
+ --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;
385
+ /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */
386
+ --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;
387
+ /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */
388
+ --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;
389
+ /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */
390
+ --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;
391
+ /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */
392
+ --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;
393
+ /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */
394
+ --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;
395
+ /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */
396
+ --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;
397
+ /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */
398
+ --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;
399
+ /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */
400
+ --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;
401
+ /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */
402
+ --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;
403
+ /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */
404
+ --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;
405
+ /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */
406
+ --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;
407
+ /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */
408
+ --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;
409
+ /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */
410
+ --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;
411
+ /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */
412
+ --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;
413
+ /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */
414
+ --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;
415
+ /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */
416
+ --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;
277
417
  /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */
278
418
  --colors-system-spectrum-data-visual-jade-600: #88c5af;
279
419
  /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */
@@ -464,24 +604,26 @@ body {
464
604
  --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;
465
605
  /* West - side sheets */
466
606
  --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;
467
- /* Foreground/Brand/on-inverse-primary - Theme - Sotheby's */
468
- --foreground-brand-on-inverse-primary: #667b92;
469
- /* Foreground/Brand/on-inverse-secondary - Theme - Sotheby's */
470
- --foreground-brand-on-inverse-secondary: #dac38c;
471
- /* Foreground/Brand/on-brand-primary - Theme - Sotheby's */
607
+ /* Foreground/Brand/on-brand-primary - Theme - 3.0 */
472
608
  --foreground-brand-on-primary: #ffffff;
473
- /* Foreground/Brand/on-brand-secondary - Theme - Sotheby's */
474
- --foreground-brand-on-secondary: #141414;
475
- /* Foreground/Link text/subtle-inverse-hovered - Theme - Sotheby's */
609
+ /* Foreground/Link text/subtle-inverse-hovered - Theme - 3.0 */
476
610
  --foreground-link-text-subtle-inverse-hovered: #e6e6e6;
477
- /* Foreground/Link text/subtle-inverse-pressed - Theme - Sotheby's */
611
+ /* Foreground/Link text/subtle-inverse-pressed - Theme - 3.0 */
478
612
  --foreground-link-text-subtle-inverse-pressed: #d1d1d1;
479
- /* Foreground/Neutral/inverse-on-surface - Theme - Sotheby's */
613
+ /* Foreground/Neutral/inverse-on-surface - Theme - 3.0 */
480
614
  --foreground-neutral-inverse-on-surface: #fafafa;
481
- /* Foreground/Neutral/on-color - Theme - Sotheby's */
615
+ /* Foreground/Neutral/on-color - Theme - 3.0 */
482
616
  --foreground-neutral-on-color: #ffffff;
483
- /* Foreground/Neutral/on-inverse-surface - Theme - Sotheby's */
617
+ /* Foreground/Neutral/on-inverse-surface - Theme - 3.0 */
484
618
  --foreground-neutral-on-inverse-surface: #fafafa;
619
+ /* Interaction/disabled-opacity - Theme - 3.0 */
620
+ --interaction-disabled-opacity: #0000000f;
621
+ /* Interaction/primary-disabled-opacity - Theme - 3.0 */
622
+ --interaction-primary-disabled-opacity: #1559ea1f;
623
+ /* Interaction/primary-hover-opacity - Theme - 3.0 */
624
+ --interaction-primary-hover-opacity: #1559ea1a;
625
+ /* Interaction/primary-press-opacity - Theme - 3.0 */
626
+ --interaction-primary-press-opacity: #1559ea33;
485
627
  /* Interactions/opacity-black-10 - Global (primitives) */
486
628
  --interactions-opacity-black-10: #0000001a;
487
629
  /* Interactions/opacity-black-16 - Global (primitives) */
@@ -570,18 +712,18 @@ body {
570
712
  --primary-75-dark: #000912;
571
713
  /* Colors/Brands/Sotheby's/Primary/85-light - Global (primitives) */
572
714
  --primary-85-light: #d9dee4;
573
- /* Radius/circular - Borders */
574
- --radius-circular: 999px;
575
- /* Radius/large - Borders */
576
- --radius-large: 12px;
577
- /* Radius/medium - Borders */
578
- --radius-medium: 8px;
715
+ /* Radius/full - Borders */
716
+ --radius-full: 999px;
717
+ /* Radius/lg - Borders */
718
+ --radius-lg: 12px;
719
+ /* Radius/md - Borders */
720
+ --radius-md: 8px;
579
721
  /* Radius/none - Borders */
580
722
  --radius-none: 0;
581
- /* Radius/small - Borders */
582
- --radius-small: 4px;
583
- /* Radius/x-large - Borders */
584
- --radius-x-large: 16px;
723
+ /* Radius/sm - Borders */
724
+ --radius-sm: 4px;
725
+ /* Radius/xlg - Borders */
726
+ --radius-xlg: 16px;
585
727
  /* Colors/Brands/Sotheby's/Secondary/00-base - Global (primitives) */
586
728
  --secondary-00-base: #c29b40;
587
729
  /* Colors/Brands/Sotheby's/Secondary/15-dark - Global (primitives) */
@@ -655,21 +797,23 @@ body {
655
797
  /* Spacing/sizing-16 - Spacing & Sizing */
656
798
  --spacing-sizing-16: 64px;
657
799
  /* Spacing/sizing-17 - Spacing & Sizing */
658
- --spacing-sizing-17: 72px;
800
+ --spacing-sizing-17: 68px;
659
801
  /* Spacing/sizing-18 - Spacing & Sizing */
660
- --spacing-sizing-18: 80px;
802
+ --spacing-sizing-18: 72px;
661
803
  /* Spacing/sizing-19 - Spacing & Sizing */
662
- --spacing-sizing-19: 96px;
804
+ --spacing-sizing-19: 80px;
663
805
  /* Spacing/sizing-20 - Spacing & Sizing */
664
- --spacing-sizing-20: 104px;
806
+ --spacing-sizing-20: 96px;
665
807
  /* Spacing/sizing-21 - Spacing & Sizing */
666
- --spacing-sizing-21: 120px;
808
+ --spacing-sizing-21: 104px;
667
809
  /* Spacing/sizing-22 - Spacing & Sizing */
668
- --spacing-sizing-22: 128px;
810
+ --spacing-sizing-22: 120px;
669
811
  /* Spacing/sizing-23 - Spacing & Sizing */
670
- --spacing-sizing-23: 148px;
812
+ --spacing-sizing-23: 128px;
671
813
  /* Spacing/sizing-24 - Spacing & Sizing */
672
- --spacing-sizing-24: 152px;
814
+ --spacing-sizing-24: 148px;
815
+ /* Spacing/sizing-25 - Spacing & Sizing */
816
+ --spacing-sizing-25: 152px;
673
817
  /* Spacing/sizing-none - Spacing & Sizing */
674
818
  --spacing-sizing-none: 0;
675
819
  /* Spacings/1040 - Global (primitives) */
@@ -712,6 +856,8 @@ body {
712
856
  --spacings-600: 60px;
713
857
  /* Spacings/640 - Global (primitives) */
714
858
  --spacings-640: 64px;
859
+ /* Spacings/680 - Global (primitives) */
860
+ --spacings-680: 68px;
715
861
  /* Spacings/720 - Global (primitives) */
716
862
  --spacings-720: 72px;
717
863
  /* Spacings/80 - Global (primitives) */
@@ -722,16 +868,22 @@ body {
722
868
  --spacings-960: 96px;
723
869
  /* Spacings/None - Global (primitives) */
724
870
  --spacings-none: 0;
725
- /* Status/on-error - Theme - Sotheby's */
871
+ /* Status/on-error - Theme - 3.0 */
726
872
  --status-on-error: #ffffff;
727
- /* Status/on-information - Theme - Sotheby's */
873
+ /* Status/on-information - Theme - 3.0 */
728
874
  --status-on-information: #ffffff;
729
- /* Status/on-informational - Theme - Sotheby's */
875
+ /* Status/on-informational - Theme - 3.0 */
730
876
  --status-on-informational: #ffffff;
731
- /* Status/on-success - Theme - Sotheby's */
877
+ /* Status/on-success - Theme - 3.0 */
732
878
  --status-on-success: #ffffff;
733
- /* Status/on-warning - Theme - Sotheby's */
879
+ /* Status/on-warning - Theme - 3.0 */
734
880
  --status-on-warning: #141414;
881
+ /* Stroke/Neutral/focus-on-inverse - Theme - 3.0 */
882
+ --stroke-neutral-focus-on-inverse: #ffffff;
883
+ /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */
884
+ --stroke-neutral-interaction-inverse-focus: #ffffff;
885
+ /* Stroke/Neutral/Interactions/inverse-focus - Theme - Sotheby's */
886
+ --stroke-neutral-interactions-inverse-focus: #ffffff;
735
887
  /* Stroke/none - Borders */
736
888
  --stroke-none: 0;
737
889
  /* Stroke/thick - Borders */
@@ -740,7 +892,7 @@ body {
740
892
  --stroke-thicker: 4px;
741
893
  /* Stroke/thin - Borders */
742
894
  --stroke-thin: 1px;
743
- /* Surface/Neutral/transparent - Theme - Sotheby's */
895
+ /* Surface/Neutral/transparent - Theme - 3.0 */
744
896
  --surface-neutral-transparent: #ffffff00;
745
897
  /* Typeface - Brand */
746
898
  --typeface: 'Geist', 'Work Sans', sans-serif;
@@ -1124,61 +1276,61 @@ body {
1124
1276
  /* Data visual/category-01 - Theme - Sotheby's */
1125
1277
  --data-visual-category-01: #130033;
1126
1278
  /* Data visual/category-01-highlight - Theme - Sotheby's */
1127
- --data-visual-category-01-highlight: #dcd9e0;
1279
+ --data-visual-category-01-highlight: #1300334d;
1128
1280
  /* Data visual/category-02 - Theme - Sotheby's */
1129
1281
  --data-visual-category-02: #299de0;
1130
1282
  /* Data visual/category-02-highlight - Theme - Sotheby's */
1131
- --data-visual-category-02-highlight: #dff0fa;
1283
+ --data-visual-category-02-highlight: #299de04d;
1132
1284
  /* Data visual/category-03 - Theme - Sotheby's */
1133
1285
  --data-visual-category-03: #0a466c;
1134
1286
  /* Data visual/category-03-highlight - Theme - Sotheby's */
1135
- --data-visual-category-03-highlight: #dae3e9;
1287
+ --data-visual-category-03-highlight: #0a466c4d;
1136
1288
  /* Data visual/category-04 - Theme - Sotheby's */
1137
1289
  --data-visual-category-04: #389e7a;
1138
1290
  /* Data visual/category-04-highlight - Theme - Sotheby's */
1139
- --data-visual-category-04-highlight: #e1f0eb;
1291
+ --data-visual-category-04-highlight: #389e7a4d;
1140
1292
  /* Data visual/category-05 - Theme - Sotheby's */
1141
1293
  --data-visual-category-05: #094a53;
1142
1294
  /* Data visual/category-05-highlight - Theme - Sotheby's */
1143
- --data-visual-category-05-highlight: #dae4e5;
1295
+ --data-visual-category-05-highlight: #094a534d;
1144
1296
  /* Data visual/category-06 - Theme - Sotheby's */
1145
1297
  --data-visual-category-06: #7f7f7f;
1146
1298
  /* Data visual/category-06-highlight - Theme - Sotheby's */
1147
- --data-visual-category-06-highlight: #ececec;
1299
+ --data-visual-category-06-highlight: #7f7f7f4d;
1148
1300
  /* Data visual/category-07 - Theme - Sotheby's */
1149
1301
  --data-visual-category-07: #433479;
1150
1302
  /* Data visual/category-07-highlight - Theme - Sotheby's */
1151
- --data-visual-category-07-highlight: #e3e1eb;
1303
+ --data-visual-category-07-highlight: #4334794d;
1152
1304
  /* Data visual/category-1 - Theme - Sotheby's */
1153
1305
  --data-visual-category-1: #0a466c;
1154
1306
  /* Data visual/category-1-highlight - Theme - Sotheby's */
1155
- --data-visual-category-1-highlight: #dae3e9;
1307
+ --data-visual-category-1-highlight: #0a466c4d;
1156
1308
  /* Data visual/category-2 - Theme - Sotheby's */
1157
1309
  --data-visual-category-2: #299de0;
1158
1310
  /* Data visual/category-2-highlight - Theme - Sotheby's */
1159
- --data-visual-category-2-highlight: #dff0fa;
1311
+ --data-visual-category-2-highlight: #299de04d;
1160
1312
  /* Data visual/category-3 - Theme - Sotheby's */
1161
1313
  --data-visual-category-3: #130033;
1162
1314
  /* Data visual/category-3-highlight - Theme - Sotheby's */
1163
- --data-visual-category-3-highlight: #dcd9e0;
1315
+ --data-visual-category-3-highlight: #1300334d;
1164
1316
  /* Data visual/category-4 - Theme - Sotheby's */
1165
1317
  --data-visual-category-4: #389e7a;
1166
1318
  /* Data visual/category-4-highlight - Theme - Sotheby's */
1167
- --data-visual-category-4-highlight: #e1f0eb;
1319
+ --data-visual-category-4-highlight: #389e7a4d;
1168
1320
  /* Data visual/category-5 - Theme - Sotheby's */
1169
1321
  --data-visual-category-5: #094a53;
1170
1322
  /* Data visual/category-5-highlight - Theme - Sotheby's */
1171
- --data-visual-category-5-highlight: #dae4e5;
1323
+ --data-visual-category-5-highlight: #094a534d;
1172
1324
  /* Data visual/category-6 - Theme - Sotheby's */
1173
1325
  --data-visual-category-6: #7f7f7f;
1174
1326
  /* Data visual/category-6-highlight - Theme - Sotheby's */
1175
- --data-visual-category-6-highlight: #ececec;
1327
+ --data-visual-category-6-highlight: #7f7f7f4d;
1176
1328
  /* Data visual/category-7 - Theme - Sotheby's */
1177
1329
  --data-visual-category-7: #433479;
1178
1330
  /* Data visual/category-7-highlight - Theme - Sotheby's */
1179
- --data-visual-category-7-highlight: #e3e1eb;
1331
+ --data-visual-category-7-highlight: #4334794d;
1180
1332
  /* Data visual/gradient-end - Theme - Sotheby's */
1181
- --data-visual-gradient-end: #ffffff00;
1333
+ --data-visual-gradient-end: #ffffff4d;
1182
1334
  /* Data visual/green - Theme - Sotheby's */
1183
1335
  --data-visual-green: #258750;
1184
1336
  /* Data visual/green-highlight - Theme - Sotheby's */
@@ -1195,6 +1347,12 @@ body {
1195
1347
  --data-visual-red: #d83a52;
1196
1348
  /* Data visual/red-highlight - Theme - Sotheby's */
1197
1349
  --data-visual-red-highlight: #f9e1e5;
1350
+ /* Foreground/Brand/on-inverse-primary - Theme - Sotheby's */
1351
+ --foreground-brand-on-inverse-primary: #667b92;
1352
+ /* Foreground/Brand/on-inverse-secondary - Theme - Sotheby's */
1353
+ --foreground-brand-on-inverse-secondary: #dac38c;
1354
+ /* Foreground/Brand/on-brand-secondary - Theme - Sotheby's */
1355
+ --foreground-brand-on-secondary: #141414;
1198
1356
  /* Foreground/Brand/brand-primary - Theme - Sotheby's */
1199
1357
  --foreground-brand-primary: #002349;
1200
1358
  /* Foreground/Brand/brand-primary-depth - Theme - Sotheby's */
@@ -1255,6 +1413,18 @@ body {
1255
1413
  --foreground-spectrum-teal: #01413c;
1256
1414
  /* Foreground/Spectrum/yellow - Theme - Sotheby's */
1257
1415
  --foreground-spectrum-yellow: #7b5e18;
1416
+ /* Interaction/brand-disabled-opacity - Theme - 3.0 */
1417
+ --interaction-brand-disabled-opacity: #0000000f;
1418
+ /* Interaction/brand-hover-opacity - Theme - 3.0 */
1419
+ --interaction-brand-hover-opacity: #0000001a;
1420
+ /* Interaction/brand-press-opacity - Theme - 3.0 */
1421
+ --interaction-brand-press-opacity: #00000033;
1422
+ /* Interaction/hover-opacity - Theme - 3.0 */
1423
+ --interaction-hover-opacity: #00000014;
1424
+ /* Interaction/link-active-opacity - Theme - 3.0 */
1425
+ --interaction-link-active-opacity: #0000004d;
1426
+ /* Interaction/press-opacity - Theme - 3.0 */
1427
+ --interaction-press-opacity: #00000029;
1258
1428
  /* Interactions/brand-disabled-opacity - Theme - Sotheby's */
1259
1429
  --interactions-brand-disabled-opacity: #0000000f;
1260
1430
  /* Interactions/brand-hover-opacity - Theme - Sotheby's */
@@ -1333,6 +1503,12 @@ body {
1333
1503
  --stroke-neutral-high: #141414;
1334
1504
  /* Stroke/Neutral/neutral-high-contrast - Theme - Sotheby's */
1335
1505
  --stroke-neutral-high-contrast: #141414;
1506
+ /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */
1507
+ --stroke-neutral-interaction-disabled-dark: #48566a;
1508
+ /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */
1509
+ --stroke-neutral-interaction-disabled-light: #c8d6e5;
1510
+ /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */
1511
+ --stroke-neutral-interaction-focus: #000000;
1336
1512
  /* Stroke/Neutral/Interactions/disabled-dark - Theme - Sotheby's */
1337
1513
  --stroke-neutral-interactions-disabled-dark: #757575;
1338
1514
  /* Stroke/Neutral/Interactions/disabled-light - Theme - Sotheby's */
@@ -1405,61 +1581,61 @@ body {
1405
1581
  /* Data visual/category-01 - Theme - Sotheby's */
1406
1582
  --data-visual-category-01: #958ca3;
1407
1583
  /* Data visual/category-01-highlight - Theme - Sotheby's */
1408
- --data-visual-category-01-highlight: #0a001a;
1584
+ --data-visual-category-01-highlight: #958ca34d;
1409
1585
  /* Data visual/category-02 - Theme - Sotheby's */
1410
1586
  --data-visual-category-02: #7fc4ec;
1411
1587
  /* Data visual/category-02-highlight - Theme - Sotheby's */
1412
- --data-visual-category-02-highlight: #154f70;
1588
+ --data-visual-category-02-highlight: #7fc4ec4d;
1413
1589
  /* Data visual/category-03 - Theme - Sotheby's */
1414
1590
  --data-visual-category-03: #7899ae;
1415
1591
  /* Data visual/category-03-highlight - Theme - Sotheby's */
1416
- --data-visual-category-03-highlight: #052336;
1592
+ --data-visual-category-03-highlight: #7899ae4d;
1417
1593
  /* Data visual/category-04 - Theme - Sotheby's */
1418
1594
  --data-visual-category-04: #88c5af;
1419
1595
  /* Data visual/category-04-highlight - Theme - Sotheby's */
1420
- --data-visual-category-04-highlight: #1c4f3d;
1596
+ --data-visual-category-04-highlight: #88c5af4d;
1421
1597
  /* Data visual/category-05 - Theme - Sotheby's */
1422
1598
  --data-visual-category-05: #789ba0;
1423
1599
  /* Data visual/category-05-highlight - Theme - Sotheby's */
1424
- --data-visual-category-05-highlight: #05252a;
1600
+ --data-visual-category-05-highlight: #789ba04d;
1425
1601
  /* Data visual/category-06 - Theme - Sotheby's */
1426
1602
  --data-visual-category-06: #b2b2b2;
1427
1603
  /* Data visual/category-06-highlight - Theme - Sotheby's */
1428
- --data-visual-category-06-highlight: #404040;
1604
+ --data-visual-category-06-highlight: #b2b2b24d;
1429
1605
  /* Data visual/category-07 - Theme - Sotheby's */
1430
1606
  --data-visual-category-07: #a19abc;
1431
1607
  /* Data visual/category-07-highlight - Theme - Sotheby's */
1432
- --data-visual-category-07-highlight: #221a3d;
1608
+ --data-visual-category-07-highlight: #a19abc4d;
1433
1609
  /* Data visual/category-1 - Theme - Sotheby's */
1434
1610
  --data-visual-category-1: #7899ae;
1435
1611
  /* Data visual/category-1-highlight - Theme - Sotheby's */
1436
- --data-visual-category-1-highlight: #052336;
1612
+ --data-visual-category-1-highlight: #7899ae4d;
1437
1613
  /* Data visual/category-2 - Theme - Sotheby's */
1438
1614
  --data-visual-category-2: #7fc4ec;
1439
1615
  /* Data visual/category-2-highlight - Theme - Sotheby's */
1440
- --data-visual-category-2-highlight: #154f70;
1616
+ --data-visual-category-2-highlight: #7fc4ec4d;
1441
1617
  /* Data visual/category-3 - Theme - Sotheby's */
1442
1618
  --data-visual-category-3: #958ca3;
1443
1619
  /* Data visual/category-3-highlight - Theme - Sotheby's */
1444
- --data-visual-category-3-highlight: #0a001a;
1620
+ --data-visual-category-3-highlight: #958ca34d;
1445
1621
  /* Data visual/category-4 - Theme - Sotheby's */
1446
1622
  --data-visual-category-4: #88c5af;
1447
1623
  /* Data visual/category-4-highlight - Theme - Sotheby's */
1448
- --data-visual-category-4-highlight: #1c4f3d;
1624
+ --data-visual-category-4-highlight: #88c5af4d;
1449
1625
  /* Data visual/category-5 - Theme - Sotheby's */
1450
1626
  --data-visual-category-5: #789ba0;
1451
1627
  /* Data visual/category-5-highlight - Theme - Sotheby's */
1452
- --data-visual-category-5-highlight: #05252a;
1628
+ --data-visual-category-5-highlight: #789ba04d;
1453
1629
  /* Data visual/category-6 - Theme - Sotheby's */
1454
1630
  --data-visual-category-6: #b2b2b2;
1455
1631
  /* Data visual/category-6-highlight - Theme - Sotheby's */
1456
- --data-visual-category-6-highlight: #404040;
1632
+ --data-visual-category-6-highlight: #b2b2b24d;
1457
1633
  /* Data visual/category-7 - Theme - Sotheby's */
1458
1634
  --data-visual-category-7: #a19abc;
1459
1635
  /* Data visual/category-7-highlight - Theme - Sotheby's */
1460
- --data-visual-category-7-highlight: #221a3d;
1636
+ --data-visual-category-7-highlight: #a19abc4d;
1461
1637
  /* Data visual/gradient-end - Theme - Sotheby's */
1462
- --data-visual-gradient-end: #1f1f1f00;
1638
+ --data-visual-gradient-end: #1f1f1f4d;
1463
1639
  /* Data visual/green - Theme - Sotheby's */
1464
1640
  --data-visual-green: #7cb796;
1465
1641
  /* Data visual/green-highlight - Theme - Sotheby's */
@@ -1476,6 +1652,12 @@ body {
1476
1652
  --data-visual-red: #e88997;
1477
1653
  /* Data visual/red-highlight - Theme - Sotheby's */
1478
1654
  --data-visual-red-highlight: #4c141d;
1655
+ /* Foreground/Brand/on-inverse-primary - Theme - Sotheby's */
1656
+ --foreground-brand-on-inverse-primary: #667b92;
1657
+ /* Foreground/Brand/on-inverse-secondary - Theme - Sotheby's */
1658
+ --foreground-brand-on-inverse-secondary: #dac38c;
1659
+ /* Foreground/Brand/on-brand-secondary - Theme - Sotheby's */
1660
+ --foreground-brand-on-secondary: #141414;
1479
1661
  /* Foreground/Brand/brand-primary - Theme - Sotheby's */
1480
1662
  --foreground-brand-primary: #667b92;
1481
1663
  /* Foreground/Brand/brand-primary-depth - Theme - Sotheby's */
@@ -1536,6 +1718,18 @@ body {
1536
1718
  --foreground-spectrum-teal: #74bbb4;
1537
1719
  /* Foreground/Spectrum/yellow - Theme - Sotheby's */
1538
1720
  --foreground-spectrum-yellow: #fada8d;
1721
+ /* Interaction/brand-disabled-opacity - Theme - 3.0 */
1722
+ --interaction-brand-disabled-opacity: #ffffff0f;
1723
+ /* Interaction/brand-hover-opacity - Theme - 3.0 */
1724
+ --interaction-brand-hover-opacity: #ffffff1a;
1725
+ /* Interaction/brand-press-opacity - Theme - 3.0 */
1726
+ --interaction-brand-press-opacity: #ffffff33;
1727
+ /* Interaction/hover-opacity - Theme - 3.0 */
1728
+ --interaction-hover-opacity: #ffffff14;
1729
+ /* Interaction/link-active-opacity - Theme - 3.0 */
1730
+ --interaction-link-active-opacity: #ffffff4d;
1731
+ /* Interaction/press-opacity - Theme - 3.0 */
1732
+ --interaction-press-opacity: #ffffff29;
1539
1733
  /* Interactions/brand-disabled-opacity - Theme - Sotheby's */
1540
1734
  --interactions-brand-disabled-opacity: #ffffff0f;
1541
1735
  /* Interactions/brand-hover-opacity - Theme - Sotheby's */
@@ -1614,6 +1808,12 @@ body {
1614
1808
  --stroke-neutral-high: #fafafa;
1615
1809
  /* Stroke/Neutral/neutral-high-contrast - Theme - Sotheby's */
1616
1810
  --stroke-neutral-high-contrast: #fafafa;
1811
+ /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */
1812
+ --stroke-neutral-interaction-disabled-dark: #b1c0d2;
1813
+ /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */
1814
+ --stroke-neutral-interaction-disabled-light: #323b49;
1815
+ /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */
1816
+ --stroke-neutral-interaction-focus: #ffffff;
1617
1817
  /* Stroke/Neutral/Interactions/disabled-dark - Theme - Sotheby's */
1618
1818
  --stroke-neutral-interactions-disabled-dark: #424242;
1619
1819
  /* Stroke/Neutral/Interactions/disabled-light - Theme - Sotheby's */