mediacube-ui 0.1.252 → 0.1.253

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.253](https://github.com/MediaCubeCo/mcui/compare/v0.1.252...v0.1.253) (2024-04-08)
6
+
5
7
  ### [0.1.252](https://github.com/MediaCubeCo/mcui/compare/v0.1.251...v0.1.252) (2024-04-04)
6
8
 
7
9
  ### [0.1.251](https://github.com/MediaCubeCo/mcui/compare/v0.1.250...v0.1.251) (2024-04-02)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.252",
3
+ "version": "0.1.253",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -239,7 +239,8 @@ export default {
239
239
  * Иначе смотрим, чтобы отступ был > чем убираемые отступы, т.к. нет смысла сжимать шапку, если <
240
240
  */
241
241
  const indentDifferences =
242
- (this.modal_params?.['--mc-modal-padding'] - this.modal_params?.['--mc-modal-padding-small']) * 3
242
+ (this.modal_params?.['--mc-modal-padding'] - this.modal_params?.['--mc-modal-padding-small']) * 3 +
243
+ this.modal_params?.['--mc-modal-padding-small']
243
244
  const lineHeightDifferences =
244
245
  this.modal_params?.['--mc-modal-header-line-height'] -
245
246
  this.modal_params?.['--mc-modal-header-line-height-small']