turmag-vue-components 0.0.26 → 0.0.27

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 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" | "";