@oliasoft-open-source/react-ui-library 5.20.0-beta-2 → 5.20.1
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/global.css +1 -1
- package/dist/index.js +31 -30
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -609,34 +609,35 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
609
609
|
actionComponentContainer: "_actionComponentContainer_1t7vd_14",
|
|
610
610
|
active: "_active_1t7vd_36"
|
|
611
611
|
}, K = {
|
|
612
|
-
wrapper: "
|
|
613
|
-
layer: "
|
|
614
|
-
layerContainer: "
|
|
615
|
-
enter: "
|
|
616
|
-
enterActive: "
|
|
617
|
-
nested: "
|
|
618
|
-
fileInput: "
|
|
619
|
-
trigger: "
|
|
620
|
-
heading: "
|
|
621
|
-
headingIcon: "
|
|
622
|
-
clickable: "
|
|
623
|
-
option: "
|
|
624
|
-
active: "
|
|
625
|
-
disabled: "
|
|
626
|
-
selected: "
|
|
627
|
-
optionContent: "
|
|
628
|
-
inline: "
|
|
629
|
-
icon: "
|
|
630
|
-
check: "
|
|
631
|
-
text: "
|
|
632
|
-
label: "
|
|
633
|
-
description: "
|
|
634
|
-
arrow: "
|
|
635
|
-
divider: "
|
|
636
|
-
deprecatedSemanticIcon: "
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
612
|
+
wrapper: "_wrapper_17ntv_1",
|
|
613
|
+
layer: "_layer_17ntv_5",
|
|
614
|
+
layerContainer: "_layerContainer_17ntv_8",
|
|
615
|
+
enter: "_enter_17ntv_24",
|
|
616
|
+
enterActive: "_enterActive_17ntv_28",
|
|
617
|
+
nested: "_nested_17ntv_33",
|
|
618
|
+
fileInput: "_fileInput_17ntv_54",
|
|
619
|
+
trigger: "_trigger_17ntv_59",
|
|
620
|
+
heading: "_heading_17ntv_68",
|
|
621
|
+
headingIcon: "_headingIcon_17ntv_74",
|
|
622
|
+
clickable: "_clickable_17ntv_81",
|
|
623
|
+
option: "_option_17ntv_85",
|
|
624
|
+
active: "_active_17ntv_104",
|
|
625
|
+
disabled: "_disabled_17ntv_109",
|
|
626
|
+
selected: "_selected_17ntv_113",
|
|
627
|
+
optionContent: "_optionContent_17ntv_120",
|
|
628
|
+
inline: "_inline_17ntv_124",
|
|
629
|
+
icon: "_icon_17ntv_129",
|
|
630
|
+
check: "_check_17ntv_130",
|
|
631
|
+
text: "_text_17ntv_156",
|
|
632
|
+
label: "_label_17ntv_161",
|
|
633
|
+
description: "_description_17ntv_172",
|
|
634
|
+
arrow: "_arrow_17ntv_176",
|
|
635
|
+
divider: "_divider_17ntv_180",
|
|
636
|
+
deprecatedSemanticIcon: "_deprecatedSemanticIcon_17ntv_184",
|
|
637
|
+
buttonLabel: "_buttonLabel_17ntv_192",
|
|
638
|
+
component: "_component_17ntv_199",
|
|
639
|
+
right: "_right_17ntv_205",
|
|
640
|
+
actions: "_actions_17ntv_210"
|
|
640
641
|
}, ti = ({ label: e, onClick: t, icon: n, testId: r }) => /* @__PURE__ */ z("div", {
|
|
641
642
|
onClick: (e) => e.stopPropagation(),
|
|
642
643
|
className: K.heading,
|
|
@@ -838,8 +839,8 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
838
839
|
className: g(K.trigger, a || p ? K.disabled : null),
|
|
839
840
|
style: { width: i },
|
|
840
841
|
children: /* @__PURE__ */ R(G, {
|
|
841
|
-
label: /* @__PURE__ */ R("
|
|
842
|
-
className: K.
|
|
842
|
+
label: /* @__PURE__ */ R("span", {
|
|
843
|
+
className: K.buttonLabel,
|
|
843
844
|
children: t
|
|
844
845
|
}),
|
|
845
846
|
colored: n,
|
package/package.json
CHANGED