1mpacto-react-ui 0.2.0-beta.8 → 0.2.0-beta.9
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/assets/core.css +1 -1
- package/dist/assets/fontfamily.css +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/dist/package.json.d.ts +1 -1
- package/dist/src/components/index.d.ts +2 -2
- package/dist/src/interfaces/components/Tabs/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -24740,8 +24740,8 @@ const p9 = "_ripple_8mt4p_355", m9 = "_active_8mt4p_362", ln = {
|
|
|
24740
24740
|
$ && $.remove(), _.appendChild(A), setTimeout(() => {
|
|
24741
24741
|
A.remove();
|
|
24742
24742
|
}, 500);
|
|
24743
|
-
}, g = (T) => {
|
|
24744
|
-
typeof v == "function" && v(T);
|
|
24743
|
+
}, g = (T, _) => {
|
|
24744
|
+
typeof v == "function" && v(T, _);
|
|
24745
24745
|
};
|
|
24746
24746
|
return K.useEffect(() => {
|
|
24747
24747
|
function T() {
|
|
@@ -24758,9 +24758,9 @@ const p9 = "_ripple_8mt4p_355", m9 = "_active_8mt4p_362", ln = {
|
|
|
24758
24758
|
if ((f != null && f[n] || t) && T >= 0) {
|
|
24759
24759
|
S(T);
|
|
24760
24760
|
const _ = y == null ? void 0 : y.find((A) => A.id === (f == null ? void 0 : f[n]));
|
|
24761
|
-
f != null && f[n] && _ && !t && h && g(_);
|
|
24761
|
+
f != null && f[n] && _ && !t && h && g(_, "mounted");
|
|
24762
24762
|
}
|
|
24763
|
-
T < 0 && h && g(y[0]);
|
|
24763
|
+
T < 0 && h && g(y[0], "mounted");
|
|
24764
24764
|
}, [JSON.stringify(t), JSON.stringify(f == null ? void 0 : f[n])]), /* @__PURE__ */ O("div", { className: `${ln["container-tabs"]} ${c ? "1ru-opacity-50" : ""} ${a ?? ""}`, children: /* @__PURE__ */ oe(
|
|
24765
24765
|
"div",
|
|
24766
24766
|
{
|
|
@@ -24783,7 +24783,7 @@ const p9 = "_ripple_8mt4p_355", m9 = "_active_8mt4p_362", ln = {
|
|
|
24783
24783
|
${C === _ ? ln.active : ""}`,
|
|
24784
24784
|
disabled: c,
|
|
24785
24785
|
onClick: (A) => {
|
|
24786
|
-
b.isContainer.includes(s) || x(A), C != _ && g(T);
|
|
24786
|
+
b.isContainer.includes(s) || x(A), C != _ && g(T, "change");
|
|
24787
24787
|
},
|
|
24788
24788
|
children: T.label
|
|
24789
24789
|
},
|
|
@@ -48503,7 +48503,7 @@ const _W = ({
|
|
|
48503
48503
|
] })
|
|
48504
48504
|
]
|
|
48505
48505
|
}
|
|
48506
|
-
), Wz = "0.2.0-beta.
|
|
48506
|
+
), Wz = "0.2.0-beta.9", Zb = {
|
|
48507
48507
|
version: Wz
|
|
48508
48508
|
}, Uz = ({ label: e }) => ({
|
|
48509
48509
|
tinymceScriptSrc: `https://unpkg.com/1mpacto-react-ui@${Zb.version}/dist/tinymce/js/tinymce/tinymce.min.js`,
|