@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/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: "_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"
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("div", {
842
- className: K.label,
842
+ label: /* @__PURE__ */ R("span", {
843
+ className: K.buttonLabel,
843
844
  children: t
844
845
  }),
845
846
  colored: n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.20.0-beta-2",
3
+ "version": "5.20.1",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {