@viasat/beam-styles 2.12.0 → 2.13.0
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.
|
@@ -123,6 +123,7 @@ $panel-width: 20rem; // TO DO: Temporary fixed width, to be mapped to spec props
|
|
|
123
123
|
}
|
|
124
124
|
|
|
125
125
|
&__description {
|
|
126
|
+
font: tokens.$bm-comp-panel-typo-description;
|
|
126
127
|
color: tokens.$bm-comp-panel-color-description;
|
|
127
128
|
}
|
|
128
129
|
|
|
@@ -246,12 +247,14 @@ $panel-width: 20rem; // TO DO: Temporary fixed width, to be mapped to spec props
|
|
|
246
247
|
width: 100%;
|
|
247
248
|
}
|
|
248
249
|
|
|
249
|
-
&[data-position='bottom'][data-status]
|
|
250
|
+
&[data-position='bottom'][data-status]
|
|
251
|
+
.#{$panelBaseClass}__inline-wrapper-content {
|
|
250
252
|
transform: translateY(100%);
|
|
251
253
|
transition: transform $panel-transition-duration ease-in;
|
|
252
254
|
}
|
|
253
255
|
|
|
254
|
-
&[data-position='bottom'][data-status='open']
|
|
256
|
+
&[data-position='bottom'][data-status='open']
|
|
257
|
+
.#{$panelBaseClass}__inline-wrapper-content {
|
|
255
258
|
transform: translateY(0);
|
|
256
259
|
transition: transform $panel-transition-duration ease-out;
|
|
257
260
|
}
|