@rolster/styles-foundations 2.6.4 → 2.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rolster/styles-foundations",
3
- "version": "2.6.4",
3
+ "version": "2.6.6",
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",
@@ -6,10 +6,7 @@
6
6
  // Updated: 12/Nov/2025
7
7
 
8
8
  .rls-field-box {
9
- --pvt-body-background: var(
10
- --rlc-field-box-body-background,
11
- var(--rls-app-color-050)
12
- );
9
+ --pvt-body-background: var(--rlc-field-box-body-background, transparent);
13
10
 
14
11
  --pvt-body-background-disabled: var(
15
12
  --rlc-field-box-body-background-disabled,
@@ -66,25 +66,31 @@
66
66
  }
67
67
 
68
68
  .rls-flex-justify-content-start {
69
+ display: flex;
69
70
  justify-content: flex-start;
70
71
  }
71
72
 
72
73
  .rls-flex-justify-content-center {
74
+ display: flex;
73
75
  justify-content: center;
74
76
  }
75
77
 
76
78
  .rls-flex-justify-content-end {
79
+ display: flex;
77
80
  justify-content: flex-end;
78
81
  }
79
82
 
80
83
  .rls-flex-aligns-items-start {
84
+ display: flex;
81
85
  align-items: flex-start;
82
86
  }
83
87
 
84
88
  .rls-flex-aligns-items-center {
89
+ display: flex;
85
90
  align-items: center;
86
91
  }
87
92
 
88
93
  .rls-flex-aligns-items-end {
94
+ display: flex;
89
95
  align-items: flex-end;
90
96
  }
@@ -136,8 +136,6 @@
136
136
 
137
137
  .#{$size}-flex-grid-col-4 {
138
138
  & > * {
139
- display: flex;
140
- align-items: flex-start;
141
139
  width: calc(25% - var(--flex-grid-4-gap));
142
140
 
143
141
  &.#{$size}-flex-col-1 {
@@ -163,8 +161,6 @@
163
161
 
164
162
  .#{$size}-flex-grid-col-6 {
165
163
  & > * {
166
- display: flex;
167
- align-items: flex-start;
168
164
  width: calc(16.66% - var(--flex-grid-6-gap));
169
165
 
170
166
  &.#{$size}-flex-col-1 {
@@ -193,8 +189,6 @@
193
189
 
194
190
  .#{$size}-flex-grid-col-8 {
195
191
  & > * {
196
- display: flex;
197
- align-items: flex-start;
198
192
  width: calc(12.5% - var(--flex-grid-8-gap));
199
193
 
200
194
  &.#{$size}-flex-col-1 {
@@ -226,8 +220,6 @@
226
220
 
227
221
  .#{$size}-flex-grid-col-12 {
228
222
  & > * {
229
- display: flex;
230
- align-items: flex-start;
231
223
  width: calc(8.33% - var(--flex-grid-12-gap));
232
224
 
233
225
  &.#{$size}-flex-col-1 {