grep-components 2.10.0 → 2.11.0-gREPF-2708.1
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/assets/keycodeEnum.d.ts +20 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.js +55 -166
- package/dist/index.js.map +1 -1
- package/package.json +9 -33
- package/dist/41017f048e09b7d9.png +0 -0
- package/dist/assets/index.d.ts +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grep-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0-gREPF-2708.1",
|
|
4
4
|
"description": "Grep komponentbibliotek",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,8 +24,7 @@
|
|
|
24
24
|
"test:ci": "jest --runInBand --verbose",
|
|
25
25
|
"storybook": "storybook dev -p 9009",
|
|
26
26
|
"build-storybook": "storybook build",
|
|
27
|
-
"prepare": "husky"
|
|
28
|
-
"deploy-storybook": "storybook-to-ghpages"
|
|
27
|
+
"prepare": "husky"
|
|
29
28
|
},
|
|
30
29
|
"release": {
|
|
31
30
|
"plugins": [
|
|
@@ -103,11 +102,11 @@
|
|
|
103
102
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
104
103
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
105
104
|
"@rollup/plugin-url": "^8.0.0",
|
|
105
|
+
"@storybook/addon-docs": "^9.0.17",
|
|
106
106
|
"@storybook/addon-links": "^9.0.17",
|
|
107
107
|
"@storybook/cli": "^9.0.17",
|
|
108
|
-
"@storybook/
|
|
108
|
+
"@storybook/react-vite": "^9.0.17",
|
|
109
109
|
"@storybook/react-webpack5": "^9.0.17",
|
|
110
|
-
"@storybook/storybook-deployer": "^2.8.16",
|
|
111
110
|
"@testing-library/dom": "^10.1.0",
|
|
112
111
|
"@testing-library/jest-dom": "^6.6.3",
|
|
113
112
|
"@testing-library/react": "^16.2.0",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"clsx": "^2.0.0",
|
|
129
128
|
"commitlint": "^19.3.0",
|
|
130
129
|
"conventional-changelog-cli": "^5.0.0",
|
|
131
|
-
"cross-env": "^7.0.3",
|
|
132
130
|
"eslint": "^8.57.1",
|
|
133
131
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
134
132
|
"eslint-plugin-react": "^7.24.0",
|
|
@@ -144,19 +142,15 @@
|
|
|
144
142
|
"react": "^19.0.0",
|
|
145
143
|
"react-dom": "^19.0.0",
|
|
146
144
|
"react-redux": "^9.2.0",
|
|
147
|
-
"react-scripts": "^5.0.1",
|
|
148
145
|
"rollup": "^4.6.1",
|
|
149
146
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
150
147
|
"rollup-plugin-postcss": "^4.0.2",
|
|
151
|
-
"
|
|
152
|
-
"semantic-release": "^24.0.0",
|
|
148
|
+
"semantic-release": "^24.2.7",
|
|
153
149
|
"storybook": "^9.0.17",
|
|
154
|
-
"ts-jest": "^29.4.
|
|
155
|
-
"ts-keycode-enum": "^1.0.6",
|
|
150
|
+
"ts-jest": "^29.4.1",
|
|
156
151
|
"tslib": "^2.2.0",
|
|
157
152
|
"tss-react": "^4.9.15",
|
|
158
|
-
"typescript": "^5.4.5"
|
|
159
|
-
"@storybook/addon-docs": "^9.0.17"
|
|
153
|
+
"typescript": "^5.4.5"
|
|
160
154
|
},
|
|
161
155
|
"files": [
|
|
162
156
|
"dist",
|
|
@@ -174,25 +168,7 @@
|
|
|
174
168
|
"@mui/x-date-pickers": "^8.3.0",
|
|
175
169
|
"dayjs": "^1.11.10",
|
|
176
170
|
"lexical": "^0.27.2",
|
|
177
|
-
"react-router": "
|
|
171
|
+
"react-router": "7.x"
|
|
178
172
|
},
|
|
179
|
-
"overrides": {
|
|
180
|
-
"fork-ts-checker-webpack-plugin": "^6.5.3",
|
|
181
|
-
"react-scripts": {
|
|
182
|
-
"typescript": "^5.3.3"
|
|
183
|
-
},
|
|
184
|
-
"postcss": "^8.4.31",
|
|
185
|
-
"trim-newlines": "^4.1.1",
|
|
186
|
-
"glob-parent": "^6.0.0",
|
|
187
|
-
"git-up": {
|
|
188
|
-
"parse-url": "^8.1.0"
|
|
189
|
-
},
|
|
190
|
-
"trim": "^1.0.0",
|
|
191
|
-
"parse-path": "^5.0.0",
|
|
192
|
-
"package-json": {
|
|
193
|
-
"got": "^11.8.5"
|
|
194
|
-
},
|
|
195
|
-
"nth-check": "^2.0.1",
|
|
196
|
-
"semver": "^7.5.2"
|
|
197
|
-
}
|
|
173
|
+
"overrides": {}
|
|
198
174
|
}
|
|
Binary file
|
package/dist/assets/index.d.ts
DELETED