@rolster/styles-foundations 2.3.3 → 2.3.5

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.
@@ -9,61 +9,61 @@
9
9
  font-family: -rolster-system-font;
10
10
  font-style: normal;
11
11
  font-weight: 100;
12
- src: url('space-grotesk/space-grotesk-light.woff') format('woff');
12
+ src: url('space-grotesk-light.woff') format('woff');
13
13
  }
14
14
 
15
15
  @font-face {
16
16
  font-family: -rolster-system-font;
17
17
  font-style: normal;
18
18
  font-weight: 200;
19
- src: url('space-grotesk/space-grotesk-light.woff') format('woff');
19
+ src: url('space-grotesk-light.woff') format('woff');
20
20
  }
21
21
 
22
22
  @font-face {
23
23
  font-family: -rolster-system-font;
24
24
  font-style: normal;
25
25
  font-weight: 300;
26
- src: url('space-grotesk/space-grotesk-light.woff') format('woff');
26
+ src: url('space-grotesk-light.woff') format('woff');
27
27
  }
28
28
 
29
29
  @font-face {
30
30
  font-family: -rolster-system-font;
31
31
  font-style: normal;
32
32
  font-weight: 400;
33
- src: url('space-grotesk/space-grotesk-regular.woff') format('woff');
33
+ src: url('space-grotesk-regular.woff') format('woff');
34
34
  }
35
35
 
36
36
  @font-face {
37
37
  font-family: -rolster-system-font;
38
38
  font-style: normal;
39
39
  font-weight: 500;
40
- src: url('space-grotesk/space-grotesk-medium.woff') format('woff');
40
+ src: url('space-grotesk-medium.woff') format('woff');
41
41
  }
42
42
 
43
43
  @font-face {
44
44
  font-family: -rolster-system-font;
45
45
  font-style: normal;
46
46
  font-weight: 600;
47
- src: url('space-grotesk/space-grotesk-semibold.woff') format('woff');
47
+ src: url('space-grotesk-semibold.woff') format('woff');
48
48
  }
49
49
 
50
50
  @font-face {
51
51
  font-family: -rolster-system-font;
52
52
  font-style: normal;
53
53
  font-weight: 700;
54
- src: url('space-grotesk/space-grotesk-bold.woff') format('woff');
54
+ src: url('space-grotesk-bold.woff') format('woff');
55
55
  }
56
56
 
57
57
  @font-face {
58
58
  font-family: -rolster-system-font;
59
59
  font-style: normal;
60
60
  font-weight: 800;
61
- src: url('space-grotesk/space-grotesk-bold.woff') format('woff');
61
+ src: url('space-grotesk-bold.woff') format('woff');
62
62
  }
63
63
 
64
64
  @font-face {
65
65
  font-family: -rolster-system-font;
66
66
  font-style: normal;
67
67
  font-weight: 900;
68
- src: url('space-grotesk/space-grotesk-bold.woff') format('woff');
68
+ src: url('space-grotesk-bold.woff') format('woff');
69
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/styles-foundations",
3
- "version": "2.3.3",
3
+ "version": "2.3.5",
4
4
  "description": "Front-end style pack to develop responsive and mobile projects on the web with Rolster.",
5
5
  "sass": "scss/_rolster-styles.scss",
6
6
  "style": "dist/rolster-styles.css",
package/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rolster Styles Foundations
2
2
 
3
- Front-end style pack to develop responsive and mobile projects on the web with Rolster. (24/May/2024)
3
+ Front-end style pack to develop responsive and mobile projects on the web with Rolster.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Components
2
- // v2.0.4
2
+ // v2.0.5
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 13/Abr/2023
6
- // Updated: 24/Jun/2024
6
+ // Updated: 14/Jul/2024
7
7
 
8
8
  :root {
9
9
  --rlc-app-header-background: var(--rls-app-background-100);
@@ -64,18 +64,33 @@
64
64
  --rlc-input-letter-spacing: var(--rls-input-letter-spacing);
65
65
  --rlc-input-height: var(--rls-sizing-x12);
66
66
 
67
- --rlc-poster-height: var(--rls-sizing-x18);
67
+ --rlc-label-font-size: var(--rls-smalltext-font-size);
68
+ --rlc-label-letter-spacing: var(--rls-smalltext-letter-spacing);
69
+ --rlc-label-height: var(--rls-smalltext-line-height);
70
+
71
+ --rlc-poster-font-size: var(--rls-body-font-size);
72
+ --rlc-poster-letter-spacing: var(--rls-body-letter-spacing);
73
+ --rlc-poster-height: var(--rls-body-line-height);
68
74
  --rlc-poster-padding: var(--rls-sizing-x4);
75
+ --rlc-poster-text-align: center;
69
76
 
70
77
  --rlc-progress-circular-dimension: var(--rls-sizing-x28);
71
78
 
72
79
  --rlc-snackbar-left: 50%;
73
80
 
81
+ --rlc-skeleton-height: inherit;
82
+
83
+ --rlc-skeleton-text-font-size: var(--rls-body-font-size);
84
+ --rlc-skeleton-text-height: var(--rls-body-line-height);
85
+ --rlc-skeleton-text-letter-spacing: var(--rls-body-letter-spacing);
86
+
74
87
  --rlc-switch-element-size: var(--rls-sizing-x12);
75
88
  --rlc-switch-bar-radius: var(--rls-sizing-x3);
76
89
  --rlc-switch-bar-height: var(--rls-sizing-x6);
77
90
 
78
- --rlc-tabulartext-char-width: 5rem;
91
+ --rlc-tabulartext-text-align: flex-start;
92
+ --rlc-tabulartext-font-size: var(--rls-body-font-size);
93
+ --rlc-tabulartext-char-width: 5.5rem;
79
94
  --rlc-tabulartext-pointer-width: 2rem;
80
95
 
81
96
  --rlc-toolbar-height: var(--rls-sizing-x28);
@@ -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 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
  }