turmag-vue-components 0.0.25 → 0.0.26

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +5 -3
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -12,7 +12,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaul
12
12
  alignContent?: "" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch" | "normal" | "space-between" | "space-around" | "space-evenly";
13
13
  alignItems?: "" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch";
14
14
  alignSelf?: "" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch" | "auto";
15
- bg?: "" | "default" | "secondary" | "accent" | "surface" | "muted" | "quiet";
15
+ bg?: TUiFlexBg;
16
16
  borderColor?: "" | "default" | "secondary" | "accent" | "muted";
17
17
  colGap?: TUiFlexGap;
18
18
  direction?: "" | "col" | "reverse" | "col-reverse";
@@ -58,7 +58,7 @@ wrap: string;
58
58
  alignContent?: "" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch" | "normal" | "space-between" | "space-around" | "space-evenly";
59
59
  alignItems?: "" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch";
60
60
  alignSelf?: "" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch" | "auto";
61
- bg?: "" | "default" | "secondary" | "accent" | "surface" | "muted" | "quiet";
61
+ bg?: TUiFlexBg;
62
62
  borderColor?: "" | "default" | "secondary" | "accent" | "muted";
63
63
  colGap?: TUiFlexGap;
64
64
  direction?: "" | "col" | "reverse" | "col-reverse";
@@ -105,7 +105,7 @@ wrap: "" | "nowrap" | "wrap" | "wrap-reverse";
105
105
  alignContent: "" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch" | "normal" | "space-between" | "space-around" | "space-evenly";
106
106
  alignItems: "" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch";
107
107
  alignSelf: "" | "flex-start" | "flex-end" | "center" | "baseline" | "stretch" | "auto";
108
- bg: "" | "default" | "secondary" | "accent" | "surface" | "muted" | "quiet";
108
+ bg: TUiFlexBg;
109
109
  borderColor: "" | "default" | "secondary" | "accent" | "muted";
110
110
  colGap: TUiFlexGap;
111
111
  direction: "" | "col" | "reverse" | "col-reverse";
@@ -533,6 +533,8 @@ declare const TOOLTIP_POSITIONS: readonly ["top", "top-start", "top-end", "botto
533
533
 
534
534
  declare type TTooltipPosition = typeof TOOLTIP_POSITIONS[number];
535
535
 
536
+ export declare type TUiFlexBg = '' | 'default' | 'secondary' | 'accent' | 'surface' | 'muted' | 'quiet';
537
+
536
538
  export declare type TUiFlexGap = '' | 'g2' | 'g4' | 'g6' | 'g8' | 'g10' | 'g12' | 'g16' | 'g20' | 'g24' | 'g28' | 'g32' | 'g36' | 'g40' | 'g48' | 'g56' | 'g60' | 'g64' | 'g80' | 'g120';
537
539
 
538
540
  export declare type TUiFlexPadding = '' | 'p2' | 'p4' | 'p6' | 'p8' | 'p10' | 'p12' | 'p14' | 'p16' | 'p18' | 'p20' | 'p24' | 'p28' | 'p32' | 'p36' | 'p40' | 'p42' | 'p64' | 'p80' | 'p120';
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "turmag-vue-components",
3
3
  "description": "The library of the components",
4
4
  "type": "module",
5
- "version": "0.0.25",
5
+ "version": "0.0.26",
6
6
  "private": false,
7
7
  "author": {
8
8
  "name": "Pavel Vinogradov",