@trackunit/ui-design-tokens 0.0.104 → 0.0.105
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/index.cjs.js +0 -5
- package/index.esm.js +0 -5
- package/package.json +1 -1
- package/src/tokens/colors/trackunitPalette.d.ts +0 -9
package/index.cjs.js
CHANGED
|
@@ -447,7 +447,6 @@ const themedPalette = {
|
|
|
447
447
|
hover: generalPalette.WHITE.DEFAULT,
|
|
448
448
|
active: generalPalette.WHITE.DEFAULT,
|
|
449
449
|
},
|
|
450
|
-
NOTIFICATION_COUNTER_BACKGROUND: { DEFAULT: tailwindPalette.red["600"] },
|
|
451
450
|
};
|
|
452
451
|
/**
|
|
453
452
|
* The Utilization color palette
|
|
@@ -615,10 +614,6 @@ const themeColors = {
|
|
|
615
614
|
name: "main_menu_nav_item_foreground",
|
|
616
615
|
variants: trackunitPalette.MAIN_MENU_NAV_ITEM_FOREGROUND,
|
|
617
616
|
},
|
|
618
|
-
NOTIFICATION_COUNTER_BACKGROUND: {
|
|
619
|
-
name: "notification_counter_background",
|
|
620
|
-
variants: trackunitPalette.NOTIFICATION_COUNTER_BACKGROUND,
|
|
621
|
-
},
|
|
622
617
|
};
|
|
623
618
|
|
|
624
619
|
const outputOptions = ["HEX", "CSS"];
|
package/index.esm.js
CHANGED
|
@@ -443,7 +443,6 @@ const themedPalette = {
|
|
|
443
443
|
hover: generalPalette.WHITE.DEFAULT,
|
|
444
444
|
active: generalPalette.WHITE.DEFAULT,
|
|
445
445
|
},
|
|
446
|
-
NOTIFICATION_COUNTER_BACKGROUND: { DEFAULT: tailwindPalette.red["600"] },
|
|
447
446
|
};
|
|
448
447
|
/**
|
|
449
448
|
* The Utilization color palette
|
|
@@ -611,10 +610,6 @@ const themeColors = {
|
|
|
611
610
|
name: "main_menu_nav_item_foreground",
|
|
612
611
|
variants: trackunitPalette.MAIN_MENU_NAV_ITEM_FOREGROUND,
|
|
613
612
|
},
|
|
614
|
-
NOTIFICATION_COUNTER_BACKGROUND: {
|
|
615
|
-
name: "notification_counter_background",
|
|
616
|
-
variants: trackunitPalette.NOTIFICATION_COUNTER_BACKGROUND,
|
|
617
|
-
},
|
|
618
613
|
};
|
|
619
614
|
|
|
620
615
|
const outputOptions = ["HEX", "CSS"];
|
package/package.json
CHANGED
|
@@ -256,9 +256,6 @@ export declare const themedPalette: {
|
|
|
256
256
|
readonly hover: "255 255 255";
|
|
257
257
|
readonly active: "255 255 255";
|
|
258
258
|
};
|
|
259
|
-
readonly NOTIFICATION_COUNTER_BACKGROUND: {
|
|
260
|
-
readonly DEFAULT: "220 38 38";
|
|
261
|
-
};
|
|
262
259
|
};
|
|
263
260
|
/**
|
|
264
261
|
* The Themed color palette
|
|
@@ -897,9 +894,6 @@ export declare const groupedPalettes: {
|
|
|
897
894
|
readonly hover: "255 255 255";
|
|
898
895
|
readonly active: "255 255 255";
|
|
899
896
|
};
|
|
900
|
-
readonly NOTIFICATION_COUNTER_BACKGROUND: {
|
|
901
|
-
readonly DEFAULT: "220 38 38";
|
|
902
|
-
};
|
|
903
897
|
};
|
|
904
898
|
};
|
|
905
899
|
/**
|
|
@@ -919,9 +913,6 @@ export declare const trackunitPalette: {
|
|
|
919
913
|
readonly hover: "255 255 255";
|
|
920
914
|
readonly active: "255 255 255";
|
|
921
915
|
};
|
|
922
|
-
readonly NOTIFICATION_COUNTER_BACKGROUND: {
|
|
923
|
-
readonly DEFAULT: "220 38 38";
|
|
924
|
-
};
|
|
925
916
|
readonly SITE: {
|
|
926
917
|
readonly AREA: "37 99 235";
|
|
927
918
|
readonly CLASSIC_POI: "115 115 115";
|