@gravity-ui/markdown-editor 13.21.0 → 13.21.2

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.
@@ -9,10 +9,10 @@
9
9
  .g-md-table-view__wrapper {
10
10
  position: relative;
11
11
  display: inline-block;
12
- max-width: calc(100% - 18px);
13
- margin-right: 18px;
12
+ max-width: calc(100% - 16px);
13
+ margin-right: 16px;
14
14
  /* stylelint-disable declaration-no-important */
15
- margin-bottom: 18px !important;
15
+ margin-bottom: 16px !important;
16
16
  }
17
17
  .g-md-table-view__buttons-visible .g-md-table-view__plus-button-controls {
18
18
  pointer-events: initial;
@@ -43,6 +43,7 @@
43
43
  height: 16px;
44
44
  }
45
45
  .g-md-table-view__plus-button {
46
+ --_--padding: 8px;
46
47
  display: flex;
47
48
  justify-content: center;
48
49
  align-items: center;
@@ -70,7 +71,6 @@
70
71
  background: transparent !important;
71
72
  }
72
73
  .g-md-table-view.g-md-table-view tbody {
73
- display: block;
74
74
  border-radius: 8px;
75
75
  background: var(--g-color-base-background);
76
76
  box-shadow: inset 0 0 0 1px var(--g-color-line-generic);
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  /** During build process, the current version will be injected here */
5
- exports.VERSION = typeof '13.21.0' !== 'undefined' ? '13.21.0' : 'unknown';
5
+ exports.VERSION = typeof '13.21.2' !== 'undefined' ? '13.21.2' : 'unknown';
@@ -9,10 +9,10 @@
9
9
  .g-md-table-view__wrapper {
10
10
  position: relative;
11
11
  display: inline-block;
12
- max-width: calc(100% - 18px);
13
- margin-right: 18px;
12
+ max-width: calc(100% - 16px);
13
+ margin-right: 16px;
14
14
  /* stylelint-disable declaration-no-important */
15
- margin-bottom: 18px !important;
15
+ margin-bottom: 16px !important;
16
16
  }
17
17
  .g-md-table-view__buttons-visible .g-md-table-view__plus-button-controls {
18
18
  pointer-events: initial;
@@ -43,6 +43,7 @@
43
43
  height: 16px;
44
44
  }
45
45
  .g-md-table-view__plus-button {
46
+ --_--padding: 8px;
46
47
  display: flex;
47
48
  justify-content: center;
48
49
  align-items: center;
@@ -70,7 +71,6 @@
70
71
  background: transparent !important;
71
72
  }
72
73
  .g-md-table-view.g-md-table-view tbody {
73
- display: block;
74
74
  border-radius: 8px;
75
75
  background: var(--g-color-base-background);
76
76
  box-shadow: inset 0 0 0 1px var(--g-color-line-generic);
@@ -1,2 +1,2 @@
1
1
  /** During build process, the current version will be injected here */
2
- export const VERSION = typeof '13.21.0' !== 'undefined' ? '13.21.0' : 'unknown';
2
+ export const VERSION = typeof '13.21.2' !== 'undefined' ? '13.21.2' : 'unknown';
package/build/styles.css CHANGED
@@ -1658,10 +1658,10 @@ body :has(.g-md-resizable_resizing) {
1658
1658
  .g-md-table-view__wrapper {
1659
1659
  position: relative;
1660
1660
  display: inline-block;
1661
- max-width: calc(100% - 18px);
1662
- margin-right: 18px;
1661
+ max-width: calc(100% - 16px);
1662
+ margin-right: 16px;
1663
1663
  /* stylelint-disable declaration-no-important */
1664
- margin-bottom: 18px !important;
1664
+ margin-bottom: 16px !important;
1665
1665
  }
1666
1666
  .g-md-table-view__buttons-visible .g-md-table-view__plus-button-controls {
1667
1667
  pointer-events: initial;
@@ -1692,6 +1692,7 @@ body :has(.g-md-resizable_resizing) {
1692
1692
  height: 16px;
1693
1693
  }
1694
1694
  .g-md-table-view__plus-button {
1695
+ --_--padding: 8px;
1695
1696
  display: flex;
1696
1697
  justify-content: center;
1697
1698
  align-items: center;
@@ -1719,7 +1720,6 @@ body :has(.g-md-resizable_resizing) {
1719
1720
  background: transparent !important;
1720
1721
  }
1721
1722
  .g-md-table-view.g-md-table-view tbody {
1722
- display: block;
1723
1723
  border-radius: 8px;
1724
1724
  background: var(--g-color-base-background);
1725
1725
  box-shadow: inset 0 0 0 1px var(--g-color-line-generic);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/markdown-editor",
3
- "version": "13.21.0",
3
+ "version": "13.21.2",
4
4
  "description": "Markdown wysiwyg and markup editor",
5
5
  "license": "MIT",
6
6
  "repository": {