@dito-uai/components 5.1.0-alpha.15 → 5.1.0-alpha.16

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.cts CHANGED
@@ -2912,7 +2912,7 @@ declare const inputVariants: tailwind_variants.TVReturnType<{
2912
2912
  };
2913
2913
  };
2914
2914
  }>, unknown, unknown, undefined>>;
2915
- type InputProps = React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<typeof inputVariants> & {
2915
+ type InputProps = Omit<React__default.InputHTMLAttributes<HTMLInputElement>, 'size'> & VariantProps<typeof inputVariants> & {
2916
2916
  id?: string;
2917
2917
  value?: string;
2918
2918
  defaultValue?: string;
@@ -2920,7 +2920,7 @@ type InputProps = React__default.InputHTMLAttributes<HTMLInputElement> & Variant
2920
2920
  suffixIcon?: React__default.ReactNode;
2921
2921
  invalid?: boolean;
2922
2922
  };
2923
- declare const Input: React__default.ForwardRefExoticComponent<React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<tailwind_variants.TVReturnType<{
2923
+ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "size"> & VariantProps<tailwind_variants.TVReturnType<{
2924
2924
  disabled: {
2925
2925
  true: {
2926
2926
  input: string;
package/dist/index.d.ts CHANGED
@@ -2912,7 +2912,7 @@ declare const inputVariants: tailwind_variants.TVReturnType<{
2912
2912
  };
2913
2913
  };
2914
2914
  }>, unknown, unknown, undefined>>;
2915
- type InputProps = React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<typeof inputVariants> & {
2915
+ type InputProps = Omit<React__default.InputHTMLAttributes<HTMLInputElement>, 'size'> & VariantProps<typeof inputVariants> & {
2916
2916
  id?: string;
2917
2917
  value?: string;
2918
2918
  defaultValue?: string;
@@ -2920,7 +2920,7 @@ type InputProps = React__default.InputHTMLAttributes<HTMLInputElement> & Variant
2920
2920
  suffixIcon?: React__default.ReactNode;
2921
2921
  invalid?: boolean;
2922
2922
  };
2923
- declare const Input: React__default.ForwardRefExoticComponent<React__default.InputHTMLAttributes<HTMLInputElement> & VariantProps<tailwind_variants.TVReturnType<{
2923
+ declare const Input: React__default.ForwardRefExoticComponent<Omit<React__default.InputHTMLAttributes<HTMLInputElement>, "size"> & VariantProps<tailwind_variants.TVReturnType<{
2924
2924
  disabled: {
2925
2925
  true: {
2926
2926
  input: string;
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { VariantProps } from 'tailwind-variants';
2
+ import { type VariantProps } from 'tailwind-variants';
3
3
  export declare const inputVariants: import("tailwind-variants").TVReturnType<{
4
4
  disabled: {
5
5
  true: {
@@ -188,7 +188,7 @@ export declare const inputVariants: import("tailwind-variants").TVReturnType<{
188
188
  };
189
189
  };
190
190
  }>, unknown, unknown, undefined>>;
191
- export type InputProps = React.InputHTMLAttributes<HTMLInputElement> & VariantProps<typeof inputVariants> & {
191
+ export type InputProps = Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'> & VariantProps<typeof inputVariants> & {
192
192
  id?: string;
193
193
  value?: string;
194
194
  defaultValue?: string;
@@ -196,7 +196,7 @@ export type InputProps = React.InputHTMLAttributes<HTMLInputElement> & VariantPr
196
196
  suffixIcon?: React.ReactNode;
197
197
  invalid?: boolean;
198
198
  };
199
- declare const Input: React.ForwardRefExoticComponent<React.InputHTMLAttributes<HTMLInputElement> & VariantProps<import("tailwind-variants").TVReturnType<{
199
+ declare const Input: React.ForwardRefExoticComponent<Omit<React.InputHTMLAttributes<HTMLInputElement>, "size"> & VariantProps<import("tailwind-variants").TVReturnType<{
200
200
  disabled: {
201
201
  true: {
202
202
  input: string;
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../src/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAM,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAGrD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAqCxB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,GAClE,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SARF,MAAM;YACH,MAAM;mBACC,MAAM;iBACR,KAAK,CAAC,SAAS;iBACf,KAAK,CAAC,SAAS;cAClB,OAAO;0CAuCpB,CAAC;AAGF,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../src/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAG1D,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAqCxB,CAAC;AAEH,MAAM,MAAM,UAAU,GAAG,IAAI,CAC3B,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAC3C,MAAM,CACP,GACC,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IACnC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEJ,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SARF,MAAM;YACH,MAAM;mBACC,MAAM;iBACR,KAAK,CAAC,SAAS;iBACf,KAAK,CAAC,SAAS;cAClB,OAAO;0CAuCpB,CAAC;AAGF,eAAe,KAAK,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dito-uai/components",
3
- "version": "5.1.0-alpha.15",
3
+ "version": "5.1.0-alpha.16",
4
4
  "descriptin": "Dito's design system component library, made in TSX",
5
5
  "repository": "git+https://github.com/ditointernet/dito-uai.git",
6
6
  "publishConfig": {
@@ -96,5 +96,5 @@
96
96
  "react-hook-form": "^7.52.1",
97
97
  "zod": "^3.23.8"
98
98
  },
99
- "stableVersion": "5.1.0-alpha.12"
99
+ "stableVersion": "5.1.0-alpha.15"
100
100
  }