grep-components 2.13.0 → 2.14.0-GREPF-2769.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/components/ContainedLinkList/styles/index.d.ts +1 -1
- package/dist/components/Footer/styles/index.d.ts +1 -1
- package/dist/components/GDPR/styles/index.d.ts +1 -1
- package/dist/components/GrepCrumbs/styles/styles.d.ts +1 -1
- package/dist/components/GrepTableCard/styles/index.d.ts +1 -1
- package/dist/components/Sidebar/styles/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/styling/makeStyles.d.ts +2 -2
- package/package.json +1 -2
|
@@ -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").
|
|
13
|
+
<C extends keyof import("tss-react/tools/ReactHTML").JSXIntrinsicElements | import("tss-react/tools/ReactComponent").ReactComponent<any>, Props extends C extends import("tss-react/tools/ReactComponent").ReactComponent<infer P> ? P : C extends keyof import("tss-react/tools/ReactHTML").JSXIntrinsicElements ? import("tss-react/tools/ReactHTML").ReactHTML[C] extends import("tss-react/tools/ReactComponent").ReactComponent<infer P_1> ? NonNullable<P_1> : never : 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 keyof import("tss-react/tools/ReactHTML").JSXIntrinsicElements ? import("tss-react/tools/ReactHTML").ReactHTML[C] : 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.14.0-GREPF-2769.1",
|
|
4
4
|
"description": "Grep komponentbibliotek",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -128,7 +128,6 @@
|
|
|
128
128
|
"chalk": "^5.3.0",
|
|
129
129
|
"clsx": "^2.0.0",
|
|
130
130
|
"commitlint": "^19.3.0",
|
|
131
|
-
"conventional-changelog-cli": "^5.0.0",
|
|
132
131
|
"eslint": "^8.57.1",
|
|
133
132
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
134
133
|
"eslint-plugin-react": "^7.24.0",
|