@declarion/react 0.1.72 → 0.1.74
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-lib/components/primitives/Icons.d.ts +1 -0
- package/dist-lib/index.d.ts +1 -0
- package/dist-lib/index.js +4882 -4881
- package/dist-lib/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -67,6 +67,7 @@ export declare const Icon: {
|
|
|
67
67
|
readonly dot: FC<IconProps>;
|
|
68
68
|
readonly globe: FC<IconProps>;
|
|
69
69
|
readonly folder: FC<IconProps>;
|
|
70
|
+
readonly file: FC<IconProps>;
|
|
70
71
|
readonly branch: FC<IconProps>;
|
|
71
72
|
readonly sun: FC<IconProps>;
|
|
72
73
|
readonly moon: FC<IconProps>;
|
package/dist-lib/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export { useSetProperty, useDeleteProperty } from "./hooks/useProperties";
|
|
|
22
22
|
export { useFilters } from "./hooks/useFilters";
|
|
23
23
|
export { useColumns } from "./hooks/useColumns";
|
|
24
24
|
export { useViews } from "./hooks/useViews";
|
|
25
|
+
export { useParams, useNavigate, useLocation, useSearchParams } from "react-router-dom";
|
|
25
26
|
export { registerScreen } from "./stores/screen-registry";
|
|
26
27
|
export { useTabStore, type TabItem } from "./stores/tabs";
|
|
27
28
|
export { useTabNavigate } from "./hooks/useTabNavigate";
|