@oliasoft-open-source/react-ui-library 5.5.2-beta-5 → 5.5.3-beta-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/global.css CHANGED
@@ -2691,80 +2691,80 @@ html[data-theme='dark'] {
2691
2691
  gap: var(--padding-sm);
2692
2692
  margin-top: var(--padding-xxs);
2693
2693
  }
2694
- ._inputInTable_kaesl_1 {
2694
+ ._inputInTable_zs8n7_1 {
2695
2695
  background-color: transparent;
2696
2696
  border-radius: inherit !important;
2697
2697
  height: var(--size);
2698
2698
  min-height: 100%;
2699
2699
  }
2700
- ._inputInTable_kaesl_1:not(:hover):not([data-error]):not([data-warning]) {
2700
+ ._inputInTable_zs8n7_1:not(:hover):not([data-error]):not([data-warning]) {
2701
2701
  border-color: transparent;
2702
2702
  }
2703
- ._inputInTable_kaesl_1:not(:focus) {
2703
+ ._inputInTable_zs8n7_1:not(:focus) {
2704
2704
  box-shadow: none;
2705
2705
  }
2706
- ._inputHover_kaesl_13 {
2706
+ ._inputHover_zs8n7_13 {
2707
2707
  position: relative;
2708
2708
  border-color: var(--color-border-hover);
2709
2709
  z-index: 2;
2710
2710
  }
2711
- ._inputFocus_kaesl_18 {
2711
+ ._inputFocus_zs8n7_18 {
2712
2712
  position: relative;
2713
2713
  outline: none !important;
2714
2714
  border-color: var(--color-border-focus) !important;
2715
2715
  box-shadow: var(--shadow-focus);
2716
2716
  z-index: 3;
2717
2717
  }
2718
- ._inputError_kaesl_25,
2719
- ._inputWarning_kaesl_26 {
2718
+ ._inputError_zs8n7_25,
2719
+ ._inputWarning_zs8n7_26 {
2720
2720
  position: relative;
2721
2721
  }
2722
- ._inputError_kaesl_25 {
2722
+ ._inputError_zs8n7_25 {
2723
2723
  z-index: 2;
2724
2724
  border-color: var(--color-border-error);
2725
2725
  color: var(--color-text-error) !important;
2726
2726
  background-color: var(--color-background-error-muted);
2727
2727
  }
2728
- ._inputError_kaesl_25:hover {
2728
+ ._inputError_zs8n7_25:hover {
2729
2729
  border-color: var(--color-border-error-hover) !important;
2730
2730
  }
2731
- ._inputError_kaesl_25:focus {
2731
+ ._inputError_zs8n7_25:focus {
2732
2732
  position: relative;
2733
2733
  outline: none !important;
2734
2734
  border-color: var(--color-border-focus) !important;
2735
2735
  box-shadow: var(--shadow-focus);
2736
2736
  z-index: 3;
2737
2737
  }
2738
- ._inputWarning_kaesl_26 {
2738
+ ._inputWarning_zs8n7_26 {
2739
2739
  z-index: 1;
2740
2740
  border-color: var(--color-border-warning);
2741
2741
  color: var(--color-text-warning) !important;
2742
2742
  background-color: var(--color-background-warning-muted);
2743
2743
  }
2744
- ._inputWarning_kaesl_26:hover {
2744
+ ._inputWarning_zs8n7_26:hover {
2745
2745
  border-color: var(--color-border-warning-hover) !important;
2746
2746
  }
2747
- ._inputWarning_kaesl_26:focus {
2747
+ ._inputWarning_zs8n7_26:focus {
2748
2748
  position: relative;
2749
2749
  outline: none !important;
2750
2750
  border-color: var(--color-border-focus) !important;
2751
2751
  box-shadow: var(--shadow-focus);
2752
2752
  z-index: 3;
2753
2753
  }
2754
- ._inputDisabled_kaesl_61 {
2754
+ ._inputDisabled_zs8n7_61 {
2755
2755
  pointer-events: none;
2756
2756
  background-color: var(--color-background-disabled);
2757
2757
  color: var(--color-text-muted);
2758
2758
  box-shadow: none;
2759
2759
  }
2760
- ._hideScrollbars_kaesl_67 {
2760
+ ._hideScrollbars_zs8n7_67 {
2761
2761
  /* Firefox */
2762
2762
  scrollbar-width: none;
2763
2763
  /* IE 10+ */
2764
2764
  -ms-overflow-style: none;
2765
2765
  /* Chrome, Safari and Opera */
2766
2766
  }
2767
- ._hideScrollbars_kaesl_67::-webkit-scrollbar {
2767
+ ._hideScrollbars_zs8n7_67::-webkit-scrollbar {
2768
2768
  display: none;
2769
2769
  }
2770
2770
  :root {
@@ -2775,7 +2775,7 @@ html[data-theme='dark'] {
2775
2775
  --color-background-table-header: var(--color-neutral-800);
2776
2776
  --color-background-table-row-tinted: var(--color-neutral-800);
2777
2777
  }
2778
- ._wrapper_kaesl_85 {
2778
+ ._wrapper_zs8n7_85 {
2779
2779
  border-radius: inherit;
2780
2780
  max-height: 100%;
2781
2781
  max-width: 100%;
@@ -2783,23 +2783,23 @@ html[data-theme='dark'] {
2783
2783
  flex-direction: column;
2784
2784
  overflow: hidden;
2785
2785
  }
2786
- ._wrapper_kaesl_85._bordered_kaesl_93 {
2786
+ ._wrapper_zs8n7_85._bordered_zs8n7_93 {
2787
2787
  border-radius: var(--border-radius);
2788
2788
  border: 1px solid var(--color-border);
2789
2789
  box-shadow: var(--shadow-card);
2790
2790
  }
2791
- ._scroll_kaesl_98 {
2791
+ ._scroll_zs8n7_98 {
2792
2792
  background: var(--color-background);
2793
2793
  overflow-y: auto;
2794
2794
  border-radius: inherit;
2795
2795
  flex: 1;
2796
2796
  min-height: 0;
2797
2797
  }
2798
- ._scroll_kaesl_98:not(:first-child) {
2798
+ ._scroll_zs8n7_98:not(:first-child) {
2799
2799
  border-top-left-radius: 0;
2800
2800
  border-top-right-radius: 0;
2801
2801
  }
2802
- ._table_kaesl_109 {
2802
+ ._table_zs8n7_109 {
2803
2803
  color: var(--color-text);
2804
2804
  border-collapse: separate;
2805
2805
  border-spacing: 0;
@@ -2807,35 +2807,35 @@ html[data-theme='dark'] {
2807
2807
  width: 100%;
2808
2808
  font-variant-numeric: tabular-nums;
2809
2809
  }
2810
- ._table_kaesl_109 > :first-child {
2810
+ ._table_zs8n7_109 > :first-child {
2811
2811
  border-top-left-radius: inherit;
2812
2812
  border-top-right-radius: inherit;
2813
2813
  }
2814
- ._table_kaesl_109 > :first-child > :first-child {
2814
+ ._table_zs8n7_109 > :first-child > :first-child {
2815
2815
  border-top-left-radius: inherit;
2816
2816
  border-top-right-radius: inherit;
2817
2817
  }
2818
- ._table_kaesl_109 > :first-child > :first-child > :first-child {
2818
+ ._table_zs8n7_109 > :first-child > :first-child > :first-child {
2819
2819
  border-top-left-radius: inherit;
2820
2820
  }
2821
- ._table_kaesl_109 > :first-child > :first-child > :last-child {
2821
+ ._table_zs8n7_109 > :first-child > :first-child > :last-child {
2822
2822
  border-top-right-radius: inherit;
2823
2823
  }
2824
- ._table_kaesl_109 > :last-child {
2824
+ ._table_zs8n7_109 > :last-child {
2825
2825
  border-bottom-left-radius: inherit;
2826
2826
  border-bottom-right-radius: inherit;
2827
2827
  }
2828
- ._table_kaesl_109 > :last-child > :last-child {
2828
+ ._table_zs8n7_109 > :last-child > :last-child {
2829
2829
  border-bottom-left-radius: inherit;
2830
2830
  border-bottom-right-radius: inherit;
2831
2831
  }
2832
- ._table_kaesl_109 > :last-child > :last-child > :first-child {
2832
+ ._table_zs8n7_109 > :last-child > :last-child > :first-child {
2833
2833
  border-bottom-left-radius: inherit;
2834
2834
  }
2835
- ._table_kaesl_109 > :last-child > :last-child > :last-child {
2835
+ ._table_zs8n7_109 > :last-child > :last-child > :last-child {
2836
2836
  border-bottom-right-radius: inherit;
2837
2837
  }
2838
- ._dragOverlay_kaesl_145 {
2838
+ ._dragOverlay_zs8n7_145 {
2839
2839
  box-shadow: var(--shadow-layer);
2840
2840
  border-radius: var(--border-radius);
2841
2841
  overflow: hidden;
@@ -2843,7 +2843,7 @@ html[data-theme='dark'] {
2843
2843
  }
2844
2844
  th,
2845
2845
  td {
2846
- padding: var(--padding-input) !important;
2846
+ padding: var(--padding-input);
2847
2847
  height: var(--size);
2848
2848
  background: inherit;
2849
2849
  border-color: var(--color-border);
@@ -2854,14 +2854,14 @@ th:not(:first-child),
2854
2854
  td:not(:first-child) {
2855
2855
  border-left-width: 1px;
2856
2856
  }
2857
- ._table_kaesl_109 > *:not(:last-child) > tr th,
2858
- ._table_kaesl_109 > *:not(:last-child) > tr td,
2859
- ._table_kaesl_109 > *:last-child > tr:not(:last-child) th,
2860
- ._table_kaesl_109 > *:last-child > tr:not(:last-child) td {
2857
+ ._table_zs8n7_109 > *:not(:last-child) > tr th,
2858
+ ._table_zs8n7_109 > *:not(:last-child) > tr td,
2859
+ ._table_zs8n7_109 > *:last-child > tr:not(:last-child) th,
2860
+ ._table_zs8n7_109 > *:last-child > tr:not(:last-child) td {
2861
2861
  border-bottom-width: 1px;
2862
2862
  }
2863
- ._table_kaesl_109 > *:last-child > tr:last-child th,
2864
- ._table_kaesl_109 > *:last-child > tr:last-child td {
2863
+ ._table_zs8n7_109 > *:last-child > tr:last-child th,
2864
+ ._table_zs8n7_109 > *:last-child > tr:last-child td {
2865
2865
  height: calc(var(--size) - 1px);
2866
2866
  }
2867
2867
  @-moz-document url-prefix() {
@@ -2872,8 +2872,8 @@ td:not(:first-child) {
2872
2872
  th {
2873
2873
  height: 100%;
2874
2874
  }
2875
- ._virtualScroll_kaesl_182 td,
2876
- ._virtualScroll_kaesl_182 th {
2875
+ ._virtualScroll_zs8n7_182 td,
2876
+ ._virtualScroll_zs8n7_182 th {
2877
2877
  height: auto;
2878
2878
  }
2879
2879
  }
@@ -2892,7 +2892,7 @@ tbody {
2892
2892
  tbody tr {
2893
2893
  background-color: var(--color-background-raised);
2894
2894
  }
2895
- ._striped_kaesl_202 tbody [data-even='true'] {
2895
+ ._striped_zs8n7_202 tbody [data-even='true'] {
2896
2896
  background-color: var(--color-background-table-row-tinted);
2897
2897
  }
2898
2898
  tbody:before {
package/dist/index.js CHANGED
@@ -10052,13 +10052,13 @@ const Message = ({ message: message2 }) => {
10052
10052
  }
10053
10053
  ) : null });
10054
10054
  };
10055
- const wrapper$1 = "_wrapper_kaesl_85";
10056
- const bordered$1 = "_bordered_kaesl_93";
10057
- const scroll$1 = "_scroll_kaesl_98";
10058
- const table = "_table_kaesl_109";
10059
- const dragOverlay$1 = "_dragOverlay_kaesl_145";
10060
- const virtualScroll = "_virtualScroll_kaesl_182";
10061
- const striped = "_striped_kaesl_202";
10055
+ const wrapper$1 = "_wrapper_zs8n7_85";
10056
+ const bordered$1 = "_bordered_zs8n7_93";
10057
+ const scroll$1 = "_scroll_zs8n7_98";
10058
+ const table = "_table_zs8n7_109";
10059
+ const dragOverlay$1 = "_dragOverlay_zs8n7_145";
10060
+ const virtualScroll = "_virtualScroll_zs8n7_182";
10061
+ const striped = "_striped_zs8n7_202";
10062
10062
  const styles$y = {
10063
10063
  wrapper: wrapper$1,
10064
10064
  bordered: bordered$1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.5.2-beta-5",
3
+ "version": "5.5.3-beta-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": {