@heliux-org/design-system-core 0.0.328 → 0.0.329
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@heliux-org/design-system-core",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.329",
|
4
4
|
"description": "Official Heliux design system resources for application development in React.js",
|
5
5
|
"main": "./dist/main.js",
|
6
6
|
"types": "./dist/types/index.d.ts",
|
@@ -101,7 +101,7 @@
|
|
101
101
|
"homepage": "https://github.com/mondaycom/monday-ui-react-core#readme",
|
102
102
|
"dependencies": {
|
103
103
|
"@floating-ui/react": "^0.26.9",
|
104
|
-
"@heliux-org/storybook-components": "^0.17.
|
104
|
+
"@heliux-org/storybook-components": "^0.17.32",
|
105
105
|
"@heliux-org/ui-style": "^1.0.89",
|
106
106
|
"@popperjs/core": "2.11.6",
|
107
107
|
"@rollup/plugin-image": "^3.0.3",
|
@@ -299,5 +299,5 @@
|
|
299
299
|
"PR: Icon 💎": "New Icons"
|
300
300
|
}
|
301
301
|
},
|
302
|
-
"gitHead": "
|
302
|
+
"gitHead": "9a13a5a60f0a70908cd25a48d8b0ff40264d02aa"
|
303
303
|
}
|
@@ -7,4 +7,4 @@ export * from "./useShowHideModal";
|
|
7
7
|
export * from "./ModalContent/ModalContent";
|
8
8
|
export * from "./ModalFooter/ModalFooter";
|
9
9
|
export * from "./ModalFooter/ModalFooterButtons/ModalFooterButtons";
|
10
|
-
export * from "./ModalHeader/ModalHeader";
|
10
|
+
export * from "./ModalHeader/ModalHeader";
|