@rolster/styles-foundations 2.3.32 → 2.3.34

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.3.32",
3
+ "version": "2.3.34",
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,9 +1,9 @@
1
1
  // Rolster Technology ListField Component
2
- // v1.3.3
2
+ // v1.3.4
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 01/Mar/2025
6
+ // Updated: 18/Mar/2025
7
7
 
8
8
  .rls-field-list {
9
9
  --pvt-action-font-color: var(--rls-app-color-300);
@@ -90,7 +90,7 @@
90
90
  overflow: initial;
91
91
  opacity: 1;
92
92
  height: auto;
93
- z-index: var(--rls-z-index-4);
93
+ z-index: var(--rls-z-index-8);
94
94
  }
95
95
 
96
96
  &--higher {
@@ -1,9 +1,9 @@
1
1
  // Rolster Technology Colors Foundations
2
- // v2.5.1
2
+ // v2.5.2
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 03/Mar/2022
6
- // Updated: 12/Mar/2025
6
+ // Updated: 13/Mar/2025
7
7
 
8
8
  @mixin rolster-theme-900($theme, $r, $g, $b) {
9
9
  --rls-#{$theme}-backdrop-900: rgba(#{$r}, #{$g}, #{$b}, 0.8);
@@ -322,27 +322,27 @@
322
322
 
323
323
  // COLORS AMBER
324
324
 
325
- --rls-amber-color-950: rgba(66, 27, 8, 1);
325
+ --rls-amber-color-950: rgba(63, 17, 11, 1);
326
326
 
327
- @include rolster-theme-900('amber', 123, 59, 19);
327
+ @include rolster-theme-900('amber', 117, 40, 25);
328
328
 
329
- --rls-amber-color-800: rgba(152, 69, 20, 1);
329
+ --rls-amber-color-800: rgba(145, 45, 27, 1);
330
330
 
331
- @include rolster-theme-700('amber', 192, 88, 14);
331
+ @include rolster-theme-700('amber', 183, 55, 23);
332
332
 
333
- --rls-amber-color-600: rgba(238, 119, 15, 1);
333
+ --rls-amber-color-600: rgba(221, 75, 26, 1);
334
334
 
335
- @include rolster-theme-500('amber', 246, 142, 25);
335
+ @include rolster-theme-500('amber', 235, 100, 36);
336
336
 
337
- --rls-amber-color-400: rgba(249, 169, 62, 1);
337
+ --rls-amber-color-400: rgba(239, 132, 72, 1);
338
338
 
339
- --rls-amber-color-300: rgba(251, 202, 118, 1);
339
+ --rls-amber-color-300: rgba(244, 175, 125, 1);
340
340
 
341
- --rls-amber-color-200: rgba(253, 225, 171, 1);
341
+ --rls-amber-color-200: rgba(249, 208, 175, 1);
342
342
 
343
- --rls-amber-color-100: rgba(255, 242, 213, 1);
343
+ --rls-amber-color-100: rgba(252, 234, 216, 1);
344
344
 
345
- --rls-amber-color-050: rgba(255, 249, 237, 1);
345
+ --rls-amber-color-050: rgba(252, 234, 216, 1);
346
346
 
347
347
  --rls-amber-gradient-700: linear-gradient(
348
348
  180deg,