componentes-sinco 1.2.9 → 1.3.1

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;
@@ -271,9 +271,10 @@ interface FooterActionsProperties {
271
271
  leftContent?: React.ReactNode;
272
272
  rightContent?: React.ReactNode;
273
273
  variant?: 'standard' | 'float';
274
+ width?: string;
274
275
  }
275
276
 
276
- declare const FooterAction: ({ leftContent, rightContent, label, variant, }: FooterActionsProperties) => React__default.JSX.Element;
277
+ declare const FooterAction: ({ leftContent, rightContent, label, variant, width, }: FooterActionsProperties) => React__default.JSX.Element;
277
278
 
278
279
  interface BasicMenuProps {
279
280
  open?: boolean;
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;
@@ -271,9 +271,10 @@ interface FooterActionsProperties {
271
271
  leftContent?: React.ReactNode;
272
272
  rightContent?: React.ReactNode;
273
273
  variant?: 'standard' | 'float';
274
+ width?: string;
274
275
  }
275
276
 
276
- declare const FooterAction: ({ leftContent, rightContent, label, variant, }: FooterActionsProperties) => React__default.JSX.Element;
277
+ declare const FooterAction: ({ leftContent, rightContent, label, variant, width, }: FooterActionsProperties) => React__default.JSX.Element;
277
278
 
278
279
  interface BasicMenuProps {
279
280
  open?: boolean;