@ds-mo/ui 8.0.0 → 8.0.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/dist/.build-stamp CHANGED
@@ -1 +1 @@
1
- 1784149079135
1
+ 1784154250088
package/dist/agent.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schemaVersion": "1.0.0",
3
3
  "package": "@ds-mo/ui",
4
- "packageVersion": "8.0.0",
4
+ "packageVersion": "8.0.1",
5
5
  "kind": "components",
6
6
  "entries": [
7
7
  {
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-07-15T20:57:52",
2
+ "timestamp": "2026-07-15T22:24:01",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/ui",
3
- "version": "8.0.0",
3
+ "version": "8.0.1",
4
4
  "description": "CompoMo — composable web components styled with TokoMo design tokens",
5
5
  "keywords": [
6
6
  "web-components",
@@ -65,21 +65,24 @@
65
65
  "dist"
66
66
  ],
67
67
  "scripts": {
68
- "prebuild": "npm run clean && node scripts/generate-icon-catalog.mjs",
68
+ "prebuild": "npm run clean && npm run clean:framework-proxies && node scripts/generate-icon-catalog.mjs",
69
69
  "pretypecheck": "node scripts/generate-icon-catalog.mjs",
70
70
  "pretest": "node scripts/generate-icon-catalog.mjs",
71
- "build": "stencil build && node scripts/patch-index-types.mjs && node scripts/verify-icons-externalized.mjs && node scripts/write-build-stamp.mjs && node scripts/build-lib-exports.mjs && node scripts/build-framework-exports.mjs && node scripts/build-registry.mjs && node scripts/build-agent-manifest.mjs",
72
- "verify:pack": "node scripts/verify-npm-pack.mjs && node scripts/verify-package-imports.mjs",
71
+ "build": "stencil build && node scripts/verify-framework-proxies.mjs && node scripts/patch-index-types.mjs && node scripts/verify-icons-externalized.mjs && node scripts/write-build-stamp.mjs && node scripts/build-lib-exports.mjs && node scripts/build-framework-exports.mjs && node scripts/build-registry.mjs && node scripts/build-agent-manifest.mjs && node scripts/verify-framework-proxies.mjs",
72
+ "verify:pack": "node scripts/verify-framework-proxies.mjs && node scripts/verify-npm-pack.mjs && node scripts/verify-package-imports.mjs",
73
73
  "test": "node --import tsx/esm --test tests/component-inventory.test.ts tests/agent-contract.test.ts tests/panel-nav-utils.test.ts tests/panel-tools.test.ts tests/text.test.ts tests/eslint-plugin-local.test.ts tests/stylelint-plugin-local.test.ts tests/shell-shortcuts.test.ts tests/shell-gradient-presets.test.ts tests/shell-view-transition.test.ts tests/shell-gradient.test.ts tests/shell-chrome-metrics.test.ts tests/shell-chrome-layer.test.ts tests/chrome-transition.test.ts tests/bar-nav-overflow-hysteresis.test.ts tests/badge-gradient-ring.test.ts tests/scroll-edge-fade.test.ts tests/resolve-css-length-px.test.ts tests/resolve-css-time-ms.test.ts tests/overlay-positioning.test.ts tests/menu-position.test.ts tests/tooltip-position.test.ts tests/menu-placement.test.ts tests/bar-nav-utils.test.ts tests/bar-nav-tabs-menu-utils.test.ts tests/icon-catalog.test.ts tests/icon-cache.test.ts tests/icon-svg.test.ts",
74
74
  "test:e2e": "npm run build && playwright test",
75
75
  "test:e2e:install": "playwright install chromium firefox webkit",
76
+ "prebuild:docs": "npm run clean:framework-proxies",
76
77
  "build:docs": "stencil build --docs",
78
+ "predev": "npm run clean:framework-proxies",
77
79
  "dev": "node scripts/generate-icon-catalog.mjs && stencil build --watch",
78
80
  "storybook:ui": "node scripts/storybook-ui.mjs",
79
81
  "prestorybook:build": "node scripts/write-build-stamp.mjs",
80
82
  "storybook": "node scripts/storybook-dev.mjs",
81
83
  "storybook:build": "storybook build",
82
84
  "clean": "rm -rf dist",
85
+ "clean:framework-proxies": "node scripts/clean-framework-proxies.mjs",
83
86
  "typecheck": "tsc --noEmit",
84
87
  "lint": "eslint src/ && npm run lint:css",
85
88
  "lint:css": "stylelint \"src/wc/components/**/*.css\" \"src/wc/utils/**/*.css\"",