@producteca/producteca-ui-kit 1.77.1 → 1.77.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/producteca-ui-kit.es.js +10 -6
- package/dist/producteca-ui-kit.umd.js +13 -13
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -20682,7 +20682,7 @@ const useOptionTooltip = (label2, isDisabled, tooltipMessage, position2 = "right
|
|
|
20682
20682
|
};
|
|
20683
20683
|
};
|
|
20684
20684
|
const lg$a = "selectField-module_lg_adYzi";
|
|
20685
|
-
const body = "selectField-module_body_KiYeH";
|
|
20685
|
+
const body$1 = "selectField-module_body_KiYeH";
|
|
20686
20686
|
const sm$b = "selectField-module_sm_QsUwx";
|
|
20687
20687
|
const md$9 = "selectField-module_md_sCCe1";
|
|
20688
20688
|
const fullwidth$1 = "selectField-module_fullwidth_c4Kqo";
|
|
@@ -20692,7 +20692,7 @@ const styles$B = {
|
|
|
20692
20692
|
"producteca-select-field--with-modifier": "selectField-module_producteca-select-field--with-modifier_GN3AL",
|
|
20693
20693
|
"producteca-select-field-body": "selectField-module_producteca-select-field-body_-gy8S",
|
|
20694
20694
|
lg: lg$a,
|
|
20695
|
-
body,
|
|
20695
|
+
body: body$1,
|
|
20696
20696
|
"searcher-body": "selectField-module_searcher-body_8Hpy2",
|
|
20697
20697
|
sm: sm$b,
|
|
20698
20698
|
md: md$9,
|
|
@@ -66280,12 +66280,12 @@ const AsyncContentBase = memo(({
|
|
|
66280
66280
|
AsyncContentBase.displayName = "AsyncContent";
|
|
66281
66281
|
const AsyncContent = withDebugHandlers(AsyncContentBase, "AsyncContent");
|
|
66282
66282
|
const fullPage = "actionBar-module_fullPage_A4wiw";
|
|
66283
|
-
const modal$
|
|
66283
|
+
const modal$2 = "actionBar-module_modal_jZfAJ";
|
|
66284
66284
|
const page = "actionBar-module_page_Oq8Jb";
|
|
66285
66285
|
const styles$o = {
|
|
66286
66286
|
"action-bar": "actionBar-module_action-bar_Y-sjl",
|
|
66287
66287
|
fullPage,
|
|
66288
|
-
modal: modal$
|
|
66288
|
+
modal: modal$2,
|
|
66289
66289
|
page
|
|
66290
66290
|
};
|
|
66291
66291
|
const ActionBarBase = ({ variant = "page", saveProps, cancelProps, previousProps }) => {
|
|
@@ -67520,11 +67520,15 @@ const Maintenance = ({
|
|
|
67520
67520
|
/* @__PURE__ */ jsx$1("p", { children: subtitle2 })
|
|
67521
67521
|
] })
|
|
67522
67522
|
] }) });
|
|
67523
|
+
const modal$1 = "pickChannelModal-module_modal_YGDD7";
|
|
67524
|
+
const body = "pickChannelModal-module_body_X7L60";
|
|
67523
67525
|
const sections = "pickChannelModal-module_sections_VGJ6N";
|
|
67524
67526
|
const section = "pickChannelModal-module_section_BklUc";
|
|
67525
67527
|
const section__title = "pickChannelModal-module_section__title_fBRgI";
|
|
67526
67528
|
const section__description = "pickChannelModal-module_section__description_Pgidd";
|
|
67527
67529
|
const styles$g = {
|
|
67530
|
+
modal: modal$1,
|
|
67531
|
+
body,
|
|
67528
67532
|
sections,
|
|
67529
67533
|
section,
|
|
67530
67534
|
section__title,
|
|
@@ -67727,9 +67731,9 @@ const PickChannelModalBase = ({
|
|
|
67727
67731
|
titleProps = { title: locale("pickChannelModal.title") },
|
|
67728
67732
|
generalEditionTitle,
|
|
67729
67733
|
channelEditionTitle
|
|
67730
|
-
}) => /* @__PURE__ */ jsxs(Modal2, { open, onClose, size: "md", fitContent: true, children: [
|
|
67734
|
+
}) => /* @__PURE__ */ jsxs(Modal2, { open, onClose, size: "md", fitContent: true, className: styles$g["modal"], children: [
|
|
67731
67735
|
/* @__PURE__ */ jsx$1(Modal2.Title, { ...titleProps }),
|
|
67732
|
-
/* @__PURE__ */ jsx$1(Modal2.Body, { children: /* @__PURE__ */ jsxs("div", { className: styles$g["sections"], children: [
|
|
67736
|
+
/* @__PURE__ */ jsx$1(Modal2.Body, { className: styles$g["body"], children: /* @__PURE__ */ jsxs("div", { className: styles$g["sections"], children: [
|
|
67733
67737
|
showGeneralEdition && /* @__PURE__ */ jsxs("section", { className: styles$g["section"], children: [
|
|
67734
67738
|
generalEditionTitle && /* @__PURE__ */ jsx$1("h3", { className: styles$g["section__title"], children: generalEditionTitle }),
|
|
67735
67739
|
generalEditionDescription && /* @__PURE__ */ jsx$1("p", { className: styles$g["section__description"], children: generalEditionDescription }),
|