@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/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.5 | MIT Licensed | https://stenciljs.com
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 (0 == (32 & t.$flags$)) {
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 (0 == (1 & plt.$flags$)) {
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": "202403131235.0.0",
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": "^7.0.26",
54
- "@storybook/addon-essentials": "^7.0.26",
55
- "@storybook/addon-interactions": "^7.0.26",
56
- "@storybook/addon-links": "^7.0.26",
57
- "@storybook/html": "^7.0.26",
58
- "@storybook/html-webpack5": "^7.0.26",
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.4.*",
70
+ "puppeteer": "22.5.*",
71
71
  "react": "^18.2.0",
72
72
  "react-dom": "^18.2.0",
73
- "storybook": "^7.0.26"
73
+ "storybook": "^8.0.0"
74
74
  },
75
75
  "license": "MIT"
76
76
  }