@kosdev-code/base-ui-components 1.0.10 → 1.0.12

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.
@@ -1 +1 @@
1
- {"version":3,"file":"StoryDecorator.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/common/components/StoryDecorator.tsx"],"names":[],"mappings":"AAaA,eAAO,MAAM,kBAAkB,kEAY9B,CAAC"}
1
+ {"version":3,"file":"StoryDecorator.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/common/components/StoryDecorator.tsx"],"names":[],"mappings":"AAcA,eAAO,MAAM,kBAAkB,kEAc9B,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { BaseFormFieldProps } from '../common/types';
2
+ import { FieldPath, FieldValues } from 'react-hook-form';
3
+
4
+ export type FormFileInputProps<T extends FieldValues = FieldValues, N extends FieldPath<T> = FieldPath<T>> = BaseFormFieldProps<T, N> & {
5
+ placeholder: string;
6
+ };
7
+ export declare const FormFileInput: <T extends FieldValues = FieldValues, N extends FieldPath<T> = FieldPath<T>>({ name, disabled, label, handleError, readOnly, placeholder, ...controlOptions }: FormFileInputProps<T, N>) => import("@emotion/react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=form-file-input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-file-input.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/form/components/form-file-input.tsx"],"names":[],"mappings":"AAIA,OAAO,EAGL,KAAK,SAAS,EACd,KAAK,WAAW,EACjB,MAAM,iBAAiB,CAAC;AAKzB,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAI1D,MAAM,MAAM,kBAAkB,CAC5B,CAAC,SAAS,WAAW,GAAG,WAAW,EACnC,CAAC,SAAS,SAAS,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,IACnC,kBAAkB,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;IAC7B,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,eAAO,MAAM,aAAa,iKAWvB,mBAAmB,CAAC,EAAE,CAAC,CAAC,qDAiH1B,CAAC"}
@@ -9,4 +9,5 @@ export * from './form-check';
9
9
  export * from './form-access-toggles';
10
10
  export * from './form-name-input';
11
11
  export * from './form-combo-box';
12
+ export * from './form-file-input';
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/form/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/libraries/base-ui-components/src/components/molecules/form/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAC;AAC7C,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC"}
@@ -2,6 +2,7 @@ export * from './table';
2
2
  export * from './common/types';
3
3
  export * from './helpers';
4
4
  export { TableHeader } from './common/components/table-header';
5
+ export { TableTd } from './common/components/table-td';
5
6
  export { renderTableContents } from './common/helpers/render-table-contents';
6
7
  export { useTableContext } from './common/context/use-table-context';
7
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/libraries/base-ui-components/src/components/molecules/table/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,kCAAkC,CAAC;AAC/D,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,mBAAmB,EAAE,MAAM,wCAAwC,CAAC;AAC7E,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC"}