mediacube-ui 0.1.209 → 0.1.210

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.1.210](https://github.com/MediaCubeCo/mcui/compare/v0.1.209...v0.1.210) (2024-01-17)
6
+
5
7
  ### [0.1.209](https://github.com/MediaCubeCo/mcui/compare/v0.1.208...v0.1.209) (2024-01-16)
6
8
 
7
9
  ### [0.1.208](https://github.com/MediaCubeCo/mcui/compare/v0.1.207...v0.1.208) (2024-01-15)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.209",
3
+ "version": "0.1.210",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -442,6 +442,18 @@ export default {
442
442
  line-height: var(--mc-modal-header-line-height);
443
443
  }
444
444
  }
445
+ *:empty {
446
+ display: none;
447
+ &:has(*:empty) {
448
+ display: none;
449
+ }
450
+ }
451
+ &:has(*:empty) {
452
+ display: none;
453
+ & + #{$block-name}__body {
454
+ padding-top: $space-400;
455
+ }
456
+ }
445
457
  }
446
458
 
447
459
  &__title {