@revolugo/elements 5.1.8-beta.2 → 5.1.8

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
@@ -2,7 +2,7 @@
2
2
  "name": "@revolugo/elements",
3
3
  "author": "Revolugo",
4
4
  "description": "Revolugo Elements UI library",
5
- "version": "5.1.8-beta.2",
5
+ "version": "5.1.8",
6
6
  "private": false,
7
7
  "files": [
8
8
  ".keep",
@@ -177,7 +177,7 @@
177
177
  "serve-lib": "webpack serve -c ./webpack.config.js --mode=development",
178
178
  "storybook:render": "node --loader ts-node/esm ./.storybook/render.mts",
179
179
  "storybook:dev": "NODE_OPTIONS=--openssl-legacy-provider LOCAL_DIST=true start-storybook -p 6006",
180
- "storybook:build": "LOCAL_DIST=false build-storybook && cp -r ./src/health ./storybook-static/",
180
+ "storybook:build": "LOCAL_DIST=false build-storybook",
181
181
  "storybook:serve": "http-server ./storybook-static -p 6006",
182
182
  "watch": "webpack -c ./webpack.config.js --mode=development --watch &",
183
183
  "clean-dist": "rm -rf dist"