@trackunit/css-tailwind 0.0.58 → 0.0.60

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,15 +1,15 @@
1
1
  {
2
2
  "name": "@trackunit/css-tailwind",
3
- "version": "0.0.58",
3
+ "version": "0.0.60",
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/css-component-tokens": "0.0.28",
10
+ "@trackunit/css-component-tokens": "0.0.29",
11
11
  "@trackunit/css-core": "0.0.82",
12
- "@trackunit/css-tailwind-custom-properties-plugin": "0.0.20",
12
+ "@trackunit/css-tailwind-custom-properties-plugin": "0.0.21",
13
13
  "@trackunit/ui-design-tokens": "0.0.66"
14
14
  },
15
15
  "peerDependencies": {}
@@ -38,6 +38,10 @@ var __copyProps = (to, from, except, desc) => {
38
38
  return to;
39
39
  };
40
40
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
41
+ // If the importer is in node compatibility mode or this is not an ESM
42
+ // file that has been converted to a CommonJS file using a Babel-
43
+ // compatible transform (i.e. "__esModule" has not been set), then set
44
+ // "default" to the CommonJS "module.exports" for node compatibility.
41
45
  isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
42
46
  mod
43
47
  ));
@@ -1091,5 +1095,3 @@ var tailwindBaseConfig = {
1091
1095
  plugins: [CssTailwindCustomPropertiesPlugin, src_default]
1092
1096
  };
1093
1097
  var tailwind_base_default = tailwindBaseConfig;
1094
- // Annotate the CommonJS export names for ESM import in node:
1095
- 0 && (module.exports = {});