tide-design-system 2.1.8 → 2.1.9
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/css/reset.css +2 -1
- package/dist/style.css +1 -1
- package/dist/tide-design-system.cjs +2 -2
- package/dist/tide-design-system.esm.d.ts +2 -0
- package/dist/tide-design-system.esm.js +15 -6
- package/package.json +1 -1
- package/src/assets/css/reset.css +2 -1
- package/src/components/TideInputText.vue +6 -1
- package/src/components/TideInputTextarea.vue +5 -1
- package/src/components/TideModal.vue +4 -4
|
@@ -2278,6 +2278,7 @@ validators: undefined;
|
|
|
2278
2278
|
value: undefined;
|
|
2279
2279
|
}>, {
|
|
2280
2280
|
error: Ref<ValidationError>;
|
|
2281
|
+
required: boolean;
|
|
2281
2282
|
updateValue: (newValue: string) => void;
|
|
2282
2283
|
value: Ref<string | undefined>;
|
|
2283
2284
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_21<__VLS_TypePropsToOption_25<Props_25>, {
|
|
@@ -2334,6 +2335,7 @@ supportingText: undefined;
|
|
|
2334
2335
|
value: undefined;
|
|
2335
2336
|
}>, {
|
|
2336
2337
|
error: Ref<ValidationError>;
|
|
2338
|
+
required: boolean;
|
|
2337
2339
|
value: Ref<string | undefined>;
|
|
2338
2340
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<__VLS_WithDefaults_22<__VLS_TypePropsToOption_26<Props_26>, {
|
|
2339
2341
|
dataTrack: string;
|