@rolster/react-components 1.5.0 → 1.5.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.
@@ -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
 
@@ -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
 
@@ -1,5 +1,6 @@
1
1
  .rls-amount {
2
2
  display: flex;
3
+ justify-content: var(--rls-amount-text-align);
3
4
  }
4
5
  .rls-amount > span {
5
6
  margin-right: var(--sizing-4);
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/react-components",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "type": "module",
5
5
  "description": "Package containing UI components for React Project.",
6
6
  "module": "dist/esm/index.js",