@rolster/styles-foundations 2.3.25 → 2.3.26

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.25",
3
+ "version": "2.3.26",
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.2
2
+ // v1.3.3
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
6
- // Updated: 27/Oct/2024
6
+ // Updated: 01/Mar/2025
7
7
 
8
8
  .rls-field-list {
9
9
  --pvt-action-font-color: var(--rls-app-color-300);
@@ -78,6 +78,7 @@
78
78
  width: 100%;
79
79
  height: 0rem;
80
80
  max-height: var(--pvt-list-max-height);
81
+ opacity: 0;
81
82
  overflow: hidden;
82
83
  z-index: var(--rls-z-index-2);
83
84
  padding-bottom: var(--rls-sizing-x6);
@@ -104,11 +105,12 @@
104
105
  display: flex;
105
106
  flex-direction: column;
106
107
  width: 100%;
107
- height: auto;
108
+ height: var(--pvt-list-height);
108
109
  max-height: var(--pvt-list-max-height);
109
110
  padding: var(--rls-sizing-x4) var(--rls-sizing-x2);
110
111
  box-sizing: border-box;
111
112
  border-radius: var(--rls-sizing-x4);
113
+ opacity: var(--pvt-list-opacity);
112
114
  overflow: hidden;
113
115
  z-index: var(--rls-z-index-2);
114
116
  background: var(--rls-app-background-500);