@fluid-topics/ft-accordion 1.0.48 → 1.0.50

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.
@@ -95,7 +95,7 @@ var pt,ht;let ft=class extends N{constructor(){super(...arguments),this.renderOp
95
95
  display: inline-block;
96
96
  width: 0;
97
97
  }
98
- `,navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(St=null===(Ot=window.safari)||void 0===Ot?void 0:Ot.pushNotification)||void 0===St||St.toString());const kt=y`
98
+ `,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(St=null===(Ot=window.safari)||void 0===Ot?void 0:Ot.pushNotification)||void 0===St||St.toString());const kt=y`
99
99
  .ft-accordion {
100
100
  box-sizing: border-box;
101
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-accordion",
3
- "version": "1.0.48",
3
+ "version": "1.0.50",
4
4
  "description": "The accordion component allows the user to show and hide sections of related content on a page.",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,11 +19,11 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "1.0.48",
23
- "@fluid-topics/ft-ripple": "1.0.48",
24
- "@fluid-topics/ft-typography": "1.0.48",
25
- "@fluid-topics/ft-wc-utils": "1.0.48",
22
+ "@fluid-topics/ft-icon": "1.0.50",
23
+ "@fluid-topics/ft-ripple": "1.0.50",
24
+ "@fluid-topics/ft-typography": "1.0.50",
25
+ "@fluid-topics/ft-wc-utils": "1.0.50",
26
26
  "lit": "2.7.2"
27
27
  },
28
- "gitHead": "a07dca06ede4358afbfe00c06b1ea1da90e3ff51"
28
+ "gitHead": "a5089c2cb78f1b703cfcaa915b24938d58abd420"
29
29
  }