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.
@@ -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;