@bethinkpl/design-system 33.0.5 → 33.0.6

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.
@@ -177,10 +177,12 @@ $image-height-small: 140px;
177
177
  &.-ds-isFullHeight {
178
178
  height: 100%;
179
179
 
180
- #{$self}__content,
181
- #{$self}__slotContent {
180
+ #{$self}__content {
182
181
  height: 100%;
183
182
  }
183
+ #{$self}__slotContent {
184
+ flex-grow: 1;
185
+ }
184
186
  }
185
187
 
186
188
  &.-ds-small {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bethinkpl/design-system",
3
- "version": "33.0.5",
3
+ "version": "33.0.6",
4
4
  "description": "Bethink universe design-system",
5
5
  "repository": {
6
6
  "type": "git",