@rolster/styles-foundations 2.6.17 → 2.6.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/styles-foundations",
3
- "version": "2.6.17",
3
+ "version": "2.6.19",
4
4
  "description": "Front-end style pack to develop responsive and mobile projects on the web with Rolster.",
5
5
  "sass": "scss/styles.scss",
6
6
  "style": "dist/styles.css",
@@ -47,17 +47,17 @@ body {
47
47
 
48
48
  @include helpers.rolster-theme(
49
49
  'secondary',
50
- #00341d,
51
- #0a5d37,
52
- #0a7140,
53
- #04914e,
54
- #00bf63,
55
- #09de77,
56
- #33f597,
57
- #76ffbb,
58
- #b2ffd9,
59
- #d7ffeb,
60
- #eefff6
50
+ #003027,
51
+ #005544,
52
+ #006751,
53
+ #008365,
54
+ #00a47a,
55
+ #00cf99,
56
+ #25e2aa,
57
+ #63f2c3,
58
+ #a0fad7,
59
+ #cdfee8,
60
+ #eafff6
61
61
  );
62
62
 
63
63
  @include helpers.rolster-theme(
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology FlexBoxs Foundations
2
- // v1.0.1
2
+ // v1.0.2
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 08/Nov/2025
6
- // Updated: 13/Nov/2025
6
+ // Updated: 03/Feb/2026
7
7
 
8
8
  @mixin flex_row($gap) {
9
9
  display: flex;
@@ -80,17 +80,17 @@
80
80
  justify-content: flex-end;
81
81
  }
82
82
 
83
- .rls-flex-aligns-items-start {
83
+ .rls-flex-align-items-start {
84
84
  display: flex;
85
85
  align-items: flex-start;
86
86
  }
87
87
 
88
- .rls-flex-aligns-items-center {
88
+ .rls-flex-align-items-center {
89
89
  display: flex;
90
90
  align-items: center;
91
91
  }
92
92
 
93
- .rls-flex-aligns-items-end {
93
+ .rls-flex-align-items-end {
94
94
  display: flex;
95
95
  align-items: flex-end;
96
96
  }
@@ -182,3 +182,4 @@ button {
182
182
  @include typographic('smalltext', 'smalltext');
183
183
  @include typographic('caption', 'caption');
184
184
  @include typographic('overline', 'overline');
185
+ @include typographic('tiny', 'tiny');