@rolster/styles-foundations 2.4.10 → 2.4.12

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.4.10",
3
+ "version": "2.4.12",
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",
@@ -256,10 +256,6 @@
256
256
  --rlc-fieldlist-element-padding: var(--rls-sizing-x4);
257
257
  --rlc-fieldlist-suggestions-bottom: var(--rls-sizing-x24);
258
258
  --rlc-fieldlist-suggestions-top: var(--rls-sizing-x24);
259
-
260
- &__suggestions {
261
- z-index: var(--rls-z-index-2);
262
- }
263
259
  }
264
260
 
265
261
  .rls-poster {
@@ -1,13 +1,13 @@
1
1
  // Rolster Technology ListField Component
2
- // v1.3.7
2
+ // v1.3.8
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 18/Abr/2025
6
+ // Updated: 19/Abr/2025
7
7
 
8
8
  .rls-field-list {
9
9
  --pvt-action-font-color: var(--rls-app-color-600);
10
- --pvt-list-height: auto;
10
+ --pvt-list-height: 0rem;
11
11
  --pvt-list-max-height: 160rem;
12
12
  --pvt-list-opacity: 0;
13
13
  --pvt-list-transform: none;
@@ -75,7 +75,7 @@
75
75
  bottom: initial;
76
76
  left: 0rem;
77
77
  width: 100%;
78
- height: auto;
78
+ height: var(--pvt-list-height);
79
79
  max-height: var(--pvt-list-max-height);
80
80
  opacity: 0;
81
81
  z-index: -1;
@@ -30,21 +30,6 @@
30
30
 
31
31
  @include helpers.rolster-theme(
32
32
  'primary',
33
- #0e2425,
34
- #204140,
35
- #224d4b,
36
- #265f5c,
37
- #2c7873,
38
- #39938b,
39
- #52afa5,
40
- #7dcbc1,
41
- #aee1d8,
42
- #d7f0ec,
43
- #f3faf8
44
- );
45
-
46
- @include helpers.rolster-theme(
47
- 'secondary',
48
33
  #0b2446,
49
34
  #0e335d,
50
35
  #0c4480,
@@ -58,6 +43,21 @@
58
43
  #f1f7fe
59
44
  );
60
45
 
46
+ @include helpers.rolster-theme(
47
+ 'secondary',
48
+ #0e2425,
49
+ #204140,
50
+ #224d4b,
51
+ #265f5c,
52
+ #2c7873,
53
+ #39938b,
54
+ #52afa5,
55
+ #7dcbc1,
56
+ #aee1d8,
57
+ #d7f0ec,
58
+ #f3faf8
59
+ );
60
+
61
61
  @include helpers.rolster-theme(
62
62
  'tertiary',
63
63
  #440d0b,