@rolster/styles-foundations 2.3.33 → 2.3.35

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.33",
3
+ "version": "2.3.35",
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.5
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 01/Mar/2025
6
+ // Updated: 31/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 {
@@ -230,9 +230,9 @@
230
230
  }
231
231
 
232
232
  &__ul {
233
- max-width: 200rem;
233
+ max-width: 100%;
234
234
  max-height: 75%;
235
- padding: var(--rls-sizing-x8) var(--rls-sizing-x2);
235
+ padding: var(--rls-sizing-x8) var(--rls-sizing-x6);
236
236
  border-radius: var(--rls-sizing-x4) var(--rls-sizing-x4) 0rem 0rem;
237
237
  border: none;
238
238
  box-shadow: none;