@biggive/components 202403131235.0.0 → 202403181322.0.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/biggive/biggive.esm.js.map +1 -1
- package/dist/biggive/p-dfb7a9f4.js.map +1 -1
- package/dist/cjs/biggive.cjs.js +1 -1
- package/dist/cjs/biggive.cjs.js.map +1 -1
- package/dist/cjs/index-900fdf5f.js.map +1 -1
- package/dist/collection/collection-manifest.json +1 -1
- package/dist/esm/biggive.js +1 -1
- package/dist/esm/biggive.js.map +1 -1
- package/dist/esm/index-be3d357e.js.map +1 -1
- package/hydrate/index.js +3 -3
- package/package.json +9 -9
package/hydrate/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
/*!
|
|
6
|
-
Stencil Mock Doc v4.12.
|
|
6
|
+
Stencil Mock Doc v4.12.6 | MIT Licensed | https://stenciljs.com
|
|
7
7
|
*/
|
|
8
8
|
const CONTENT_REF_ID = 'r';
|
|
9
9
|
const ORG_LOCATION_ID = 'o';
|
|
@@ -7453,7 +7453,7 @@ const callRender = (e, t, o, n) => {
|
|
|
7453
7453
|
return e;
|
|
7454
7454
|
}, initializeComponent = async (e, t, o, n) => {
|
|
7455
7455
|
let s;
|
|
7456
|
-
if (
|
|
7456
|
+
if (!(32 & t.$flags$)) {
|
|
7457
7457
|
t.$flags$ |= 32;
|
|
7458
7458
|
const n = o.$lazyBundleId$;
|
|
7459
7459
|
if (n) {
|
|
@@ -7483,7 +7483,7 @@ const callRender = (e, t, o, n) => {
|
|
|
7483
7483
|
r && r["s-rc"] ? r["s-rc"].push(i) : i();
|
|
7484
7484
|
}, fireConnectedCallback = e => {
|
|
7485
7485
|
}, connectedCallback = e => {
|
|
7486
|
-
if (
|
|
7486
|
+
if (!(1 & plt.$flags$)) {
|
|
7487
7487
|
const t = getHostRef(e), o = t.$cmpMeta$, n = createTime("connectedCallback", o.$tagName$);
|
|
7488
7488
|
if (1 & t.$flags$) (null == t ? void 0 : t.$lazyInstance$) ? fireConnectedCallback() : (null == t ? void 0 : t.$onReadyPromise$) && t.$onReadyPromise$.then((() => fireConnectedCallback())); else {
|
|
7489
7489
|
let n;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@biggive/components",
|
|
3
3
|
"_comment": "Version number below is automatically replaced during CircleCI build.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "202403181322.0.0",
|
|
5
5
|
"description": "Big Give Components",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"@stencil/angular-output-target": "~0.8.3",
|
|
51
51
|
"@stencil/sass": "^3.0.8",
|
|
52
52
|
"@stencil-community/eslint-plugin": "~0.7.1",
|
|
53
|
-
"@storybook/addon-actions": "^
|
|
54
|
-
"@storybook/addon-essentials": "^
|
|
55
|
-
"@storybook/addon-interactions": "^
|
|
56
|
-
"@storybook/addon-links": "^
|
|
57
|
-
"@storybook/html": "^
|
|
58
|
-
"@storybook/html-webpack5": "^
|
|
53
|
+
"@storybook/addon-actions": "^8.0.0",
|
|
54
|
+
"@storybook/addon-essentials": "^8.0.0",
|
|
55
|
+
"@storybook/addon-interactions": "^8.0.0",
|
|
56
|
+
"@storybook/addon-links": "^8.0.0",
|
|
57
|
+
"@storybook/html": "^8.0.0",
|
|
58
|
+
"@storybook/html-webpack5": "^8.0.0",
|
|
59
59
|
"@storybook/testing-library": "^0.2.0",
|
|
60
60
|
"@types/jest": "^29.5.11",
|
|
61
61
|
"babel-loader": "^9.1.2",
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
"jest-cli": "^29.7.0",
|
|
68
68
|
"lint-staged": "^15.2.0",
|
|
69
69
|
"prettier": "^3.1.1",
|
|
70
|
-
"puppeteer": "22.
|
|
70
|
+
"puppeteer": "22.5.*",
|
|
71
71
|
"react": "^18.2.0",
|
|
72
72
|
"react-dom": "^18.2.0",
|
|
73
|
-
"storybook": "^
|
|
73
|
+
"storybook": "^8.0.0"
|
|
74
74
|
},
|
|
75
75
|
"license": "MIT"
|
|
76
76
|
}
|