@oliasoft-open-source/react-ui-library 5.20.0-beta-1 → 5.20.0
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 +32 -32
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -609,37 +609,34 @@ 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
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
component: "_component_15ymr_208",
|
|
641
|
-
right: "_right_15ymr_214",
|
|
642
|
-
actions: "_actions_15ymr_219"
|
|
612
|
+
wrapper: "_wrapper_4ezl2_1",
|
|
613
|
+
layer: "_layer_4ezl2_5",
|
|
614
|
+
layerContainer: "_layerContainer_4ezl2_8",
|
|
615
|
+
enter: "_enter_4ezl2_24",
|
|
616
|
+
enterActive: "_enterActive_4ezl2_28",
|
|
617
|
+
nested: "_nested_4ezl2_33",
|
|
618
|
+
fileInput: "_fileInput_4ezl2_54",
|
|
619
|
+
trigger: "_trigger_4ezl2_59",
|
|
620
|
+
heading: "_heading_4ezl2_68",
|
|
621
|
+
headingIcon: "_headingIcon_4ezl2_74",
|
|
622
|
+
clickable: "_clickable_4ezl2_81",
|
|
623
|
+
option: "_option_4ezl2_85",
|
|
624
|
+
active: "_active_4ezl2_104",
|
|
625
|
+
disabled: "_disabled_4ezl2_109",
|
|
626
|
+
selected: "_selected_4ezl2_113",
|
|
627
|
+
optionContent: "_optionContent_4ezl2_120",
|
|
628
|
+
inline: "_inline_4ezl2_124",
|
|
629
|
+
icon: "_icon_4ezl2_129",
|
|
630
|
+
check: "_check_4ezl2_130",
|
|
631
|
+
text: "_text_4ezl2_156",
|
|
632
|
+
label: "_label_4ezl2_161",
|
|
633
|
+
description: "_description_4ezl2_172",
|
|
634
|
+
arrow: "_arrow_4ezl2_176",
|
|
635
|
+
divider: "_divider_4ezl2_180",
|
|
636
|
+
deprecatedSemanticIcon: "_deprecatedSemanticIcon_4ezl2_184",
|
|
637
|
+
component: "_component_4ezl2_192",
|
|
638
|
+
right: "_right_4ezl2_198",
|
|
639
|
+
actions: "_actions_4ezl2_203"
|
|
643
640
|
}, ti = ({ label: e, onClick: t, icon: n, testId: r }) => /* @__PURE__ */ z("div", {
|
|
644
641
|
onClick: (e) => e.stopPropagation(),
|
|
645
642
|
className: K.heading,
|
|
@@ -841,7 +838,10 @@ var mr = /* @__PURE__ */ function(e) {
|
|
|
841
838
|
className: g(K.trigger, a || p ? K.disabled : null),
|
|
842
839
|
style: { width: i },
|
|
843
840
|
children: /* @__PURE__ */ R(G, {
|
|
844
|
-
label:
|
|
841
|
+
label: /* @__PURE__ */ R("div", {
|
|
842
|
+
className: K.label,
|
|
843
|
+
children: t
|
|
844
|
+
}),
|
|
845
845
|
colored: n,
|
|
846
846
|
small: r,
|
|
847
847
|
width: i,
|
package/package.json
CHANGED