@ssa-ui-kit/templates 3.15.0 → 3.16.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/733.index.js CHANGED
@@ -46,5 +46,4 @@ const db = (0,index_esm/* getFirestore */.aU)(app);
46
46
 
47
47
  /***/ })
48
48
 
49
- }]);
50
- //# sourceMappingURL=733.index.js.map
49
+ }]);
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
@@ -10940,6 +10940,7 @@ const ActionMore = () => {
10940
10940
  placement: "top-start",
10941
10941
  children: [(0,jsx_runtime_namespaceObject.jsx)(core_namespaceObject.PopoverTrigger, {
10942
10942
  isDisabled: isDisabled,
10943
+ "aria-label": "More",
10943
10944
  dataTestId: "more-trigger-button",
10944
10945
  css: ActionMore_ref,
10945
10946
  startIcon: (0,jsx_runtime_namespaceObject.jsx)(core_namespaceObject.Icon, {
@@ -11291,6 +11292,7 @@ const ActionRun = ({
11291
11292
  placement: "top-start",
11292
11293
  children: [(0,jsx_runtime_namespaceObject.jsx)(core_namespaceObject.PopoverTrigger, {
11293
11294
  isDisabled: isDisabled,
11295
+ "aria-label": "Run reason",
11294
11296
  dataTestId: "run-reason-trigger-button",
11295
11297
  css: /*#__PURE__*/(0,react_namespaceObject.css)({
11296
11298
  marginLeft: 10,
@@ -12859,5 +12861,4 @@ const Dashboard = () => {
12859
12861
  /******/ return __webpack_exports__;
12860
12862
  /******/ })()
12861
12863
  ;
12862
- });
12863
- //# sourceMappingURL=index.js.map
12864
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssa-ui-kit/templates",
3
- "version": "3.15.0",
3
+ "version": "3.16.0",
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.15.0",
45
- "@ssa-ui-kit/hooks": "^3.15.0",
46
- "@ssa-ui-kit/utils": "^3.15.0",
47
- "@ssa-ui-kit/widgets": "^3.15.0"
44
+ "@ssa-ui-kit/core": "^3.16.0",
45
+ "@ssa-ui-kit/hooks": "^3.16.0",
46
+ "@ssa-ui-kit/utils": "^3.16.0",
47
+ "@ssa-ui-kit/widgets": "^3.16.0"
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 --force ./tsconfig.build.json && resolve-tspaths -p ./tsconfig.build.json",
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",
@@ -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":""}