@nova-design-system/nova-webcomponents 3.0.0-beta.35 → 3.0.0-beta.36

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.
Files changed (2) hide show
  1. package/dist/docs.json +1 -1
  2. package/package.json +2 -2
package/dist/docs.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-01-31T09:49:05",
2
+ "timestamp": "2025-01-31T10:47:23",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.23.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-webcomponents",
3
- "version": "3.0.0-beta.35",
3
+ "version": "3.0.0-beta.36",
4
4
  "description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -31,7 +31,7 @@
31
31
  "build.watch": "stencil build --watch",
32
32
  "dev": "stencil build --dev --watch --serve",
33
33
  "generate": "stencil generate",
34
- "clean": "rimraf dist loader hydrate www .stencil stories",
34
+ "clean": "rimraf dist loader hydrate www .stencil stories test-results",
35
35
  "storybook": "storybook dev -p 6007",
36
36
  "storybook.build": "storybook build -o ../../storybook-static/native",
37
37
  "typecheck": "tsc --emitDeclarationOnly false --noEmit",