@norges-domstoler/dds-components 0.0.0-dev-20250124122149 → 0.0.0-dev-20250124123355

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 CHANGED
@@ -3425,6 +3425,7 @@ declare function useTheme(): {
3425
3425
  ddsColorTextActionVisited: "#7f29b4";
3426
3426
  ddsColorTextActionVisitedOnInverse: "#cca9e1";
3427
3427
  ddsColorTextOnNotification: "#ffffff";
3428
+ ddsColorTextDanger: "#ad2c2c";
3428
3429
  ddsColorIconDefault: "#0b0d0e";
3429
3430
  ddsColorIconMedium: "#3a4146";
3430
3431
  ddsColorIconSubtle: "#545c62";
@@ -3440,6 +3441,7 @@ declare function useTheme(): {
3440
3441
  ddsColorIconOnDangerStrong: "#0b0d0e";
3441
3442
  ddsColorIconOnInfoDefault: "#466f8a";
3442
3443
  ddsColorIconOnInfoStrong: "#0b0d0e";
3444
+ ddsColorIconDanger: "#ad2c2c";
3443
3445
  ddsColorBrandPrimaryDefault: "#354754";
3444
3446
  ddsColorBrandPrimarySubtle: "#eaeff4";
3445
3447
  ddsColorBrandPrimaryMedium: "#4f6a7e";
@@ -3701,6 +3703,7 @@ declare function useTheme(): {
3701
3703
  ddsColorTextActionVisited: "#7f29b4";
3702
3704
  ddsColorTextActionVisitedOnInverse: "#cca9e1";
3703
3705
  ddsColorTextOnNotification: "#ffffff";
3706
+ ddsColorTextDanger: "#ad2c2c";
3704
3707
  ddsColorIconDefault: "#0b0d0e";
3705
3708
  ddsColorIconMedium: "#3a4146";
3706
3709
  ddsColorIconSubtle: "#545c62";
@@ -3716,6 +3719,7 @@ declare function useTheme(): {
3716
3719
  ddsColorIconOnDangerStrong: "#0b0d0e";
3717
3720
  ddsColorIconOnInfoDefault: "#466f8a";
3718
3721
  ddsColorIconOnInfoStrong: "#0b0d0e";
3722
+ ddsColorIconDanger: "#ad2c2c";
3719
3723
  ddsColorBrandPrimaryDefault: "#354754";
3720
3724
  ddsColorBrandPrimarySubtle: "#eaeff4";
3721
3725
  ddsColorBrandPrimaryMedium: "#4f6a7e";
package/dist/index.d.ts CHANGED
@@ -3425,6 +3425,7 @@ declare function useTheme(): {
3425
3425
  ddsColorTextActionVisited: "#7f29b4";
3426
3426
  ddsColorTextActionVisitedOnInverse: "#cca9e1";
3427
3427
  ddsColorTextOnNotification: "#ffffff";
3428
+ ddsColorTextDanger: "#ad2c2c";
3428
3429
  ddsColorIconDefault: "#0b0d0e";
3429
3430
  ddsColorIconMedium: "#3a4146";
3430
3431
  ddsColorIconSubtle: "#545c62";
@@ -3440,6 +3441,7 @@ declare function useTheme(): {
3440
3441
  ddsColorIconOnDangerStrong: "#0b0d0e";
3441
3442
  ddsColorIconOnInfoDefault: "#466f8a";
3442
3443
  ddsColorIconOnInfoStrong: "#0b0d0e";
3444
+ ddsColorIconDanger: "#ad2c2c";
3443
3445
  ddsColorBrandPrimaryDefault: "#354754";
3444
3446
  ddsColorBrandPrimarySubtle: "#eaeff4";
3445
3447
  ddsColorBrandPrimaryMedium: "#4f6a7e";
@@ -3701,6 +3703,7 @@ declare function useTheme(): {
3701
3703
  ddsColorTextActionVisited: "#7f29b4";
3702
3704
  ddsColorTextActionVisitedOnInverse: "#cca9e1";
3703
3705
  ddsColorTextOnNotification: "#ffffff";
3706
+ ddsColorTextDanger: "#ad2c2c";
3704
3707
  ddsColorIconDefault: "#0b0d0e";
3705
3708
  ddsColorIconMedium: "#3a4146";
3706
3709
  ddsColorIconSubtle: "#545c62";
@@ -3716,6 +3719,7 @@ declare function useTheme(): {
3716
3719
  ddsColorIconOnDangerStrong: "#0b0d0e";
3717
3720
  ddsColorIconOnInfoDefault: "#466f8a";
3718
3721
  ddsColorIconOnInfoStrong: "#0b0d0e";
3722
+ ddsColorIconDanger: "#ad2c2c";
3719
3723
  ddsColorBrandPrimaryDefault: "#354754";
3720
3724
  ddsColorBrandPrimarySubtle: "#eaeff4";
3721
3725
  ddsColorBrandPrimaryMedium: "#4f6a7e";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norges-domstoler/dds-components",
3
- "version": "0.0.0-dev-20250124122149",
3
+ "version": "0.0.0-dev-20250124123355",
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.7.3",
56
56
  "vite": "^6.0.9",
57
57
  "vitest": "^2.1.8",
58
- "@norges-domstoler/storybook-components": "0.0.12",
59
- "@norges-domstoler/dds-design-tokens": "7.0.0"
58
+ "@norges-domstoler/dds-design-tokens": "0.0.0-dev-20250124123355",
59
+ "@norges-domstoler/storybook-components": "0.0.0-dev-20250124123355"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "@internationalized/date": "^3",