@5minds/node-red-dashboard-2-processcube-dynamic-form 1.1.2-feature-997de4-m7nhlmql → 1.1.2-feature-3cca8f-m7uo92tb

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.
@@ -145,6 +145,22 @@ code {
145
145
  max-height: 90%;
146
146
  }
147
147
 
148
+ .cardCollapse-leave-active {
149
+ transition: max-height .5s ease, opacity .2s ease;
150
+ max-height: 100vh;
151
+ }
152
+
153
+ .cardCollapse-enter-active {
154
+ transition: max-height .2s ease, opacity .5s ease;
155
+ max-height: 100vh;
156
+ }
157
+
158
+ .cardCollapse-enter-from,
159
+ .cardCollapse-leave-to {
160
+ max-height: 0px;
161
+ opacity: 0;
162
+ }
163
+
148
164
  .ui-dynamic-form-formfield-positioner {
149
165
  padding: 32px;
150
166
  padding-top: 0px;