prometeo-design-system 7.1.2 → 7.1.3
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/{DrawerMobile-CZ7EoU0P.js → DrawerMobile-CVujgYFG.js} +1 -1
- package/dist/DrawerMobile.es.js +1 -1
- package/dist/Menu.es.js +1 -1
- package/dist/Modal.es.js +1 -1
- package/dist/RecurrentDatePicker.es.js +1 -1
- package/dist/{Select-DoMyA5Nv.js → Select-45iBdSNf.js} +495 -491
- package/dist/Select.es.js +1 -1
- package/dist/SelectSearch.es.js +1 -1
- package/dist/TabSwitch.es.js +1 -1
- package/dist/components/Select/SelectTrigger.d.ts +2 -0
- package/dist/components/Select/types.d.ts +2 -0
- package/dist/prometeo-design-system.es.js +3 -3
- package/package.json +1 -1
|
@@ -417,7 +417,7 @@ function Mt({
|
|
|
417
417
|
),
|
|
418
418
|
children: H && b ? et() : null
|
|
419
419
|
}
|
|
420
|
-
), ft = re ? /* @__PURE__ */ l.jsxs("form", { ...re, className: E("contents"
|
|
420
|
+
), ft = re ? /* @__PURE__ */ l.jsxs("form", { ...re, className: E(re.className, "contents"), children: [
|
|
421
421
|
ke,
|
|
422
422
|
We
|
|
423
423
|
] }) : /* @__PURE__ */ l.jsxs(l.Fragment, { children: [
|
package/dist/DrawerMobile.es.js
CHANGED
package/dist/Menu.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { C as ot } from "./CardBackground-D5SgTU1i.js";
|
|
|
4
4
|
import { c as H } from "./cn-B6yFEsav.js";
|
|
5
5
|
import { u as rt } from "./useDevice-S7cYqLVh.js";
|
|
6
6
|
import { createPortal as st } from "react-dom";
|
|
7
|
-
import { D as it } from "./DrawerMobile-
|
|
7
|
+
import { D as it } from "./DrawerMobile-CVujgYFG.js";
|
|
8
8
|
const ct = {
|
|
9
9
|
color: "neutral",
|
|
10
10
|
variant: "primary",
|
package/dist/Modal.es.js
CHANGED
|
@@ -2,7 +2,7 @@ import { j as n } from "./jsx-runtime-GkKLlHH4.js";
|
|
|
2
2
|
import { u as V } from "./useDevice-S7cYqLVh.js";
|
|
3
3
|
import { createContext as q, useContext as G, memo as J, useState as L, useEffect as H, useRef as Q, isValidElement as d, Children as S, Fragment as W } from "react";
|
|
4
4
|
import { createPortal as p } from "react-dom";
|
|
5
|
-
import { D as X, u as M } from "./DrawerMobile-
|
|
5
|
+
import { D as X, u as M } from "./DrawerMobile-CVujgYFG.js";
|
|
6
6
|
import { D as m } from "./useModalControl-D5oehVFf.js";
|
|
7
7
|
import { u as ce, a as me } from "./useModalControl-D5oehVFf.js";
|
|
8
8
|
import { c as A } from "./cn-B6yFEsav.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { j as l } from "./jsx-runtime-GkKLlHH4.js";
|
|
2
2
|
import O, { useMemo as M, memo as g, useRef as C, useCallback as p, useState as W, useEffect as I } from "react";
|
|
3
3
|
import { D as R } from "./DatePicker-CcRHWIOk.js";
|
|
4
|
-
import { S as m } from "./Select-
|
|
4
|
+
import { S as m } from "./Select-45iBdSNf.js";
|
|
5
5
|
import _ from "./Input.es.js";
|
|
6
6
|
import A from "./CheckBox.es.js";
|
|
7
7
|
import { c as k } from "./cn-B6yFEsav.js";
|