@comet/admin-icons 9.0.0-beta.0 → 9.0.0-beta.1

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/lib/CometColor.js CHANGED
@@ -42,7 +42,7 @@ export default function Comet(props) {
42
42
  id: uniqueIdC,
43
43
  fill: "#fff",
44
44
  children: /*#__PURE__*/_jsx("use", {
45
- xlinkHref: "#".concat(uniqueIdA)
45
+ href: "#".concat(uniqueIdA)
46
46
  })
47
47
  }), /*#__PURE__*/_jsx("rect", {
48
48
  width: "200",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/admin-icons",
3
- "version": "9.0.0-beta.0",
3
+ "version": "9.0.0-beta.1",
4
4
  "description": "A collection of icons for Comet Admin",
5
5
  "repository": {
6
6
  "directory": "packages/admin/admin-icons",
@@ -27,7 +27,7 @@
27
27
  "@babel/core": "^7.28.6",
28
28
  "@mui/material": "^7.3.7",
29
29
  "@types/cli-progress": "^3.11.6",
30
- "@types/node": "^24.10.9",
30
+ "@types/node": "^24.12.0",
31
31
  "@types/react": "^19.2.10",
32
32
  "@types/react-dom": "^19.2.3",
33
33
  "change-case": "^4.1.2",
@@ -41,8 +41,8 @@
41
41
  "rimraf": "^6.1.2",
42
42
  "ts-node": "^10.9.2",
43
43
  "typescript": "^5.9.3",
44
- "@comet/admin-babel-preset": "9.0.0-beta.0",
45
- "@comet/eslint-config": "9.0.0-beta.0"
44
+ "@comet/admin-babel-preset": "9.0.0-beta.1",
45
+ "@comet/eslint-config": "9.0.0-beta.1"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "@mui/material": "^7.0.0",
@@ -64,7 +64,7 @@
64
64
  "generate-icons": "ts-node generate-icons.ts",
65
65
  "lint": "run-p lint:prettier lint:eslint lint:tsc",
66
66
  "lint:ci": "pnpm run lint",
67
- "lint:eslint": "eslint --max-warnings 0 src/ **/*.json --no-warn-ignored",
67
+ "lint:eslint": "eslint --max-warnings 0 src/ '**/*.json' --no-warn-ignored",
68
68
  "lint:prettier": "pnpm exec prettier --check '*.{ts,js,json,md,yml,yaml}'",
69
69
  "lint:tsc": "tsc --noEmit",
70
70
  "start": "pnpm run generate-icons && run-p start:babel start:types",