@oliasoft-open-source/react-ui-library 3.0.4 → 3.0.6

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 CHANGED
@@ -17600,78 +17600,78 @@ html[data-theme='dark'] {
17600
17600
  /*
17601
17601
  Z-INDEX
17602
17602
  */
17603
- ._inputInTable_hezt3_326 {
17603
+ ._inputInTable_47zhf_326 {
17604
17604
  background-color: transparent;
17605
17605
  border-radius: inherit !important;
17606
17606
  height: 38px;
17607
17607
  min-height: 100%;
17608
17608
  }
17609
- ._inputInTable_hezt3_326:hover,
17610
- ._inputInTable_hezt3_326:focus {
17609
+ ._inputInTable_47zhf_326:hover,
17610
+ ._inputInTable_47zhf_326:focus {
17611
17611
  position: relative;
17612
17612
  }
17613
- ._inputInTable_hezt3_326:hover {
17613
+ ._inputInTable_47zhf_326:hover {
17614
17614
  z-index: 2;
17615
17615
  }
17616
- ._inputInTable_hezt3_326:focus {
17616
+ ._inputInTable_47zhf_326:focus {
17617
17617
  z-index: 3;
17618
17618
  }
17619
- ._inputFocus_hezt3_342 {
17619
+ ._inputFocus_47zhf_342 {
17620
17620
  outline: none !important;
17621
17621
  border: 1px solid var(--color-border-focus) !important;
17622
17622
  box-shadow: var(--shadow-focus);
17623
17623
  }
17624
- ._inputError_hezt3_347,
17625
- ._inputWarning_hezt3_348 {
17624
+ ._inputError_47zhf_347,
17625
+ ._inputWarning_47zhf_348 {
17626
17626
  position: relative;
17627
17627
  }
17628
- ._inputError_hezt3_347 {
17628
+ ._inputError_47zhf_347 {
17629
17629
  z-index: 2;
17630
17630
  border-color: var(--color-border-error) !important;
17631
17631
  color: var(--color-text-error) !important;
17632
17632
  background-color: var(--color-background-error);
17633
17633
  }
17634
- ._inputError_hezt3_347:hover {
17634
+ ._inputError_47zhf_347:hover {
17635
17635
  border-color: var(--color-border-error-hover) !important;
17636
17636
  }
17637
- ._inputError_hezt3_347:focus {
17637
+ ._inputError_47zhf_347:focus {
17638
17638
  outline: none !important;
17639
17639
  border: 1px solid var(--color-border-focus) !important;
17640
17640
  box-shadow: var(--shadow-focus);
17641
17641
  }
17642
- ._inputWarning_hezt3_348 {
17642
+ ._inputWarning_47zhf_348 {
17643
17643
  z-index: 1;
17644
17644
  border-color: var(--color-border-warning) !important;
17645
17645
  color: var(--color-text-warning) !important;
17646
17646
  background-color: var(--color-background-warning);
17647
17647
  }
17648
- ._inputWarning_hezt3_348:hover {
17648
+ ._inputWarning_47zhf_348:hover {
17649
17649
  border-color: var(--color-border-warning-hover) !important;
17650
17650
  }
17651
- ._inputWarning_hezt3_348:focus {
17651
+ ._inputWarning_47zhf_348:focus {
17652
17652
  outline: none !important;
17653
17653
  border: 1px solid var(--color-border-focus) !important;
17654
17654
  box-shadow: var(--shadow-focus);
17655
17655
  }
17656
- ._inputDisabled_hezt3_379 {
17656
+ ._inputDisabled_47zhf_379 {
17657
17657
  pointer-events: none;
17658
17658
  background-color: var(--color-background-disabled);
17659
17659
  color: var(--color-text-muted);
17660
17660
  }
17661
- ._hideScrollbars_hezt3_384 {
17661
+ ._hideScrollbars_47zhf_384 {
17662
17662
  /* Firefox */
17663
17663
  scrollbar-width: none;
17664
17664
  /* IE 10+ */
17665
17665
  -ms-overflow-style: none;
17666
17666
  /* Chrome, Safari and Opera */
17667
17667
  }
17668
- ._hideScrollbars_hezt3_384::-webkit-scrollbar {
17668
+ ._hideScrollbars_47zhf_384::-webkit-scrollbar {
17669
17669
  display: none;
17670
17670
  }
17671
- ._cellWrapperPadding_hezt3_394 {
17671
+ ._cellWrapperPadding_47zhf_394 {
17672
17672
  padding: 9.5px 14px !important;
17673
17673
  }
17674
- ._flexBlock_hezt3_397 {
17674
+ ._flexBlock_47zhf_397 {
17675
17675
  display: flex;
17676
17676
  align-items: center;
17677
17677
  justify-content: space-between;
@@ -17684,28 +17684,20 @@ html[data-theme='dark'] {
17684
17684
  --color-background-table-header: var(--color-neutral-750);
17685
17685
  --color-background-table-row-tinted: var(--color-neutral-850);
17686
17686
  }
17687
- ._scrollWrapper_hezt3_410._bordered_hezt3_410 {
17687
+ ._scrollWrapper_47zhf_410._bordered_47zhf_410 {
17688
17688
  border: 1px solid var(--color-border);
17689
17689
  border-radius: 0.28571429rem;
17690
17690
  }
17691
- ._scrollWrapper_hezt3_410._maxHeight_hezt3_414 {
17691
+ ._scrollWrapper_47zhf_410._maxHeight_47zhf_414 {
17692
17692
  display: block;
17693
17693
  overflow-y: auto;
17694
17694
  overflow-x: hidden;
17695
- /* Firefox */
17696
- scrollbar-width: none;
17697
- /* IE 10+ */
17698
- -ms-overflow-style: none;
17699
- /* Chrome, Safari and Opera */
17700
- }
17701
- ._scrollWrapper_hezt3_410._maxHeight_hezt3_414::-webkit-scrollbar {
17702
- display: none;
17703
17695
  }
17704
- ._scrollWrapper_hezt3_410._maxHeight_hezt3_414 tfoot td {
17696
+ ._scrollWrapper_47zhf_410._maxHeight_47zhf_414 tfoot td {
17705
17697
  position: sticky;
17706
17698
  bottom: 0;
17707
17699
  }
17708
- ._table_hezt3_431 {
17700
+ ._table_47zhf_423 {
17709
17701
  width: 100%;
17710
17702
  background: var(--color-background-raised);
17711
17703
  box-shadow: none;
@@ -17715,32 +17707,32 @@ html[data-theme='dark'] {
17715
17707
  border-spacing: 0;
17716
17708
  border-radius: inherit;
17717
17709
  }
17718
- ._table_hezt3_431 > :first-child {
17710
+ ._table_47zhf_423 > :first-child {
17719
17711
  border-top-left-radius: inherit;
17720
17712
  border-top-right-radius: inherit;
17721
17713
  }
17722
- ._table_hezt3_431 > :first-child > :first-child {
17714
+ ._table_47zhf_423 > :first-child > :first-child {
17723
17715
  border-top-left-radius: inherit;
17724
17716
  border-top-right-radius: inherit;
17725
17717
  }
17726
- ._table_hezt3_431 > :first-child > :first-child > :first-child {
17718
+ ._table_47zhf_423 > :first-child > :first-child > :first-child {
17727
17719
  border-top-left-radius: inherit;
17728
17720
  }
17729
- ._table_hezt3_431 > :first-child > :first-child > :last-child {
17721
+ ._table_47zhf_423 > :first-child > :first-child > :last-child {
17730
17722
  border-top-right-radius: inherit;
17731
17723
  }
17732
- ._table_hezt3_431 > :last-child {
17724
+ ._table_47zhf_423 > :last-child {
17733
17725
  border-bottom-left-radius: inherit;
17734
17726
  border-bottom-right-radius: inherit;
17735
17727
  }
17736
- ._table_hezt3_431 > :last-child > :last-child {
17728
+ ._table_47zhf_423 > :last-child > :last-child {
17737
17729
  border-bottom-left-radius: inherit;
17738
17730
  border-bottom-right-radius: inherit;
17739
17731
  }
17740
- ._table_hezt3_431 > :last-child > :last-child > :first-child {
17732
+ ._table_47zhf_423 > :last-child > :last-child > :first-child {
17741
17733
  border-bottom-left-radius: inherit;
17742
17734
  }
17743
- ._table_hezt3_431 > :last-child > :last-child > :last-child {
17735
+ ._table_47zhf_423 > :last-child > :last-child > :last-child {
17744
17736
  border-bottom-right-radius: inherit;
17745
17737
  }
17746
17738
  th,
@@ -17783,16 +17775,16 @@ td {
17783
17775
  tr:first-child td {
17784
17776
  border-top: none;
17785
17777
  }
17786
- ._cellWrapper_hezt3_394 {
17778
+ ._cellWrapper_47zhf_394 {
17787
17779
  padding: 9.5px 14px !important;
17788
17780
  }
17789
- ._title_hezt3_512,
17790
- ._footer_hezt3_513 {
17781
+ ._title_47zhf_504,
17782
+ ._footer_47zhf_505 {
17791
17783
  display: flex;
17792
17784
  align-items: center;
17793
17785
  justify-content: space-between;
17794
17786
  }
17795
- ._striped_hezt3_518 tbody tr:nth-child(even) {
17787
+ ._striped_47zhf_510 tbody tr:nth-child(even) {
17796
17788
  background-color: var(--color-background-table-row-tinted);
17797
17789
  }
17798
17790
  tfoot td {
package/dist/index.js CHANGED
@@ -10715,7 +10715,7 @@ const Actions = (props) => {
10715
10715
  if (!hidden2) {
10716
10716
  if (action2.childComponent && React__default.isValidElement(action2.childComponent)) {
10717
10717
  return /* @__PURE__ */ jsx(Button$1, {
10718
- colored: "muted",
10718
+ colored: action2.primary ? true : "muted",
10719
10719
  round: true,
10720
10720
  basic: true,
10721
10721
  small: true,
@@ -34752,22 +34752,22 @@ Spacer.propTypes = {
34752
34752
  width: propTypes$1.exports.oneOfType([propTypes$1.exports.string, propTypes$1.exports.number]),
34753
34753
  flex: propTypes$1.exports.bool
34754
34754
  };
34755
- const inputInTable$2 = "_inputInTable_hezt3_326";
34756
- const inputFocus$2 = "_inputFocus_hezt3_342";
34757
- const inputError$2 = "_inputError_hezt3_347";
34758
- const inputWarning$2 = "_inputWarning_hezt3_348";
34759
- const inputDisabled$2 = "_inputDisabled_hezt3_379";
34760
- const hideScrollbars$2 = "_hideScrollbars_hezt3_384";
34761
- const cellWrapperPadding$3 = "_cellWrapperPadding_hezt3_394";
34762
- const flexBlock$3 = "_flexBlock_hezt3_397";
34763
- const scrollWrapper = "_scrollWrapper_hezt3_410";
34764
- const bordered = "_bordered_hezt3_410";
34765
- const maxHeight = "_maxHeight_hezt3_414";
34766
- const table = "_table_hezt3_431";
34767
- const cellWrapper$3 = "_cellWrapper_hezt3_394";
34768
- const title$2 = "_title_hezt3_512";
34769
- const footer$1 = "_footer_hezt3_513";
34770
- const striped = "_striped_hezt3_518";
34755
+ const inputInTable$2 = "_inputInTable_47zhf_326";
34756
+ const inputFocus$2 = "_inputFocus_47zhf_342";
34757
+ const inputError$2 = "_inputError_47zhf_347";
34758
+ const inputWarning$2 = "_inputWarning_47zhf_348";
34759
+ const inputDisabled$2 = "_inputDisabled_47zhf_379";
34760
+ const hideScrollbars$2 = "_hideScrollbars_47zhf_384";
34761
+ const cellWrapperPadding$3 = "_cellWrapperPadding_47zhf_394";
34762
+ const flexBlock$3 = "_flexBlock_47zhf_397";
34763
+ const scrollWrapper = "_scrollWrapper_47zhf_410";
34764
+ const bordered = "_bordered_47zhf_410";
34765
+ const maxHeight = "_maxHeight_47zhf_414";
34766
+ const table = "_table_47zhf_423";
34767
+ const cellWrapper$3 = "_cellWrapper_47zhf_394";
34768
+ const title$2 = "_title_47zhf_504";
34769
+ const footer$1 = "_footer_47zhf_505";
34770
+ const striped = "_striped_47zhf_510";
34771
34771
  const styles$a = {
34772
34772
  inputInTable: inputInTable$2,
34773
34773
  inputFocus: inputFocus$2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "module": "./dist/index.js",
6
6
  "main": "./dist/index.js",