@ethnolib/language-chooser-react-mui 0.0.36 → 0.0.37

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.
Files changed (3) hide show
  1. package/index.js +6 -0
  2. package/index.mjs +6 -0
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -280,6 +280,12 @@ function print() { __p += __j.call(arguments, '') }
280
280
  visibility: hidden;
281
281
  pointer-events: none;
282
282
  }
283
+
284
+ // Also hide the popper if the customization dialog is open
285
+ ${i?`
286
+ visibility: hidden;
287
+ pointer-events: none;
288
+ `:""}
283
289
  `,children:O(V.List,{css:H.css`
284
290
  display: flex;
285
291
  flex-direction: row;
package/index.mjs CHANGED
@@ -312485,6 +312485,12 @@ const tM = {
312485
312485
  visibility: hidden;
312486
312486
  pointer-events: none;
312487
312487
  }
312488
+
312489
+ // Also hide the popper if the customization dialog is open
312490
+ ${i ? `
312491
+ visibility: hidden;
312492
+ pointer-events: none;
312493
+ ` : ""}
312488
312494
  `,
312489
312495
  children: /* @__PURE__ */ H(
312490
312496
  Zv,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "A language chooser React component using MUI",
4
4
  "author": "SIL Global",
5
5
  "license": "MIT",
6
- "version": "0.0.36",
6
+ "version": "0.0.37",
7
7
  "main": "./index.js",
8
8
  "types": "./index.d.ts",
9
9
  "exports": {