@rolster/styles-foundations 2.3.4 → 2.3.6

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.
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Styles
2
- // v2.0.0
2
+ // v2.1.0
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 11/Ago/2022
6
- // Updated: 27/May/2024
6
+ // Updated: 05/Jul/2024
7
7
 
8
8
  @import 'rolster-foundations';
9
9
  @import 'rolster-utilities';
@@ -12,12 +12,16 @@
12
12
  .rls-aspect-ratio {
13
13
  --rls-app-font-size-1360: 2.5px;
14
14
  --rls-app-font-size-1820: 2.925px;
15
+ }
15
16
 
16
- @media screen and (min-width: 1360px) {
17
+ @media screen and (min-width: 1360px) {
18
+ .rls-aspect-ratio {
17
19
  --rls-app-font-size: var(--rls-app-font-size-1360);
18
20
  }
21
+ }
19
22
 
20
- @media screen and (min-width: 1820px) {
23
+ @media screen and (min-width: 1820px) {
24
+ .rls-aspect-ratio {
21
25
  --rls-app-font-size: var(--rls-app-font-size-1820);
22
26
  }
23
27
  }
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology ListField Component
2
- // v1.3.0
2
+ // v1.3.1
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 24/Jun/2024
6
+ // Updated: 23/Oct/2024
7
7
 
8
8
  .rls-field-list {
9
9
  --pvt-action-font-color: var(--rls-app-color-300);
@@ -107,7 +107,7 @@
107
107
  display: flex;
108
108
  flex-direction: column;
109
109
  width: 100%;
110
- height: var(--pvt-list-height);
110
+ height: auto;
111
111
  max-height: var(--pvt-list-max-height);
112
112
  padding: var(--rls-sizing-x4) var(--rls-sizing-x2);
113
113
  box-sizing: border-box;
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Colors Foundations
2
- // v2.4.0
2
+ // v2.4.1
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 03/Mar/2022
6
- // Updated: 02/Jun/2024
6
+ // Updated: 14/Jul/2024
7
7
 
8
8
  @mixin rolster-theme-900($theme, $r, $g, $b) {
9
9
  --rls-#{$theme}-color-900: rgba(#{$r}, #{$g}, #{$b}, 1);
@@ -16,8 +16,12 @@
16
16
 
17
17
  --rls-#{$theme}-skeleton-500: rgba(#{$r}, #{$g}, #{$b}, 0.5);
18
18
 
19
+ --rls-#{$theme}-skeleton-400: rgba(#{$r}, #{$g}, #{$b}, 0.325);
20
+
19
21
  --rls-#{$theme}-skeleton-300: rgba(#{$r}, #{$g}, #{$b}, 0.25);
20
22
 
23
+ --rls-#{$theme}-skeleton-200: rgba(#{$r}, #{$g}, #{$b}, 0.175);
24
+
21
25
  --rls-#{$theme}-skeleton-100: rgba(#{$r}, #{$g}, #{$b}, 0.1);
22
26
  }
23
27
 
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Themes Foundations
2
- // v2.3.0
2
+ // v2.3.1
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 03/Mar/2022
6
- // Updated: 26/May/2024
6
+ // Updated: 14/Jul/2024
7
7
 
8
8
  @mixin app-border-token($theme, $token) {
9
9
  --rls-app-border-1-#{$token}: var(--rls-border-1) solid
@@ -83,8 +83,12 @@
83
83
 
84
84
  --rls-theme-skeleton-500: var(--rls-#{$theme}-skeleton-500);
85
85
 
86
+ --rls-theme-skeleton-400: var(--rls-#{$theme}-skeleton-400);
87
+
86
88
  --rls-theme-skeleton-300: var(--rls-#{$theme}-skeleton-300);
87
89
 
90
+ --rls-theme-skeleton-200: var(--rls-#{$theme}-skeleton-200);
91
+
88
92
  --rls-theme-skeleton-100: var(--rls-#{$theme}-skeleton-100);
89
93
 
90
94
  --rls-theme-shadow-500: var(--rls-#{$theme}-shadow-500);
@@ -8,27 +8,31 @@
8
8
  .align-center {
9
9
  --rlc-amount-text-align: center;
10
10
  --rlc-input-text-align: center;
11
+ --rlc-poster-text-align: center;
11
12
 
12
13
  text-align: center !important;
13
14
  }
14
15
 
15
16
  .align-justify {
16
- --rlc-amount-text-align: start;
17
- --rlc-input-text-align: left;
17
+ --rlc-amount-text-align: flex-start;
18
+ --rlc-input-text-align: justify;
19
+ --rlc-poster-text-align: flex-start;
18
20
 
19
21
  text-align: justify !important;
20
22
  }
21
23
 
22
24
  .align-left {
23
- --rlc-amount-text-align: start;
25
+ --rlc-amount-text-align: flex-start;
24
26
  --rlc-input-text-align: left;
27
+ --rlc-poster-text-align: flex-start;
25
28
 
26
29
  text-align: left !important;
27
30
  }
28
31
 
29
32
  .align-right {
30
- --rlc-amount-text-align: end;
33
+ --rlc-amount-text-align: flex-end;
31
34
  --rlc-input-text-align: right;
35
+ --rlc-poster-text-align: flex-end;
32
36
 
33
37
  text-align: right !important;
34
38
  }