componentes-sinco 1.2.9 → 1.3.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/dist/index.d.cts CHANGED
@@ -245,8 +245,8 @@ declare const ToastProgress: (timeProgress: number) => {
245
245
 
246
246
  declare function SCDrawer<T>({ title, arrayElements, actions, buttonDrawer, colorTitle, anchor, width, open, setOpen, chipFilters, heightDrawer, filterSideCard, type, onChipDelete, }: DrawerProps<T>): React__default.JSX.Element;
247
247
 
248
- type EmptyStateStates = 'create' | 'error' | 'noResult' | 'search';
249
- type EmptyStateSize = 'small' | 'large';
248
+ type EmptyStateStates = 'Buscar' | 'Crear' | 'Vacio' | 'Error';
249
+ type EmptyStateSize = 'Small' | 'Normal';
250
250
  interface EmptyStateProperties {
251
251
  icon?: ReactNode;
252
252
  state?: EmptyStateStates;
package/dist/index.d.ts CHANGED
@@ -245,8 +245,8 @@ declare const ToastProgress: (timeProgress: number) => {
245
245
 
246
246
  declare function SCDrawer<T>({ title, arrayElements, actions, buttonDrawer, colorTitle, anchor, width, open, setOpen, chipFilters, heightDrawer, filterSideCard, type, onChipDelete, }: DrawerProps<T>): React__default.JSX.Element;
247
247
 
248
- type EmptyStateStates = 'create' | 'error' | 'noResult' | 'search';
249
- type EmptyStateSize = 'small' | 'large';
248
+ type EmptyStateStates = 'Buscar' | 'Crear' | 'Vacio' | 'Error';
249
+ type EmptyStateSize = 'Small' | 'Normal';
250
250
  interface EmptyStateProperties {
251
251
  icon?: ReactNode;
252
252
  state?: EmptyStateStates;