@rolster/react-components 18.21.37 → 18.21.38
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-DfP7ve81.css → index-BOTPEkpW.css} +7 -5
- package/dist/es/assets/{index-DfP7ve81.css → index-BOTPEkpW.css} +7 -5
- package/dist/esm/components/atoms/Amount/Amount.css +1 -1
- package/dist/esm/components/atoms/InputMoney/InputMoney.css +4 -0
- package/dist/esm/components/atoms/InputMoney/InputMoney.css.map +1 -1
- package/dist/esm/components/atoms/TabularText/TabularText.css +2 -4
- package/dist/esm/components/atoms/TabularText/TabularText.css.map +1 -1
- package/package.json +1 -1
|
@@ -8,12 +8,10 @@
|
|
|
8
8
|
--pvt-pointer-width: var(--rlc-tabular-text-pointer-width, 2rem);
|
|
9
9
|
display: flex;
|
|
10
10
|
width: auto;
|
|
11
|
-
justify-content: var(--rlc-tabular-text-align, flex-start);
|
|
12
|
-
}
|
|
13
|
-
.rls-tabular-text span {
|
|
14
|
-
font-size: var(--pvt-char-font-size);
|
|
15
11
|
height: var(--pvt-char-height);
|
|
16
12
|
line-height: var(--pvt-char-height);
|
|
13
|
+
font-size: var(--pvt-char-font-size);
|
|
14
|
+
justify-content: var(--rlc-tabular-text-align, flex-start);
|
|
17
15
|
}
|
|
18
16
|
.rls-tabular-text__char {
|
|
19
17
|
display: block;
|
|
@@ -50,7 +48,7 @@
|
|
|
50
48
|
.rls-amount__decimal {
|
|
51
49
|
--rlc-tabular-text-char-width: calc(var(--pvt-font-size) * 0.55);
|
|
52
50
|
--rlc-tabular-text-font-size: calc(var(--pvt-font-size) * 0.75);
|
|
53
|
-
align-
|
|
51
|
+
align-self: flex-end;
|
|
54
52
|
} /*# sourceMappingURL=Amount.css.map */
|
|
55
53
|
|
|
56
54
|
.rls-avatar {
|
|
@@ -585,6 +583,10 @@
|
|
|
585
583
|
position: relative;
|
|
586
584
|
width: 100%;
|
|
587
585
|
box-sizing: border-box;
|
|
586
|
+
}
|
|
587
|
+
.rls-input-money .rls-amount {
|
|
588
|
+
height: inherit;
|
|
589
|
+
align-items: center;
|
|
588
590
|
} /*# sourceMappingURL=InputMoney.css.map */
|
|
589
591
|
|
|
590
592
|
.rls-input-number {
|
|
@@ -8,12 +8,10 @@
|
|
|
8
8
|
--pvt-pointer-width: var(--rlc-tabular-text-pointer-width, 2rem);
|
|
9
9
|
display: flex;
|
|
10
10
|
width: auto;
|
|
11
|
-
justify-content: var(--rlc-tabular-text-align, flex-start);
|
|
12
|
-
}
|
|
13
|
-
.rls-tabular-text span {
|
|
14
|
-
font-size: var(--pvt-char-font-size);
|
|
15
11
|
height: var(--pvt-char-height);
|
|
16
12
|
line-height: var(--pvt-char-height);
|
|
13
|
+
font-size: var(--pvt-char-font-size);
|
|
14
|
+
justify-content: var(--rlc-tabular-text-align, flex-start);
|
|
17
15
|
}
|
|
18
16
|
.rls-tabular-text__char {
|
|
19
17
|
display: block;
|
|
@@ -50,7 +48,7 @@
|
|
|
50
48
|
.rls-amount__decimal {
|
|
51
49
|
--rlc-tabular-text-char-width: calc(var(--pvt-font-size) * 0.55);
|
|
52
50
|
--rlc-tabular-text-font-size: calc(var(--pvt-font-size) * 0.75);
|
|
53
|
-
align-
|
|
51
|
+
align-self: flex-end;
|
|
54
52
|
} /*# sourceMappingURL=Amount.css.map */
|
|
55
53
|
|
|
56
54
|
.rls-avatar {
|
|
@@ -585,6 +583,10 @@
|
|
|
585
583
|
position: relative;
|
|
586
584
|
width: 100%;
|
|
587
585
|
box-sizing: border-box;
|
|
586
|
+
}
|
|
587
|
+
.rls-input-money .rls-amount {
|
|
588
|
+
height: inherit;
|
|
589
|
+
align-items: center;
|
|
588
590
|
} /*# sourceMappingURL=InputMoney.css.map */
|
|
589
591
|
|
|
590
592
|
.rls-input-number {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/InputMoney/InputMoney.scss"],"names":[],"mappings":"AAOA,iBACE,yDACA,uCAEA,kBACA,WACA","file":"InputMoney.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/InputMoney/InputMoney.scss"],"names":[],"mappings":"AAOA,iBACE,yDACA,uCAEA,kBACA,WACA,sBAEA,6BACE,eACA","file":"InputMoney.css"}
|
|
@@ -8,12 +8,10 @@
|
|
|
8
8
|
--pvt-pointer-width: var(--rlc-tabular-text-pointer-width, 2rem);
|
|
9
9
|
display: flex;
|
|
10
10
|
width: auto;
|
|
11
|
-
justify-content: var(--rlc-tabular-text-align, flex-start);
|
|
12
|
-
}
|
|
13
|
-
.rls-tabular-text span {
|
|
14
|
-
font-size: var(--pvt-char-font-size);
|
|
15
11
|
height: var(--pvt-char-height);
|
|
16
12
|
line-height: var(--pvt-char-height);
|
|
13
|
+
font-size: var(--pvt-char-font-size);
|
|
14
|
+
justify-content: var(--rlc-tabular-text-align, flex-start);
|
|
17
15
|
}
|
|
18
16
|
.rls-tabular-text__char {
|
|
19
17
|
display: block;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/TabularText/TabularText.scss"],"names":[],"mappings":"AAOA,kBACE,qFAKA,0DACA,6DACA,iEAEA,aACA,WACA,
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../../../src/components/atoms/TabularText/TabularText.scss"],"names":[],"mappings":"AAOA,kBACE,qFAKA,0DACA,6DACA,iEAEA,aACA,WACA,8BACA,mCACA,oCACA,0DAEA,wBACE,cACA,4BACA,kBAGF,2BACE,cACA,+BACA","file":"TabularText.css"}
|