@trackunit/ui-design-tokens 1.4.0 → 1.4.2

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/index.cjs.js CHANGED
@@ -713,9 +713,11 @@ const themeSpacing = {
713
713
  "12": "3rem",
714
714
  "14": "3.5rem",
715
715
  "16": "4rem",
716
+ "18": "4.5rem",
716
717
  "20": "5rem",
717
718
  "24": "6rem",
718
719
  "28": "7rem",
720
+ "30": "7.5rem",
719
721
  "32": "8rem",
720
722
  "36": "9rem",
721
723
  "40": "10rem",
package/index.esm.js CHANGED
@@ -711,9 +711,11 @@ const themeSpacing = {
711
711
  "12": "3rem",
712
712
  "14": "3.5rem",
713
713
  "16": "4rem",
714
+ "18": "4.5rem",
714
715
  "20": "5rem",
715
716
  "24": "6rem",
716
717
  "28": "7rem",
718
+ "30": "7.5rem",
717
719
  "32": "8rem",
718
720
  "36": "9rem",
719
721
  "40": "10rem",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/ui-design-tokens",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -22,9 +22,11 @@ export declare const themeSpacing: {
22
22
  readonly "12": "3rem";
23
23
  readonly "14": "3.5rem";
24
24
  readonly "16": "4rem";
25
+ readonly "18": "4.5rem";
25
26
  readonly "20": "5rem";
26
27
  readonly "24": "6rem";
27
28
  readonly "28": "7rem";
29
+ readonly "30": "7.5rem";
28
30
  readonly "32": "8rem";
29
31
  readonly "36": "9rem";
30
32
  readonly "40": "10rem";