@norges-domstoler/dds-components 0.0.0-dev-20250428130902 → 0.0.0-dev-20250428134329
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -3067,7 +3067,7 @@ declare function useTheme(): {
|
|
|
3067
3067
|
ddsFontLineheightX1: 1.5;
|
|
3068
3068
|
ddsFontLineheightX2: 1.35;
|
|
3069
3069
|
ddsFontLineheightX3: 1.2;
|
|
3070
|
-
ddsFontLineheightList: 2
|
|
3070
|
+
ddsFontLineheightList: 2;
|
|
3071
3071
|
ddsFontLetterSpacingTight: "-0.01em";
|
|
3072
3072
|
ddsFontLetterSpacingNormal: "0em";
|
|
3073
3073
|
ddsFontLetterSpacingLoose: "0.01em";
|
|
@@ -3460,7 +3460,7 @@ declare function useTheme(): {
|
|
|
3460
3460
|
ddsFontLineheightX1: 1.5;
|
|
3461
3461
|
ddsFontLineheightX2: 1.35;
|
|
3462
3462
|
ddsFontLineheightX3: 1.2;
|
|
3463
|
-
ddsFontLineheightList: 2
|
|
3463
|
+
ddsFontLineheightList: 2;
|
|
3464
3464
|
ddsFontLetterSpacingTight: "-0.01em";
|
|
3465
3465
|
ddsFontLetterSpacingNormal: "0em";
|
|
3466
3466
|
ddsFontLetterSpacingLoose: "0.01em";
|
package/dist/index.d.ts
CHANGED
|
@@ -3067,7 +3067,7 @@ declare function useTheme(): {
|
|
|
3067
3067
|
ddsFontLineheightX1: 1.5;
|
|
3068
3068
|
ddsFontLineheightX2: 1.35;
|
|
3069
3069
|
ddsFontLineheightX3: 1.2;
|
|
3070
|
-
ddsFontLineheightList: 2
|
|
3070
|
+
ddsFontLineheightList: 2;
|
|
3071
3071
|
ddsFontLetterSpacingTight: "-0.01em";
|
|
3072
3072
|
ddsFontLetterSpacingNormal: "0em";
|
|
3073
3073
|
ddsFontLetterSpacingLoose: "0.01em";
|
|
@@ -3460,7 +3460,7 @@ declare function useTheme(): {
|
|
|
3460
3460
|
ddsFontLineheightX1: 1.5;
|
|
3461
3461
|
ddsFontLineheightX2: 1.35;
|
|
3462
3462
|
ddsFontLineheightX3: 1.2;
|
|
3463
|
-
ddsFontLineheightList: 2
|
|
3463
|
+
ddsFontLineheightList: 2;
|
|
3464
3464
|
ddsFontLetterSpacingTight: "-0.01em";
|
|
3465
3465
|
ddsFontLetterSpacingNormal: "0em";
|
|
3466
3466
|
ddsFontLetterSpacingLoose: "0.01em";
|
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-20250428134329",
|
|
4
4
|
"description": "React components used in Elsa - domstolenes designsystem",
|
|
5
5
|
"author": "Elsa team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"typescript": "^5.8.3",
|
|
56
56
|
"vite": "^6.3.2",
|
|
57
57
|
"vitest": "^3.1.2",
|
|
58
|
-
"@norges-domstoler/dds-design-tokens": "0.0.0-dev-
|
|
59
|
-
"@norges-domstoler/storybook-components": "0.0.0-dev-
|
|
58
|
+
"@norges-domstoler/dds-design-tokens": "0.0.0-dev-20250428134329",
|
|
59
|
+
"@norges-domstoler/storybook-components": "0.0.0-dev-20250428134329"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@internationalized/date": "^3",
|