@trackunit/css-tailwind 1.6.26 → 1.6.36

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.6.26",
3
+ "version": "1.6.36",
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.6.24",
13
- "@trackunit/css-tailwind-custom-properties-plugin": "1.6.24",
14
- "@trackunit/ui-design-tokens": "1.6.25",
15
- "@trackunit/css-core": "1.6.23",
12
+ "@trackunit/css-component-tokens": "1.6.34",
13
+ "@trackunit/css-tailwind-custom-properties-plugin": "1.6.34",
14
+ "@trackunit/ui-design-tokens": "1.6.35",
15
+ "@trackunit/css-core": "1.6.33",
16
16
  "@tailwindcss/typography": "^0.5.10"
17
17
  },
18
18
  "type": "commonjs",
@@ -8412,9 +8412,7 @@ var grids = {
8412
8412
  };
8413
8413
 
8414
8414
  // libs/css/tailwind/src/lib/objectUtils.ts
8415
- var objectEntries = object =>
8416
- // eslint-disable-next-line local-rules/no-typescript-assertion
8417
- Object.entries(object);
8415
+ var objectEntries = object => Object.entries(object);
8418
8416
  var objectFromEntries = entries => {
8419
8417
  return Object.fromEntries(entries);
8420
8418
  };