grep-components 2.7.0 → 2.8.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/dist/components/GrepDialog/dialog.d.ts +1 -1
- package/dist/components/GrepDialog/stories/dialog.stories.d.ts +4 -4
- package/dist/components/GrepEditor/components/plugins/CustomHtmlExport.d.ts +2 -2
- package/dist/components/GrepEditor/components/plugins/ToolbarPlugin.d.ts +1 -1
- package/dist/components/GrepEditor/entities/index.d.ts +1 -1
- package/dist/components/GrepTable/index.d.ts +2 -2
- package/dist/components/SortableTable/components/cell.d.ts +1 -1
- package/dist/components/SortableTable/components/row.d.ts +1 -0
- package/dist/components/SortableTable/index.d.ts +1 -1
- package/dist/index.js +194 -3548
- package/dist/index.js.map +1 -1
- package/dist/styling/makeStyles.d.ts +2 -2
- package/package.json +17 -17
|
@@ -10,7 +10,7 @@ export declare const makeStyles: <Params = void, RuleNameSubsetReferencableInNes
|
|
|
10
10
|
css: import("tss-react").Css;
|
|
11
11
|
cx: import("tss-react").Cx;
|
|
12
12
|
}, withStyles: {
|
|
13
|
-
<C extends keyof import("react").ReactHTML | import("tss-react/tools/ReactComponent").ReactComponent<any>, Props extends C extends import("tss-react/tools/ReactComponent").ReactComponent<infer P> ? P : C extends
|
|
13
|
+
<C extends keyof import("react").ReactHTML | import("tss-react/tools/ReactComponent").ReactComponent<any>, Props extends C extends import("tss-react/tools/ReactComponent").ReactComponent<infer P> ? P : C extends string | number | symbol ? any : never, CssObjectByRuleName extends Props extends {
|
|
14
14
|
classes?: Partial<infer ClassNameByRuleName> | undefined;
|
|
15
15
|
} ? { [RuleName in keyof ClassNameByRuleName]?: import("tss-react").CSSObject | undefined; } & {
|
|
16
16
|
[mediaQuery: `@media${string}`]: { [RuleName_1 in keyof ClassNameByRuleName]?: import("tss-react").CSSObject | undefined; };
|
|
@@ -25,7 +25,7 @@ export declare const makeStyles: <Params = void, RuleNameSubsetReferencableInNes
|
|
|
25
25
|
}) | ((theme: import("@mui/material/styles").Theme, props: Props, classes: Record<Exclude<keyof CssObjectByRuleName, `@media${string}`>, string>) => CssObjectByRuleName), params?: {
|
|
26
26
|
name?: string | Record<string, unknown> | undefined;
|
|
27
27
|
uniqId?: string | undefined;
|
|
28
|
-
} | undefined): C extends
|
|
28
|
+
} | undefined): C extends string | number | symbol ? any : C;
|
|
29
29
|
getClasses: <Classes>(props: {
|
|
30
30
|
className?: string | undefined;
|
|
31
31
|
classes?: Classes | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "grep-components",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Grep komponentbibliotek",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
},
|
|
83
83
|
"peerDependencies": {
|
|
84
84
|
"prop-types": "^15.7.2",
|
|
85
|
-
"react": "^18.x",
|
|
86
|
-
"react-dom": "^18.x",
|
|
85
|
+
"react": "^18.x || ^19.x",
|
|
86
|
+
"react-dom": "^18.x || ^19.x",
|
|
87
87
|
"react-redux": "8.x || 9.x",
|
|
88
88
|
"react-router": "7.x",
|
|
89
89
|
"redux": "^4.x || ^5.x"
|
|
@@ -95,9 +95,9 @@
|
|
|
95
95
|
"@chromatic-com/storybook": "^3.2.2",
|
|
96
96
|
"@commitlint/cli": "^19.3.0",
|
|
97
97
|
"@commitlint/config-conventional": "^19.2.2",
|
|
98
|
-
"@hello-pangea/dnd": "^
|
|
99
|
-
"@lexical/html": "^0.
|
|
100
|
-
"@lexical/utils": "^0.
|
|
98
|
+
"@hello-pangea/dnd": "^18.0.1",
|
|
99
|
+
"@lexical/html": "^0.27.2",
|
|
100
|
+
"@lexical/utils": "^0.27.2",
|
|
101
101
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
102
102
|
"@rollup/plugin-json": "^6.0.0",
|
|
103
103
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
@@ -114,18 +114,18 @@
|
|
|
114
114
|
"@storybook/storybook-deployer": "^2.8.16",
|
|
115
115
|
"@testing-library/dom": "^10.1.0",
|
|
116
116
|
"@testing-library/jest-dom": "^6.1.5",
|
|
117
|
-
"@testing-library/react": "^16.
|
|
117
|
+
"@testing-library/react": "^16.2.0",
|
|
118
118
|
"@testing-library/user-event": "^14.5.1",
|
|
119
119
|
"@types/jest": "^29.5.11",
|
|
120
120
|
"@types/lodash.debounce": "^4.0.6",
|
|
121
121
|
"@types/lodash.throttle": "^4.1.6",
|
|
122
|
-
"@types/react": "^
|
|
123
|
-
"@types/react-dom": "^
|
|
122
|
+
"@types/react": "^19.0.10",
|
|
123
|
+
"@types/react-dom": "^19.0.4",
|
|
124
124
|
"@types/react-redux": "^7.1.32",
|
|
125
125
|
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
|
126
126
|
"@typescript-eslint/parser": "^8.6.0",
|
|
127
127
|
"babel-jest": "^29.2.0",
|
|
128
|
-
"babel-loader": "^
|
|
128
|
+
"babel-loader": "^10.0.0",
|
|
129
129
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
130
130
|
"babel-runtime": "^6.26.0",
|
|
131
131
|
"chalk": "^5.3.0",
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"lodash.debounce": "^4.0.8",
|
|
146
146
|
"lodash.throttle": "^4.1.1",
|
|
147
147
|
"prettier": "^3.1.0",
|
|
148
|
-
"react": "^
|
|
149
|
-
"react-dom": "^
|
|
150
|
-
"react-redux": "^9.0
|
|
148
|
+
"react": "^19.0.0",
|
|
149
|
+
"react-dom": "^19.0.0",
|
|
150
|
+
"react-redux": "^9.2.0",
|
|
151
151
|
"react-scripts": "^5.0.1",
|
|
152
152
|
"rollup": "^4.6.1",
|
|
153
153
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"ts-jest": "^29.1.1",
|
|
159
159
|
"ts-keycode-enum": "^1.0.6",
|
|
160
160
|
"tslib": "^2.2.0",
|
|
161
|
-
"tss-react": "^4.9.
|
|
161
|
+
"tss-react": "^4.9.15",
|
|
162
162
|
"typescript": "^5.4.5"
|
|
163
163
|
},
|
|
164
164
|
"files": [
|
|
@@ -171,12 +171,12 @@
|
|
|
171
171
|
"dependencies": {
|
|
172
172
|
"@emotion/react": "^11.11.0",
|
|
173
173
|
"@emotion/styled": "^11.11.0",
|
|
174
|
-
"@lexical/react": "^0.
|
|
174
|
+
"@lexical/react": "^0.27.2",
|
|
175
175
|
"@mui/icons-material": "^6.4.4",
|
|
176
176
|
"@mui/material": "^6.4.4",
|
|
177
|
-
"@mui/x-date-pickers": "^7.
|
|
177
|
+
"@mui/x-date-pickers": "^7.27.3",
|
|
178
178
|
"dayjs": "^1.11.10",
|
|
179
|
-
"lexical": "^0.
|
|
179
|
+
"lexical": "^0.27.2",
|
|
180
180
|
"react-router": "^7.1.1"
|
|
181
181
|
},
|
|
182
182
|
"overrides": {
|