@comercti/react-components 0.14.0 → 0.15.0

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/index.d.ts CHANGED
@@ -134,8 +134,8 @@ close: (value: boolean) => any;
134
134
  }, string, PublicProps, Readonly<__VLS_Props_24> & Readonly<{
135
135
  onClose?: (value: boolean) => any;
136
136
  }>, {
137
- rounded: boolean;
138
137
  background: "white" | "green";
138
+ rounded: boolean;
139
139
  position: "top" | "bottom";
140
140
  isOpen: boolean;
141
141
  showIcon: boolean;
@@ -271,7 +271,7 @@ onBlur?: (value: Event) => any;
271
271
  invalid: boolean;
272
272
  disabled: boolean;
273
273
  reserveSpaceFeedback: boolean;
274
- type: "text" | "password" | "email" | "number" | "tel" | "url" | "search" | "date";
274
+ type: "text" | "password" | "email" | "number" | "tel" | "url" | "search" | "date" | "time";
275
275
  rounded: boolean;
276
276
  noAlertIcon: boolean;
277
277
  readonly: boolean;
@@ -347,7 +347,7 @@ declare type __VLS_Props_11 = {
347
347
  /** Valor do input para two-way binding (v-model) */
348
348
  modelValue?: string | number | null;
349
349
  /** Tipo do input (text, password, email, etc) */
350
- type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'url' | 'search' | 'date';
350
+ type?: 'text' | 'password' | 'email' | 'number' | 'tel' | 'url' | 'search' | 'date' | 'time';
351
351
  /** ID única do input */
352
352
  id?: string;
353
353
  /** Máscara do input (cpf, cnpj, cel, tel, date, cep) */
@@ -1853,8 +1853,8 @@ declare const _default_37: __VLS_WithTemplateSlots_21<typeof __VLS_component_21,
1853
1853
 
1854
1854
  declare const _default_38: DefineComponent<__VLS_Props_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_27> & Readonly<{}>, {
1855
1855
  type: "spinner" | "semi-circle" | "dots";
1856
- showLoading: boolean;
1857
1856
  background: "smoky" | "transparent";
1857
+ showLoading: boolean;
1858
1858
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
1859
1859
 
1860
1860
  declare const _default_39: __VLS_WithTemplateSlots_22<typeof __VLS_component_22, __VLS_TemplateResult_22["slots"]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/react-components",
3
- "version": "0.14.0",
3
+ "version": "0.15.0",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",