@rolster/styles-foundations 2.6.3 → 2.6.4

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.3",
3
+ "version": "2.6.4",
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",
@@ -31,6 +31,6 @@
31
31
  },
32
32
  "repository": {
33
33
  "type": "git",
34
- "url": "https://github.com/rolster-developments/styles-foundations"
34
+ "url": "git+https://github.com/rolster-developments/styles-foundations"
35
35
  }
36
36
  }
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Datatable Component
2
- // v2.6.1
2
+ // v2.6.2
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 08/Nov/2025
6
+ // Updated: 13/Nov/2025
7
7
 
8
8
  @mixin datatable_cell() {
9
9
  --rlc-field-box-body-background: transparent;
@@ -45,6 +45,7 @@
45
45
 
46
46
  --rlc-switch-max-width: var(--rls-sizing-x16);
47
47
  --rlc-switch-component-height: var(--rls-sizing-x8);
48
+ --rlc-switch-element-width: var(--rls-sizing-x6);
48
49
  --rlc-switch-element-height: var(--rls-sizing-x4);
49
50
  --rlc-switch-element-radius: var(--rls-sizing-x4);
50
51
 
@@ -1,30 +1,30 @@
1
1
  // Rolster Technology Colors Foundations
2
- // v2.6.5
2
+ // v2.6.6
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 03/Mar/2022
6
- // Updated: 26/Oct/2025
6
+ // Updated: 13/Nov/2025
7
7
 
8
8
  @use 'helpers' as helpers;
9
9
 
10
10
  body {
11
- --rls-app-color-900: var(--rls-project-color-900, #28323d);
11
+ --rls-app-color-900: var(--rls-project-color-900, #26303b);
12
12
 
13
- --rls-app-color-800: var(--rls-project-color-800, #343957);
13
+ --rls-app-color-800: var(--rls-project-color-800, #323755);
14
14
 
15
- --rls-app-color-700: var(--rls-project-color-700, #484d6b);
15
+ --rls-app-color-700: var(--rls-project-color-700, #464b60);
16
16
 
17
- --rls-app-color-600: var(--rls-project-color-600, #626f9b);
17
+ --rls-app-color-600: var(--rls-project-color-600, #616e99);
18
18
 
19
- --rls-app-color-500: var(--rls-project-color-500, #808dbe);
19
+ --rls-app-color-500: var(--rls-project-color-500, #828fbf);
20
20
 
21
21
  --rls-app-color-400: var(--rls-project-color-400, #bdc0dc);
22
22
 
23
23
  --rls-app-color-300: var(--rls-project-color-300, #d6d9f0);
24
24
 
25
- --rls-app-color-200: var(--rls-project-color-200, #e5e8f5);
25
+ --rls-app-color-200: var(--rls-project-color-200, #e7eaf7);
26
26
 
27
- --rls-app-color-100: var(--rls-project-color-100, #f4f7ff);
27
+ --rls-app-color-100: var(--rls-project-color-100, #f7f9ff);
28
28
 
29
29
  --rls-app-color-050: var(--rls-project-color-050, #ffffff);
30
30
 
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology FlexBoxs Foundations
2
- // v1.0.0
2
+ // v1.0.1
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 08/Nov/2025
6
- // Updated: 08/Nov/2025
6
+ // Updated: 13/Nov/2025
7
7
 
8
8
  @mixin flex_row($gap) {
9
9
  display: flex;
@@ -64,3 +64,27 @@
64
64
  .rls-flex-column-16 {
65
65
  @include flex_column(16rem);
66
66
  }
67
+
68
+ .rls-flex-justify-content-start {
69
+ justify-content: flex-start;
70
+ }
71
+
72
+ .rls-flex-justify-content-center {
73
+ justify-content: center;
74
+ }
75
+
76
+ .rls-flex-justify-content-end {
77
+ justify-content: flex-end;
78
+ }
79
+
80
+ .rls-flex-aligns-items-start {
81
+ align-items: flex-start;
82
+ }
83
+
84
+ .rls-flex-aligns-items-center {
85
+ align-items: center;
86
+ }
87
+
88
+ .rls-flex-aligns-items-end {
89
+ align-items: flex-end;
90
+ }
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Layout Utilities
2
- // v2.0.1
2
+ // v2.1.2
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 11/Abr/2023
6
- // Updated: 27/Ene/2024
6
+ // Updated: 13/Nov/2025
7
7
 
8
8
  @mixin grid-responsive($size) {
9
9
  .#{$size}-grid-8 {
@@ -136,6 +136,8 @@
136
136
 
137
137
  .#{$size}-flex-grid-col-4 {
138
138
  & > * {
139
+ display: flex;
140
+ align-items: flex-start;
139
141
  width: calc(25% - var(--flex-grid-4-gap));
140
142
 
141
143
  &.#{$size}-flex-col-1 {
@@ -161,6 +163,8 @@
161
163
 
162
164
  .#{$size}-flex-grid-col-6 {
163
165
  & > * {
166
+ display: flex;
167
+ align-items: flex-start;
164
168
  width: calc(16.66% - var(--flex-grid-6-gap));
165
169
 
166
170
  &.#{$size}-flex-col-1 {
@@ -189,6 +193,8 @@
189
193
 
190
194
  .#{$size}-flex-grid-col-8 {
191
195
  & > * {
196
+ display: flex;
197
+ align-items: flex-start;
192
198
  width: calc(12.5% - var(--flex-grid-8-gap));
193
199
 
194
200
  &.#{$size}-flex-col-1 {
@@ -220,6 +226,8 @@
220
226
 
221
227
  .#{$size}-flex-grid-col-12 {
222
228
  & > * {
229
+ display: flex;
230
+ align-items: flex-start;
223
231
  width: calc(8.33% - var(--flex-grid-12-gap));
224
232
 
225
233
  &.#{$size}-flex-col-1 {