@hopper-ui/styled-system 3.1.7 → 3.1.9
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/CHANGELOG.md +14 -0
- package/dist/StyledSystemProvider.css +34 -34
- package/dist/StyledSystemProvider.js +9 -9
- package/dist/{chunk-OYMXN25G.js → chunk-DEKDHYZJ.js} +3 -3
- package/dist/{chunk-BMWCINBT.js → chunk-I62UJW4C.js} +2 -2
- package/dist/{chunk-5LDV47AF.js → chunk-MEXLJKBG.js} +2 -2
- package/dist/{chunk-SSOKJANQ.js → chunk-OLP75FK3.js} +2 -2
- package/dist/{chunk-ZHO2NVMU.js → chunk-QKSGYCZX.js} +90 -3
- package/dist/{chunk-XBK5RW6T.js → chunk-QQCLCFNV.js} +1 -1
- package/dist/{chunk-3S5NKTSW.js → chunk-R7W7UO6F.js} +1 -1
- package/dist/{chunk-2MD232MR.js → chunk-ZOBRNQ6K.js} +1 -1
- package/dist/{chunk-ETLUMUKM.js → chunk-ZZXXGPRK.js} +1 -1
- package/dist/global-styles/BodyStyleProvider.js +2 -2
- package/dist/html-wrappers/html.css +34 -34
- package/dist/html-wrappers/html.js +6 -6
- package/dist/html-wrappers/htmlElement.css +34 -34
- package/dist/html-wrappers/htmlElement.js +5 -5
- package/dist/index.css +34 -34
- package/dist/index.js +9 -9
- package/dist/styledSystemRootCssClass.js +2 -2
- package/dist/theme/generated/sharegate/dark.css +96 -9
- package/dist/theme/generated/sharegate/light.css +109 -21
- package/dist/theme/generated/workleap/dark.css +90 -3
- package/dist/theme/generated/workleap/light.css +92 -4
- package/dist/tokens/generated/styledSystemConstants.d.ts +1 -1
- package/dist/tokens/generated/styledSystemConstants.js +1 -1
- package/dist/tokens/generated/styledSystemToTokenMappings.d.ts +89 -2
- package/dist/tokens/generated/styledSystemToTokenMappings.js +1 -1
- package/dist/tokens/tokenMappings.d.ts +288 -3
- package/dist/tokens/tokenMappings.js +3 -3
- package/dist/useStyledSystem.css +31 -31
- package/dist/useStyledSystem.js +4 -4
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* This file is generated by Style Dictionary. Do not edit directly.
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
|
-
.hop-5-1-
|
|
5
|
+
.hop-5-1-9-workleap {
|
|
6
6
|
--hop-comp-switch-thumb-filter-selected: none;
|
|
7
7
|
--hop-comp-switch-thumb-filter: none;
|
|
8
8
|
--hop-comp-switch-track-box-shadow: none;
|
|
@@ -310,7 +310,6 @@
|
|
|
310
310
|
--hop-space-20: 0.125rem;
|
|
311
311
|
--hop-space-10: 0.0625rem;
|
|
312
312
|
--hop-space-0: 0;
|
|
313
|
-
--hop-border-radius-2-5: 0.75rem;
|
|
314
313
|
--hop-border-radius-9999: 624.9375rem;
|
|
315
314
|
--hop-border-radius-4: 1.5rem;
|
|
316
315
|
--hop-border-radius-3: 1rem;
|
|
@@ -353,12 +352,59 @@
|
|
|
353
352
|
--hop-font-family-secondary: 'Inter', Helvetica, Arial, sans-serif;
|
|
354
353
|
--hop-font-family-primary: 'ABC Favorit', Helvetica, Arial, sans-serif;
|
|
355
354
|
--hop-shadow-tactility-control: 1.5px 1.5px 1.5px 0 rgba(0, 0, 0, 0.03), -5px -5px 20px 0 rgba(255, 255, 255, 0.2), 0.5px 1.5px 5px 0 rgba(0, 0, 0, 0.1) inset, -2.5px 2.5px 5px 0 rgba(255, 255, 255, 0.5) inset;
|
|
356
|
-
--hop-shadow-tactility-card: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
|
|
357
355
|
--hop-shadow-tactility-button: 0 2px 1px 0 rgba(255, 255, 255, 0.25) inset, 0 -2px 2px 0 rgba(0, 0, 0, 0.25) inset;
|
|
358
356
|
--hop-shadow-lg: 0 10px 18px 8px rgba(60, 60, 60, 0.08);
|
|
359
357
|
--hop-shadow-md: 0 4px 10px 4px rgba(60, 60, 60, 0.08);
|
|
360
358
|
--hop-shadow-sm: 0 1px 6px 0 rgba(60, 60, 60, 0.10);
|
|
361
359
|
--hop-shadow-none: none;
|
|
360
|
+
--hop-cobalt-900: #001a4d;
|
|
361
|
+
--hop-cobalt-800: #002766;
|
|
362
|
+
--hop-cobalt-700: #003b99;
|
|
363
|
+
--hop-cobalt-600: #004fcc;
|
|
364
|
+
--hop-cobalt-500: #0165fc;
|
|
365
|
+
--hop-cobalt-400: #3a82ff;
|
|
366
|
+
--hop-cobalt-300: #6aa3ff;
|
|
367
|
+
--hop-cobalt-200: #99c2ff;
|
|
368
|
+
--hop-cobalt-100: #c2daff;
|
|
369
|
+
--hop-cobalt-75: #d6e7ff;
|
|
370
|
+
--hop-cobalt-50: #e6f0ff;
|
|
371
|
+
--hop-cobalt-25: #f2f7ff;
|
|
372
|
+
--hop-mint-900: #063527;
|
|
373
|
+
--hop-mint-800: #084a34;
|
|
374
|
+
--hop-mint-700: #0a6042;
|
|
375
|
+
--hop-mint-600: #0b6f4c;
|
|
376
|
+
--hop-mint-500: #0d8058;
|
|
377
|
+
--hop-mint-400: #10a96f;
|
|
378
|
+
--hop-mint-300: #12cb80;
|
|
379
|
+
--hop-mint-200: #0be57d;
|
|
380
|
+
--hop-mint-100: #66ecae;
|
|
381
|
+
--hop-mint-75: #97f2c8;
|
|
382
|
+
--hop-mint-50: #d7faea;
|
|
383
|
+
--hop-mint-25: #eafdf3;
|
|
384
|
+
--hop-amber-900: #3d3200;
|
|
385
|
+
--hop-amber-800: #574500;
|
|
386
|
+
--hop-amber-700: #705900;
|
|
387
|
+
--hop-amber-600: #8a6c00;
|
|
388
|
+
--hop-amber-500: #a68000;
|
|
389
|
+
--hop-amber-400: #cfa000;
|
|
390
|
+
--hop-amber-300: #ffb700;
|
|
391
|
+
--hop-amber-200: #ffc94a;
|
|
392
|
+
--hop-amber-100: #ffd873;
|
|
393
|
+
--hop-amber-75: #ffe39a;
|
|
394
|
+
--hop-amber-50: #fff1cc;
|
|
395
|
+
--hop-amber-25: #fff6e0;
|
|
396
|
+
--hop-rose-900: #2b1e23;
|
|
397
|
+
--hop-rose-800: #3d2630;
|
|
398
|
+
--hop-rose-700: #542f3e;
|
|
399
|
+
--hop-rose-600: #6a394c;
|
|
400
|
+
--hop-rose-500: #80435a;
|
|
401
|
+
--hop-rose-400: #995068;
|
|
402
|
+
--hop-rose-300: #fc5992;
|
|
403
|
+
--hop-rose-200: #f47c9e;
|
|
404
|
+
--hop-rose-100: #f7a3ba;
|
|
405
|
+
--hop-rose-75: #f9c1cf;
|
|
406
|
+
--hop-rose-50: #fbd6df;
|
|
407
|
+
--hop-rose-25: #fdecef;
|
|
362
408
|
--hop-samoyed: #ffffff;
|
|
363
409
|
--hop-rock-900: #232426;
|
|
364
410
|
--hop-rock-800: #313335;
|
|
@@ -958,6 +1004,38 @@
|
|
|
958
1004
|
--hop-status-caution-border-hover: var(--hop-koi-400);
|
|
959
1005
|
--hop-status-caution-border-disabled: var(--hop-koi-50);
|
|
960
1006
|
--hop-status-caution-border: var(--hop-koi-300);
|
|
1007
|
+
--hop-secondary-icon-strong-hover: var(--hop-samoyed);
|
|
1008
|
+
--hop-secondary-icon-strong: var(--hop-samoyed);
|
|
1009
|
+
--hop-secondary-icon-disabled: var(--hop-koi-200);
|
|
1010
|
+
--hop-secondary-icon-selected: var(--hop-koi-500);
|
|
1011
|
+
--hop-secondary-icon-press: var(--hop-koi-700);
|
|
1012
|
+
--hop-secondary-icon-hover: var(--hop-koi-600);
|
|
1013
|
+
--hop-secondary-icon: var(--hop-koi-500);
|
|
1014
|
+
--hop-secondary-border-focus: var(--hop-koi-300);
|
|
1015
|
+
--hop-secondary-border-selected: var(--hop-koi-500);
|
|
1016
|
+
--hop-secondary-border-press: var(--hop-koi-400);
|
|
1017
|
+
--hop-secondary-border: var(--hop-koi-300);
|
|
1018
|
+
--hop-secondary-surface-strong-selected: var(--hop-koi-50);
|
|
1019
|
+
--hop-secondary-surface-strong-press: var(--hop-koi-600);
|
|
1020
|
+
--hop-secondary-surface-strong-hover: var(--hop-koi-500);
|
|
1021
|
+
--hop-secondary-surface-strong: var(--hop-koi-300);
|
|
1022
|
+
--hop-secondary-surface-weak-selected: var(--hop-koi-100);
|
|
1023
|
+
--hop-secondary-surface-weak-press: var(--hop-koi-75);
|
|
1024
|
+
--hop-secondary-surface-weak-hover: var(--hop-koi-50);
|
|
1025
|
+
--hop-secondary-surface-weak: var(--hop-koi-25);
|
|
1026
|
+
--hop-secondary-surface-disabled: var(--hop-koi-200);
|
|
1027
|
+
--hop-secondary-surface-focus: var(--hop-koi-25);
|
|
1028
|
+
--hop-secondary-surface-selected: var(--hop-koi-50);
|
|
1029
|
+
--hop-secondary-surface-press: var(--hop-koi-300);
|
|
1030
|
+
--hop-secondary-surface-hover: var(--hop-koi-200);
|
|
1031
|
+
--hop-secondary-surface: var(--hop-koi-50);
|
|
1032
|
+
--hop-secondary-text-strong-hover: var(--hop-samoyed);
|
|
1033
|
+
--hop-secondary-text-strong: var(--hop-samoyed);
|
|
1034
|
+
--hop-secondary-text-disabled: var(--hop-koi-200);
|
|
1035
|
+
--hop-secondary-text-selected: var(--hop-koi-500);
|
|
1036
|
+
--hop-secondary-text-press: var(--hop-koi-700);
|
|
1037
|
+
--hop-secondary-text-hover: var(--hop-koi-600);
|
|
1038
|
+
--hop-secondary-text: var(--hop-koi-500);
|
|
961
1039
|
--hop-information-text-weak: var(--hop-coastal-300);
|
|
962
1040
|
--hop-information-text: var(--hop-coastal-800);
|
|
963
1041
|
--hop-information-surface-weak: var(--hop-coastal-50);
|
|
@@ -1130,6 +1208,9 @@
|
|
|
1130
1208
|
--hop-primary-surface-active: var(--hop-sapphire-300);
|
|
1131
1209
|
--hop-primary-icon-active: var(--hop-sapphire-700);
|
|
1132
1210
|
--hop-primary-border-active: var(--hop-sapphire-300);
|
|
1211
|
+
--hop-neutral-text-always-dark: var(--hop-rock-900);
|
|
1212
|
+
--hop-neutral-text-always-light: var(--hop-samoyed);
|
|
1213
|
+
--hop-neutral-text-inverse: var(--hop-rock-900);
|
|
1133
1214
|
--hop-neutral-text-weakest: var(--hop-rock-300);
|
|
1134
1215
|
--hop-neutral-text-weak-selected: var(--hop-rock-600);
|
|
1135
1216
|
--hop-neutral-text-weak-press: var(--hop-rock-700);
|
|
@@ -1141,6 +1222,9 @@
|
|
|
1141
1222
|
--hop-neutral-text-disabled: var(--hop-rock-300);
|
|
1142
1223
|
--hop-neutral-text-selected: var(--hop-samoyed);
|
|
1143
1224
|
--hop-neutral-text: var(--hop-rock-800);
|
|
1225
|
+
--hop-neutral-surface-always-dark: var(--hop-rock-900);
|
|
1226
|
+
--hop-neutral-surface-always-light: var(--hop-samoyed);
|
|
1227
|
+
--hop-neutral-surface-inverse: var(--hop-rock-900);
|
|
1144
1228
|
--hop-neutral-surface-weakest-hover: var(--hop-rock-50);
|
|
1145
1229
|
--hop-neutral-surface-weakest-selected: var(--hop-rock-50);
|
|
1146
1230
|
--hop-neutral-surface-weakest: var(--hop-rock-25);
|
|
@@ -1154,6 +1238,9 @@
|
|
|
1154
1238
|
--hop-neutral-surface-disabled: var(--hop-rock-50);
|
|
1155
1239
|
--hop-neutral-surface-selected: var(--hop-rock-800);
|
|
1156
1240
|
--hop-neutral-surface: var(--hop-samoyed);
|
|
1241
|
+
--hop-neutral-icon-always-dark: var(--hop-rock-900);
|
|
1242
|
+
--hop-neutral-icon-always-light: var(--hop-samoyed);
|
|
1243
|
+
--hop-neutral-icon-inverse: var(--hop-rock-900);
|
|
1157
1244
|
--hop-neutral-icon-weakest: var(--hop-rock-200);
|
|
1158
1245
|
--hop-neutral-icon-weak-selected: var(--hop-rock-600);
|
|
1159
1246
|
--hop-neutral-icon-weak-press: var(--hop-rock-700);
|
|
@@ -1335,9 +1422,10 @@
|
|
|
1335
1422
|
--hop-comp-segmented-control-border-radius: var(--hop-shape-rounded-md);
|
|
1336
1423
|
--hop-comp-card-second-level-border-color: var(--hop-neutral-surface-weakest);
|
|
1337
1424
|
--hop-comp-card-second-level-background-color: var(--hop-neutral-surface-weakest);
|
|
1425
|
+
--hop-comp-card-second-level-border-radius: var(--hop-shape-rounded-md);
|
|
1338
1426
|
--hop-comp-card-main-border-color: var(--hop-neutral-border-weak);
|
|
1339
1427
|
--hop-comp-card-main-background-color: var(--hop-neutral-surface);
|
|
1340
|
-
--hop-comp-card-border-radius: var(--hop-shape-rounded-md);
|
|
1428
|
+
--hop-comp-card-main-border-radius: var(--hop-shape-rounded-md);
|
|
1341
1429
|
--hop-comp-button-ghost-disabled-text-color: var(--hop-neutral-text-disabled);
|
|
1342
1430
|
--hop-comp-button-disabled-border-color: var(--hop-neutral-surface-disabled);
|
|
1343
1431
|
--hop-comp-button-disabled-background-color: var(--hop-neutral-surface-disabled);
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from '../../chunk-
|
|
1
|
+
export { HopperRootCssClass, HopperVariablePrefix, StyledSystemRootCssClass } from '../../chunk-QQCLCFNV.js';
|
|
2
2
|
import '../../chunk-AQ5VUG5P.js';
|
|
@@ -173,6 +173,54 @@ declare const HopperColors: {
|
|
|
173
173
|
readonly "core_rock-800": "rock-800";
|
|
174
174
|
readonly "core_rock-900": "rock-900";
|
|
175
175
|
readonly core_samoyed: "samoyed";
|
|
176
|
+
readonly "core_rose-25": "rose-25";
|
|
177
|
+
readonly "core_rose-50": "rose-50";
|
|
178
|
+
readonly "core_rose-75": "rose-75";
|
|
179
|
+
readonly "core_rose-100": "rose-100";
|
|
180
|
+
readonly "core_rose-200": "rose-200";
|
|
181
|
+
readonly "core_rose-300": "rose-300";
|
|
182
|
+
readonly "core_rose-400": "rose-400";
|
|
183
|
+
readonly "core_rose-500": "rose-500";
|
|
184
|
+
readonly "core_rose-600": "rose-600";
|
|
185
|
+
readonly "core_rose-700": "rose-700";
|
|
186
|
+
readonly "core_rose-800": "rose-800";
|
|
187
|
+
readonly "core_rose-900": "rose-900";
|
|
188
|
+
readonly "core_amber-25": "amber-25";
|
|
189
|
+
readonly "core_amber-50": "amber-50";
|
|
190
|
+
readonly "core_amber-75": "amber-75";
|
|
191
|
+
readonly "core_amber-100": "amber-100";
|
|
192
|
+
readonly "core_amber-200": "amber-200";
|
|
193
|
+
readonly "core_amber-300": "amber-300";
|
|
194
|
+
readonly "core_amber-400": "amber-400";
|
|
195
|
+
readonly "core_amber-500": "amber-500";
|
|
196
|
+
readonly "core_amber-600": "amber-600";
|
|
197
|
+
readonly "core_amber-700": "amber-700";
|
|
198
|
+
readonly "core_amber-800": "amber-800";
|
|
199
|
+
readonly "core_amber-900": "amber-900";
|
|
200
|
+
readonly "core_mint-25": "mint-25";
|
|
201
|
+
readonly "core_mint-50": "mint-50";
|
|
202
|
+
readonly "core_mint-75": "mint-75";
|
|
203
|
+
readonly "core_mint-100": "mint-100";
|
|
204
|
+
readonly "core_mint-200": "mint-200";
|
|
205
|
+
readonly "core_mint-300": "mint-300";
|
|
206
|
+
readonly "core_mint-400": "mint-400";
|
|
207
|
+
readonly "core_mint-500": "mint-500";
|
|
208
|
+
readonly "core_mint-600": "mint-600";
|
|
209
|
+
readonly "core_mint-700": "mint-700";
|
|
210
|
+
readonly "core_mint-800": "mint-800";
|
|
211
|
+
readonly "core_mint-900": "mint-900";
|
|
212
|
+
readonly "core_cobalt-25": "cobalt-25";
|
|
213
|
+
readonly "core_cobalt-50": "cobalt-50";
|
|
214
|
+
readonly "core_cobalt-75": "cobalt-75";
|
|
215
|
+
readonly "core_cobalt-100": "cobalt-100";
|
|
216
|
+
readonly "core_cobalt-200": "cobalt-200";
|
|
217
|
+
readonly "core_cobalt-300": "cobalt-300";
|
|
218
|
+
readonly "core_cobalt-400": "cobalt-400";
|
|
219
|
+
readonly "core_cobalt-500": "cobalt-500";
|
|
220
|
+
readonly "core_cobalt-600": "cobalt-600";
|
|
221
|
+
readonly "core_cobalt-700": "cobalt-700";
|
|
222
|
+
readonly "core_cobalt-800": "cobalt-800";
|
|
223
|
+
readonly "core_cobalt-900": "cobalt-900";
|
|
176
224
|
};
|
|
177
225
|
declare const BackgroundColors: {
|
|
178
226
|
readonly "danger-active": "danger-surface-active";
|
|
@@ -202,6 +250,9 @@ declare const BackgroundColors: {
|
|
|
202
250
|
readonly "neutral-weakest": "neutral-surface-weakest";
|
|
203
251
|
readonly "neutral-weakest-selected": "neutral-surface-weakest-selected";
|
|
204
252
|
readonly "neutral-weakest-hover": "neutral-surface-weakest-hover";
|
|
253
|
+
readonly "neutral-inverse": "neutral-surface-inverse";
|
|
254
|
+
readonly "neutral-always-light": "neutral-surface-always-light";
|
|
255
|
+
readonly "neutral-always-dark": "neutral-surface-always-dark";
|
|
205
256
|
readonly "primary-active": "primary-surface-active";
|
|
206
257
|
readonly "primary-strong-active": "primary-surface-strong-active";
|
|
207
258
|
readonly "primary-weak-active": "primary-surface-weak-active";
|
|
@@ -286,6 +337,20 @@ declare const BackgroundColors: {
|
|
|
286
337
|
readonly information: "information-surface";
|
|
287
338
|
readonly "information-strong": "information-surface-strong";
|
|
288
339
|
readonly "information-weak": "information-surface-weak";
|
|
340
|
+
readonly secondary: "secondary-surface";
|
|
341
|
+
readonly "secondary-hover": "secondary-surface-hover";
|
|
342
|
+
readonly "secondary-press": "secondary-surface-press";
|
|
343
|
+
readonly "secondary-selected": "secondary-surface-selected";
|
|
344
|
+
readonly "secondary-focus": "secondary-surface-focus";
|
|
345
|
+
readonly "secondary-disabled": "secondary-surface-disabled";
|
|
346
|
+
readonly "secondary-weak": "secondary-surface-weak";
|
|
347
|
+
readonly "secondary-weak-hover": "secondary-surface-weak-hover";
|
|
348
|
+
readonly "secondary-weak-press": "secondary-surface-weak-press";
|
|
349
|
+
readonly "secondary-weak-selected": "secondary-surface-weak-selected";
|
|
350
|
+
readonly "secondary-strong": "secondary-surface-strong";
|
|
351
|
+
readonly "secondary-strong-hover": "secondary-surface-strong-hover";
|
|
352
|
+
readonly "secondary-strong-press": "secondary-surface-strong-press";
|
|
353
|
+
readonly "secondary-strong-selected": "secondary-surface-strong-selected";
|
|
289
354
|
readonly "status-caution": "status-caution-surface";
|
|
290
355
|
readonly "status-caution-disabled": "status-caution-surface-disabled";
|
|
291
356
|
readonly "status-caution-hover": "status-caution-surface-hover";
|
|
@@ -391,6 +456,9 @@ declare const TextColors: {
|
|
|
391
456
|
readonly "neutral-weak-press": "neutral-text-weak-press";
|
|
392
457
|
readonly "neutral-weak-selected": "neutral-text-weak-selected";
|
|
393
458
|
readonly "neutral-weakest": "neutral-text-weakest";
|
|
459
|
+
readonly "neutral-inverse": "neutral-text-inverse";
|
|
460
|
+
readonly "neutral-always-light": "neutral-text-always-light";
|
|
461
|
+
readonly "neutral-always-dark": "neutral-text-always-dark";
|
|
394
462
|
readonly "primary-active": "primary-text-active";
|
|
395
463
|
readonly primary: "primary-text";
|
|
396
464
|
readonly "primary-selected": "primary-text-selected";
|
|
@@ -429,6 +497,13 @@ declare const TextColors: {
|
|
|
429
497
|
readonly "decorative-option1-weak": "decorative-option1-text-weak";
|
|
430
498
|
readonly information: "information-text";
|
|
431
499
|
readonly "information-weak": "information-text-weak";
|
|
500
|
+
readonly secondary: "secondary-text";
|
|
501
|
+
readonly "secondary-hover": "secondary-text-hover";
|
|
502
|
+
readonly "secondary-press": "secondary-text-press";
|
|
503
|
+
readonly "secondary-selected": "secondary-text-selected";
|
|
504
|
+
readonly "secondary-disabled": "secondary-text-disabled";
|
|
505
|
+
readonly "secondary-strong": "secondary-text-strong";
|
|
506
|
+
readonly "secondary-strong-hover": "secondary-text-strong-hover";
|
|
432
507
|
readonly "status-caution": "status-caution-text";
|
|
433
508
|
readonly "status-caution-disabled": "status-caution-text-disabled";
|
|
434
509
|
readonly "status-caution-hover": "status-caution-text-hover";
|
|
@@ -523,6 +598,9 @@ declare const IconColors: {
|
|
|
523
598
|
readonly "neutral-weak-press": "neutral-icon-weak-press";
|
|
524
599
|
readonly "neutral-weak-selected": "neutral-icon-weak-selected";
|
|
525
600
|
readonly "neutral-weakest": "neutral-icon-weakest";
|
|
601
|
+
readonly "neutral-inverse": "neutral-icon-inverse";
|
|
602
|
+
readonly "neutral-always-light": "neutral-icon-always-light";
|
|
603
|
+
readonly "neutral-always-dark": "neutral-icon-always-dark";
|
|
526
604
|
readonly "primary-active": "primary-icon-active";
|
|
527
605
|
readonly primary: "primary-icon";
|
|
528
606
|
readonly "primary-selected": "primary-icon-selected";
|
|
@@ -553,6 +631,13 @@ declare const IconColors: {
|
|
|
553
631
|
readonly information: "information-icon";
|
|
554
632
|
readonly "information-weakest": "information-icon-weakest";
|
|
555
633
|
readonly "information-weak": "information-icon-weak";
|
|
634
|
+
readonly secondary: "secondary-icon";
|
|
635
|
+
readonly "secondary-hover": "secondary-icon-hover";
|
|
636
|
+
readonly "secondary-press": "secondary-icon-press";
|
|
637
|
+
readonly "secondary-selected": "secondary-icon-selected";
|
|
638
|
+
readonly "secondary-disabled": "secondary-icon-disabled";
|
|
639
|
+
readonly "secondary-strong": "secondary-icon-strong";
|
|
640
|
+
readonly "secondary-strong-hover": "secondary-icon-strong-hover";
|
|
556
641
|
readonly "status-caution": "status-caution-icon";
|
|
557
642
|
readonly "status-caution-disabled": "status-caution-icon-disabled";
|
|
558
643
|
readonly "status-caution-hover": "status-caution-icon-hover";
|
|
@@ -656,6 +741,10 @@ declare const BorderColors: {
|
|
|
656
741
|
readonly "decorative-option2": "decorative-option2-border";
|
|
657
742
|
readonly "decorative-option1": "decorative-option1-border";
|
|
658
743
|
readonly information: "information-border";
|
|
744
|
+
readonly secondary: "secondary-border";
|
|
745
|
+
readonly "secondary-press": "secondary-border-press";
|
|
746
|
+
readonly "secondary-selected": "secondary-border-selected";
|
|
747
|
+
readonly "secondary-focus": "secondary-border-focus";
|
|
659
748
|
readonly "status-caution": "status-caution-border";
|
|
660
749
|
readonly "status-caution-disabled": "status-caution-border-disabled";
|
|
661
750
|
readonly "status-caution-hover": "status-caution-border-hover";
|
|
@@ -993,7 +1082,6 @@ declare const Elevation: {
|
|
|
993
1082
|
readonly core_md: "shadow-md";
|
|
994
1083
|
readonly core_lg: "shadow-lg";
|
|
995
1084
|
readonly "core_tactility-button": "shadow-tactility-button";
|
|
996
|
-
readonly "core_tactility-card": "shadow-tactility-card";
|
|
997
1085
|
readonly "core_tactility-control": "shadow-tactility-control";
|
|
998
1086
|
readonly none: "elevation-none";
|
|
999
1087
|
readonly raised: "elevation-raised";
|
|
@@ -1194,7 +1282,6 @@ declare const Shape: {
|
|
|
1194
1282
|
readonly core_3: "border-radius-3";
|
|
1195
1283
|
readonly core_4: "border-radius-4";
|
|
1196
1284
|
readonly core_9999: "border-radius-9999";
|
|
1197
|
-
readonly "core_2-5": "border-radius-2-5";
|
|
1198
1285
|
readonly circle: "shape-circle";
|
|
1199
1286
|
readonly pill: "shape-pill";
|
|
1200
1287
|
readonly "rounded-lg": "shape-rounded-lg";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontOffset, FontSize, FontWeight, GradientColors, HopperColors, IconColors, LineHeight, Motions, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-
|
|
1
|
+
export { BackgroundColors, BorderColors, CoreSpace, DataVizColors, Elevation, FontFamily, FontOffset, FontSize, FontWeight, GradientColors, HopperColors, IconColors, LineHeight, Motions, SemanticComplexMarginSpace, SemanticComplexPaddingSpace, SemanticSimpleMarginSpace, SemanticSimplePaddingSpace, Shape, TextColors } from '../../chunk-QKSGYCZX.js';
|
|
2
2
|
import '../../chunk-AQ5VUG5P.js';
|