@sustaina/shared-ui 1.38.0 → 1.39.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.mts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +296 -476
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +296 -476
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { CSSProperties, ReactNode,
|
|
2
|
+
import React__default, { CSSProperties, ReactNode, ComponentProps, useEffect } from 'react';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
5
5
|
import { ClassValue } from 'clsx';
|
|
@@ -726,10 +726,9 @@ type UseGridSettingsStoreState = {
|
|
|
726
726
|
};
|
|
727
727
|
declare const useGridSettingsStore: zustand.UseBoundStore<zustand.StoreApi<UseGridSettingsStoreState & UseGridSettingsStoreActions>>;
|
|
728
728
|
|
|
729
|
-
|
|
729
|
+
interface IconProps extends React$1.SVGProps<SVGSVGElement> {
|
|
730
730
|
size?: number | string;
|
|
731
|
-
|
|
732
|
-
};
|
|
731
|
+
}
|
|
733
732
|
|
|
734
733
|
declare const AdministrationIcon: React__default.FC<IconProps>;
|
|
735
734
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from 'react';
|
|
2
|
-
import React__default, { CSSProperties, ReactNode,
|
|
2
|
+
import React__default, { CSSProperties, ReactNode, ComponentProps, useEffect } from 'react';
|
|
3
3
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
4
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
5
5
|
import { ClassValue } from 'clsx';
|
|
@@ -726,10 +726,9 @@ type UseGridSettingsStoreState = {
|
|
|
726
726
|
};
|
|
727
727
|
declare const useGridSettingsStore: zustand.UseBoundStore<zustand.StoreApi<UseGridSettingsStoreState & UseGridSettingsStoreActions>>;
|
|
728
728
|
|
|
729
|
-
|
|
729
|
+
interface IconProps extends React$1.SVGProps<SVGSVGElement> {
|
|
730
730
|
size?: number | string;
|
|
731
|
-
|
|
732
|
-
};
|
|
731
|
+
}
|
|
733
732
|
|
|
734
733
|
declare const AdministrationIcon: React__default.FC<IconProps>;
|
|
735
734
|
|