@trackunit/css-tailwind 0.0.10 → 0.0.14

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@trackunit/css-tailwind",
3
- "version": "0.0.10",
3
+ "version": "0.0.14",
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
- "types": "./index.d.ts",
8
+ "types": "./src/index.d.ts",
9
9
  "dependencies": {
10
- "@trackunit/ui-design-tokens": "0.0.50"
10
+ "@trackunit/ui-design-tokens": "0.0.51"
11
11
  },
12
12
  "peerDependencies": {}
13
13
  }
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -810,8 +810,3 @@
810
810
  -ms-overflow-style: none;
811
811
  scrollbar-width: none;
812
812
  }
813
- @layer base {
814
- a {
815
- @apply text-primary-600 hover:text-primary-700;
816
- }
817
- }
@@ -629,7 +629,8 @@ var tailwindBaseConfig = {
629
629
  toast: withCustomPropertyValueAsComment("--z-toast")
630
630
  }
631
631
  })
632
- }
632
+ },
633
+ plugins: []
633
634
  };
634
635
  var tailwind_base_default = tailwindBaseConfig;
635
636
  // Annotate the CommonJS export names for ESM import in node: