@trackunit/css-tailwind 1.4.1 → 1.4.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/css-tailwind",
3
- "version": "1.4.1",
3
+ "version": "1.4.5",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -9,10 +9,10 @@
9
9
  },
10
10
  "dependencies": {
11
11
  "tailwindcss": "3.4.3",
12
- "@trackunit/css-component-tokens": "1.4.1",
13
- "@trackunit/css-tailwind-custom-properties-plugin": "1.4.1",
14
- "@trackunit/ui-design-tokens": "1.4.1",
15
- "@trackunit/css-core": "1.4.1",
12
+ "@trackunit/css-component-tokens": "1.4.4",
13
+ "@trackunit/css-tailwind-custom-properties-plugin": "1.4.4",
14
+ "@trackunit/ui-design-tokens": "1.4.5",
15
+ "@trackunit/css-core": "1.4.4",
16
16
  "@tailwindcss/typography": "^0.5.10"
17
17
  },
18
18
  "type": "commonjs",
@@ -8018,9 +8018,11 @@ var themeSpacing = {
8018
8018
  12: "3rem",
8019
8019
  14: "3.5rem",
8020
8020
  16: "4rem",
8021
+ 18: "4.5rem",
8021
8022
  20: "5rem",
8022
8023
  24: "6rem",
8023
8024
  28: "7rem",
8025
+ 30: "7.5rem",
8024
8026
  32: "8rem",
8025
8027
  36: "9rem",
8026
8028
  40: "10rem",