@ds-mo/ui 2.6.1 → 2.6.2

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
- 1783439859918
1
+ 1783440323822
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/ui",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "description": "CompoMo — composable web components styled with TokoMo design tokens",
5
5
  "keywords": [
6
6
  "web-components",
@@ -75,6 +75,7 @@
75
75
  "build:docs": "stencil build --docs",
76
76
  "dev": "node scripts/generate-icon-catalog.mjs && stencil build --watch",
77
77
  "storybook:ui": "node scripts/storybook-ui.mjs",
78
+ "prestorybook:build": "node scripts/write-build-stamp.mjs",
78
79
  "storybook": "node scripts/storybook-dev.mjs",
79
80
  "storybook:build": "storybook build",
80
81
  "clean": "rm -rf dist",