@rolster/react-components 18.10.8 → 18.10.9

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.
Files changed (44) hide show
  1. package/dist/cjs/assets/{index-Fy0sGm5F.css → index-nrIFu6l7.css} +228 -228
  2. package/dist/es/assets/{index-Fy0sGm5F.css → index-nrIFu6l7.css} +228 -228
  3. package/dist/esm/components/atoms/Amount/Amount.css +1 -1
  4. package/dist/esm/components/atoms/Breadcrumb/Breadcrumb.css +3 -3
  5. package/dist/esm/components/atoms/Button/Button.css +8 -8
  6. package/dist/esm/components/atoms/ButtonAction/ButtonAction.css +10 -10
  7. package/dist/esm/components/atoms/CheckBox/CheckBox.css +4 -4
  8. package/dist/esm/components/atoms/Icon/Icon.css +1 -1
  9. package/dist/esm/components/atoms/InputPassword/InputPassword.css +2 -2
  10. package/dist/esm/components/atoms/MessageIcon/MessageIcon.css +4 -4
  11. package/dist/esm/components/atoms/Poster/Poster.css +1 -1
  12. package/dist/esm/components/atoms/ProgressBar/ProgressBar.css +3 -3
  13. package/dist/esm/components/atoms/RadioButton/RadioButton.css +2 -2
  14. package/dist/esm/components/atoms/SearchInput/SearchInput.css +3 -3
  15. package/dist/esm/components/atoms/Skeleton/Skeleton.css +1 -1
  16. package/dist/esm/components/atoms/SkeletonText/SkeletonText.css +1 -1
  17. package/dist/esm/components/atoms/Switch/Switch.css +6 -6
  18. package/dist/esm/components/molecules/Ballot/Ballot.css +7 -7
  19. package/dist/esm/components/molecules/ButtonToggle/ButtonToggle.css +8 -8
  20. package/dist/esm/components/molecules/CheckBoxLabel/CheckBoxLabel.css +4 -4
  21. package/dist/esm/components/molecules/DayPicker/DayPicker.css +9 -9
  22. package/dist/esm/components/molecules/DayRangePicker/DayRangePicker.css +9 -9
  23. package/dist/esm/components/molecules/MoneyField/MoneyField.css +1 -1
  24. package/dist/esm/components/molecules/MonthPicker/MonthPicker.css +4 -4
  25. package/dist/esm/components/molecules/MonthTitlePicker/MonthTitlePicker.css +3 -3
  26. package/dist/esm/components/molecules/NumberField/NumberField.css +1 -1
  27. package/dist/esm/components/molecules/Pagination/Pagination.css +15 -15
  28. package/dist/esm/components/molecules/PasswordField/PasswordField.css +4 -4
  29. package/dist/esm/components/molecules/RadioButtonLabel/RadioButtonLabel.css +4 -4
  30. package/dist/esm/components/molecules/SwitchLabel/SwitchLabel.css +5 -5
  31. package/dist/esm/components/molecules/TextField/TextField.css +1 -1
  32. package/dist/esm/components/molecules/Toolbar/Toolbar.css +6 -6
  33. package/dist/esm/components/molecules/YearPicker/YearPicker.css +10 -10
  34. package/dist/esm/components/organisms/AutocompleteField/AutocompleteField.css +10 -10
  35. package/dist/esm/components/organisms/Card/Card.css +1 -1
  36. package/dist/esm/components/organisms/Confirmation/Confirmation.css +10 -10
  37. package/dist/esm/components/organisms/DateField/DateField.css +7 -7
  38. package/dist/esm/components/organisms/DatePicker/DatePicker.css +14 -14
  39. package/dist/esm/components/organisms/DateRangeField/DateRangeField.css +7 -7
  40. package/dist/esm/components/organisms/DateRangePicker/DateRangePicker.css +15 -15
  41. package/dist/esm/components/organisms/FormNavigation/FormNavigation.css +10 -10
  42. package/dist/esm/components/organisms/Modal/Modal.css +2 -2
  43. package/dist/esm/components/organisms/Snackbar/Snackbar.css +11 -11
  44. package/package.json +2 -2
@@ -17,7 +17,7 @@
17
17
  .rls-amount {
18
18
  display: flex;
19
19
  justify-content: var(--rls-amount-text-align);
20
- column-gap: var(--sizing-4);
20
+ column-gap: var(--sizing-x2);
21
21
  }
22
22
  .rls-amount[rls-theme] {
23
23
  color: var(--color-rolster-500);
@@ -58,7 +58,7 @@
58
58
  width: 100%;
59
59
  height: var(--rls-breadcrumb-height);
60
60
  line-height: var(--rls-breadcrumb-height);
61
- padding: 0rem var(--sizing-16);
61
+ padding: 0rem var(--sizing-x8);
62
62
  box-sizing: border-box;
63
63
  user-select: none;
64
64
  overflow: auto;
@@ -87,10 +87,10 @@
87
87
  font-family: -rolster-icons;
88
88
  display: inline-block;
89
89
  content: '\e911';
90
- margin: 0rem var(--sizing-4);
90
+ margin: 0rem var(--sizing-x2);
91
91
  cursor: default;
92
92
  color: inherit;
93
- font-size: var(--sizing-24);
93
+ font-size: var(--sizing-x12);
94
94
  font-weight: normal;
95
95
  font-style: normal;
96
96
  letter-spacing: normal;
@@ -122,7 +122,7 @@
122
122
  .rls-icon--skeleton {
123
123
  --pvt-icon-display: none;
124
124
  background: var(--theme-rolster-300);
125
- border-radius: var(--sizing-4);
125
+ border-radius: var(--sizing-x2);
126
126
  }
127
127
  .rls-icon > i {
128
128
  display: var(--pvt-icon-display);
@@ -189,8 +189,8 @@
189
189
  display: flex;
190
190
  justify-content: center;
191
191
  overflow: hidden;
192
- line-height: var(--sizing-40);
193
- height: var(--sizing-40);
192
+ line-height: var(--sizing-x20);
193
+ height: var(--sizing-x20);
194
194
  padding: var(--rls-button-content-padding);
195
195
  box-sizing: border-box;
196
196
  border-radius: var(--rls-button-content-radius);
@@ -204,10 +204,10 @@
204
204
  content: '';
205
205
  top: 50%;
206
206
  left: 50%;
207
- padding-top: calc(100% - var(--sizing-16));
208
- padding-left: calc(100% - var(--sizing-16));
209
- margin-top: calc(-50% + var(--sizing-8));
210
- margin-left: calc(-50% + var(--sizing-8));
207
+ padding-top: calc(100% - var(--sizing-x8));
208
+ padding-left: calc(100% - var(--sizing-x8));
209
+ margin-top: calc(-50% + var(--sizing-x4));
210
+ margin-left: calc(-50% + var(--sizing-x4));
211
211
  border-radius: 50%;
212
212
  opacity: 0.26;
213
213
  transform: scale(0);
@@ -239,10 +239,10 @@
239
239
  --pvt-button-ripple-background: var(--color-light-500);
240
240
  }
241
241
  .rls-button .rls-icon {
242
- margin: auto var(--sizing-4);
242
+ margin: auto var(--sizing-x2);
243
243
  }
244
244
  .rls-button__label {
245
- padding: 0rem var(--sizing-4);
245
+ padding: 0rem var(--sizing-x2);
246
246
  line-height: initial;
247
247
  width: auto;
248
248
  margin: auto 0rem;
@@ -276,11 +276,11 @@
276
276
  --pvt-tooltip-transition-delay: 0ms;
277
277
  --pvt-tooltip-opacity: 0;
278
278
  position: relative;
279
- width: var(--sizing-32);
280
- height: var(--sizing-32);
279
+ width: var(--sizing-x16);
280
+ height: var(--sizing-x16);
281
281
  border: none;
282
282
  outline: none;
283
- padding: var(--sizing-4);
283
+ padding: var(--sizing-x2);
284
284
  box-sizing: border-box;
285
285
  user-select: none;
286
286
  cursor: default;
@@ -298,10 +298,10 @@
298
298
  border-radius: 50%;
299
299
  transform: scale(0);
300
300
  background: var(--rls-action-ripple-color);
301
- padding-top: calc(120% - var(--sizing-8));
302
- padding-left: calc(120% - var(--sizing-8));
303
- margin-top: calc(-60% + var(--sizing-4));
304
- margin-left: calc(-60% + var(--sizing-4));
301
+ padding-top: calc(120% - var(--sizing-x4));
302
+ padding-left: calc(120% - var(--sizing-x4));
303
+ margin-top: calc(-60% + var(--sizing-x2));
304
+ margin-left: calc(-60% + var(--sizing-x2));
305
305
  }
306
306
  .rls-button-action:not(:active)::before {
307
307
  animation: ripple-button-action 1000ms var(--standard-curve);
@@ -337,12 +337,12 @@
337
337
  }
338
338
  .rls-button-action__tooltip {
339
339
  position: absolute;
340
- top: calc(100% + var(--sizing-12));
340
+ top: calc(100% + var(--sizing-x6));
341
341
  left: 50%;
342
342
  width: auto;
343
343
  float: initial;
344
- padding: var(--sizing-8);
345
- border-radius: var(--sizing-4);
344
+ padding: var(--sizing-x4);
345
+ border-radius: var(--sizing-x2);
346
346
  white-space: nowrap;
347
347
  pointer-events: none;
348
348
  transform: translateX(-50%);
@@ -371,11 +371,11 @@
371
371
  position: relative;
372
372
  float: left;
373
373
  display: flex;
374
- width: var(--sizing-24);
375
- height: var(--sizing-24);
374
+ width: var(--sizing-x12);
375
+ height: var(--sizing-x12);
376
376
  box-sizing: border-box;
377
377
  outline: none;
378
- border-radius: var(--sizing-4);
378
+ border-radius: var(--sizing-x2);
379
379
  border: var(--border-1-theme-300);
380
380
  }
381
381
  .rls-checkbox:hover {
@@ -390,7 +390,7 @@
390
390
  pointer-events: none;
391
391
  }
392
392
  .rls-checkbox__component {
393
- border-radius: var(--sizing-2);
393
+ border-radius: var(--sizing-x1);
394
394
  width: 0.875rem;
395
395
  height: 0.875rem;
396
396
  margin: auto;
@@ -493,8 +493,8 @@
493
493
  position: relative;
494
494
  float: left;
495
495
  width: 100%;
496
- height: var(--sizing-24);
497
- line-height: var(--sizing-24);
496
+ height: var(--sizing-x12);
497
+ line-height: var(--sizing-x12);
498
498
  padding: 0rem;
499
499
  cursor: text;
500
500
  border: none;
@@ -531,12 +531,12 @@
531
531
 
532
532
  .rls-message-icon {
533
533
  --rls-icon-color: var(--color-rolster-500);
534
- --rls-icon-width: var(--sizing-16);
535
- --rls-icon-height: var(--sizing-16);
536
- --rls-icon-font-size: var(--sizing-16);
534
+ --rls-icon-width: var(--sizing-x8);
535
+ --rls-icon-height: var(--sizing-x8);
536
+ --rls-icon-font-size: var(--sizing-x8);
537
537
  display: flex;
538
538
  align-items: center;
539
- column-gap: var(--sizing-4);
539
+ column-gap: var(--sizing-x2);
540
540
  }
541
541
  .rls-message-icon span {
542
542
  color: var(--color-theme-300);
@@ -550,7 +550,7 @@
550
550
  line-height: var(--rls-poster-height);
551
551
  padding: var(--rls-poster-padding);
552
552
  box-sizing: border-box;
553
- border-radius: var(--sizing-4);
553
+ border-radius: var(--sizing-x2);
554
554
  color: var(--color-light-500);
555
555
  background: var(--gradient-rolster-500);
556
556
  }
@@ -560,7 +560,7 @@
560
560
  position: relative;
561
561
  float: left;
562
562
  width: 100%;
563
- height: var(--sizing-4);
563
+ height: var(--sizing-x2);
564
564
  overflow: hidden;
565
565
  background: var(--color-rolster-100);
566
566
  }
@@ -573,7 +573,7 @@
573
573
  content: '';
574
574
  top: 0rem;
575
575
  width: 0%;
576
- height: var(--sizing-4);
576
+ height: var(--sizing-x2);
577
577
  background: var(--gradient-rolster-500);
578
578
  }
579
579
  .rls-progress-bar--indeterminate::after {
@@ -586,7 +586,7 @@
586
586
  position: absolute;
587
587
  top: 0rem;
588
588
  width: 0%;
589
- height: var(--sizing-8);
589
+ height: var(--sizing-x4);
590
590
  display: var(--pvt-component-display);
591
591
  background: var(--gradient-rolster-500);
592
592
  transition: width 320ms 0ms var(--standard-curve);
@@ -628,8 +628,8 @@
628
628
  float: left;
629
629
  display: flex;
630
630
  outline: none;
631
- width: var(--sizing-24);
632
- height: var(--sizing-24);
631
+ width: var(--sizing-x12);
632
+ height: var(--sizing-x12);
633
633
  border-radius: 50%;
634
634
  box-sizing: border-box;
635
635
  border: var(--border-1-theme-300);
@@ -657,15 +657,15 @@
657
657
  }
658
658
 
659
659
  .rls-search-input {
660
- --rls-input-height: var(--sizing-28);
660
+ --rls-input-height: var(--sizing-x14);
661
661
  position: relative;
662
662
  float: left;
663
663
  display: flex;
664
664
  align-items: center;
665
- padding: var(--sizing-8) var(--sizing-12);
665
+ padding: var(--sizing-x4) var(--sizing-x6);
666
666
  box-sizing: border-box;
667
667
  border: var(--border-1-theme-300);
668
- border-radius: var(--sizing-8);
668
+ border-radius: var(--sizing-x4);
669
669
  }
670
670
 
671
671
  .rls-skeleton {
@@ -679,7 +679,7 @@
679
679
  letter-spacing: inherit;
680
680
  overflow: hidden;
681
681
  background: var(--color-rolster-100);
682
- border-radius: var(--sizing-4);
682
+ border-radius: var(--sizing-x2);
683
683
  }
684
684
  .rls-skeleton::after {
685
685
  position: absolute;
@@ -720,7 +720,7 @@
720
720
  .rls-skeleton-text--active {
721
721
  --pvt-value-visibility: hidden;
722
722
  background: var(--color-rolster-100);
723
- border-radius: var(--sizing-4);
723
+ border-radius: var(--sizing-x2);
724
724
  }
725
725
  .rls-skeleton-text--active::after {
726
726
  animation: skeleton-text-animation 1600ms infinite;
@@ -766,10 +766,10 @@
766
766
  }
767
767
 
768
768
  .rls-switch {
769
- --pvt-element-left: var(--sizing-2);
769
+ --pvt-element-left: var(--sizing-x1);
770
770
  --pvt-element-background: var(--background-theme-500);
771
771
  --pvt-bar-background: var(--background-theme-100);
772
- max-width: var(--sizing-40);
772
+ max-width: var(--sizing-x20);
773
773
  }
774
774
  .rls-switch:hover {
775
775
  cursor: pointer;
@@ -777,7 +777,7 @@
777
777
  .rls-switch--checked {
778
778
  --pvt-element-background: var(--gradient-rolster-500);
779
779
  --pvt-element-left: calc(
780
- 100% - var(--rls-switch-element-size) - var(--sizing-2)
780
+ 100% - var(--rls-switch-element-size) - var(--sizing-x1)
781
781
  );
782
782
  --pvt-bar-background: var(--color-rolster-300);
783
783
  }
@@ -788,7 +788,7 @@
788
788
  .rls-switch__component {
789
789
  position: relative;
790
790
  width: 100%;
791
- padding: var(--sizing-6) var(--sizing-2);
791
+ padding: var(--sizing-x3) var(--sizing-x1);
792
792
  box-sizing: border-box;
793
793
  }
794
794
  .rls-switch__component__element {
@@ -798,11 +798,11 @@
798
798
  width: var(--rls-switch-element-size);
799
799
  height: var(--rls-switch-element-size);
800
800
  z-index: var(--z-index-2);
801
- padding: var(--sizing-4);
801
+ padding: var(--sizing-x2);
802
802
  box-sizing: border-box;
803
803
  border-radius: 50%;
804
804
  background: var(--background-theme-500);
805
- box-shadow: 0 0 0.25rem 0 rgba(37, 38, 65, 0.38);
805
+ box-shadow: 0 0 2rem 0 rgba(37, 38, 65, 0.38);
806
806
  transition: left 240ms var(--standard-curve);
807
807
  }
808
808
  .rls-switch__component__element::before {
@@ -821,18 +821,18 @@
821
821
  }
822
822
 
823
823
  .rls-ballot {
824
- --rls-avatar-width: var(--sizing-40);
825
- --rls-avatar-height: var(--sizing-40);
824
+ --rls-avatar-width: var(--sizing-x20);
825
+ --rls-avatar-height: var(--sizing-x20);
826
826
  position: relative;
827
827
  float: left;
828
828
  display: flex;
829
829
  width: 100%;
830
- padding: var(--sizing-8);
830
+ padding: var(--sizing-x4);
831
831
  box-sizing: border-box;
832
832
  overflow: hidden;
833
833
  }
834
834
  .rls-ballot--bordered {
835
- border-radius: var(--sizing-8);
835
+ border-radius: var(--sizing-x4);
836
836
  border: var(--border-1-theme-300);
837
837
  }
838
838
  .rls-ballot--skeleton {
@@ -842,8 +842,8 @@
842
842
  margin: auto 0rem;
843
843
  }
844
844
  .rls-ballot > .rls-avatar + .rls-ballot__component {
845
- width: calc(100% - var(--sizing-56));
846
- margin-left: var(--sizing-8);
845
+ width: calc(100% - var(--sizing-x28));
846
+ margin-left: var(--sizing-x4);
847
847
  }
848
848
  .rls-ballot__component {
849
849
  overflow: hidden;
@@ -868,7 +868,7 @@
868
868
  float: left;
869
869
  width: var(--rls-ballot-subtitle-width);
870
870
  color: var(--color-theme-300);
871
- margin-top: var(--sizing-4);
871
+ margin-top: var(--sizing-x2);
872
872
  font-weight: var(--font-weight-semibold);
873
873
  font-size: var(--smalltext-font-size);
874
874
  letter-spacing: var(--smalltext-letter-spacing);
@@ -887,12 +887,12 @@
887
887
  justify-content: center;
888
888
  }
889
889
  .rls-button-toggle__action {
890
- --rls-button-content-radius: var(--sizing-4) 0rem 0rem var(--sizing-4);
890
+ --rls-button-content-radius: var(--sizing-x2) 0rem 0rem var(--sizing-x2);
891
891
  width: auto;
892
892
  }
893
893
  .rls-button-toggle__icon {
894
- --rls-button-content-radius: 0rem var(--sizing-4) var(--sizing-4) 0rem;
895
- --rls-button-content-padding: var(--sizing-4);
894
+ --rls-button-content-radius: 0rem var(--sizing-x2) var(--sizing-x2) 0rem;
895
+ --rls-button-content-padding: var(--sizing-x2);
896
896
  width: auto;
897
897
  }
898
898
  .rls-button-toggle__list {
@@ -927,8 +927,8 @@
927
927
  width: 100%;
928
928
  height: var(--rls-button-toggle-ul-height);
929
929
  opacity: var(--rls-button-toggle-ul-opacity);
930
- padding: var(--sizing-8) 0rem;
931
- border-radius: var(--sizing-8);
930
+ padding: var(--sizing-x4) 0rem;
931
+ border-radius: var(--sizing-x4);
932
932
  box-sizing: border-box;
933
933
  overflow-y: auto;
934
934
  overflow-x: hidden;
@@ -942,10 +942,10 @@
942
942
  will-change: opacity, transform;
943
943
  }
944
944
  .rls-button-toggle__list ul li {
945
- padding: 0rem var(--sizing-12);
945
+ padding: 0rem var(--sizing-x6);
946
946
  box-sizing: border-box;
947
- height: var(--sizing-40);
948
- line-height: var(--sizing-40);
947
+ height: var(--sizing-x20);
948
+ line-height: var(--sizing-x20);
949
949
  cursor: default;
950
950
  font-weight: var(--font-weight-bold);
951
951
  font-size: 0.825rem;
@@ -960,12 +960,12 @@
960
960
 
961
961
  .rls-checkbox-label {
962
962
  --pvt-text-opacity: 1;
963
- --pvt-text-height: var(--sizing-24);
963
+ --pvt-text-height: var(--sizing-x12);
964
964
  --pvt-text-overflow: hidden;
965
965
  --pvt-text-white-space: nowrap;
966
966
  --pvt-text-text-overflow: ellipsis;
967
967
  display: flex;
968
- column-gap: var(--sizing-8);
968
+ column-gap: var(--sizing-x4);
969
969
  }
970
970
  .rls-checkbox-label--disabled {
971
971
  --pvt-text-opacity: 0.5;
@@ -981,9 +981,9 @@
981
981
  width: auto;
982
982
  }
983
983
  .rls-checkbox-label__text {
984
- max-width: calc(100% - var(--sizing-32));
984
+ max-width: calc(100% - var(--sizing-x16));
985
985
  height: var(--pvt-text-height);
986
- line-height: var(--sizing-24);
986
+ line-height: var(--sizing-x12);
987
987
  color: var(--color-theme-300);
988
988
  font-size: var(--label-font-size);
989
989
  font-weight: var(--font-weight-medium);
@@ -1008,16 +1008,16 @@
1008
1008
  }
1009
1009
  .rls-day-picker__header {
1010
1010
  display: flex;
1011
- margin-bottom: var(--sizing-8);
1011
+ margin-bottom: var(--sizing-x4);
1012
1012
  background: var(--background-theme-100);
1013
1013
  color: var(--color-theme-500);
1014
- border-radius: var(--sizing-4);
1014
+ border-radius: var(--sizing-x2);
1015
1015
  }
1016
1016
  .rls-day-picker__label {
1017
- padding: var(--sizing-12) 0rem;
1017
+ padding: var(--sizing-x6) 0rem;
1018
1018
  text-align: center;
1019
1019
  width: 100%;
1020
- font-size: var(--sizing-12);
1020
+ font-size: var(--sizing-x6);
1021
1021
  font-weight: var(--font-weight-bold);
1022
1022
  }
1023
1023
  .rls-day-picker__week {
@@ -1025,17 +1025,17 @@
1025
1025
  }
1026
1026
  .rls-day-picker__day {
1027
1027
  text-align: center;
1028
- padding: var(--sizing-2);
1028
+ padding: var(--sizing-x1);
1029
1029
  box-sizing: border-box;
1030
1030
  }
1031
1031
  .rls-day-picker__day__span {
1032
1032
  position: relative;
1033
1033
  display: block;
1034
1034
  color: var(--color-theme-500);
1035
- border-radius: var(--sizing-8);
1036
- height: var(--sizing-36);
1037
- line-height: var(--sizing-36);
1038
- margin: var(--sizing-2) 0rem;
1035
+ border-radius: var(--sizing-x4);
1036
+ height: var(--sizing-x18);
1037
+ line-height: var(--sizing-x18);
1038
+ margin: var(--sizing-x1) 0rem;
1039
1039
  font-size: 0.875rem;
1040
1040
  font-weight: var(--font-weight-semibold);
1041
1041
  background: var(--pvt-span-background);
@@ -1075,16 +1075,16 @@
1075
1075
  }
1076
1076
  .rls-day-range-picker__header {
1077
1077
  display: flex;
1078
- margin-bottom: var(--sizing-8);
1078
+ margin-bottom: var(--sizing-x4);
1079
1079
  background: var(--background-theme-100);
1080
1080
  color: var(--color-theme-500);
1081
- border-radius: var(--sizing-4);
1081
+ border-radius: var(--sizing-x2);
1082
1082
  }
1083
1083
  .rls-day-range-picker__label {
1084
- padding: var(--sizing-12) 0rem;
1084
+ padding: var(--sizing-x6) 0rem;
1085
1085
  text-align: center;
1086
1086
  width: 100%;
1087
- font-size: var(--sizing-12);
1087
+ font-size: var(--sizing-x6);
1088
1088
  font-weight: var(--font-weight-bold);
1089
1089
  }
1090
1090
  .rls-day-range-picker__week {
@@ -1092,17 +1092,17 @@
1092
1092
  }
1093
1093
  .rls-day-range-picker__day {
1094
1094
  text-align: center;
1095
- padding: var(--sizing-2);
1095
+ padding: var(--sizing-x1);
1096
1096
  box-sizing: border-box;
1097
1097
  }
1098
1098
  .rls-day-range-picker__day__span {
1099
1099
  position: relative;
1100
1100
  display: block;
1101
1101
  color: var(--color-theme-500);
1102
- border-radius: var(--sizing-8);
1103
- height: var(--sizing-36);
1104
- line-height: var(--sizing-36);
1105
- margin: var(--sizing-2) 0rem;
1102
+ border-radius: var(--sizing-x4);
1103
+ height: var(--sizing-x18);
1104
+ line-height: var(--sizing-x18);
1105
+ margin: var(--sizing-x1) 0rem;
1106
1106
  font-size: 0.875rem;
1107
1107
  font-weight: var(--font-weight-semibold);
1108
1108
  }
@@ -1132,7 +1132,7 @@
1132
1132
  }
1133
1133
 
1134
1134
  .rls-money-field {
1135
- --rls-input-parent-padding: var(--sizing-6) var(--sizing-8);
1135
+ --rls-input-parent-padding: var(--sizing-x3) var(--sizing-x4);
1136
1136
  position: relative;
1137
1137
  float: left;
1138
1138
  width: 100%;
@@ -1146,8 +1146,8 @@
1146
1146
  max-width: 17.5rem;
1147
1147
  display: grid;
1148
1148
  grid-template-columns: repeat(3, 1fr);
1149
- gap: var(--sizing-4);
1150
- padding: var(--sizing-2);
1149
+ gap: var(--sizing-x2);
1150
+ padding: var(--sizing-x1);
1151
1151
  box-sizing: border-box;
1152
1152
  }
1153
1153
  .rls-month-picker__component {
@@ -1156,8 +1156,8 @@
1156
1156
  display: flex;
1157
1157
  box-sizing: border-box;
1158
1158
  text-align: center;
1159
- height: var(--sizing-36);
1160
- border-radius: var(--sizing-8);
1159
+ height: var(--sizing-x18);
1160
+ border-radius: var(--sizing-x4);
1161
1161
  color: var(--color-theme-300);
1162
1162
  }
1163
1163
  .rls-month-picker__component:hover {
@@ -1188,9 +1188,9 @@
1188
1188
  color: var(--color-theme-300);
1189
1189
  cursor: default;
1190
1190
  margin: auto 0rem;
1191
- height: var(--sizing-28);
1192
- line-height: var(--sizing-28);
1193
- font-size: var(--sizing-20);
1191
+ height: var(--sizing-x14);
1192
+ line-height: var(--sizing-x14);
1193
+ font-size: var(--sizing-x10);
1194
1194
  font-weight: var(--font-weight-bold);
1195
1195
  }
1196
1196
  .rls-month-title-picker span:hover {
@@ -1198,7 +1198,7 @@
1198
1198
  }
1199
1199
 
1200
1200
  .rls-number-field {
1201
- --rls-input-parent-padding: var(--sizing-6) var(--sizing-8);
1201
+ --rls-input-parent-padding: var(--sizing-x3) var(--sizing-x4);
1202
1202
  position: relative;
1203
1203
  float: left;
1204
1204
  width: 100%;
@@ -1212,15 +1212,15 @@
1212
1212
  float: left;
1213
1213
  width: 100%;
1214
1214
  overflow: hidden;
1215
- height: var(--sizing-40);
1216
- padding: 0rem var(--sizing-12);
1215
+ height: var(--sizing-x20);
1216
+ padding: 0rem var(--sizing-x6);
1217
1217
  box-sizing: border-box;
1218
1218
  }
1219
1219
  .rls-pagination__pages {
1220
1220
  display: flex;
1221
- gap: var(--sizing-8);
1221
+ gap: var(--sizing-x4);
1222
1222
  width: auto;
1223
- margin: 0rem var(--sizing-8);
1223
+ margin: 0rem var(--sizing-x4);
1224
1224
  }
1225
1225
  .rls-pagination__page {
1226
1226
  background: var(--background-theme-100);
@@ -1228,10 +1228,10 @@
1228
1228
  cursor: default;
1229
1229
  margin: auto 0rem;
1230
1230
  text-align: center;
1231
- width: var(--sizing-32);
1232
- height: var(--sizing-32);
1233
- line-height: var(--sizing-32);
1234
- border-radius: var(--sizing-4);
1231
+ width: var(--sizing-x16);
1232
+ height: var(--sizing-x16);
1233
+ line-height: var(--sizing-x16);
1234
+ border-radius: var(--sizing-x2);
1235
1235
  }
1236
1236
  .rls-pagination__page:hover {
1237
1237
  background: var(--color-rolster-300);
@@ -1243,10 +1243,10 @@
1243
1243
  }
1244
1244
  .rls-pagination__description {
1245
1245
  color: var(--font-primary-900);
1246
- margin: 0rem var(--sizing-8);
1246
+ margin: 0rem var(--sizing-x4);
1247
1247
  width: auto;
1248
- height: var(--sizing-40);
1249
- line-height: var(--sizing-40);
1248
+ height: var(--sizing-x20);
1249
+ line-height: var(--sizing-x20);
1250
1250
  font-size: var(--body-1-size);
1251
1251
  font-weight: var(--font-weight-bold);
1252
1252
  letter-spacing: var(--body-1-letter-spacing);
@@ -1258,10 +1258,10 @@
1258
1258
  background: none;
1259
1259
  outline: none;
1260
1260
  color: var(--color-theme-300);
1261
- height: var(--sizing-36);
1262
- width: var(--sizing-36);
1263
- padding: var(--sizing-6);
1264
- margin: var(--sizing-2) 0rem;
1261
+ height: var(--sizing-x18);
1262
+ width: var(--sizing-x18);
1263
+ padding: var(--sizing-x3);
1264
+ margin: var(--sizing-x1) 0rem;
1265
1265
  }
1266
1266
  .rls-pagination__action:hover {
1267
1267
  color: var(--color-rolster-300);
@@ -1273,21 +1273,21 @@
1273
1273
  }
1274
1274
 
1275
1275
  .rls-password-field {
1276
- --rls-input-parent-padding: var(--sizing-6) var(--sizing-8);
1277
- --rls-action-ripple-dimension: var(--sizing-32);
1278
- --rls-action-ripple-position: -1rem;
1276
+ --rls-input-parent-padding: var(--sizing-x3) var(--sizing-x4);
1277
+ --rls-action-ripple-dimension: var(--sizing-x16);
1278
+ --rls-action-ripple-position: -8rem;
1279
1279
  position: relative;
1280
1280
  float: left;
1281
1281
  width: 100%;
1282
1282
  box-sizing: border-box;
1283
1283
  }
1284
1284
  .rls-password-field .rls-button-action {
1285
- margin: auto var(--sizing-4) auto 0rem;
1285
+ margin: auto var(--sizing-x2) auto 0rem;
1286
1286
  }
1287
1287
 
1288
1288
  .rls-radiobutton-label {
1289
1289
  --pvt-text-opacity: 1;
1290
- --pvt-text-height: var(--sizing-24);
1290
+ --pvt-text-height: var(--sizing-x12);
1291
1291
  --pvt-text-overflow: hidden;
1292
1292
  --pvt-text-white-space: nowrap;
1293
1293
  --pvt-text-text-overflow: ellipsis;
@@ -1307,14 +1307,14 @@
1307
1307
  --pvt-text-height: auto;
1308
1308
  }
1309
1309
  .rls-radiobutton-label__component {
1310
- margin-right: var(--sizing-8);
1310
+ margin-right: var(--sizing-x4);
1311
1311
  width: auto;
1312
1312
  }
1313
1313
  .rls-radiobutton-label__text {
1314
1314
  float: left;
1315
- max-width: calc(100% - var(--sizing-32));
1315
+ max-width: calc(100% - var(--sizing-x16));
1316
1316
  height: var(--pvt-text-height);
1317
- line-height: var(--sizing-24);
1317
+ line-height: var(--sizing-x12);
1318
1318
  color: var(--color-theme-300);
1319
1319
  font-size: var(--label-font-size);
1320
1320
  font-weight: var(--font-weight-medium);
@@ -1328,12 +1328,12 @@
1328
1328
 
1329
1329
  .rls-switch-label {
1330
1330
  --pvt-text-opacity: 1;
1331
- --pvt-text-height: var(--sizing-24);
1331
+ --pvt-text-height: var(--sizing-x12);
1332
1332
  --pvt-text-overflow: hidden;
1333
1333
  --pvt-text-white-space: nowrap;
1334
1334
  --pvt-text-text-overflow: ellipsis;
1335
1335
  display: flex;
1336
- column-gap: var(--sizing-8);
1336
+ column-gap: var(--sizing-x4);
1337
1337
  }
1338
1338
  .rls-switch-label--disabled {
1339
1339
  --pvt-text-opacity: 0.5;
@@ -1346,13 +1346,13 @@
1346
1346
  --pvt-text-height: auto;
1347
1347
  }
1348
1348
  .rls-switch-label__component {
1349
- max-width: 2.5rem;
1349
+ max-width: 20rem;
1350
1350
  }
1351
1351
  .rls-switch-label__text {
1352
1352
  float: left;
1353
- max-width: calc(100% - var(--sizing-56));
1353
+ max-width: calc(100% - var(--sizing-x28));
1354
1354
  height: var(--pvt-text-height);
1355
- line-height: var(--sizing-24);
1355
+ line-height: var(--sizing-x12);
1356
1356
  color: var(--color-theme-300);
1357
1357
  font-size: var(--label-font-size);
1358
1358
  font-weight: var(--font-weight-medium);
@@ -1365,7 +1365,7 @@
1365
1365
  }
1366
1366
 
1367
1367
  .rls-text-field {
1368
- --rls-input-parent-padding: var(--sizing-6) var(--sizing-8);
1368
+ --rls-input-parent-padding: var(--sizing-x3) var(--sizing-x4);
1369
1369
  position: relative;
1370
1370
  float: left;
1371
1371
  width: 100%;
@@ -1375,7 +1375,7 @@
1375
1375
  .rls-toolbar {
1376
1376
  display: flex;
1377
1377
  justify-content: space-between;
1378
- column-gap: var(--sizing-12);
1378
+ column-gap: var(--sizing-x6);
1379
1379
  height: var(--rls-toolbar-height);
1380
1380
  }
1381
1381
  .rls-toolbar > * {
@@ -1384,13 +1384,13 @@
1384
1384
  .rls-toolbar__content {
1385
1385
  display: flex;
1386
1386
  height: 100%;
1387
- padding: var(--sizing-4) var(--sizing-12);
1387
+ padding: var(--sizing-x2) var(--sizing-x6);
1388
1388
  box-sizing: border-box;
1389
1389
  margin: auto 0rem;
1390
1390
  }
1391
1391
  .rls-toolbar__description {
1392
1392
  overflow: hidden;
1393
- padding: 0rem var(--sizing-4);
1393
+ padding: 0rem var(--sizing-x2);
1394
1394
  box-sizing: border-box;
1395
1395
  margin: auto 0rem;
1396
1396
  }
@@ -1404,8 +1404,8 @@
1404
1404
  }
1405
1405
  .rls-toolbar__title {
1406
1406
  color: var(--color-theme-500);
1407
- height: var(--sizing-24);
1408
- line-height: var(--sizing-24);
1407
+ height: var(--sizing-x12);
1408
+ line-height: var(--sizing-x12);
1409
1409
  font-size: 1.0125rem;
1410
1410
  letter-spacing: var(--label-letter-spacing);
1411
1411
  font-weight: var(--font-weight-bold);
@@ -1417,7 +1417,7 @@
1417
1417
  display: flex;
1418
1418
  box-sizing: border-box;
1419
1419
  margin: auto 0rem;
1420
- column-gap: var(--sizing-16);
1420
+ column-gap: var(--sizing-x8);
1421
1421
  }
1422
1422
  .rls-toolbar__actions > * {
1423
1423
  margin: auto 0rem;
@@ -1435,21 +1435,21 @@
1435
1435
  .rls-year-picker__header {
1436
1436
  display: flex;
1437
1437
  box-sizing: border-box;
1438
- padding: var(--sizing-8) var(--sizing-12);
1438
+ padding: var(--sizing-x4) var(--sizing-x6);
1439
1439
  color: var(--color-theme-500);
1440
1440
  background: var(--background-theme-100);
1441
1441
  }
1442
1442
  .rls-year-picker__title {
1443
1443
  width: 100%;
1444
- height: var(--sizing-32);
1445
- line-height: var(--sizing-32);
1444
+ height: var(--sizing-x16);
1445
+ line-height: var(--sizing-x16);
1446
1446
  text-align: center;
1447
1447
  font-weight: var(--font-weight-bold);
1448
1448
  }
1449
1449
  .rls-year-picker__action {
1450
- width: var(--sizing-32);
1451
- height: var(--sizing-32);
1452
- line-height: var(--sizing-32);
1450
+ width: var(--sizing-x16);
1451
+ height: var(--sizing-x16);
1452
+ line-height: var(--sizing-x16);
1453
1453
  }
1454
1454
  .rls-year-picker__action button {
1455
1455
  color: var(--color-theme-500);
@@ -1465,10 +1465,10 @@
1465
1465
  position: relative;
1466
1466
  display: grid;
1467
1467
  grid-template-columns: repeat(3, 1fr);
1468
- gap: var(--sizing-8);
1468
+ gap: var(--sizing-x4);
1469
1469
  width: 100%;
1470
1470
  float: left;
1471
- padding: var(--sizing-8);
1471
+ padding: var(--sizing-x4);
1472
1472
  box-sizing: border-box;
1473
1473
  }
1474
1474
  .rls-year-picker__year {
@@ -1477,8 +1477,8 @@
1477
1477
  display: flex;
1478
1478
  box-sizing: border-box;
1479
1479
  text-align: center;
1480
- height: var(--sizing-36);
1481
- border-radius: var(--sizing-8);
1480
+ height: var(--sizing-x18);
1481
+ border-radius: var(--sizing-x4);
1482
1482
  color: var(--color-theme-300);
1483
1483
  }
1484
1484
  .rls-year-picker__year:hover {
@@ -1506,7 +1506,7 @@
1506
1506
  --pvt-control-opacity: 1;
1507
1507
  }
1508
1508
  .rls-autocomplete-field.rls-box-field--selected {
1509
- --pvt-control-width: calc(100% - var(--sizing-28));
1509
+ --pvt-control-width: calc(100% - var(--sizing-x14));
1510
1510
  }
1511
1511
  .rls-autocomplete-field.rls-box-field--disabled {
1512
1512
  --pvt-control-opacity: 0.5;
@@ -1522,11 +1522,11 @@
1522
1522
  display: flex;
1523
1523
  align-items: center;
1524
1524
  width: 100%;
1525
- margin-top: var(--sizing-4);
1526
- margin-bottom: var(--sizing-12);
1525
+ margin-top: var(--sizing-x2);
1526
+ margin-bottom: var(--sizing-x6);
1527
1527
  background: var(--background-theme-300);
1528
- border-radius: var(--sizing-8);
1529
- padding: var(--sizing-8);
1528
+ border-radius: var(--sizing-x4);
1529
+ padding: var(--sizing-x4);
1530
1530
  box-sizing: border-box;
1531
1531
  }
1532
1532
  .rls-autocomplete-field .rls-list-field__ul__search button {
@@ -1543,8 +1543,8 @@
1543
1543
  }
1544
1544
  .rls-autocomplete-field .rls-list-field__ul__control {
1545
1545
  width: 100%;
1546
- height: var(--sizing-24);
1547
- line-height: var(--sizing-24);
1546
+ height: var(--sizing-x12);
1547
+ line-height: var(--sizing-x12);
1548
1548
  padding: 0rem;
1549
1549
  cursor: text;
1550
1550
  border: none;
@@ -1566,18 +1566,18 @@
1566
1566
  opacity: 0.5;
1567
1567
  }
1568
1568
  .rls-autocomplete-field .rls-list-field__ul .rls-progress-bar {
1569
- margin-bottom: var(--sizing-16);
1569
+ margin-bottom: var(--sizing-x8);
1570
1570
  }
1571
1571
  .rls-autocomplete-field .rls-list-field__element .rls-ballot__title label {
1572
1572
  background: var(--color-rolster-100);
1573
1573
  color: var(--color-rolster-500);
1574
- padding: 0rem var(--sizing-4);
1575
- border-radius: var(--sizing-4);
1574
+ padding: 0rem var(--sizing-x2);
1575
+ border-radius: var(--sizing-x2);
1576
1576
  }
1577
1577
 
1578
1578
  .rls-card {
1579
1579
  background: var(--background-theme-500);
1580
- border-radius: var(--sizing-8);
1580
+ border-radius: var(--sizing-x4);
1581
1581
  box-shadow: var(--shadow-center-light-8);
1582
1582
  }
1583
1583
  .rls-card--outline {
@@ -1633,16 +1633,16 @@
1633
1633
  position: absolute;
1634
1634
  display: flex;
1635
1635
  flex-direction: column;
1636
- row-gap: var(--sizing-16);
1637
- width: calc(100% - var(--sizing-32));
1636
+ row-gap: var(--sizing-x8);
1637
+ width: calc(100% - var(--sizing-x16));
1638
1638
  max-width: 35rem;
1639
1639
  height: var(--pvt-component-height);
1640
1640
  opacity: var(--pvt-component-opacity);
1641
1641
  visibility: var(--pvt-component-visibility);
1642
- padding: var(--sizing-16) 0rem;
1642
+ padding: var(--sizing-x8) 0rem;
1643
1643
  box-sizing: border-box;
1644
1644
  z-index: var(--z-index-2);
1645
- border-radius: var(--sizing-8);
1645
+ border-radius: var(--sizing-x4);
1646
1646
  background: var(--background-theme-500);
1647
1647
  box-shadow: var(--shadow-4);
1648
1648
  will-change: transform;
@@ -1655,9 +1655,9 @@
1655
1655
  position: relative;
1656
1656
  display: flex;
1657
1657
  flex-direction: column;
1658
- row-gap: var(--sizing-4);
1658
+ row-gap: var(--sizing-x2);
1659
1659
  width: 100%;
1660
- padding: 0rem var(--sizing-16);
1660
+ padding: 0rem var(--sizing-x8);
1661
1661
  box-sizing: border-box;
1662
1662
  }
1663
1663
  .rls-confirmation__header__title {
@@ -1681,7 +1681,7 @@
1681
1681
  .rls-confirmation__body {
1682
1682
  position: relative;
1683
1683
  width: 100%;
1684
- padding: 0rem var(--sizing-16);
1684
+ padding: 0rem var(--sizing-x8);
1685
1685
  box-sizing: border-box;
1686
1686
  }
1687
1687
  .rls-confirmation__body__content {
@@ -1697,7 +1697,7 @@
1697
1697
  .rls-confirmation__footer {
1698
1698
  position: relative;
1699
1699
  width: 100%;
1700
- padding: var(--sizing-8) var(--sizing-16) 0rem var(--sizing-16);
1700
+ padding: var(--sizing-x4) var(--sizing-x8) 0rem var(--sizing-x8);
1701
1701
  box-sizing: border-box;
1702
1702
  }
1703
1703
  .rls-confirmation__footer__actions {
@@ -1706,7 +1706,7 @@
1706
1706
  display: flex;
1707
1707
  flex-direction: row-reverse;
1708
1708
  justify-content: center;
1709
- column-gap: var(--sizing-16);
1709
+ column-gap: var(--sizing-x8);
1710
1710
  }
1711
1711
  .rls-confirmation__backdrop {
1712
1712
  position: absolute;
@@ -1737,7 +1737,7 @@
1737
1737
  .rls-confirmation__footer__actions {
1738
1738
  flex-direction: column-reverse;
1739
1739
  column-gap: 0rem;
1740
- row-gap: var(--sizing-16);
1740
+ row-gap: var(--sizing-x8);
1741
1741
  }
1742
1742
  }
1743
1743
 
@@ -1750,9 +1750,9 @@
1750
1750
  }
1751
1751
  .rls-date-picker__header {
1752
1752
  background: var(--color-rolster-100);
1753
- padding: var(--sizing-8);
1753
+ padding: var(--sizing-x4);
1754
1754
  box-sizing: border-box;
1755
- margin-bottom: var(--sizing-16);
1755
+ margin-bottom: var(--sizing-x8);
1756
1756
  }
1757
1757
  .rls-date-picker__title {
1758
1758
  color: var(--color-theme-500);
@@ -1764,23 +1764,23 @@
1764
1764
  color: var(--color-rolster-500);
1765
1765
  }
1766
1766
  .rls-date-picker__title--description {
1767
- height: var(--sizing-32);
1768
- line-height: var(--sizing-32);
1767
+ height: var(--sizing-x16);
1768
+ line-height: var(--sizing-x16);
1769
1769
  font-size: 1.15rem;
1770
1770
  }
1771
1771
  .rls-date-picker__title--year {
1772
- margin: var(--sizing-8) 0rem var(--sizing-4) 0rem;
1773
- height: var(--sizing-32);
1774
- line-height: var(--sizing-32);
1775
- font-size: var(--sizing-24);
1772
+ margin: var(--sizing-x4) 0rem var(--sizing-x2) 0rem;
1773
+ height: var(--sizing-x16);
1774
+ line-height: var(--sizing-x16);
1775
+ font-size: var(--sizing-x12);
1776
1776
  color: var(--color-theme-300);
1777
1777
  }
1778
1778
  .rls-date-picker__component {
1779
1779
  display: flex;
1780
1780
  width: 18.75rem;
1781
- padding: 0rem var(--sizing-4);
1781
+ padding: 0rem var(--sizing-x2);
1782
1782
  box-sizing: border-box;
1783
- margin-bottom: var(--sizing-8);
1783
+ margin-bottom: var(--sizing-x4);
1784
1784
  }
1785
1785
  .rls-date-picker__component > * {
1786
1786
  margin: 0rem auto;
@@ -1801,16 +1801,16 @@
1801
1801
  .rls-date-picker__actions {
1802
1802
  display: flex;
1803
1803
  flex-wrap: wrap;
1804
- gap: var(--sizing-8);
1805
- padding: var(--sizing-8) var(--sizing-16) var(--sizing-12) var(--sizing-16);
1804
+ gap: var(--sizing-x4);
1805
+ padding: var(--sizing-x4) var(--sizing-x8) var(--sizing-x6) var(--sizing-x8);
1806
1806
  overflow: hidden;
1807
1807
  box-sizing: border-box;
1808
1808
  }
1809
1809
  .rls-date-picker__actions--cancel {
1810
- width: calc(50% - var(--sizing-4));
1810
+ width: calc(50% - var(--sizing-x2));
1811
1811
  }
1812
1812
  .rls-date-picker__actions--today {
1813
- width: calc(50% - var(--sizing-4));
1813
+ width: calc(50% - var(--sizing-x2));
1814
1814
  }
1815
1815
  .rls-date-picker__actions--ok {
1816
1816
  width: 100%;
@@ -1849,13 +1849,13 @@
1849
1849
  .rls-modal__component {
1850
1850
  position: absolute;
1851
1851
  width: auto;
1852
- max-width: calc(100% - var(--sizing-16));
1852
+ max-width: calc(100% - var(--sizing-x8));
1853
1853
  height: var(--pvt-component-height);
1854
1854
  opacity: var(--pvt-component-opacity);
1855
1855
  visibility: var(--pvt-component-visibility);
1856
1856
  z-index: var(--z-index-2);
1857
1857
  overflow: hidden;
1858
- border-radius: var(--sizing-8);
1858
+ border-radius: var(--sizing-x4);
1859
1859
  background: var(--background-theme-500);
1860
1860
  will-change: transform;
1861
1861
  transform: var(--pvt-component-transform);
@@ -1880,7 +1880,7 @@
1880
1880
  }
1881
1881
 
1882
1882
  .rls-date-field {
1883
- --rls-boxfield-body-padding: var(--sizing-6) var(--sizing-8);
1883
+ --rls-boxfield-body-padding: var(--sizing-x3) var(--sizing-x4);
1884
1884
  position: relative;
1885
1885
  float: left;
1886
1886
  width: 100%;
@@ -1889,9 +1889,9 @@
1889
1889
  .rls-date-field__control {
1890
1890
  position: relative;
1891
1891
  float: left;
1892
- width: calc(100% - var(--sizing-28));
1893
- height: var(--sizing-24);
1894
- line-height: var(--sizing-24);
1892
+ width: calc(100% - var(--sizing-x14));
1893
+ height: var(--sizing-x12);
1894
+ line-height: var(--sizing-x12);
1895
1895
  padding: 0rem;
1896
1896
  cursor: default;
1897
1897
  border: none;
@@ -1910,10 +1910,10 @@
1910
1910
  }
1911
1911
  .rls-date-field__action {
1912
1912
  color: var(--color-theme-300);
1913
- width: var(--sizing-24);
1914
- height: var(--sizing-24);
1913
+ width: var(--sizing-x12);
1914
+ height: var(--sizing-x12);
1915
1915
  padding: 0rem;
1916
- margin-left: var(--sizing-4);
1916
+ margin-left: var(--sizing-x2);
1917
1917
  background: transparent;
1918
1918
  }
1919
1919
  .rls-date-field__action:disabled {
@@ -1928,9 +1928,9 @@
1928
1928
  }
1929
1929
  .rls-date-range-picker__header {
1930
1930
  background: var(--color-rolster-100);
1931
- padding: var(--sizing-8);
1931
+ padding: var(--sizing-x4);
1932
1932
  box-sizing: border-box;
1933
- margin-bottom: var(--sizing-16);
1933
+ margin-bottom: var(--sizing-x8);
1934
1934
  }
1935
1935
  .rls-date-range-picker__title {
1936
1936
  color: var(--color-theme-500);
@@ -1942,15 +1942,15 @@
1942
1942
  color: var(--color-rolster-500);
1943
1943
  }
1944
1944
  .rls-date-range-picker__title--description {
1945
- height: var(--sizing-32);
1946
- line-height: var(--sizing-32);
1945
+ height: var(--sizing-x16);
1946
+ line-height: var(--sizing-x16);
1947
1947
  font-size: 1.15rem;
1948
1948
  }
1949
1949
  .rls-date-range-picker__title--year {
1950
- margin: var(--sizing-8) 0rem var(--sizing-4) 0rem;
1951
- height: var(--sizing-32);
1952
- line-height: var(--sizing-32);
1953
- font-size: var(--sizing-24);
1950
+ margin: var(--sizing-x4) 0rem var(--sizing-x2) 0rem;
1951
+ height: var(--sizing-x16);
1952
+ line-height: var(--sizing-x16);
1953
+ font-size: var(--sizing-x12);
1954
1954
  color: var(--color-theme-300);
1955
1955
  }
1956
1956
  .rls-date-range-picker__title--month {
@@ -1958,17 +1958,17 @@
1958
1958
  justify-content: space-between;
1959
1959
  }
1960
1960
  .rls-date-range-picker__title--month span {
1961
- height: var(--sizing-28);
1962
- line-height: var(--sizing-28);
1963
- font-size: var(--sizing-20);
1961
+ height: var(--sizing-x14);
1962
+ line-height: var(--sizing-x14);
1963
+ font-size: var(--sizing-x10);
1964
1964
  color: var(--color-theme-300);
1965
1965
  margin: auto 0rem;
1966
1966
  }
1967
1967
  .rls-date-range-picker__component {
1968
1968
  display: flex;
1969
- padding: 0rem var(--sizing-4);
1969
+ padding: 0rem var(--sizing-x2);
1970
1970
  box-sizing: border-box;
1971
- margin-bottom: var(--sizing-8);
1971
+ margin-bottom: var(--sizing-x4);
1972
1972
  }
1973
1973
  .rls-date-range-picker__component > * {
1974
1974
  margin: 0rem auto;
@@ -1987,7 +1987,7 @@
1987
1987
  display: none;
1988
1988
  }
1989
1989
  .rls-date-range-picker__actions {
1990
- padding: var(--sizing-8) var(--sizing-16) var(--sizing-12) var(--sizing-16);
1990
+ padding: var(--sizing-x4) var(--sizing-x8) var(--sizing-x6) var(--sizing-x8);
1991
1991
  overflow: hidden;
1992
1992
  box-sizing: border-box;
1993
1993
  }
@@ -1995,7 +1995,7 @@
1995
1995
  width: 100%;
1996
1996
  }
1997
1997
  .rls-date-range-picker__actions--ok {
1998
- margin-top: var(--sizing-8);
1998
+ margin-top: var(--sizing-x4);
1999
1999
  width: 100%;
2000
2000
  }
2001
2001
  .rls-date-range-picker__actions button {
@@ -2003,7 +2003,7 @@
2003
2003
  }
2004
2004
 
2005
2005
  .rls-date-range-field {
2006
- --rls-boxfield-body-padding: var(--sizing-6) var(--sizing-8);
2006
+ --rls-boxfield-body-padding: var(--sizing-x3) var(--sizing-x4);
2007
2007
  position: relative;
2008
2008
  float: left;
2009
2009
  width: 100%;
@@ -2012,9 +2012,9 @@
2012
2012
  .rls-date-range-field__control {
2013
2013
  position: relative;
2014
2014
  float: left;
2015
- width: calc(100% - var(--sizing-28));
2016
- height: var(--sizing-24);
2017
- line-height: var(--sizing-24);
2015
+ width: calc(100% - var(--sizing-x14));
2016
+ height: var(--sizing-x12);
2017
+ line-height: var(--sizing-x12);
2018
2018
  padding: 0rem;
2019
2019
  cursor: default;
2020
2020
  border: none;
@@ -2033,39 +2033,39 @@
2033
2033
  }
2034
2034
  .rls-date-range-field__action {
2035
2035
  color: var(--color-theme-300);
2036
- width: var(--sizing-24);
2037
- height: var(--sizing-24);
2036
+ width: var(--sizing-x12);
2037
+ height: var(--sizing-x12);
2038
2038
  padding: 0rem;
2039
- margin-left: var(--sizing-4);
2039
+ margin-left: var(--sizing-x2);
2040
2040
  background: transparent;
2041
2041
  }
2042
2042
 
2043
2043
  .rls-form-navigation {
2044
2044
  position: fixed;
2045
- top: var(--sizing-16);
2046
- right: var(--sizing-16);
2047
- width: calc(100% - var(--sizing-32));
2045
+ top: var(--sizing-x8);
2046
+ right: var(--sizing-x8);
2047
+ width: calc(100% - var(--sizing-x16));
2048
2048
  max-width: 20rem;
2049
2049
  height: auto;
2050
- max-height: calc(100vh - var(--sizing-32));
2050
+ max-height: calc(100vh - var(--sizing-x16));
2051
2051
  z-index: var(--z-index-12);
2052
- padding: var(--sizing-16) var(--sizing-16) var(--sizing-24) var(--sizing-16);
2052
+ padding: var(--sizing-x8) var(--sizing-x8) var(--sizing-x12) var(--sizing-x8);
2053
2053
  box-sizing: border-box;
2054
2054
  background: var(--background-theme-500);
2055
- border-radius: var(--sizing-8);
2055
+ border-radius: var(--sizing-x4);
2056
2056
  box-shadow: var(--shadow-center-dark-8);
2057
- transform: translateX(calc(100% + var(--sizing-32)));
2057
+ transform: translateX(calc(100% + var(--sizing-x16)));
2058
2058
  transition: transform 240ms 0ms var(--standard-curve);
2059
2059
  }
2060
2060
  .rls-form-navigation--visible {
2061
2061
  transform: translateX(0%);
2062
2062
  }
2063
2063
  .rls-form-navigation__header {
2064
- margin-bottom: var(--sizing-16);
2064
+ margin-bottom: var(--sizing-x8);
2065
2065
  }
2066
2066
  .rls-form-navigation__header .rls-button-action {
2067
- width: var(--sizing-24);
2068
- height: var(--sizing-24);
2067
+ width: var(--sizing-x12);
2068
+ height: var(--sizing-x12);
2069
2069
  padding: 0rem;
2070
2070
  float: right;
2071
2071
  }
@@ -2084,16 +2084,16 @@
2084
2084
  .rls-snackbar {
2085
2085
  position: fixed;
2086
2086
  display: flex;
2087
- column-gap: var(--sizing-12);
2087
+ column-gap: var(--sizing-x6);
2088
2088
  bottom: 0rem;
2089
2089
  left: var(--rls-snackbar-left);
2090
2090
  z-index: 32;
2091
2091
  width: auto;
2092
2092
  height: auto;
2093
2093
  max-width: 30rem;
2094
- padding: var(--sizing-12);
2094
+ padding: var(--sizing-x6);
2095
2095
  box-sizing: border-box;
2096
- border-radius: var(--sizing-8);
2096
+ border-radius: var(--sizing-x4);
2097
2097
  background: var(--background-theme-500);
2098
2098
  box-shadow: var(--shadow-bottom-light-4);
2099
2099
  border: var(--border-1-rolster-300);
@@ -2102,7 +2102,7 @@
2102
2102
  transition: transform 160ms 0ms var(--standard-curve);
2103
2103
  }
2104
2104
  .rls-snackbar--visible {
2105
- transform: translate(-50%, calc(0% - var(--sizing-16)));
2105
+ transform: translate(-50%, calc(0% - var(--sizing-x8)));
2106
2106
  }
2107
2107
  .rls-snackbar__avatar {
2108
2108
  --rls-icon-color: var(--color-light-500);
@@ -2111,17 +2111,17 @@
2111
2111
  align-items: center;
2112
2112
  overflow: hidden;
2113
2113
  background: var(--color-rolster-500);
2114
- width: var(--sizing-36);
2115
- height: var(--sizing-36);
2116
- border-radius: var(--sizing-8);
2114
+ width: var(--sizing-x18);
2115
+ height: var(--sizing-x18);
2116
+ border-radius: var(--sizing-x4);
2117
2117
  }
2118
2118
  .rls-snackbar__avatar + .rls-snackbar__component {
2119
- width: calc(100% - var(--sizing-36));
2119
+ width: calc(100% - var(--sizing-x18));
2120
2120
  }
2121
2121
  .rls-snackbar__component {
2122
2122
  display: flex;
2123
2123
  flex-direction: column;
2124
- row-gap: var(--sizing-4);
2124
+ row-gap: var(--sizing-x2);
2125
2125
  }
2126
2126
  .rls-snackbar__title {
2127
2127
  overflow: hidden;
@@ -2133,7 +2133,7 @@
2133
2133
  letter-spacing: var(--body-letter-spacing);
2134
2134
  }
2135
2135
  .rls-snackbar__content p {
2136
- line-height: var(--sizing-20);
2136
+ line-height: var(--sizing-x10);
2137
2137
  color: var(--color-theme-300);
2138
2138
  font-size: var(--label-font-size);
2139
2139
  font-weight: var(--font-weight-medium);
@@ -2142,6 +2142,6 @@
2142
2142
 
2143
2143
  @media only screen and (max-width: 375px) {
2144
2144
  .rls-snackbar {
2145
- width: calc(100% - var(--sizing-24));
2145
+ width: calc(100% - var(--sizing-x12));
2146
2146
  }
2147
2147
  }