@trackunit/css-tailwind 0.0.142 → 0.0.143

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": "0.0.142",
3
+ "version": "0.0.143",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -1382,7 +1382,7 @@ var tailwindBaseConfig = {
1382
1382
  const tailwindDefaults = Object.fromEntries(
1383
1383
  objectEntries(tailwindPalette).map(([key, value]) => [
1384
1384
  key,
1385
- // eslint-disable-next-line local-rules/prefer-custom-object-keys
1385
+ // eslint-disable-next-line no-autofix/local-rules/prefer-custom-object-keys
1386
1386
  fullColorSchemeFromColorName(key, Object.keys(value)),
1387
1387
  ])
1388
1388
  );