@trackunit/ui-design-tokens 1.7.12 → 1.7.15

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 CHANGED
@@ -357,7 +357,6 @@ const tailwindPalette = {
357
357
 
358
358
  const generalPalette = {
359
359
  PRIMARY: tailwindPalette.blue,
360
- SECONDARY: tailwindPalette.slate,
361
360
  NEUTRAL: tailwindPalette.gray,
362
361
  BLACK: { DEFAULT: "26 27 28" },
363
362
  WHITE: { DEFAULT: "255 255 255" },
@@ -606,7 +605,6 @@ const trackunitPalette = {
606
605
  * These colors does not include the default tailwind colors.
607
606
  */
608
607
  const themeColors = {
609
- SECONDARY: { name: "secondary", variants: trackunitPalette.SECONDARY },
610
608
  NEUTRAL: { name: "neutral", variants: trackunitPalette.NEUTRAL },
611
609
  PRIMARY: { name: "primary", variants: trackunitPalette.PRIMARY },
612
610
  BLACK: { name: "black", variants: trackunitPalette.BLACK, defaultVariant: "DEFAULT" },
package/index.esm.js CHANGED
@@ -355,7 +355,6 @@ const tailwindPalette = {
355
355
 
356
356
  const generalPalette = {
357
357
  PRIMARY: tailwindPalette.blue,
358
- SECONDARY: tailwindPalette.slate,
359
358
  NEUTRAL: tailwindPalette.gray,
360
359
  BLACK: { DEFAULT: "26 27 28" },
361
360
  WHITE: { DEFAULT: "255 255 255" },
@@ -604,7 +603,6 @@ const trackunitPalette = {
604
603
  * These colors does not include the default tailwind colors.
605
604
  */
606
605
  const themeColors = {
607
- SECONDARY: { name: "secondary", variants: trackunitPalette.SECONDARY },
608
606
  NEUTRAL: { name: "neutral", variants: trackunitPalette.NEUTRAL },
609
607
  PRIMARY: { name: "primary", variants: trackunitPalette.PRIMARY },
610
608
  BLACK: { name: "black", variants: trackunitPalette.BLACK, defaultVariant: "DEFAULT" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/ui-design-tokens",
3
- "version": "1.7.12",
3
+ "version": "1.7.15",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -11,18 +11,6 @@ export declare const generalPalette: {
11
11
  readonly 800: "30 64 175";
12
12
  readonly 900: "30 58 138";
13
13
  };
14
- readonly SECONDARY: {
15
- readonly 50: "248 250 252";
16
- readonly 100: "241 245 249";
17
- readonly 200: "226 232 240";
18
- readonly 300: "203 213 225";
19
- readonly 400: "148 163 184";
20
- readonly 500: "100 116 139";
21
- readonly 600: "71 85 105";
22
- readonly 700: "51 65 85";
23
- readonly 800: "30 41 59";
24
- readonly 900: "15 23 42";
25
- };
26
14
  readonly NEUTRAL: {
27
15
  readonly 50: "249 250 251";
28
16
  readonly 100: "243 244 246";
@@ -372,18 +360,6 @@ export declare const groupedPalettes: {
372
360
  readonly 800: "30 64 175";
373
361
  readonly 900: "30 58 138";
374
362
  };
375
- readonly SECONDARY: {
376
- readonly 50: "248 250 252";
377
- readonly 100: "241 245 249";
378
- readonly 200: "226 232 240";
379
- readonly 300: "203 213 225";
380
- readonly 400: "148 163 184";
381
- readonly 500: "100 116 139";
382
- readonly 600: "71 85 105";
383
- readonly 700: "51 65 85";
384
- readonly 800: "30 41 59";
385
- readonly 900: "15 23 42";
386
- };
387
363
  readonly NEUTRAL: {
388
364
  readonly 50: "249 250 251";
389
365
  readonly 100: "243 244 246";
@@ -976,18 +952,6 @@ export declare const trackunitPalette: {
976
952
  readonly 800: "30 64 175";
977
953
  readonly 900: "30 58 138";
978
954
  };
979
- readonly SECONDARY: {
980
- readonly 50: "248 250 252";
981
- readonly 100: "241 245 249";
982
- readonly 200: "226 232 240";
983
- readonly 300: "203 213 225";
984
- readonly 400: "148 163 184";
985
- readonly 500: "100 116 139";
986
- readonly 600: "71 85 105";
987
- readonly 700: "51 65 85";
988
- readonly 800: "30 41 59";
989
- readonly 900: "15 23 42";
990
- };
991
955
  readonly NEUTRAL: {
992
956
  readonly 50: "249 250 251";
993
957
  readonly 100: "243 244 246";