@oliasoft-open-source/react-ui-library 6.9.1 → 6.9.2
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/index.js
CHANGED
|
@@ -739,35 +739,35 @@ var wr = /* @__PURE__ */ function(e) {
|
|
|
739
739
|
actionComponentContainer: "_actionComponentContainer_1t7vd_14",
|
|
740
740
|
active: "_active_1t7vd_36"
|
|
741
741
|
}, q = {
|
|
742
|
-
wrapper: "
|
|
743
|
-
layer: "
|
|
744
|
-
layerContainer: "
|
|
745
|
-
enter: "
|
|
746
|
-
enterActive: "
|
|
747
|
-
nested: "
|
|
748
|
-
fileInput: "
|
|
749
|
-
trigger: "
|
|
750
|
-
heading: "
|
|
751
|
-
headingIcon: "
|
|
752
|
-
clickable: "
|
|
753
|
-
option: "
|
|
754
|
-
active: "
|
|
755
|
-
disabled: "
|
|
756
|
-
selected: "
|
|
757
|
-
optionContent: "
|
|
758
|
-
inline: "
|
|
759
|
-
icon: "
|
|
760
|
-
check: "
|
|
761
|
-
text: "
|
|
762
|
-
label: "
|
|
763
|
-
description: "
|
|
764
|
-
arrow: "
|
|
765
|
-
divider: "
|
|
766
|
-
deprecatedSemanticIcon: "
|
|
767
|
-
buttonLabel: "
|
|
768
|
-
component: "
|
|
769
|
-
right: "
|
|
770
|
-
actions: "
|
|
742
|
+
wrapper: "_wrapper_1y59r_1",
|
|
743
|
+
layer: "_layer_1y59r_5",
|
|
744
|
+
layerContainer: "_layerContainer_1y59r_8",
|
|
745
|
+
enter: "_enter_1y59r_24",
|
|
746
|
+
enterActive: "_enterActive_1y59r_28",
|
|
747
|
+
nested: "_nested_1y59r_33",
|
|
748
|
+
fileInput: "_fileInput_1y59r_54",
|
|
749
|
+
trigger: "_trigger_1y59r_59",
|
|
750
|
+
heading: "_heading_1y59r_68",
|
|
751
|
+
headingIcon: "_headingIcon_1y59r_74",
|
|
752
|
+
clickable: "_clickable_1y59r_81",
|
|
753
|
+
option: "_option_1y59r_85",
|
|
754
|
+
active: "_active_1y59r_104",
|
|
755
|
+
disabled: "_disabled_1y59r_109",
|
|
756
|
+
selected: "_selected_1y59r_113",
|
|
757
|
+
optionContent: "_optionContent_1y59r_120",
|
|
758
|
+
inline: "_inline_1y59r_124",
|
|
759
|
+
icon: "_icon_1y59r_129",
|
|
760
|
+
check: "_check_1y59r_130",
|
|
761
|
+
text: "_text_1y59r_156",
|
|
762
|
+
label: "_label_1y59r_161",
|
|
763
|
+
description: "_description_1y59r_173",
|
|
764
|
+
arrow: "_arrow_1y59r_177",
|
|
765
|
+
divider: "_divider_1y59r_181",
|
|
766
|
+
deprecatedSemanticIcon: "_deprecatedSemanticIcon_1y59r_185",
|
|
767
|
+
buttonLabel: "_buttonLabel_1y59r_193",
|
|
768
|
+
component: "_component_1y59r_200",
|
|
769
|
+
right: "_right_1y59r_206",
|
|
770
|
+
actions: "_actions_1y59r_211"
|
|
771
771
|
}, bi = ({ label: e, onClick: t, icon: n, testId: r }) => /* @__PURE__ */ y("div", {
|
|
772
772
|
onClick: (e) => e.stopPropagation(),
|
|
773
773
|
className: q.heading,
|
package/package.json
CHANGED