@rolster/styles-foundations 2.3.26 → 2.3.28

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.28",
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);
@@ -118,9 +119,6 @@
118
119
  box-shadow: 0px 0px 0px 3px var(--rls-theme-shadow-500);
119
120
  transform: var(--pvt-list-transform);
120
121
  transform-origin: var(--pvt-list-transform-origin);
121
- transition:
122
- opacity 240ms 0ms var(--rls-standard-curve),
123
- transform 240ms 0ms var(--rls-standard-curve);
124
122
  }
125
123
  }
126
124
 
@@ -208,7 +206,6 @@
208
206
  .rls-field-list {
209
207
  --pvt-list-transform: translateY(100%);
210
208
  --pvt-list-transform-origin: initial;
211
- --pvt-list-max-height: initial;
212
209
 
213
210
  &__suggestions {
214
211
  position: fixed;
@@ -219,6 +216,7 @@
219
216
  z-index: var(--rls-z-index-32);
220
217
 
221
218
  &--visible {
219
+ --pvt-list-max-height: initial;
222
220
  --pvt-list-transform: translateY(0%);
223
221
  --pvt-backdrop-opacity: 1;
224
222
  --pvt-backdrop-bottom: 0rem;