@jobber/design 0.65.0 → 0.65.1

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.
@@ -14,7 +14,7 @@
14
14
  --color-destructive--hover: var(--color-base-red--400);
15
15
  --color-disabled: var(--color-base-grey--500);
16
16
  --color-disabled--secondary: var(--color-base-grey--700);
17
- --color-critical: var(--color-base-red--600);
17
+ --color-critical: var(--color-base-red--500);
18
18
  --color-critical--surface: var(--color-base-red--900);
19
19
  --color-critical--onSurface: var(--color-base-red--300);
20
20
  --color-warning: var(--color-base-yellow--400);
@@ -12,7 +12,7 @@
12
12
  --color-destructive--hover: var(--color-base-red--400);
13
13
  --color-disabled: var(--color-base-grey--500);
14
14
  --color-disabled--secondary: var(--color-base-grey--700);
15
- --color-critical: var(--color-base-red--600);
15
+ --color-critical: var(--color-base-red--500);
16
16
  --color-critical--surface: var(--color-base-red--900);
17
17
  --color-critical--onSurface: var(--color-base-red--300);
18
18
  --color-warning: var(--color-base-yellow--400);
package/dist/index.cjs CHANGED
@@ -2306,7 +2306,7 @@ var tokens_dark = {
2306
2306
  "color-destructive--hover": "hsl(6, 64%, 76%)",
2307
2307
  "color-disabled": "hsl(0, 0%, 58%)",
2308
2308
  "color-disabled--secondary": "hsl(0, 0%, 35%)",
2309
- "color-critical": "hsl(6, 64%, 51%)",
2309
+ "color-critical": "hsl(6, 64%, 65%)",
2310
2310
  "color-critical--surface": "hsl(6, 100%, 16%)",
2311
2311
  "color-critical--onSurface": "hsl(5, 65%, 90%)",
2312
2312
  "color-warning": "hsl(51, 64%, 49%)",
package/dist/index.mjs CHANGED
@@ -2304,7 +2304,7 @@ var tokens_dark = {
2304
2304
  "color-destructive--hover": "hsl(6, 64%, 76%)",
2305
2305
  "color-disabled": "hsl(0, 0%, 58%)",
2306
2306
  "color-disabled--secondary": "hsl(0, 0%, 35%)",
2307
- "color-critical": "hsl(6, 64%, 51%)",
2307
+ "color-critical": "hsl(6, 64%, 65%)",
2308
2308
  "color-critical--surface": "hsl(6, 100%, 16%)",
2309
2309
  "color-critical--onSurface": "hsl(5, 65%, 90%)",
2310
2310
  "color-warning": "hsl(51, 64%, 49%)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.65.0",
3
+ "version": "0.65.1",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -67,12 +67,12 @@
67
67
  "@rollup/plugin-typescript": "^11.1.6",
68
68
  "@types/jsdom": "^21.1.7",
69
69
  "jsdom": "^24.1.0",
70
- "postcss": "^8.4.39",
70
+ "postcss": "^8.4.40",
71
71
  "postcss-calc": "^10.0.0",
72
72
  "postcss-cli": "^11.0.0",
73
73
  "postcss-import": "^16.1.0",
74
74
  "rollup": "^4.13.0",
75
75
  "tsx": "^4.16.2"
76
76
  },
77
- "gitHead": "08c1084cab47ebf74a29f532fc1f9d78418c8561"
77
+ "gitHead": "6dbe1a431543cacdc9e0b0f4896b7866bc1ae12d"
78
78
  }