@rolster/styles-foundations 2.5.41 → 2.5.44

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.5.41",
3
+ "version": "2.5.44",
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",
@@ -1,16 +1,16 @@
1
1
  // Rolster Technology App Component
2
- // v2.3.5
2
+ // v2.3.6
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 15/Sep/2025
6
+ // Updated: 24/Sep/2025
7
7
 
8
8
  .rls-app {
9
9
  &__body {
10
10
  --pvt-navbar-dimension: 0rem;
11
11
  --pvt-navbar-width: var(--rlc-app-navbar-width, 160rem);
12
12
  --pvt-navbar-width-condense: 36rem;
13
- --pvt-nabvar-snackbar: var(--pvt-navbar-width);
13
+ --pvt-navbar-snackbar: var(--pvt-navbar-width);
14
14
 
15
15
  display: flex;
16
16
  flex-direction: column;
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Datatable Component
2
- // v2.5.1
2
+ // v2.5.2
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 12/Ago/2025
6
+ // Updated: 24/Sep/2025
7
7
 
8
8
  @mixin datatable_cell_control() {
9
9
  --rlc-avatar-radius: var(--rls-sizing-x3);
@@ -226,6 +226,13 @@
226
226
  --rlc-fieldbox-body-shadow-error: none;
227
227
  --rlc-fieldbox-action-background: transparent;
228
228
 
229
+ --rlc-fieldlist-control-font-size: var(--pvt-datatable-font-size);
230
+ --rlc-fieldlist-control-font-weight: var(--rls-font-weight-medium);
231
+ --rlc-fieldlist-control-letter-spacing: var(--rls-body-letter-spacing);
232
+ --rlc-fieldlist-element-padding: var(--rls-sizing-x4);
233
+ --rlc-fieldlist-suggestions-bottom: var(--rls-sizing-x24);
234
+ --rlc-fieldlist-suggestions-top: var(--rls-sizing-x24);
235
+
229
236
  position: relative;
230
237
  display: flex;
231
238
  align-items: center;
@@ -262,17 +269,8 @@
262
269
  }
263
270
 
264
271
  .rls-field-list {
265
- --rlc-fieldbox-body-background: transparent;
266
272
  --rlc-fieldbox-body-padding: var(--rls-sizing-x4) 0rem;
267
- --rlc-fieldbox-body-shadow: none;
268
273
  --rlc-fieldbox-action-dimension: var(--rls-sizing-x10);
269
- --rlc-fieldbox-action-background: transparent;
270
- --rlc-fieldlist-control-font-size: var(--pvt-datatable-font-size);
271
- --rlc-fieldlist-control-font-weight: var(--rls-font-weight-medium);
272
- --rlc-fieldlist-control-letter-spacing: var(--rls-body-letter-spacing);
273
- --rlc-fieldlist-element-padding: var(--rls-sizing-x4);
274
- --rlc-fieldlist-suggestions-bottom: var(--rls-sizing-x24);
275
- --rlc-fieldlist-suggestions-top: var(--rls-sizing-x24);
276
274
  }
277
275
 
278
276
  .rls-poster {
package/scss/styles.scss CHANGED
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Styles
2
- // v2.1.1
2
+ // v2.1.2
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 11/Ago/2022
6
- // Updated: 15/Sep/2025
6
+ // Updated: 20/Sep/2025
7
7
 
8
8
  @use 'foundations';
9
9
  @use 'utilities';