@aurodesignsystem-dev/auro-hyperlink 0.0.0-pr1.0 → 0.0.0-pr303.0

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
@@ -7,7 +7,7 @@
7
7
  "================================================================================"
8
8
  ],
9
9
  "name": "@aurodesignsystem-dev/auro-hyperlink",
10
- "version": "0.0.0-pr1.0",
10
+ "version": "0.0.0-pr303.0",
11
11
  "description": "auro-hyperlink HTML custom element",
12
12
  "repository": {
13
13
  "type": "git",
@@ -32,8 +32,6 @@
32
32
  "@aurodesignsystem/auro-library": "^5.5.3",
33
33
  "@aurodesignsystem/design-tokens": "^8.5.0",
34
34
  "@aurodesignsystem/webcorestylesheets": "^10.1.1",
35
- "@custom-elements-manifest/analyzer": "^0.10.10",
36
- "@custom-elements-manifest/to-markdown": "^0.1.0",
37
35
  "husky": "^9.1.7"
38
36
  },
39
37
  "browserslist": [
@@ -57,8 +55,6 @@
57
55
  "build:version": "node ./scripts/version.mjs",
58
56
  "dev": "auro dev -w -s",
59
57
  "dev:open": "auro dev -w -s --open",
60
- "gen:manifest": "cem analyze --litelement --globs src/*.*js --packagejson --dependencies",
61
- "gen:docs": "node generate-docs.js",
62
58
  "lint": "biome check --no-errors-on-unmatched && stylelint \"./src/**/*.scss\"",
63
59
  "lint:fix": "biome check --fix --no-errors-on-unmatched && stylelint \"./src/**/*.scss\" --fix",
64
60
  "test": "auro test",
@@ -83,8 +79,6 @@
83
79
  "CHANGELOG.md",
84
80
  "README.md",
85
81
  "LICENSE",
86
- "NOTICE",
87
- "custom-elements.json"
88
- ],
89
- "customElements": "custom-elements.json"
82
+ "NOTICE"
83
+ ]
90
84
  }