@rolster/styles-foundations 2.3.26 → 2.3.27

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.26",
3
+ "version": "2.3.27",
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",
@@ -8,7 +8,7 @@
8
8
  .rls-field-list {
9
9
  --pvt-action-font-color: var(--rls-app-color-300);
10
10
  --pvt-list-height: 0rem;
11
- --pvt-list-max-height: 160rem;
11
+ --pvt-list-max-height: 0rem;
12
12
  --pvt-list-opacity: 0;
13
13
  --pvt-list-transform: scale(0, 0);
14
14
  --pvt-list-transform-origin: 0% 0%;
@@ -84,6 +84,7 @@
84
84
  padding-bottom: var(--rls-sizing-x6);
85
85
 
86
86
  &--visible {
87
+ --pvt-list-max-height: 160rem;
87
88
  --pvt-list-height: auto;
88
89
  --pvt-list-opacity: 1;
89
90
  --pvt-list-transform: scale(1, 1);
@@ -208,7 +209,6 @@
208
209
  .rls-field-list {
209
210
  --pvt-list-transform: translateY(100%);
210
211
  --pvt-list-transform-origin: initial;
211
- --pvt-list-max-height: initial;
212
212
 
213
213
  &__suggestions {
214
214
  position: fixed;
@@ -219,6 +219,7 @@
219
219
  z-index: var(--rls-z-index-32);
220
220
 
221
221
  &--visible {
222
+ --pvt-list-max-height: initial;
222
223
  --pvt-list-transform: translateY(0%);
223
224
  --pvt-backdrop-opacity: 1;
224
225
  --pvt-backdrop-bottom: 0rem;