@trackunit/css-tailwind 0.0.38 → 0.0.40

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,16 +1,16 @@
1
1
  {
2
2
  "name": "@trackunit/css-tailwind",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "main": "./index.cjs",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
7
7
  "type": "commonjs",
8
8
  "types": "./src/index.d.ts",
9
9
  "dependencies": {
10
- "@trackunit/ui-design-tokens": "0.0.58",
11
- "@trackunit/css-component-tokens": "0.0.17",
12
- "@trackunit/css-tailwind-custom-properties-plugin": "0.0.9",
13
- "@trackunit/css-core": "0.0.71"
10
+ "@trackunit/ui-design-tokens": "0.0.59",
11
+ "@trackunit/css-component-tokens": "0.0.18",
12
+ "@trackunit/css-tailwind-custom-properties-plugin": "0.0.10",
13
+ "@trackunit/css-core": "0.0.72"
14
14
  },
15
15
  "peerDependencies": {}
16
16
  }
@@ -689,8 +689,8 @@ var sitesPalette = {
689
689
  AREA: tailwindPalette.blue["600"],
690
690
  CLASSIC_POI: tailwindPalette.neutral["500"],
691
691
  CLASSIC_ZONE: tailwindPalette.neutral["500"],
692
- DEPOT: tailwindPalette.violet["600"],
693
- WORK_PLACE: tailwindPalette.emerald["500"],
692
+ DEPOT: tailwindPalette.emerald["500"],
693
+ WORK_PLACE: tailwindPalette.violet["600"],
694
694
  CONSTRUCTION_SITE: tailwindPalette.amber["500"]
695
695
  }
696
696
  };