@mattilsynet/design 2.2.9 → 2.2.10
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/mtds/chart/chart-axis.d.ts +2 -1
- package/mtds/chart/chart-axis.js +16 -16
- package/mtds/chart/chart-axis.js.map +1 -1
- package/mtds/chart/chart-element.d.ts +2 -0
- package/mtds/chart/chart-element.js +46 -41
- package/mtds/chart/chart-element.js.map +1 -1
- package/mtds/chart/chart-lines.d.ts +1 -1
- package/mtds/chart/chart-lines.js +30 -30
- package/mtds/chart/chart-lines.js.map +1 -1
- package/mtds/chart/chart-pies.d.ts +5 -2
- package/mtds/chart/chart-pies.js +10 -10
- package/mtds/chart/chart-pies.js.map +1 -1
- package/mtds/chart/chart.css.js +104 -38
- package/mtds/chart/chart.css.js.map +1 -1
- package/mtds/chart/chart.d.ts +4 -0
- package/mtds/chart/chart.js +9 -9
- package/mtds/chart/chart.js.map +1 -1
- package/mtds/chart/chart.stories.d.ts +5 -3
- package/mtds/index.iife.js +113 -47
- package/mtds/lawpicker/lawpicker-element.d.ts +18 -0
- package/mtds/lawpicker/lawpicker.stories.d.ts +10 -0
- package/mtds/package.json.js +1 -1
- package/mtds/popover/popover-observer.js +19 -18
- package/mtds/popover/popover-observer.js.map +1 -1
- package/mtds/styles.css +1 -1
- package/package.json +16 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mattilsynet/design",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./mtds/index.js",
|
|
6
6
|
"types": "./mtds/index.d.ts",
|
|
@@ -46,34 +46,36 @@
|
|
|
46
46
|
"storybook:build": "npm run build && storybook build"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@biomejs/biome": "^2.2.
|
|
49
|
+
"@biomejs/biome": "^2.2.5",
|
|
50
50
|
"@digdir/designsystemet": "^1.6.0",
|
|
51
51
|
"@digdir/designsystemet-css": "^1.6.0",
|
|
52
|
+
"@handsontable/react-wrapper": "^16.1.1",
|
|
52
53
|
"@phosphor-icons/core": "^2.1.1",
|
|
53
54
|
"@phosphor-icons/react": "^2.1.10",
|
|
54
|
-
"@storybook/addon-docs": "^9.1.
|
|
55
|
-
"@storybook/addon-themes": "^9.1.
|
|
56
|
-
"@storybook/react-vite": "^9.1.
|
|
55
|
+
"@storybook/addon-docs": "^9.1.10",
|
|
56
|
+
"@storybook/addon-themes": "^9.1.10",
|
|
57
|
+
"@storybook/react-vite": "^9.1.10",
|
|
57
58
|
"@tanstack/react-table": "^8.21.3",
|
|
58
|
-
"@types/node": "^24.
|
|
59
|
-
"@types/react": "^19.
|
|
60
|
-
"@types/react-dom": "^19.
|
|
59
|
+
"@types/node": "^24.7.0",
|
|
60
|
+
"@types/react": "^19.2.0",
|
|
61
|
+
"@types/react-dom": "^19.2.0",
|
|
61
62
|
"@vitejs/plugin-react": "^5.0.4",
|
|
62
63
|
"fast-glob": "^3.3.3",
|
|
64
|
+
"handsontable": "^16.1.1",
|
|
63
65
|
"postcss": "^8.5.6",
|
|
64
66
|
"postcss-nesting": "^13.0.2",
|
|
65
|
-
"react": "^19.
|
|
66
|
-
"react-dom": "^19.
|
|
67
|
-
"storybook": "^9.1.
|
|
68
|
-
"typescript": "^5.9.
|
|
69
|
-
"vite": "^7.1.
|
|
67
|
+
"react": "^19.2.0",
|
|
68
|
+
"react-dom": "^19.2.0",
|
|
69
|
+
"storybook": "^9.1.10",
|
|
70
|
+
"typescript": "^5.9.3",
|
|
71
|
+
"vite": "^7.1.9",
|
|
70
72
|
"vite-plugin-dts": "^4.5.4"
|
|
71
73
|
},
|
|
72
74
|
"dependencies": {
|
|
73
75
|
"@floating-ui/dom": "^1.7.4",
|
|
74
76
|
"@types/leaflet": "^1.9.20",
|
|
75
77
|
"@types/leaflet.markercluster": "^1.5.6",
|
|
76
|
-
"@u-elements/u-combobox": "^1.0.
|
|
78
|
+
"@u-elements/u-combobox": "^1.0.2",
|
|
77
79
|
"@u-elements/u-datalist": "^1.0.14",
|
|
78
80
|
"@u-elements/u-details": "^0.1.5",
|
|
79
81
|
"@u-elements/u-progress": "^0.0.6",
|