@producteca/producteca-ui-kit 1.3.3 → 1.3.5

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,6 +1,6 @@
1
- export { SearchPublication } from './searchPublication/searchPublication';
2
- export { MailIcon } from './mailIcon/mailIcon';
3
- export { FileIcon } from './fileIcon/fileIcon';
4
- export { PriceDownIcon } from './priceDownIcon/priceDownIcon';
5
- export { PriceCloseIcon } from './priceCloseIcon/priceCloseIcon';
6
- export { CustomIcon } from './customIcon/customIcon';
1
+ export { default as SearchPublication } from './searchPublication/searchPublication';
2
+ export { default as MailIcon } from './mailIcon/mailIcon';
3
+ export { default as FileIcon } from './fileIcon/fileIcon';
4
+ export { default as PriceDownIcon } from './priceDownIcon/priceDownIcon';
5
+ export { default as PriceCloseIcon } from './priceCloseIcon/priceCloseIcon';
6
+ export { default as CustomIcon } from './customIcon/customIcon';
@@ -1,2 +1,3 @@
1
- export * as Button from './button/button';
2
- export * as Spinner from './spinner/spinner';
1
+ export * as icons from './icons';
2
+ export * as inputs from './inputs';
3
+ export * as patterns from './patterns';
@@ -1,3 +1,3 @@
1
- export * as SelectField from './selectField/selectField';
2
- export * as FormField from './textInput/formField';
3
- export * as ToggleInput from './toggleInput/toggleInput';
1
+ export { default as SelectField } from './selectField/selectField';
2
+ export { default as FormField } from './textInput/formField';
3
+ export { default as ToggleInput } from './toggleInput/toggleInput';
@@ -1 +1 @@
1
- export * as EmptyState from './emptyState/emptyState';
1
+ export { default as EmptyState } from './emptyState/emptyState';
package/dist/index.d.ts CHANGED
@@ -1,3 +1 @@
1
1
  export * from './components';
2
- import * as Colors from './styles/colors';
3
- export { Colors };