@gem-sdk/components 2.5.20 → 2.5.21

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.
@@ -90,7 +90,7 @@ const MobileMenu = ({ menu, typography, typo, arrow, menuTextColor, menuBg, text
90
90
  unmountOnExit: false,
91
91
  children: (state)=>/*#__PURE__*/ jsxRuntime.jsxs("div", {
92
92
  className: core.cls('gp-fixed gp-inset-0 gp-z-[999] gp-overflow-hidden', {
93
- invisible: !isOpen
93
+ 'gp-invisible': !isOpen
94
94
  }),
95
95
  children: [
96
96
  /*#__PURE__*/ jsxRuntime.jsx("div", {
@@ -86,7 +86,7 @@ const MobileMenu = ({ menu, typography, typo, arrow, menuTextColor, menuBg, text
86
86
  unmountOnExit: false,
87
87
  children: (state)=>/*#__PURE__*/ jsxs("div", {
88
88
  className: cls('gp-fixed gp-inset-0 gp-z-[999] gp-overflow-hidden', {
89
- invisible: !isOpen
89
+ 'gp-invisible': !isOpen
90
90
  }),
91
91
  children: [
92
92
  /*#__PURE__*/ jsx("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/components",
3
- "version": "2.5.20",
3
+ "version": "2.5.21",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",