@rolster/react-components 18.21.38 → 18.21.39
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/cjs/assets/{index-BOTPEkpW.css → index-tVbk8WZ0.css} +6 -5
- package/dist/es/assets/{index-BOTPEkpW.css → index-tVbk8WZ0.css} +6 -5
- package/dist/esm/components/atoms/Amount/Amount.css +2 -2
- package/dist/esm/components/atoms/Amount/Amount.css.map +1 -1
- package/dist/esm/components/atoms/Input/Input.css +3 -2
- package/dist/esm/components/atoms/Input/Input.css.map +1 -1
- package/dist/esm/components/atoms/TabularText/TabularText.css +1 -1
- package/dist/esm/components/atoms/TabularText/TabularText.css.map +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
--rlc-tabular-text-font-size,
|
|
4
4
|
var(--rls-body-font-size)
|
|
5
5
|
);
|
|
6
|
-
--pvt-char-height:
|
|
6
|
+
--pvt-char-height: var(--pvt-char-font-size);
|
|
7
7
|
--pvt-char-width: var(--rlc-tabular-text-char-width, 5.5rem);
|
|
8
8
|
--pvt-pointer-width: var(--rlc-tabular-text-pointer-width, 2rem);
|
|
9
9
|
display: flex;
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
justify-content: var(--rlc-amount-text-align, flex-start);
|
|
47
47
|
}
|
|
48
48
|
.rls-amount__decimal {
|
|
49
|
-
--rlc-tabular-text-char-width: calc(var(--pvt-font-size) * 0.
|
|
50
|
-
--rlc-tabular-text-font-size: calc(var(--pvt-font-size) * 0.
|
|
49
|
+
--rlc-tabular-text-char-width: calc(var(--pvt-font-size) * 0.5);
|
|
50
|
+
--rlc-tabular-text-font-size: calc(var(--pvt-font-size) * 0.6);
|
|
51
51
|
align-self: flex-end;
|
|
52
52
|
} /*# sourceMappingURL=Amount.css.map */
|
|
53
53
|
|
|
@@ -553,18 +553,19 @@
|
|
|
553
553
|
background: var(--rls-theme-color-700);
|
|
554
554
|
color: var(--rls-app-color-050);
|
|
555
555
|
}
|
|
556
|
+
.rls-input__component:read-only {
|
|
557
|
+
pointer-events: none;
|
|
558
|
+
}
|
|
556
559
|
.rls-input__component:disabled {
|
|
557
560
|
opacity: 0.5;
|
|
558
561
|
}
|
|
559
562
|
.rls-input__value {
|
|
560
563
|
position: absolute;
|
|
561
|
-
display: flex;
|
|
562
564
|
top: 0rem;
|
|
563
565
|
left: 0rem;
|
|
564
566
|
width: 100%;
|
|
565
567
|
height: var(--pvt-height);
|
|
566
568
|
line-height: var(--pvt-height);
|
|
567
|
-
align-items: center;
|
|
568
569
|
background: rgba(0, 0, 0, 0);
|
|
569
570
|
pointer-events: none;
|
|
570
571
|
overflow: hidden;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
--rlc-tabular-text-font-size,
|
|
4
4
|
var(--rls-body-font-size)
|
|
5
5
|
);
|
|
6
|
-
--pvt-char-height:
|
|
6
|
+
--pvt-char-height: var(--pvt-char-font-size);
|
|
7
7
|
--pvt-char-width: var(--rlc-tabular-text-char-width, 5.5rem);
|
|
8
8
|
--pvt-pointer-width: var(--rlc-tabular-text-pointer-width, 2rem);
|
|
9
9
|
display: flex;
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
justify-content: var(--rlc-amount-text-align, flex-start);
|
|
47
47
|
}
|
|
48
48
|
.rls-amount__decimal {
|
|
49
|
-
--rlc-tabular-text-char-width: calc(var(--pvt-font-size) * 0.
|
|
50
|
-
--rlc-tabular-text-font-size: calc(var(--pvt-font-size) * 0.
|
|
49
|
+
--rlc-tabular-text-char-width: calc(var(--pvt-font-size) * 0.5);
|
|
50
|
+
--rlc-tabular-text-font-size: calc(var(--pvt-font-size) * 0.6);
|
|
51
51
|
align-self: flex-end;
|
|
52
52
|
} /*# sourceMappingURL=Amount.css.map */
|
|
53
53
|
|
|
@@ -553,18 +553,19 @@
|
|
|
553
553
|
background: var(--rls-theme-color-700);
|
|
554
554
|
color: var(--rls-app-color-050);
|
|
555
555
|
}
|
|
556
|
+
.rls-input__component:read-only {
|
|
557
|
+
pointer-events: none;
|
|
558
|
+
}
|
|
556
559
|
.rls-input__component:disabled {
|
|
557
560
|
opacity: 0.5;
|
|
558
561
|
}
|
|
559
562
|
.rls-input__value {
|
|
560
563
|
position: absolute;
|
|
561
|
-
display: flex;
|
|
562
564
|
top: 0rem;
|
|
563
565
|
left: 0rem;
|
|
564
566
|
width: 100%;
|
|
565
567
|
height: var(--pvt-height);
|
|
566
568
|
line-height: var(--pvt-height);
|
|
567
|
-
align-items: center;
|
|
568
569
|
background: rgba(0, 0, 0, 0);
|
|
569
570
|
pointer-events: none;
|
|
570
571
|
overflow: hidden;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
justify-content: var(--rlc-amount-text-align, flex-start);
|
|
21
21
|
}
|
|
22
22
|
.rls-amount__decimal {
|
|
23
|
-
--rlc-tabular-text-char-width: calc(var(--pvt-font-size) * 0.
|
|
24
|
-
--rlc-tabular-text-font-size: calc(var(--pvt-font-size) * 0.
|
|
23
|
+
--rlc-tabular-text-char-width: calc(var(--pvt-font-size) * 0.5);
|
|
24
|
+
--rlc-tabular-text-font-size: calc(var(--pvt-font-size) * 0.6);
|
|
25
25
|
align-self: flex-end;
|
|
26
26
|
} /*# sourceMappingURL=Amount.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/Amount/Amount.scss"],"names":[],"mappings":"AAOA,YACE,sDACA,mDAEA,aACA,oCACA,yDACA,gCACA,+BAEA,uBACE,iCAGF,oBACE,cACA,8CACA,yCAGF,qBACE,aACA,yDAGF,qBACE,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/Amount/Amount.scss"],"names":[],"mappings":"AAOA,YACE,sDACA,mDAEA,aACA,oCACA,yDACA,gCACA,+BAEA,uBACE,iCAGF,oBACE,cACA,8CACA,yCAGF,qBACE,aACA,yDAGF,qBACE,gEACA,+DAEA","file":"Amount.css"}
|
|
@@ -48,18 +48,19 @@
|
|
|
48
48
|
background: var(--rls-theme-color-700);
|
|
49
49
|
color: var(--rls-app-color-050);
|
|
50
50
|
}
|
|
51
|
+
.rls-input__component:read-only {
|
|
52
|
+
pointer-events: none;
|
|
53
|
+
}
|
|
51
54
|
.rls-input__component:disabled {
|
|
52
55
|
opacity: 0.5;
|
|
53
56
|
}
|
|
54
57
|
.rls-input__value {
|
|
55
58
|
position: absolute;
|
|
56
|
-
display: flex;
|
|
57
59
|
top: 0rem;
|
|
58
60
|
left: 0rem;
|
|
59
61
|
width: 100%;
|
|
60
62
|
height: var(--pvt-height);
|
|
61
63
|
line-height: var(--pvt-height);
|
|
62
|
-
align-items: center;
|
|
63
64
|
background: rgba(0, 0, 0, 0);
|
|
64
65
|
pointer-events: none;
|
|
65
66
|
overflow: hidden;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/Input/Input.scss"],"names":[],"mappings":"AAOA,WACE,wEACA,wEAEA,yFAKA,6DACA,oDAEA,8CACA,uBACA,wCAEA,kBACA,WAEA,oBACE,kDACA,oCAGF,qBACE,yBAGF,sBACE,kBACA,WACA,yBACA,8BACA,aACA,YACA,YACA,aACA,yBACA,sCACA,0CACA,+BACA,iCACA,yCAEA,kGAEE,YACA,wBAGF,mCACE,+BAGF,iCACE,sCACA,+BAGF,+BACE,WAIJ,kBACE,kBACA,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/Input/Input.scss"],"names":[],"mappings":"AAOA,WACE,wEACA,wEAEA,yFAKA,6DACA,oDAEA,8CACA,uBACA,wCAEA,kBACA,WAEA,oBACE,kDACA,oCAGF,qBACE,yBAGF,sBACE,kBACA,WACA,yBACA,8BACA,aACA,YACA,YACA,aACA,yBACA,sCACA,0CACA,+BACA,iCACA,yCAEA,kGAEE,YACA,wBAGF,mCACE,+BAGF,iCACE,sCACA,+BAGF,gCACE,oBAGF,+BACE,WAIJ,kBACE,kBACA,SACA,UACA,WACA,yBACA,8BACA,yBACA,oBACA,gBACA,mBACA,iCACA,kCACA,0CACA,+BACA,iCACA","file":"Input.css"}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
--rlc-tabular-text-font-size,
|
|
4
4
|
var(--rls-body-font-size)
|
|
5
5
|
);
|
|
6
|
-
--pvt-char-height:
|
|
6
|
+
--pvt-char-height: var(--pvt-char-font-size);
|
|
7
7
|
--pvt-char-width: var(--rlc-tabular-text-char-width, 5.5rem);
|
|
8
8
|
--pvt-pointer-width: var(--rlc-tabular-text-pointer-width, 2rem);
|
|
9
9
|
display: flex;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/TabularText/TabularText.scss"],"names":[],"mappings":"AAOA,kBACE,qFAKA,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/TabularText/TabularText.scss"],"names":[],"mappings":"AAOA,kBACE,qFAKA,6CACA,6DACA,iEAEA,aACA,WACA,8BACA,mCACA,oCACA,0DAEA,wBACE,cACA,4BACA,kBAGF,2BACE,cACA,+BACA","file":"TabularText.css"}
|