@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/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: "_wrapper_15ymr_1",
613
- layer: "_layer_15ymr_5",
614
- layerContainer: "_layerContainer_15ymr_8",
615
- enter: "_enter_15ymr_24",
616
- enterActive: "_enterActive_15ymr_28",
617
- nested: "_nested_15ymr_33",
618
- fileInput: "_fileInput_15ymr_54",
619
- trigger: "_trigger_15ymr_59",
620
- middleAlignedInline: "_middleAlignedInline_15ymr_68",
621
- heading: "_heading_15ymr_74",
622
- headingIcon: "_headingIcon_15ymr_80",
623
- clickable: "_clickable_15ymr_87",
624
- option: "_option_15ymr_91",
625
- active: "_active_15ymr_110",
626
- disabled: "_disabled_15ymr_115",
627
- selected: "_selected_15ymr_119",
628
- optionContent: "_optionContent_15ymr_126",
629
- inline: "_inline_15ymr_130",
630
- icon: "_icon_15ymr_135",
631
- check: "_check_15ymr_136",
632
- text: "_text_15ymr_162",
633
- label: "_label_15ymr_167",
634
- description: "_description_15ymr_178",
635
- arrow: "_arrow_15ymr_182",
636
- divider: "_divider_15ymr_186",
637
- deprecatedSemanticIcon: "_deprecatedSemanticIcon_15ymr_190",
638
- buttonLabel: "_buttonLabel_15ymr_198",
639
- buttonCaret: "_buttonCaret_15ymr_204",
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: t,
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.20.0-beta-1",
3
+ "version": "5.20.0",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {