@skdx/web-components 0.33.0 → 0.34.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/custom-elements.json +22166 -22166
- package/dist/internal/part.d.cts +1 -1
- package/dist/internal/part.d.ts +1 -1
- package/package.json +5 -5
package/dist/internal/part.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The styling hook every part of every component emits, put on the host (not the shadow root) since a document stylesheet cannot cross a shadow boundary.
|
|
3
3
|
*
|
|
4
|
-
* @see packages/skins/README.md for how a stylesheet consumes these hooks.
|
|
4
|
+
* @see packages/core/skins/README.md for how a stylesheet consumes these hooks.
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
7
7
|
/**
|
package/dist/internal/part.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The styling hook every part of every component emits, put on the host (not the shadow root) since a document stylesheet cannot cross a shadow boundary.
|
|
3
3
|
*
|
|
4
|
-
* @see packages/skins/README.md for how a stylesheet consumes these hooks.
|
|
4
|
+
* @see packages/core/skins/README.md for how a stylesheet consumes these hooks.
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
7
7
|
/**
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skdx/web-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "Standards-based custom elements for the SkandaDX design system — no React (or any framework) required",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://github.com/SkandaDX/ui.skdx/tree/main/packages/web-components#readme",
|
|
9
|
+
"homepage": "https://github.com/SkandaDX/ui.skdx/tree/main/packages/components/web-components#readme",
|
|
10
10
|
"repository": {
|
|
11
|
-
"directory": "packages/web-components",
|
|
11
|
+
"directory": "packages/components/web-components",
|
|
12
12
|
"type": "git",
|
|
13
13
|
"url": "git+https://github.com/SkandaDX/ui.skdx.git"
|
|
14
14
|
},
|
|
@@ -2871,11 +2871,11 @@
|
|
|
2871
2871
|
"tsup": "^8.5.1",
|
|
2872
2872
|
"typescript": "^6.0.3",
|
|
2873
2873
|
"vitest": "^4.1.10",
|
|
2874
|
-
"@skdx/shared": "0.
|
|
2874
|
+
"@skdx/shared": "0.34.0"
|
|
2875
2875
|
},
|
|
2876
2876
|
"scripts": {
|
|
2877
2877
|
"lint": "eslint . --cache --cache-location node_modules/.cache/eslint/",
|
|
2878
|
-
"build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsup && tsc -p tsconfig.build.json --emitDeclarationOnly && node
|
|
2878
|
+
"build": "node -e \"require('node:fs').rmSync('dist', { recursive: true, force: true })\" && tsup && tsc -p tsconfig.build.json --emitDeclarationOnly && node ../../../scripts/declarations-cjs.mjs",
|
|
2879
2879
|
"analyze": "cem analyze --litelement --globs \"src/**/*.ts\" --exclude \"src/**/*.test.ts\" --outdir .",
|
|
2880
2880
|
"dev": "tsup --watch",
|
|
2881
2881
|
"typecheck": "tsc --noEmit --incremental --tsBuildInfoFile node_modules/.cache/tsc/typecheck.tsbuildinfo",
|