turmag-vue-components 0.0.26 → 0.0.28
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/index.d.ts +4 -4
- package/dist/turmag-vue-components.es.js +2460 -2459
- package/dist/turmag-vue-components.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -126,7 +126,7 @@ width: "" | "wfull";
|
|
|
126
126
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
127
127
|
|
|
128
128
|
declare const __VLS_component_2: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<{
|
|
129
|
-
color?: "default" | "hover" | "active" | "secondary";
|
|
129
|
+
color?: "default" | "hover" | "active" | "secondary" | "accent";
|
|
130
130
|
display?: "block" | "inline" | "flex" | "";
|
|
131
131
|
line?: "lh100" | "lh110" | "lh120" | "lh130" | "lh140" | "lh150";
|
|
132
132
|
size?: TUiTextSize;
|
|
@@ -146,7 +146,7 @@ textAlign: string;
|
|
|
146
146
|
weight: string;
|
|
147
147
|
wrap: string;
|
|
148
148
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<{
|
|
149
|
-
color?: "default" | "hover" | "active" | "secondary";
|
|
149
|
+
color?: "default" | "hover" | "active" | "secondary" | "accent";
|
|
150
150
|
display?: "block" | "inline" | "flex" | "";
|
|
151
151
|
line?: "lh100" | "lh110" | "lh120" | "lh130" | "lh140" | "lh150";
|
|
152
152
|
size?: TUiTextSize;
|
|
@@ -170,7 +170,7 @@ line: "lh100" | "lh110" | "lh120" | "lh130" | "lh140" | "lh150";
|
|
|
170
170
|
text: string | number | Ref<string, string>;
|
|
171
171
|
wrap: "nowrap" | "balance" | "";
|
|
172
172
|
tag: keyof HTMLElementTagNameMap;
|
|
173
|
-
color: "default" | "hover" | "active" | "secondary";
|
|
173
|
+
color: "default" | "hover" | "active" | "secondary" | "accent";
|
|
174
174
|
display: "block" | "inline" | "flex" | "";
|
|
175
175
|
size: TUiTextSize;
|
|
176
176
|
textAlign: "left" | "center" | "right" | "";
|
|
@@ -535,7 +535,7 @@ declare type TTooltipPosition = typeof TOOLTIP_POSITIONS[number];
|
|
|
535
535
|
|
|
536
536
|
export declare type TUiFlexBg = '' | 'default' | 'secondary' | 'accent' | 'surface' | 'muted' | 'quiet';
|
|
537
537
|
|
|
538
|
-
export declare type TUiFlexGap = '' | 'g2' | 'g4' | 'g6' | 'g8' | 'g10' | 'g12' | 'g16' | 'g20' | 'g24' | 'g28' | 'g32' | 'g36' | 'g40' | 'g48' | 'g56' | 'g60' | 'g64' | 'g80' | 'g120';
|
|
538
|
+
export declare type TUiFlexGap = '' | 'g1' | 'g2' | 'g4' | 'g6' | 'g8' | 'g10' | 'g12' | 'g16' | 'g20' | 'g24' | 'g28' | 'g32' | 'g36' | 'g40' | 'g48' | 'g56' | 'g60' | 'g64' | 'g80' | 'g120';
|
|
539
539
|
|
|
540
540
|
export declare type TUiFlexPadding = '' | 'p2' | 'p4' | 'p6' | 'p8' | 'p10' | 'p12' | 'p14' | 'p16' | 'p18' | 'p20' | 'p24' | 'p28' | 'p32' | 'p36' | 'p40' | 'p42' | 'p64' | 'p80' | 'p120';
|
|
541
541
|
|