@ssa-ui-kit/widgets 3.14.0 → 3.15.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/index.js +1 -2
- package/package.json +5 -5
- package/dist/index.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -23357,5 +23357,4 @@ const MarginInfo = ({
|
|
|
23357
23357
|
/******/ return __webpack_exports__;
|
|
23358
23358
|
/******/ })()
|
|
23359
23359
|
;
|
|
23360
|
-
});
|
|
23361
|
-
//# sourceMappingURL=index.js.map
|
|
23360
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssa-ui-kit/widgets",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"@floating-ui/react": "0.27.4",
|
|
35
35
|
"dotenv": "16.0.3",
|
|
36
36
|
"loose-envify": "1.4.0",
|
|
37
|
-
"@ssa-ui-kit/
|
|
38
|
-
"@ssa-ui-kit/
|
|
39
|
-
"@ssa-ui-kit/utils": "^3.
|
|
37
|
+
"@ssa-ui-kit/core": "^3.15.1",
|
|
38
|
+
"@ssa-ui-kit/hooks": "^3.15.1",
|
|
39
|
+
"@ssa-ui-kit/utils": "^3.15.1"
|
|
40
40
|
},
|
|
41
41
|
"browserslist": [
|
|
42
42
|
">0.1%",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
},
|
|
77
77
|
"scripts": {
|
|
78
78
|
"test": "jest -i --no-cache",
|
|
79
|
-
"build": "webpack --mode=production --node-env=production && tsc --build
|
|
79
|
+
"build": "webpack --mode=production --node-env=production && tsc --build ./tsconfig.build.json && resolve-tspaths -p ./tsconfig.build.json",
|
|
80
80
|
"sb:dev": "env storybook dev -p 6007",
|
|
81
81
|
"sb:build": "env storybook build",
|
|
82
82
|
"test:e2e": "pnpm exec playwright test --project=chromium",
|