@sustaina/shared-ui 1.7.3 → 1.8.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/dist/index.css +26 -0
- package/dist/index.d.mts +61 -14
- package/dist/index.d.ts +61 -14
- package/dist/index.js +821 -343
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +765 -287
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sustaina/shared-ui",
|
|
3
3
|
"author": "Sustaina Team",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.8.0",
|
|
5
5
|
"description": "Laboratory for Sustaina micro-frontend modules.",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"scripts": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"test:unit": "vitest --project unit run",
|
|
16
16
|
"test:unit:watch": "vitest --project unit --watch",
|
|
17
17
|
"svgr": "npx @svgr/cli --icon --out-dir ./src/components/icons --template svgr-component-template.js --index-template svgr-index-template.js --ignore-existing --typescript --jsx-runtime automatic --filename-case kebab -- ./src/assets/svgs",
|
|
18
|
-
"build:pack": "rimraf sustaina-shared-ui-*.tgz && npm run build && npm pack",
|
|
18
|
+
"build:pack": "rimraf --glob sustaina-shared-ui-*.tgz && npm run build && npm pack",
|
|
19
19
|
"deploy:npm": "npm run build && semantic-release"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|