@dpa-id-components/dpa-shared-components 4.1.0 → 4.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.
@@ -6,7 +6,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
6
6
  default: undefined;
7
7
  };
8
8
  color: {
9
- type: __PropType<"red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-800" | "black" | "neon-green" | undefined>;
9
+ type: __PropType<"red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "neon-green" | undefined>;
10
10
  required: false;
11
11
  default: string;
12
12
  };
@@ -42,7 +42,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
42
42
  default: undefined;
43
43
  };
44
44
  color: {
45
- type: __PropType<"red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-800" | "black" | "neon-green" | undefined>;
45
+ type: __PropType<"red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "neon-green" | undefined>;
46
46
  required: false;
47
47
  default: string;
48
48
  };
@@ -73,7 +73,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
73
73
  };
74
74
  }>>, {
75
75
  text: string | undefined;
76
- color: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-800" | "black" | "neon-green" | undefined;
76
+ color: "red" | "red-dark" | "orange" | "purple" | "blue" | "white" | "gray-300" | "gray-600" | "gray-800" | "black" | "neon-green" | undefined;
77
77
  iconName: string | null | undefined;
78
78
  mobileTrim: boolean | undefined;
79
79
  trim: boolean | undefined;
@@ -4820,6 +4820,7 @@ const Hd = (e, t) => {
4820
4820
  white: "bg-white text-black",
4821
4821
  "gray-300": "bg-gray-300 text-gray-700",
4822
4822
  "gray-800": "bg-gray-800 text-white",
4823
+ "gray-600": "bg-gray-600 text-white",
4823
4824
  black: "bg-black text-white",
4824
4825
  "neon-green": "bg-neon-green text-white"
4825
4826
  })[t.color]);