@norges-domstoler/dds-components 0.0.0-dev-20260720134425 → 0.0.0-dev-20260721092542
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.css +0 -5
- package/package.json +5 -5
package/dist/index.css
CHANGED
|
@@ -376,7 +376,6 @@
|
|
|
376
376
|
--dds-size-height-input-small: 2.187rem; /* Brukes i input og buttons */
|
|
377
377
|
--dds-size-height-input-xsmall: 1.5625rem; /* Brukes i input og buttons */
|
|
378
378
|
}
|
|
379
|
-
|
|
380
379
|
/**
|
|
381
380
|
* Do not edit directly, this file was auto-generated.
|
|
382
381
|
*/
|
|
@@ -751,7 +750,6 @@
|
|
|
751
750
|
--dds-size-height-input-small: 2.187rem; /* Brukes i input og buttons */
|
|
752
751
|
--dds-size-height-input-xsmall: 1.5625rem; /* Brukes i input og buttons */
|
|
753
752
|
}
|
|
754
|
-
|
|
755
753
|
/**
|
|
756
754
|
* Do not edit directly, this file was auto-generated.
|
|
757
755
|
*/
|
|
@@ -1126,7 +1124,6 @@
|
|
|
1126
1124
|
--dds-size-height-input-small: 2.5rem; /* Brukes i input og buttons */
|
|
1127
1125
|
--dds-size-height-input-xsmall: 1.8125rem; /* Brukes i input og buttons */
|
|
1128
1126
|
}
|
|
1129
|
-
|
|
1130
1127
|
/**
|
|
1131
1128
|
* Do not edit directly, this file was auto-generated.
|
|
1132
1129
|
*/
|
|
@@ -1501,7 +1498,6 @@
|
|
|
1501
1498
|
--dds-size-height-input-small: 2.5rem; /* Brukes i input og buttons */
|
|
1502
1499
|
--dds-size-height-input-xsmall: 1.8125rem; /* Brukes i input og buttons */
|
|
1503
1500
|
}
|
|
1504
|
-
|
|
1505
1501
|
/**
|
|
1506
1502
|
* Do not edit directly, this file was auto-generated.
|
|
1507
1503
|
*/
|
|
@@ -1876,7 +1872,6 @@
|
|
|
1876
1872
|
--dds-font-body-short-xsmall-letter-spacing: 0.01em;
|
|
1877
1873
|
--dds-font-body-short-xsmall-paragraph-spacing: 1em;
|
|
1878
1874
|
}
|
|
1879
|
-
|
|
1880
1875
|
/**
|
|
1881
1876
|
* Do not edit directly, this file was auto-generated.
|
|
1882
1877
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norges-domstoler/dds-components",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20260721092542",
|
|
4
4
|
"description": "React components used in Elsa - domstolenes designsystem",
|
|
5
5
|
"author": "Elsa team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"autoprefixer": "^10.5.0",
|
|
55
55
|
"csstype": "3.2.3",
|
|
56
56
|
"jsdom": "^29.1.1",
|
|
57
|
-
"postcss": "^8.5.
|
|
57
|
+
"postcss": "^8.5.19",
|
|
58
58
|
"react": "19.2.7",
|
|
59
59
|
"react-dom": "19.2.7",
|
|
60
60
|
"ts-node": "^10.9.2",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"typescript": "^5.9.3",
|
|
63
63
|
"vite": "^8.1.4",
|
|
64
64
|
"vitest": "^4.1.10",
|
|
65
|
-
"@norges-domstoler/dds-design-tokens": "0.0.0-dev-
|
|
66
|
-
"@norges-domstoler/storybook-components": "0.0.0-dev-
|
|
65
|
+
"@norges-domstoler/dds-design-tokens": "0.0.0-dev-20260721092542",
|
|
66
|
+
"@norges-domstoler/storybook-components": "0.0.0-dev-20260721092542"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"@internationalized/date": "^3.12.2",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"react-dom": "^19"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@floating-ui/react-dom": "^2.1.
|
|
75
|
+
"@floating-ui/react-dom": "^2.1.9",
|
|
76
76
|
"@react-aria/button": "^3.15.1",
|
|
77
77
|
"@react-aria/calendar": "^3.10.1",
|
|
78
78
|
"@react-aria/datepicker": "^3.17.1",
|