@jobber/design 0.62.3-SCOTTTHd.39 → 0.62.3-SCOTTTHd.41

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.
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "base-unit": string;
2
+ "base-unit": number;
3
3
  "border-base": number;
4
4
  "border-thick": number;
5
5
  "border-thicker": number;
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "base-unit": string;
2
+ "base-unit": number;
3
3
  "border-base": number;
4
4
  "border-thick": number;
5
5
  "border-thicker": number;
package/dist/index.cjs CHANGED
@@ -1167,7 +1167,7 @@ var tokens_web = {
1167
1167
  };
1168
1168
 
1169
1169
  var tokens_android = {
1170
- "base-unit": "16px",
1170
+ "base-unit": 16,
1171
1171
  "border-base": 1,
1172
1172
  "border-thick": 2,
1173
1173
  "border-thicker": 4,
@@ -1519,7 +1519,7 @@ var tokens_android = {
1519
1519
  };
1520
1520
 
1521
1521
  var tokens_ios = {
1522
- "base-unit": "16px",
1522
+ "base-unit": 16,
1523
1523
  "border-base": 1,
1524
1524
  "border-thick": 2,
1525
1525
  "border-thicker": 4,
package/dist/index.mjs CHANGED
@@ -1165,7 +1165,7 @@ var tokens_web = {
1165
1165
  };
1166
1166
 
1167
1167
  var tokens_android = {
1168
- "base-unit": "16px",
1168
+ "base-unit": 16,
1169
1169
  "border-base": 1,
1170
1170
  "border-thick": 2,
1171
1171
  "border-thicker": 4,
@@ -1517,7 +1517,7 @@ var tokens_android = {
1517
1517
  };
1518
1518
 
1519
1519
  var tokens_ios = {
1520
- "base-unit": "16px",
1520
+ "base-unit": 16,
1521
1521
  "border-base": 1,
1522
1522
  "border-thick": 2,
1523
1523
  "border-thicker": 4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/design",
3
- "version": "0.62.3-SCOTTTHd.39+e2ccba90",
3
+ "version": "0.62.3-SCOTTTHd.41+2acf469c",
4
4
  "description": "Design foundation for the Jobber Atlantis Design System",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -27,6 +27,7 @@
27
27
  "import": "./dist/foundation.css",
28
28
  "require": "./dist/foundation.css"
29
29
  },
30
+ "./dist/dark.mode.css": "./dist/dark.mode.css",
30
31
  "./dark.mode.css": {
31
32
  "import": "./dist/dark.mode.css",
32
33
  "require": "./dist/dark.mode.css"
@@ -73,5 +74,5 @@
73
74
  "rollup": "^4.13.0",
74
75
  "tsx": "^4.16.2"
75
76
  },
76
- "gitHead": "e2ccba90315bdf1c11fdd80970f5aa992205aec4"
77
+ "gitHead": "2acf469ca463059be4f7166e6ee2b45c44b42d01"
77
78
  }