@geotab/zenith 3.14.0-beta.0 → 3.14.0-beta.2

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": "@geotab/zenith",
3
- "version": "3.14.0-beta.0",
3
+ "version": "3.14.0-beta.2",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "esm/index.d.ts",
@@ -28,8 +28,6 @@
28
28
  "inject-translations": "node build-utils/translations/inject-translations.js",
29
29
  "lint": "npx eslint",
30
30
  "lint-fix": "npm run lint -- --fix",
31
- "lint:less": "stylelint '**/*.less'",
32
- "lint:less:fix": "npm run lint:less -- --fix",
33
31
  "new": "node newComponent.mjs",
34
32
  "prettier": "npx prettier . --config '.prettierrc' --ignore-path '.prettierignore'",
35
33
  "prettier-check": "npm run prettier -- --check",
@@ -85,16 +83,9 @@
85
83
  "less": "^4.1.3",
86
84
  "less-loader": "^12.2.0",
87
85
  "mini-css-extract-plugin": "^2.9.2",
88
- "postcss-less": "^6.0.0",
89
- "postcss-loader": "^8.2.1",
90
- "postcss-rtlcss": "^6.0.0",
91
86
  "prettier": "^3.8.1",
92
87
  "storybook": "^10.4.6",
93
88
  "style-loader": "^4.0.0",
94
- "stylelint": "^17.12.0",
95
- "stylelint-config-standard": "^40.0.0",
96
- "stylelint-less": "^4.2.1",
97
- "stylelint-selector-bem-pattern": "^5.0.0",
98
89
  "typescript": "^5.4.3",
99
90
  "typescript-eslint": "^8.20.0",
100
91
  "webpack": "^5.96.1",