@ssa-ui-kit/templates 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/733.index.js +1 -2
- package/dist/809.index.js +1 -2
- package/dist/index.js +1 -2
- package/package.json +6 -6
- package/dist/733.index.js.map +0 -1
- package/dist/809.index.js.map +0 -1
- package/dist/index.js.map +0 -1
package/dist/733.index.js
CHANGED
package/dist/809.index.js
CHANGED
|
@@ -27903,5 +27903,4 @@ let In = null;
|
|
|
27903
27903
|
|
|
27904
27904
|
/***/ })
|
|
27905
27905
|
|
|
27906
|
-
}]);
|
|
27907
|
-
//# sourceMappingURL=809.index.js.map
|
|
27906
|
+
}]);
|
package/dist/index.js
CHANGED
|
@@ -12859,5 +12859,4 @@ const Dashboard = () => {
|
|
|
12859
12859
|
/******/ return __webpack_exports__;
|
|
12860
12860
|
/******/ })()
|
|
12861
12861
|
;
|
|
12862
|
-
});
|
|
12863
|
-
//# sourceMappingURL=index.js.map
|
|
12862
|
+
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ssa-ui-kit/templates",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"react-plotly.js": "2.6.0",
|
|
42
42
|
"react-toastify": "11.0.3",
|
|
43
43
|
"usehooks-ts": "3.1.1",
|
|
44
|
-
"@ssa-ui-kit/core": "^3.
|
|
45
|
-
"@ssa-ui-kit/hooks": "^3.
|
|
46
|
-
"@ssa-ui-kit/utils": "^3.
|
|
47
|
-
"@ssa-ui-kit/widgets": "^3.
|
|
44
|
+
"@ssa-ui-kit/core": "^3.15.1",
|
|
45
|
+
"@ssa-ui-kit/hooks": "^3.15.1",
|
|
46
|
+
"@ssa-ui-kit/utils": "^3.15.1",
|
|
47
|
+
"@ssa-ui-kit/widgets": "^3.15.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@emotion/css": "11.13.5",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
},
|
|
87
87
|
"scripts": {
|
|
88
88
|
"test": "jest -i --no-cache",
|
|
89
|
-
"build": "webpack --mode=production --node-env=production && tsc --build
|
|
89
|
+
"build": "webpack --mode=production --node-env=production && tsc --build ./tsconfig.build.json && resolve-tspaths -p ./tsconfig.build.json",
|
|
90
90
|
"sb:dev": "env storybook dev -p 6008",
|
|
91
91
|
"sb:build": "env storybook build",
|
|
92
92
|
"test:e2e": "pnpm exec playwright test --project=chromium",
|
package/dist/733.index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"733.index.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;AAA8D;AAE9D,MAAMG,QAAQ,GAAGA,CAAA,KAAM;EACrB,IAAID,iCAAO,CAAC,CAAC,CAACE,MAAM,GAAG,CAAC,EAAE;IACxB,OAAOH,gCAAM,CAAC,CAAC;EACjB;EACA,OAAOD,uCAAa,CAAC;IACnBK,MAAM,EAAEC,yCAAsC;IAC9CG,UAAU,EAAEH,8BAA0C;IACtDK,SAAS,EAAEL,cAAyC;IACpDO,aAAa,EAAEP,0BAA6C;IAC5DS,iBAAiB,EAAET,cAAiD;IACpEW,KAAK,EAAEX,2CAAqCY;EAC9C,CAAC,CAAC;AACJ,CAAC;AAEM,MAAMC,GAAG,GAAGhB,QAAQ,CAAC,CAAC,C;;AChBqB;AACtB;AASA;AAErB,MAAMwB,EAAE,GAAGP,kCAAY,CAACD,GAAG,CAAC,C","sources":["webpack://SSATemplates/./src/projects/fitness/apis/sources/firebase/init/app.ts","webpack://SSATemplates/./src/projects/fitness/apis/sources/firebase/init/firestore.ts"],"sourcesContent":["import { initializeApp, getApp, getApps } from 'firebase/app';\n\nconst setupApp = () => {\n if (getApps().length > 0) {\n return getApp();\n }\n return initializeApp({\n apiKey: process.env.STORYBOOK_FIREBASE_API_KEY,\n authDomain: process.env.STORYBOOK_FIREBASE_AUTH_DOMAIN,\n projectId: process.env.STORYBOOK_FIREBASE_PROJECT_ID,\n storageBucket: process.env.STORYBOOK_FIREBASE_STORAGE_BUCKET,\n messagingSenderId: process.env.STORYBOOK_FIREBASE_MESSAGING_SENDERID,\n appId: process.env.STORYBOOK_FIREBASE_APP_ID,\n });\n};\n\nexport const app = setupApp();\n","import { getFirestore } from 'firebase/firestore';\nimport { app } from './app';\n\nexport {\n query,\n collection,\n getDocs,\n orderBy,\n doc,\n getDoc,\n} from 'firebase/firestore';\n\nexport const db = getFirestore(app);\n"],"names":["initializeApp","getApp","getApps","setupApp","length","apiKey","process","env","STORYBOOK_FIREBASE_API_KEY","authDomain","STORYBOOK_FIREBASE_AUTH_DOMAIN","projectId","STORYBOOK_FIREBASE_PROJECT_ID","storageBucket","STORYBOOK_FIREBASE_STORAGE_BUCKET","messagingSenderId","STORYBOOK_FIREBASE_MESSAGING_SENDERID","appId","STORYBOOK_FIREBASE_APP_ID","app","getFirestore","query","collection","getDocs","orderBy","doc","getDoc","db"],"ignoreList":[],"sourceRoot":""}
|