@rolster/react-components 1.5.0 → 1.5.2
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/{lib.cjs-a7ae2768.css → lib.cjs-84f064a5.css} +4 -1
- package/dist/es/assets/{lib-a7ae2768.css → lib-84f064a5.css} +4 -1
- package/dist/esm/components/atoms/Amount/Amount.css +1 -0
- package/dist/esm/components/atoms/Input/Input.css +2 -0
- package/dist/esm/components/molecules/MonthPicker/MonthPicker.css +1 -1
- package/package.json +1 -1
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
.rls-amount {
|
|
18
18
|
display: flex;
|
|
19
|
+
justify-content: var(--rls-amount-text-align);
|
|
19
20
|
}
|
|
20
21
|
.rls-amount > span {
|
|
21
22
|
margin-right: var(--sizing-4);
|
|
@@ -423,6 +424,7 @@
|
|
|
423
424
|
color: var(--pvt-component-font-color);
|
|
424
425
|
font-weight: var(--font-weight-medium);
|
|
425
426
|
font-size: var(--rls-input-font-size);
|
|
427
|
+
text-align: var(--rls-input-text-align);
|
|
426
428
|
letter-spacing: var(--rls-input-letter-spacing);
|
|
427
429
|
}
|
|
428
430
|
.rls-input__component::-webkit-outer-spin-button,
|
|
@@ -455,6 +457,7 @@
|
|
|
455
457
|
color: var(--pvt-value-font-color);
|
|
456
458
|
font-weight: var(--font-weight-medium);
|
|
457
459
|
font-size: var(--rls-input-font-size);
|
|
460
|
+
text-align: var(--rls-input-text-align);
|
|
458
461
|
letter-spacing: var(--rls-input-letter-spacing);
|
|
459
462
|
}
|
|
460
463
|
|
|
@@ -1135,7 +1138,7 @@
|
|
|
1135
1138
|
pointer-events: none;
|
|
1136
1139
|
opacity: 0.5;
|
|
1137
1140
|
}
|
|
1138
|
-
.rls-month-
|
|
1141
|
+
.rls-month-picker__span {
|
|
1139
1142
|
font-size: 0.725rem;
|
|
1140
1143
|
margin: auto;
|
|
1141
1144
|
cursor: default;
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
.rls-amount {
|
|
18
18
|
display: flex;
|
|
19
|
+
justify-content: var(--rls-amount-text-align);
|
|
19
20
|
}
|
|
20
21
|
.rls-amount > span {
|
|
21
22
|
margin-right: var(--sizing-4);
|
|
@@ -423,6 +424,7 @@
|
|
|
423
424
|
color: var(--pvt-component-font-color);
|
|
424
425
|
font-weight: var(--font-weight-medium);
|
|
425
426
|
font-size: var(--rls-input-font-size);
|
|
427
|
+
text-align: var(--rls-input-text-align);
|
|
426
428
|
letter-spacing: var(--rls-input-letter-spacing);
|
|
427
429
|
}
|
|
428
430
|
.rls-input__component::-webkit-outer-spin-button,
|
|
@@ -455,6 +457,7 @@
|
|
|
455
457
|
color: var(--pvt-value-font-color);
|
|
456
458
|
font-weight: var(--font-weight-medium);
|
|
457
459
|
font-size: var(--rls-input-font-size);
|
|
460
|
+
text-align: var(--rls-input-text-align);
|
|
458
461
|
letter-spacing: var(--rls-input-letter-spacing);
|
|
459
462
|
}
|
|
460
463
|
|
|
@@ -1135,7 +1138,7 @@
|
|
|
1135
1138
|
pointer-events: none;
|
|
1136
1139
|
opacity: 0.5;
|
|
1137
1140
|
}
|
|
1138
|
-
.rls-month-
|
|
1141
|
+
.rls-month-picker__span {
|
|
1139
1142
|
font-size: 0.725rem;
|
|
1140
1143
|
margin: auto;
|
|
1141
1144
|
cursor: default;
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
color: var(--pvt-component-font-color);
|
|
28
28
|
font-weight: var(--font-weight-medium);
|
|
29
29
|
font-size: var(--rls-input-font-size);
|
|
30
|
+
text-align: var(--rls-input-text-align);
|
|
30
31
|
letter-spacing: var(--rls-input-letter-spacing);
|
|
31
32
|
}
|
|
32
33
|
.rls-input__component::-webkit-outer-spin-button,
|
|
@@ -59,5 +60,6 @@
|
|
|
59
60
|
color: var(--pvt-value-font-color);
|
|
60
61
|
font-weight: var(--font-weight-medium);
|
|
61
62
|
font-size: var(--rls-input-font-size);
|
|
63
|
+
text-align: var(--rls-input-text-align);
|
|
62
64
|
letter-spacing: var(--rls-input-letter-spacing);
|
|
63
65
|
}
|