@linzjs/windows 2.1.0 → 2.2.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.
@@ -33,7 +33,7 @@ export const LuiModalAsync = ({
33
33
  // The only way to create a modal dialog is to call showModal, open attribute will not work
34
34
  useEffect(() => {
35
35
  // Check if it's open already to support .vite hot deploys
36
- !dialogRef.current?.open && dialogRef.current?.showModal();
36
+ !dialogRef.current?.open && dialogRef.current?.showModal?.();
37
37
  }, []);
38
38
 
39
39
  useEffect(() => {
package/package.json CHANGED
@@ -13,9 +13,9 @@
13
13
  "popout"
14
14
  ],
15
15
  "main": "./dist/index.ts",
16
- "version": "2.1.0",
16
+ "version": "2.2.0",
17
17
  "peerDependencies": {
18
- "@linzjs/lui": "^18",
18
+ "@linzjs/lui": "^21",
19
19
  "lodash-es": ">=4",
20
20
  "react": ">=17",
21
21
  "react-dom": ">=17"
@@ -49,7 +49,7 @@
49
49
  "@emotion/cache": "^11.11.0",
50
50
  "@emotion/react": "^11.11.1",
51
51
  "@emotion/styled": "^11.11.0",
52
- "@linzjs/lui": "^20.0.3",
52
+ "@linzjs/lui": "^21",
53
53
  "lodash-es": ">=4",
54
54
  "react": ">=18",
55
55
  "react-dom": ">=18",
@@ -64,18 +64,18 @@
64
64
  "@rollup/plugin-commonjs": "^25.0.4",
65
65
  "@rollup/plugin-json": "^6.0.0",
66
66
  "@rollup/plugin-node-resolve": "^15.2.1",
67
- "@storybook/addon-docs": "^7.4.5",
68
- "@storybook/addon-essentials": "^7.4.5",
69
- "@storybook/addon-interactions": "^7.4.5",
70
- "@storybook/addon-links": "^7.4.5",
71
- "@storybook/addon-mdx-gfm": "^7.4.5",
72
- "@storybook/blocks": "^7.4.5",
73
- "@storybook/jest": "^0.2.2",
74
- "@storybook/preset-create-react-app": "^7.4.5",
75
- "@storybook/react": "^7.4.5",
76
- "@storybook/react-vite": "^7.4.5",
77
- "@storybook/test-runner": "^0.13.0",
78
- "@storybook/testing-library": "^0.2.1",
67
+ "@storybook/addon-docs": "^7.6.4",
68
+ "@storybook/addon-essentials": "^7.6.4",
69
+ "@storybook/addon-interactions": "^7.6.4",
70
+ "@storybook/addon-links": "^7.6.4",
71
+ "@storybook/addon-mdx-gfm": "^7.6.4",
72
+ "@storybook/blocks": "^7.6.4",
73
+ "@storybook/jest": "^0.2.3",
74
+ "@storybook/preset-create-react-app": "^7.6.4",
75
+ "@storybook/react": "^7.6.4",
76
+ "@storybook/react-vite": "^7.6.4",
77
+ "@storybook/test-runner": "^0.16.0",
78
+ "@storybook/testing-library": "^0.2.2",
79
79
  "@testing-library/jest-dom": "^6.1.3",
80
80
  "@testing-library/react": "^14.0.0",
81
81
  "@testing-library/user-event": "^14.5.1",
@@ -88,6 +88,7 @@
88
88
  "@types/uuid": "^9.0.4",
89
89
  "ag-grid-community": "^29.3.5",
90
90
  "ag-grid-react": "^29.3.5",
91
+ "esbuild": "^0.19.9",
91
92
  "eslint": "^8.50.0",
92
93
  "eslint-config-prettier": "^8.10.0",
93
94
  "eslint-config-react-app": "^7.0.1",
@@ -98,7 +99,7 @@
98
99
  "eslint-plugin-prettier": "^4.2.1",
99
100
  "eslint-plugin-react": "^7.33.2",
100
101
  "eslint-plugin-react-hooks": "^4.6.0",
101
- "eslint-plugin-storybook": "^0.6.14",
102
+ "eslint-plugin-storybook": "^0.6.15",
102
103
  "eslint-plugin-testing-library": "^5.11.1",
103
104
  "jest": "^29.7.0",
104
105
  "jest-canvas-mock": "^2.5.2",
@@ -113,8 +114,8 @@
113
114
  "rollup-plugin-copy": "^3.5.0",
114
115
  "sass": "^1.68.0",
115
116
  "sass-loader": "^13.3.2",
116
- "semantic-release": "^19.0.5",
117
- "storybook": "^7.4.5",
117
+ "semantic-release": "^22.0.10",
118
+ "storybook": "^7.6.4",
118
119
  "style-loader": "^3.3.3",
119
120
  "stylelint": "^14.16.1",
120
121
  "stylelint-config-prettier": "^9.0.5",