@norges-domstoler/dds-components 0.0.0-dev-20260204083546 → 0.0.0-dev-20260209113313
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 +32 -0
- package/dist/index.d.ts +32 -0
- package/package.json +13 -13
package/dist/index.d.mts
CHANGED
|
@@ -1788,6 +1788,14 @@ declare function useTheme(): {
|
|
|
1788
1788
|
ddsColorData09Default: "#007d79";
|
|
1789
1789
|
ddsColorData09Subtle: "#90ccc9";
|
|
1790
1790
|
ddsColorData09Border: "#007d79";
|
|
1791
|
+
ddsMotionDurationMedium: "200ms";
|
|
1792
|
+
ddsMotionDurationFast: "100ms";
|
|
1793
|
+
ddsMotionDurationSlow: "400ms";
|
|
1794
|
+
ddsMotionDurationXfast: "50ms";
|
|
1795
|
+
ddsMotionDurationXslow: "600ms";
|
|
1796
|
+
ddsMotionDurationXxslow: "800ms";
|
|
1797
|
+
ddsMotionEasingLinear: "linear";
|
|
1798
|
+
ddsMotionEasingInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
1791
1799
|
ddsColorBgDefault: "#ffffff";
|
|
1792
1800
|
ddsColorBgSubtle: "#f1f3f4";
|
|
1793
1801
|
ddsColorSurfaceDefault: "#ffffff";
|
|
@@ -2212,6 +2220,14 @@ declare function useTheme(): {
|
|
|
2212
2220
|
ddsColorData09Default: "#5dafad";
|
|
2213
2221
|
ddsColorData09Subtle: "#006461";
|
|
2214
2222
|
ddsColorData09Border: "#5dafad";
|
|
2223
|
+
ddsMotionDurationMedium: "200ms";
|
|
2224
|
+
ddsMotionDurationFast: "100ms";
|
|
2225
|
+
ddsMotionDurationSlow: "400ms";
|
|
2226
|
+
ddsMotionDurationXfast: "50ms";
|
|
2227
|
+
ddsMotionDurationXslow: "600ms";
|
|
2228
|
+
ddsMotionDurationXxslow: "800ms";
|
|
2229
|
+
ddsMotionEasingLinear: "linear";
|
|
2230
|
+
ddsMotionEasingInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
2215
2231
|
ddsColorBgDefault: "#181a1c";
|
|
2216
2232
|
ddsColorBgSubtle: "#22272a";
|
|
2217
2233
|
ddsColorSurfaceDefault: "#181a1c";
|
|
@@ -2636,6 +2652,14 @@ declare function useTheme(): {
|
|
|
2636
2652
|
ddsColorData09Default: "#007d79";
|
|
2637
2653
|
ddsColorData09Subtle: "#90ccc9";
|
|
2638
2654
|
ddsColorData09Border: "#007d79";
|
|
2655
|
+
ddsMotionDurationMedium: "200ms";
|
|
2656
|
+
ddsMotionDurationFast: "100ms";
|
|
2657
|
+
ddsMotionDurationSlow: "400ms";
|
|
2658
|
+
ddsMotionDurationXfast: "50ms";
|
|
2659
|
+
ddsMotionDurationXslow: "600ms";
|
|
2660
|
+
ddsMotionDurationXxslow: "800ms";
|
|
2661
|
+
ddsMotionEasingLinear: "linear";
|
|
2662
|
+
ddsMotionEasingInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
2639
2663
|
ddsColorBgDefault: "#ffffff";
|
|
2640
2664
|
ddsColorBgSubtle: "#f1f3f4";
|
|
2641
2665
|
ddsColorSurfaceDefault: "#ffffff";
|
|
@@ -3060,6 +3084,14 @@ declare function useTheme(): {
|
|
|
3060
3084
|
ddsColorData09Default: "#5dafad";
|
|
3061
3085
|
ddsColorData09Subtle: "#006461";
|
|
3062
3086
|
ddsColorData09Border: "#5dafad";
|
|
3087
|
+
ddsMotionDurationMedium: "200ms";
|
|
3088
|
+
ddsMotionDurationFast: "100ms";
|
|
3089
|
+
ddsMotionDurationSlow: "400ms";
|
|
3090
|
+
ddsMotionDurationXfast: "50ms";
|
|
3091
|
+
ddsMotionDurationXslow: "600ms";
|
|
3092
|
+
ddsMotionDurationXxslow: "800ms";
|
|
3093
|
+
ddsMotionEasingLinear: "linear";
|
|
3094
|
+
ddsMotionEasingInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
3063
3095
|
ddsColorBgDefault: "#181a1c";
|
|
3064
3096
|
ddsColorBgSubtle: "#22272a";
|
|
3065
3097
|
ddsColorSurfaceDefault: "#181a1c";
|
package/dist/index.d.ts
CHANGED
|
@@ -1788,6 +1788,14 @@ declare function useTheme(): {
|
|
|
1788
1788
|
ddsColorData09Default: "#007d79";
|
|
1789
1789
|
ddsColorData09Subtle: "#90ccc9";
|
|
1790
1790
|
ddsColorData09Border: "#007d79";
|
|
1791
|
+
ddsMotionDurationMedium: "200ms";
|
|
1792
|
+
ddsMotionDurationFast: "100ms";
|
|
1793
|
+
ddsMotionDurationSlow: "400ms";
|
|
1794
|
+
ddsMotionDurationXfast: "50ms";
|
|
1795
|
+
ddsMotionDurationXslow: "600ms";
|
|
1796
|
+
ddsMotionDurationXxslow: "800ms";
|
|
1797
|
+
ddsMotionEasingLinear: "linear";
|
|
1798
|
+
ddsMotionEasingInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
1791
1799
|
ddsColorBgDefault: "#ffffff";
|
|
1792
1800
|
ddsColorBgSubtle: "#f1f3f4";
|
|
1793
1801
|
ddsColorSurfaceDefault: "#ffffff";
|
|
@@ -2212,6 +2220,14 @@ declare function useTheme(): {
|
|
|
2212
2220
|
ddsColorData09Default: "#5dafad";
|
|
2213
2221
|
ddsColorData09Subtle: "#006461";
|
|
2214
2222
|
ddsColorData09Border: "#5dafad";
|
|
2223
|
+
ddsMotionDurationMedium: "200ms";
|
|
2224
|
+
ddsMotionDurationFast: "100ms";
|
|
2225
|
+
ddsMotionDurationSlow: "400ms";
|
|
2226
|
+
ddsMotionDurationXfast: "50ms";
|
|
2227
|
+
ddsMotionDurationXslow: "600ms";
|
|
2228
|
+
ddsMotionDurationXxslow: "800ms";
|
|
2229
|
+
ddsMotionEasingLinear: "linear";
|
|
2230
|
+
ddsMotionEasingInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
2215
2231
|
ddsColorBgDefault: "#181a1c";
|
|
2216
2232
|
ddsColorBgSubtle: "#22272a";
|
|
2217
2233
|
ddsColorSurfaceDefault: "#181a1c";
|
|
@@ -2636,6 +2652,14 @@ declare function useTheme(): {
|
|
|
2636
2652
|
ddsColorData09Default: "#007d79";
|
|
2637
2653
|
ddsColorData09Subtle: "#90ccc9";
|
|
2638
2654
|
ddsColorData09Border: "#007d79";
|
|
2655
|
+
ddsMotionDurationMedium: "200ms";
|
|
2656
|
+
ddsMotionDurationFast: "100ms";
|
|
2657
|
+
ddsMotionDurationSlow: "400ms";
|
|
2658
|
+
ddsMotionDurationXfast: "50ms";
|
|
2659
|
+
ddsMotionDurationXslow: "600ms";
|
|
2660
|
+
ddsMotionDurationXxslow: "800ms";
|
|
2661
|
+
ddsMotionEasingLinear: "linear";
|
|
2662
|
+
ddsMotionEasingInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
2639
2663
|
ddsColorBgDefault: "#ffffff";
|
|
2640
2664
|
ddsColorBgSubtle: "#f1f3f4";
|
|
2641
2665
|
ddsColorSurfaceDefault: "#ffffff";
|
|
@@ -3060,6 +3084,14 @@ declare function useTheme(): {
|
|
|
3060
3084
|
ddsColorData09Default: "#5dafad";
|
|
3061
3085
|
ddsColorData09Subtle: "#006461";
|
|
3062
3086
|
ddsColorData09Border: "#5dafad";
|
|
3087
|
+
ddsMotionDurationMedium: "200ms";
|
|
3088
|
+
ddsMotionDurationFast: "100ms";
|
|
3089
|
+
ddsMotionDurationSlow: "400ms";
|
|
3090
|
+
ddsMotionDurationXfast: "50ms";
|
|
3091
|
+
ddsMotionDurationXslow: "600ms";
|
|
3092
|
+
ddsMotionDurationXxslow: "800ms";
|
|
3093
|
+
ddsMotionEasingLinear: "linear";
|
|
3094
|
+
ddsMotionEasingInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
3063
3095
|
ddsColorBgDefault: "#181a1c";
|
|
3064
3096
|
ddsColorBgSubtle: "#22272a";
|
|
3065
3097
|
ddsColorSurfaceDefault: "#181a1c";
|
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-20260209113313",
|
|
4
4
|
"description": "React components used in Elsa - domstolenes designsystem",
|
|
5
5
|
"author": "Elsa team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -35,15 +35,15 @@
|
|
|
35
35
|
"elsa"
|
|
36
36
|
],
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@internationalized/date": "^3.
|
|
39
|
-
"@react-types/datepicker": "^3.13.
|
|
38
|
+
"@internationalized/date": "^3.11.0",
|
|
39
|
+
"@react-types/datepicker": "^3.13.4",
|
|
40
40
|
"@testing-library/dom": "^10.4.1",
|
|
41
41
|
"@testing-library/jest-dom": "^6.9.1",
|
|
42
42
|
"@testing-library/react": "^16.3.2",
|
|
43
43
|
"@testing-library/user-event": "^14.6.1",
|
|
44
|
-
"@types/react": "19.2.
|
|
44
|
+
"@types/react": "19.2.13",
|
|
45
45
|
"@types/react-dom": "19.2.3",
|
|
46
|
-
"autoprefixer": "^10.4.
|
|
46
|
+
"autoprefixer": "^10.4.24",
|
|
47
47
|
"csstype": "3.2.3",
|
|
48
48
|
"jsdom": "^27.4.0",
|
|
49
49
|
"postcss": "^8.5.6",
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"react-dom": "^19"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@floating-ui/react-dom": "^2.1.
|
|
68
|
-
"@react-aria/button": "^3.14.
|
|
69
|
-
"@react-aria/calendar": "^3.9.
|
|
70
|
-
"@react-aria/datepicker": "^3.
|
|
71
|
-
"@react-aria/focus": "^3.21.
|
|
72
|
-
"@react-aria/i18n": "^3.12.
|
|
73
|
-
"@react-stately/calendar": "^3.9.
|
|
74
|
-
"@react-stately/datepicker": "^3.
|
|
67
|
+
"@floating-ui/react-dom": "^2.1.7",
|
|
68
|
+
"@react-aria/button": "^3.14.4",
|
|
69
|
+
"@react-aria/calendar": "^3.9.4",
|
|
70
|
+
"@react-aria/datepicker": "^3.16.0",
|
|
71
|
+
"@react-aria/focus": "^3.21.4",
|
|
72
|
+
"@react-aria/i18n": "^3.12.15",
|
|
73
|
+
"@react-stately/calendar": "^3.9.2",
|
|
74
|
+
"@react-stately/datepicker": "^3.16.0",
|
|
75
75
|
"file-selector": "^2.1.2",
|
|
76
76
|
"react-select": "^5.10.2"
|
|
77
77
|
},
|