@its/core 1.1.32 → 1.1.34

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/core.es.js CHANGED
@@ -20866,7 +20866,7 @@ function v4({ Icon: e, label: t, menuContent: r, centerPopover: n }) {
20866
20866
  ] });
20867
20867
  }
20868
20868
  function S0e({ styles: e = {}, languages: t, flags: r, isPopover: n }) {
20869
- const { i18n: i } = tr(), [, a] = zo("languageDialogPopover");
20869
+ const { i18n: i } = tr(), [, a] = zo("languageDialogPopover", !1);
20870
20870
  ze(() => {
20871
20871
  a(n ?? !1);
20872
20872
  }, [n, a]);
@@ -65056,25 +65056,23 @@ function Eze() {
65056
65056
  "Detected multiple Jotai instances. It may cause unexpected behavior with the default store. https://github.com/pmndrs/jotai/discussions/2044"
65057
65057
  ))), Bh;
65058
65058
  }
65059
- function iQe() {
65060
- return {
65061
- createState: (e) => {
65062
- const t = gze(e), r = Eze();
65063
- return {
65064
- get: () => r.get(t),
65065
- set: (n) => r.set(t, n),
65066
- subscribe: (n) => {
65067
- const i = () => {
65068
- const a = r.get(t);
65069
- n(a);
65070
- };
65071
- return r.sub(t, i);
65072
- }
65073
- };
65074
- },
65075
- type: "jotaiAdapter"
65076
- };
65077
- }
65059
+ const iQe = {
65060
+ createState: (e) => {
65061
+ const t = gze(e), r = Eze();
65062
+ return {
65063
+ get: () => r.get(t),
65064
+ set: (n) => r.set(t, n),
65065
+ subscribe: (n) => {
65066
+ const i = () => {
65067
+ const a = r.get(t);
65068
+ n(a);
65069
+ };
65070
+ return r.sub(t, i);
65071
+ }
65072
+ };
65073
+ },
65074
+ type: "jotaiAdapter"
65075
+ };
65078
65076
  function aQe() {
65079
65077
  return {
65080
65078
  createState: (e) => {