@oliasoft-open-source/react-ui-library 3.0.3 → 3.0.5
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 +35 -43
- package/dist/index.js +16 -16
- package/package.json +2 -9
package/dist/global.css
CHANGED
|
@@ -17600,78 +17600,78 @@ html[data-theme='dark'] {
|
|
|
17600
17600
|
/*
|
|
17601
17601
|
Z-INDEX
|
|
17602
17602
|
*/
|
|
17603
|
-
.
|
|
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
|
-
.
|
|
17610
|
-
.
|
|
17609
|
+
._inputInTable_47zhf_326:hover,
|
|
17610
|
+
._inputInTable_47zhf_326:focus {
|
|
17611
17611
|
position: relative;
|
|
17612
17612
|
}
|
|
17613
|
-
.
|
|
17613
|
+
._inputInTable_47zhf_326:hover {
|
|
17614
17614
|
z-index: 2;
|
|
17615
17615
|
}
|
|
17616
|
-
.
|
|
17616
|
+
._inputInTable_47zhf_326:focus {
|
|
17617
17617
|
z-index: 3;
|
|
17618
17618
|
}
|
|
17619
|
-
.
|
|
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
|
-
.
|
|
17625
|
-
.
|
|
17624
|
+
._inputError_47zhf_347,
|
|
17625
|
+
._inputWarning_47zhf_348 {
|
|
17626
17626
|
position: relative;
|
|
17627
17627
|
}
|
|
17628
|
-
.
|
|
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
|
-
.
|
|
17634
|
+
._inputError_47zhf_347:hover {
|
|
17635
17635
|
border-color: var(--color-border-error-hover) !important;
|
|
17636
17636
|
}
|
|
17637
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
17648
|
+
._inputWarning_47zhf_348:hover {
|
|
17649
17649
|
border-color: var(--color-border-warning-hover) !important;
|
|
17650
17650
|
}
|
|
17651
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
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
|
-
.
|
|
17668
|
+
._hideScrollbars_47zhf_384::-webkit-scrollbar {
|
|
17669
17669
|
display: none;
|
|
17670
17670
|
}
|
|
17671
|
-
.
|
|
17671
|
+
._cellWrapperPadding_47zhf_394 {
|
|
17672
17672
|
padding: 9.5px 14px !important;
|
|
17673
17673
|
}
|
|
17674
|
-
.
|
|
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
|
-
.
|
|
17687
|
+
._scrollWrapper_47zhf_410._bordered_47zhf_410 {
|
|
17688
17688
|
border: 1px solid var(--color-border);
|
|
17689
17689
|
border-radius: 0.28571429rem;
|
|
17690
17690
|
}
|
|
17691
|
-
.
|
|
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
|
-
.
|
|
17696
|
+
._scrollWrapper_47zhf_410._maxHeight_47zhf_414 tfoot td {
|
|
17705
17697
|
position: sticky;
|
|
17706
17698
|
bottom: 0;
|
|
17707
17699
|
}
|
|
17708
|
-
.
|
|
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
|
-
.
|
|
17710
|
+
._table_47zhf_423 > :first-child {
|
|
17719
17711
|
border-top-left-radius: inherit;
|
|
17720
17712
|
border-top-right-radius: inherit;
|
|
17721
17713
|
}
|
|
17722
|
-
.
|
|
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
|
-
.
|
|
17718
|
+
._table_47zhf_423 > :first-child > :first-child > :first-child {
|
|
17727
17719
|
border-top-left-radius: inherit;
|
|
17728
17720
|
}
|
|
17729
|
-
.
|
|
17721
|
+
._table_47zhf_423 > :first-child > :first-child > :last-child {
|
|
17730
17722
|
border-top-right-radius: inherit;
|
|
17731
17723
|
}
|
|
17732
|
-
.
|
|
17724
|
+
._table_47zhf_423 > :last-child {
|
|
17733
17725
|
border-bottom-left-radius: inherit;
|
|
17734
17726
|
border-bottom-right-radius: inherit;
|
|
17735
17727
|
}
|
|
17736
|
-
.
|
|
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
|
-
.
|
|
17732
|
+
._table_47zhf_423 > :last-child > :last-child > :first-child {
|
|
17741
17733
|
border-bottom-left-radius: inherit;
|
|
17742
17734
|
}
|
|
17743
|
-
.
|
|
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
|
-
.
|
|
17778
|
+
._cellWrapper_47zhf_394 {
|
|
17787
17779
|
padding: 9.5px 14px !important;
|
|
17788
17780
|
}
|
|
17789
|
-
.
|
|
17790
|
-
.
|
|
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
|
-
.
|
|
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
|
@@ -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 = "
|
|
34756
|
-
const inputFocus$2 = "
|
|
34757
|
-
const inputError$2 = "
|
|
34758
|
-
const inputWarning$2 = "
|
|
34759
|
-
const inputDisabled$2 = "
|
|
34760
|
-
const hideScrollbars$2 = "
|
|
34761
|
-
const cellWrapperPadding$3 = "
|
|
34762
|
-
const flexBlock$3 = "
|
|
34763
|
-
const scrollWrapper = "
|
|
34764
|
-
const bordered = "
|
|
34765
|
-
const maxHeight = "
|
|
34766
|
-
const table = "
|
|
34767
|
-
const cellWrapper$3 = "
|
|
34768
|
-
const title$2 = "
|
|
34769
|
-
const footer$1 = "
|
|
34770
|
-
const striped = "
|
|
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,16 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/react-ui-library",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "Reusable UI components for React projects",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
|
-
"
|
|
7
|
-
".": {
|
|
8
|
-
"import": "./dist/index.js"
|
|
9
|
-
},
|
|
10
|
-
"./style": {
|
|
11
|
-
"import": "./dist/global.css"
|
|
12
|
-
}
|
|
13
|
-
},
|
|
6
|
+
"main": "./dist/index.js",
|
|
14
7
|
"files": [
|
|
15
8
|
"dist"
|
|
16
9
|
],
|