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.cjs +813 -862
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +705 -754
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 = '
|
|
249
|
-
type EmptyStateSize = '
|
|
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 = '
|
|
249
|
-
type EmptyStateSize = '
|
|
248
|
+
type EmptyStateStates = 'Buscar' | 'Crear' | 'Vacio' | 'Error';
|
|
249
|
+
type EmptyStateSize = 'Small' | 'Normal';
|
|
250
250
|
interface EmptyStateProperties {
|
|
251
251
|
icon?: ReactNode;
|
|
252
252
|
state?: EmptyStateStates;
|