@davincihealthcare/elty-design-system-vue 1.10.4 → 1.11.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.
- package/dist/ElCalendarCard.vue.d.ts +1 -1
- package/dist/ElTag.vue.d.ts +2 -2
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const elCalendarCardColors: readonly ["purple", "orange", "brandBlue", "green", "rose", "indigo", "red", "pink", "cyan", "sapphire", "teal", "yellow"];
|
|
1
|
+
export declare const elCalendarCardColors: readonly ["purple", "orange", "brandBlue", "green", "rose", "indigo", "red", "pink", "cyan", "sapphire", "teal", "yellow", "gray"];
|
|
2
2
|
export type ElCalendarCardColor = (typeof elCalendarCardColors)[number];
|
|
3
3
|
export declare const elCalendarCardStatuses: readonly ["confirmed", "to-be-confirmed", "past"];
|
|
4
4
|
export type ElCalendarCardStatus = (typeof elCalendarCardStatuses)[number];
|
package/dist/ElTag.vue.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export declare const elTagSizes: readonly ["xxs", "xs"];
|
|
|
5
5
|
export type ElTagSize = (typeof elTagSizes)[number];
|
|
6
6
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
7
7
|
text: string;
|
|
8
|
-
color?: "pink" | "yellow" | "orange" | "cyan" | "rose" | "green" | "red" | "purple" | "indigo" | "primary" | "teal" | "
|
|
8
|
+
color?: "pink" | "yellow" | "orange" | "cyan" | "rose" | "green" | "red" | "purple" | "indigo" | "primary" | "teal" | "gray" | "blue" | undefined;
|
|
9
9
|
size?: "xs" | "xxs" | undefined;
|
|
10
10
|
outlined?: boolean | undefined;
|
|
11
11
|
leadingIcon?: ElIconProps | undefined;
|
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
18
18
|
trailingIcon: undefined;
|
|
19
19
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
20
20
|
text: string;
|
|
21
|
-
color?: "pink" | "yellow" | "orange" | "cyan" | "rose" | "green" | "red" | "purple" | "indigo" | "primary" | "teal" | "
|
|
21
|
+
color?: "pink" | "yellow" | "orange" | "cyan" | "rose" | "green" | "red" | "purple" | "indigo" | "primary" | "teal" | "gray" | "blue" | undefined;
|
|
22
22
|
size?: "xs" | "xxs" | undefined;
|
|
23
23
|
outlined?: boolean | undefined;
|
|
24
24
|
leadingIcon?: ElIconProps | undefined;
|
package/dist/index.js
CHANGED
|
@@ -16551,7 +16551,8 @@ const Nh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
16551
16551
|
"cyan",
|
|
16552
16552
|
"sapphire",
|
|
16553
16553
|
"teal",
|
|
16554
|
-
"yellow"
|
|
16554
|
+
"yellow",
|
|
16555
|
+
"gray"
|
|
16555
16556
|
], fB = ["confirmed", "to-be-confirmed", "past"], vB = /* @__PURE__ */ a0({
|
|
16556
16557
|
__name: "ElCalendarCard",
|
|
16557
16558
|
props: {
|
|
@@ -16576,7 +16577,8 @@ const Nh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
16576
16577
|
cyan: "bg-cyan-500",
|
|
16577
16578
|
sapphire: "bg-brandBlue-500",
|
|
16578
16579
|
teal: "bg-teal-500",
|
|
16579
|
-
yellow: "bg-yellow-500"
|
|
16580
|
+
yellow: "bg-yellow-500",
|
|
16581
|
+
gray: "bg-neutral-500"
|
|
16580
16582
|
}, O = {
|
|
16581
16583
|
purple: "bg-purple-300",
|
|
16582
16584
|
orange: "bg-orange-300",
|
|
@@ -16589,7 +16591,8 @@ const Nh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
16589
16591
|
cyan: "bg-cyan-300",
|
|
16590
16592
|
sapphire: "bg-brandBlue-300",
|
|
16591
16593
|
teal: "bg-teal-300",
|
|
16592
|
-
yellow: "bg-yellow-300"
|
|
16594
|
+
yellow: "bg-yellow-300",
|
|
16595
|
+
gray: "bg-neutral-300"
|
|
16593
16596
|
}, a = {
|
|
16594
16597
|
purple: "text-purple-500 border-purple-500",
|
|
16595
16598
|
orange: "text-orange-500 border-orange-500",
|
|
@@ -16602,7 +16605,8 @@ const Nh = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
16602
16605
|
cyan: "text-cyan-500 border-cyan-500",
|
|
16603
16606
|
sapphire: "text-brandBlue-500 border-brandBlue-500",
|
|
16604
16607
|
teal: "text-teal-500 border-teal-500",
|
|
16605
|
-
yellow: "text-yellow-500 border-yellow-500"
|
|
16608
|
+
yellow: "text-yellow-500 border-yellow-500",
|
|
16609
|
+
gray: "text-neutral-500 border-neutral-500"
|
|
16606
16610
|
};
|
|
16607
16611
|
return (i, l) => (E(), o("div", {
|
|
16608
16612
|
class: Q(["-ml-1 -mr-1 pr-0.5", { "pl-3": i.horizontalPaddingLeft }]),
|