@linzjs/windows 5.2.0 → 5.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/README.md +0 -2
- package/package.json +26 -26
package/README.md
CHANGED
|
@@ -9,8 +9,6 @@ React state based modals/windows are painful because they require:
|
|
|
9
9
|
- shared states for open/closed.
|
|
10
10
|
- callbacks/states for return values.
|
|
11
11
|
- inline modal/window includes, which prevent you from closing the invoking component before the modal/window has completed.
|
|
12
|
-
- multi-window dialogs.
|
|
13
|
-
- html5 dialog based.
|
|
14
12
|
|
|
15
13
|
This module gives you promise based modals/windows which don't require all the state
|
|
16
14
|
based boilerplate / inline-components.
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"popout"
|
|
14
14
|
],
|
|
15
15
|
"main": "./dist/index.ts",
|
|
16
|
-
"version": "5.
|
|
16
|
+
"version": "5.3.0",
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"@linzjs/lui": ">=21",
|
|
19
19
|
"lodash-es": ">=4",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
|
-
"node": ">=
|
|
31
|
+
"node": ">=20"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "run-s clean stylelint lint lint-circular-deps bundle",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@chromatic-com/storybook": "^3.2.6",
|
|
63
|
-
"@linzjs/lui": "^22.
|
|
64
|
-
"@linzjs/step-ag-grid": "^
|
|
63
|
+
"@linzjs/lui": "^22.12.0",
|
|
64
|
+
"@linzjs/step-ag-grid": "^27.2.0",
|
|
65
65
|
"@linzjs/style": "^5.4.0",
|
|
66
66
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
67
67
|
"@rollup/plugin-json": "^6.1.0",
|
|
68
|
-
"@rollup/plugin-node-resolve": "^
|
|
68
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
69
69
|
"@storybook/addon-docs": "^8.6.12",
|
|
70
70
|
"@storybook/addon-essentials": "^8.6.12",
|
|
71
71
|
"@storybook/addon-interactions": "^8.6.12",
|
|
@@ -78,43 +78,43 @@
|
|
|
78
78
|
"@testing-library/react": "^16.3.0",
|
|
79
79
|
"@testing-library/user-event": "^14.6.1",
|
|
80
80
|
"@types/lodash-es": "^4.17.12",
|
|
81
|
-
"@types/node": "^22.
|
|
82
|
-
"@types/react": "^18.3.
|
|
83
|
-
"@types/react-dom": "^18.3.
|
|
84
|
-
"@vitejs/plugin-react-swc": "^3.
|
|
85
|
-
"@vitest/ui": "^3.1.
|
|
86
|
-
"ag-grid-community": "^
|
|
87
|
-
"ag-grid-react": "^
|
|
81
|
+
"@types/node": "^22.15.17",
|
|
82
|
+
"@types/react": "^18.3.21",
|
|
83
|
+
"@types/react-dom": "^18.3.7",
|
|
84
|
+
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
85
|
+
"@vitest/ui": "^3.1.3",
|
|
86
|
+
"ag-grid-community": "^33.2.4",
|
|
87
|
+
"ag-grid-react": "^33.2.4",
|
|
88
88
|
"babel-preset-react-app": "^10.1.0",
|
|
89
|
-
"eslint-plugin-react": "^7.37.
|
|
90
|
-
"jsdom": "^26.
|
|
89
|
+
"eslint-plugin-react": "^7.37.5",
|
|
90
|
+
"jsdom": "^26.1.0",
|
|
91
91
|
"mkdirp": "^3.0.1",
|
|
92
92
|
"npm-run-all": "^4.1.5",
|
|
93
93
|
"react": "^18.3.1",
|
|
94
94
|
"react-app-polyfill": "^3.0.0",
|
|
95
95
|
"react-dom": "^18.3.1",
|
|
96
|
-
"rollup": "^4.
|
|
96
|
+
"rollup": "^4.40.2",
|
|
97
97
|
"rollup-plugin-copy": "^3.5.0",
|
|
98
|
-
"sass": "^1.
|
|
98
|
+
"sass": "^1.88.0",
|
|
99
99
|
"sass-loader": "^16.0.5",
|
|
100
|
-
"semantic-release": "^
|
|
100
|
+
"semantic-release": "^24.2.3",
|
|
101
101
|
"storybook": "^8.6.12",
|
|
102
102
|
"style-loader": "^4.0.0",
|
|
103
|
-
"stylelint": "^16.
|
|
104
|
-
"stylelint-config-recommended": "^
|
|
103
|
+
"stylelint": "^16.19.1",
|
|
104
|
+
"stylelint-config-recommended": "^15.0.0",
|
|
105
105
|
"stylelint-config-recommended-scss": "^14.1.0",
|
|
106
|
-
"stylelint-config-standard": "^
|
|
106
|
+
"stylelint-config-standard": "^38.0.0",
|
|
107
107
|
"stylelint-prettier": "5.0.3",
|
|
108
|
-
"stylelint-scss": "6.
|
|
109
|
-
"typescript": "^5.8.
|
|
110
|
-
"vite": "^
|
|
108
|
+
"stylelint-scss": "6.12.0",
|
|
109
|
+
"typescript": "^5.8.3",
|
|
110
|
+
"vite": "^6.3.5",
|
|
111
111
|
"vite-plugin-html": "^3.2.2",
|
|
112
112
|
"vite-tsconfig-paths": "^5.1.4",
|
|
113
|
-
"vitest": "^3.1.
|
|
113
|
+
"vitest": "^3.1.3"
|
|
114
114
|
},
|
|
115
115
|
"optionalDependencies": {
|
|
116
|
-
"@rollup/rollup-linux-x64-gnu": "^4.
|
|
117
|
-
"@swc/core-linux-x64-gnu": "^1.11.
|
|
116
|
+
"@rollup/rollup-linux-x64-gnu": "^4.40.2",
|
|
117
|
+
"@swc/core-linux-x64-gnu": "^1.11.24"
|
|
118
118
|
},
|
|
119
119
|
"browserslist": {
|
|
120
120
|
"production": [
|