Skip to content

Commit

Permalink
revert: feat(icon): type icon names (#9650)
Browse files Browse the repository at this point in the history
This reverts commit 9c2ba2f.
  • Loading branch information
benelan committed Jul 30, 2024
1 parent ab35d98 commit 043b4e0
Show file tree
Hide file tree
Showing 72 changed files with 192 additions and 252 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions packages/calcite-components/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ module.exports = {
],
},
],
"@typescript-eslint/lines-between-class-members": ["error", "always"],
"@typescript-eslint/method-signature-style": ["error", "property"],
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "error",
Expand All @@ -85,7 +84,7 @@ module.exports = {
"jsdoc/require-property-type": "off",
"jsdoc/require-returns-type": "off",
"jsdoc/tag-lines": ["error", "any", { startLines: 1 }],
"lines-between-class-members": "off",
"lines-between-class-members": ["error", "always"],
"no-eval": "error",
"no-implied-eval": "error",
"no-multiple-empty-lines": [
Expand Down
2 changes: 1 addition & 1 deletion packages/calcite-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"directory": "packages/calcite-components"
},
"dependencies": {
"@esri/calcite-ui-icons": "^3.29.1-next.0",
"@floating-ui/dom": "1.6.8",
"@stencil/core": "4.19.2",
"@types/color": "3.0.6",
Expand All @@ -79,6 +78,7 @@
},
"devDependencies": {
"@esri/calcite-design-tokens": "^2.2.1-next.3",
"@esri/calcite-ui-icons": "^3.29.1-next.0",
"@esri/eslint-plugin-calcite-components": "^1.2.1-next.3",
"@stencil-community/eslint-plugin": "0.7.2",
"@stencil-community/postcss": "2.2.0",
Expand Down
Loading

0 comments on commit 043b4e0

Please sign in to comment.