@norges-domstoler/dds-components 13.8.3 → 13.8.5
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +13 -13
package/dist/index.d.mts
CHANGED
|
@@ -167,7 +167,7 @@ declare const RadioButton: react.ForwardRefExoticComponent<Pick<Omit<react.Input
|
|
|
167
167
|
error?: boolean | undefined;
|
|
168
168
|
} & {
|
|
169
169
|
name?: string | undefined;
|
|
170
|
-
|
|
170
|
+
"aria-describedby"?: string | undefined;
|
|
171
171
|
onChange?: react.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
172
172
|
value?: string | number | readonly string[] | undefined;
|
|
173
173
|
checked?: boolean | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -167,7 +167,7 @@ declare const RadioButton: react.ForwardRefExoticComponent<Pick<Omit<react.Input
|
|
|
167
167
|
error?: boolean | undefined;
|
|
168
168
|
} & {
|
|
169
169
|
name?: string | undefined;
|
|
170
|
-
|
|
170
|
+
"aria-describedby"?: string | undefined;
|
|
171
171
|
onChange?: react.ChangeEventHandler<HTMLInputElement> | undefined;
|
|
172
172
|
value?: string | number | readonly string[] | undefined;
|
|
173
173
|
checked?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norges-domstoler/dds-components",
|
|
3
|
-
"version": "13.8.
|
|
3
|
+
"version": "13.8.5",
|
|
4
4
|
"description": "React components used in Elsa - domstolenes designsystem",
|
|
5
5
|
"author": "Elsa team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,31 +47,31 @@
|
|
|
47
47
|
"@mdx-js/react": "^2.3.0",
|
|
48
48
|
"@norges-domstoler/dds-design-tokens": "*",
|
|
49
49
|
"@norges-domstoler/storybook-components": "*",
|
|
50
|
-
"@storybook/blocks": "^7.
|
|
50
|
+
"@storybook/blocks": "^7.4.5",
|
|
51
51
|
"@testing-library/jest-dom": "^5.16.5",
|
|
52
52
|
"@testing-library/react": "^14.0.0",
|
|
53
|
-
"@testing-library/user-event": "^14.
|
|
54
|
-
"@types/react": "^18.2.
|
|
55
|
-
"@types/react-dom": "^18.2.
|
|
53
|
+
"@testing-library/user-event": "^14.5.1",
|
|
54
|
+
"@types/react": "^18.2.23",
|
|
55
|
+
"@types/react-dom": "^18.2.8",
|
|
56
56
|
"@types/styled-components": "^5.1.26",
|
|
57
57
|
"@typescript-eslint/eslint-plugin": "^5.59.11",
|
|
58
58
|
"@typescript-eslint/parser": "^5.59.11",
|
|
59
59
|
"clean-package": "2.2.0",
|
|
60
|
-
"concurrently": "^8.2.
|
|
61
|
-
"eslint": "^8.
|
|
60
|
+
"concurrently": "^8.2.1",
|
|
61
|
+
"eslint": "^8.50.0",
|
|
62
62
|
"eslint-config-prettier": "^8.8.0",
|
|
63
63
|
"eslint-plugin-prettier": "^4.2.1",
|
|
64
|
-
"eslint-plugin-react": "^7.
|
|
64
|
+
"eslint-plugin-react": "^7.33.2",
|
|
65
65
|
"jsdom": "^22.1.0",
|
|
66
66
|
"react": "^18.2.0",
|
|
67
67
|
"react-dom": "^18.2.0",
|
|
68
68
|
"tsup": "^7.2.0",
|
|
69
|
-
"typescript": "^5.
|
|
69
|
+
"typescript": "^5.2.2",
|
|
70
70
|
"vite": "^4.4.9",
|
|
71
|
-
"vitest": "^0.
|
|
71
|
+
"vitest": "^0.34.5"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
|
-
"@norges-domstoler/dds-design-tokens": "^3",
|
|
74
|
+
"@norges-domstoler/dds-design-tokens": "^3.0.2",
|
|
75
75
|
"react": "^16 || ^17 || ^18",
|
|
76
76
|
"react-dom": "^16 || ^17 || ^18",
|
|
77
77
|
"styled-components": "^5"
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"attr-accept": "^2.2.2",
|
|
87
87
|
"file-selector": "^0.6.0",
|
|
88
88
|
"focus-visible": "^5.2.0",
|
|
89
|
-
"react-select": "^5.7.
|
|
90
|
-
"tslib": "^2.
|
|
89
|
+
"react-select": "^5.7.5",
|
|
90
|
+
"tslib": "^2.6.2"
|
|
91
91
|
},
|
|
92
92
|
"publishConfig": {
|
|
93
93
|
"provenance": true
|