@gravity-ui/markdown-editor 14.0.0 → 14.0.1
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/build/cjs/extensions/yfm/YfmNote/plugins/YfmNoteTooltipPlugin/index.css +0 -50
- package/build/cjs/version.js +1 -1
- package/build/esm/extensions/yfm/YfmNote/plugins/YfmNoteTooltipPlugin/index.css +0 -50
- package/build/esm/version.js +1 -1
- package/build/styles.css +0 -50
- package/package.json +2 -3
|
@@ -1,53 +1,3 @@
|
|
|
1
|
-
.yfm .yfm-note {
|
|
2
|
-
max-width: 1296px;
|
|
3
|
-
margin: 20px 0;
|
|
4
|
-
padding: 20px 20px 20px 64px;
|
|
5
|
-
border-radius: 10px;
|
|
6
|
-
}
|
|
7
|
-
.yfm .yfm-note .yfm-note-title {
|
|
8
|
-
font-weight: 700;
|
|
9
|
-
}
|
|
10
|
-
.yfm .yfm-note > p {
|
|
11
|
-
margin: 0 0 10px;
|
|
12
|
-
}
|
|
13
|
-
.yfm .yfm-note > p:first-child::before {
|
|
14
|
-
box-sizing: content-box;
|
|
15
|
-
display: block;
|
|
16
|
-
width: 24px;
|
|
17
|
-
height: 24px;
|
|
18
|
-
margin-top: -2px;
|
|
19
|
-
margin-left: -44px;
|
|
20
|
-
padding-right: 20px;
|
|
21
|
-
float: left;
|
|
22
|
-
}
|
|
23
|
-
.yfm .yfm-note > p:last-child {
|
|
24
|
-
margin-bottom: 0;
|
|
25
|
-
}
|
|
26
|
-
.yfm .yfm-note.yfm-accent-info > p:first-child::before {
|
|
27
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(2,123,243)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
28
|
-
}
|
|
29
|
-
.yfm .yfm-note.yfm-accent-tip > p:first-child::before {
|
|
30
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(86,189,103)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
31
|
-
}
|
|
32
|
-
.yfm .yfm-note.yfm-accent-warning > p:first-child::before {
|
|
33
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(241,149,24)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
34
|
-
}
|
|
35
|
-
.yfm .yfm-note.yfm-accent-alert > p:first-child::before {
|
|
36
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(255,70,69)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
37
|
-
}
|
|
38
|
-
.yfm .yfm-note.yfm-accent-info {
|
|
39
|
-
background: var(--yfm-color-note-info-background);
|
|
40
|
-
}
|
|
41
|
-
.yfm .yfm-note.yfm-accent-tip {
|
|
42
|
-
background: var(--yfm-color-note-tip-background);
|
|
43
|
-
}
|
|
44
|
-
.yfm .yfm-note.yfm-accent-alert {
|
|
45
|
-
background: var(--yfm-color-note-important-background);
|
|
46
|
-
}
|
|
47
|
-
.yfm .yfm-note.yfm-accent-warning {
|
|
48
|
-
background: var(--yfm-color-note-warning-background);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
1
|
.g-md-yfm-note-toolbar {
|
|
52
2
|
margin: 2px 8px;
|
|
53
3
|
}
|
package/build/cjs/version.js
CHANGED
|
@@ -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 '14.0.
|
|
5
|
+
exports.VERSION = typeof '14.0.1' !== 'undefined' ? '14.0.1' : 'unknown';
|
|
@@ -1,53 +1,3 @@
|
|
|
1
|
-
.yfm .yfm-note {
|
|
2
|
-
max-width: 1296px;
|
|
3
|
-
margin: 20px 0;
|
|
4
|
-
padding: 20px 20px 20px 64px;
|
|
5
|
-
border-radius: 10px;
|
|
6
|
-
}
|
|
7
|
-
.yfm .yfm-note .yfm-note-title {
|
|
8
|
-
font-weight: 700;
|
|
9
|
-
}
|
|
10
|
-
.yfm .yfm-note > p {
|
|
11
|
-
margin: 0 0 10px;
|
|
12
|
-
}
|
|
13
|
-
.yfm .yfm-note > p:first-child::before {
|
|
14
|
-
box-sizing: content-box;
|
|
15
|
-
display: block;
|
|
16
|
-
width: 24px;
|
|
17
|
-
height: 24px;
|
|
18
|
-
margin-top: -2px;
|
|
19
|
-
margin-left: -44px;
|
|
20
|
-
padding-right: 20px;
|
|
21
|
-
float: left;
|
|
22
|
-
}
|
|
23
|
-
.yfm .yfm-note > p:last-child {
|
|
24
|
-
margin-bottom: 0;
|
|
25
|
-
}
|
|
26
|
-
.yfm .yfm-note.yfm-accent-info > p:first-child::before {
|
|
27
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(2,123,243)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
28
|
-
}
|
|
29
|
-
.yfm .yfm-note.yfm-accent-tip > p:first-child::before {
|
|
30
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(86,189,103)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
31
|
-
}
|
|
32
|
-
.yfm .yfm-note.yfm-accent-warning > p:first-child::before {
|
|
33
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(241,149,24)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
34
|
-
}
|
|
35
|
-
.yfm .yfm-note.yfm-accent-alert > p:first-child::before {
|
|
36
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(255,70,69)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
37
|
-
}
|
|
38
|
-
.yfm .yfm-note.yfm-accent-info {
|
|
39
|
-
background: var(--yfm-color-note-info-background);
|
|
40
|
-
}
|
|
41
|
-
.yfm .yfm-note.yfm-accent-tip {
|
|
42
|
-
background: var(--yfm-color-note-tip-background);
|
|
43
|
-
}
|
|
44
|
-
.yfm .yfm-note.yfm-accent-alert {
|
|
45
|
-
background: var(--yfm-color-note-important-background);
|
|
46
|
-
}
|
|
47
|
-
.yfm .yfm-note.yfm-accent-warning {
|
|
48
|
-
background: var(--yfm-color-note-warning-background);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
1
|
.g-md-yfm-note-toolbar {
|
|
52
2
|
margin: 2px 8px;
|
|
53
3
|
}
|
package/build/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** During build process, the current version will be injected here */
|
|
2
|
-
export const VERSION = typeof '14.0.
|
|
2
|
+
export const VERSION = typeof '14.0.1' !== 'undefined' ? '14.0.1' : 'unknown';
|
package/build/styles.css
CHANGED
|
@@ -1595,56 +1595,6 @@ body :has(.g-md-resizable_resizing) {
|
|
|
1595
1595
|
top: 3px;
|
|
1596
1596
|
right: 3px;
|
|
1597
1597
|
}
|
|
1598
|
-
.yfm .yfm-note {
|
|
1599
|
-
max-width: 1296px;
|
|
1600
|
-
margin: 20px 0;
|
|
1601
|
-
padding: 20px 20px 20px 64px;
|
|
1602
|
-
border-radius: 10px;
|
|
1603
|
-
}
|
|
1604
|
-
.yfm .yfm-note .yfm-note-title {
|
|
1605
|
-
font-weight: 700;
|
|
1606
|
-
}
|
|
1607
|
-
.yfm .yfm-note > p {
|
|
1608
|
-
margin: 0 0 10px;
|
|
1609
|
-
}
|
|
1610
|
-
.yfm .yfm-note > p:first-child::before {
|
|
1611
|
-
box-sizing: content-box;
|
|
1612
|
-
display: block;
|
|
1613
|
-
width: 24px;
|
|
1614
|
-
height: 24px;
|
|
1615
|
-
margin-top: -2px;
|
|
1616
|
-
margin-left: -44px;
|
|
1617
|
-
padding-right: 20px;
|
|
1618
|
-
float: left;
|
|
1619
|
-
}
|
|
1620
|
-
.yfm .yfm-note > p:last-child {
|
|
1621
|
-
margin-bottom: 0;
|
|
1622
|
-
}
|
|
1623
|
-
.yfm .yfm-note.yfm-accent-info > p:first-child::before {
|
|
1624
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(2,123,243)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
1625
|
-
}
|
|
1626
|
-
.yfm .yfm-note.yfm-accent-tip > p:first-child::before {
|
|
1627
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(86,189,103)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
1628
|
-
}
|
|
1629
|
-
.yfm .yfm-note.yfm-accent-warning > p:first-child::before {
|
|
1630
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(241,149,24)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
1631
|
-
}
|
|
1632
|
-
.yfm .yfm-note.yfm-accent-alert > p:first-child::before {
|
|
1633
|
-
content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 16 16"%3E%3Ccircle cx="8" cy="8" r="8" fill="rgb(255,70,69)"/%3E%3Crect width="1" height="5" x="7.5" y="6.5" stroke="%23fff" rx=".5"/%3E%3Ccircle cx="8" cy="4" r="1" fill="%23fff"/%3E%3C/svg%3E');
|
|
1634
|
-
}
|
|
1635
|
-
.yfm .yfm-note.yfm-accent-info {
|
|
1636
|
-
background: var(--yfm-color-note-info-background);
|
|
1637
|
-
}
|
|
1638
|
-
.yfm .yfm-note.yfm-accent-tip {
|
|
1639
|
-
background: var(--yfm-color-note-tip-background);
|
|
1640
|
-
}
|
|
1641
|
-
.yfm .yfm-note.yfm-accent-alert {
|
|
1642
|
-
background: var(--yfm-color-note-important-background);
|
|
1643
|
-
}
|
|
1644
|
-
.yfm .yfm-note.yfm-accent-warning {
|
|
1645
|
-
background: var(--yfm-color-note-warning-background);
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
1598
|
.g-md-yfm-note-toolbar {
|
|
1649
1599
|
margin: 2px 8px;
|
|
1650
1600
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-ui/markdown-editor",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.1",
|
|
4
4
|
"description": "Markdown wysiwyg and markup editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -254,8 +254,7 @@
|
|
|
254
254
|
"sass-loader": "^13.3.2",
|
|
255
255
|
"stylelint": "15.11.0",
|
|
256
256
|
"ts-jest": "^27.0.7",
|
|
257
|
-
"typescript": "^4.5.2"
|
|
258
|
-
"web-streams-polyfill": "4.0.0"
|
|
257
|
+
"typescript": "^4.5.2"
|
|
259
258
|
},
|
|
260
259
|
"peerDependenciesMeta": {
|
|
261
260
|
"@diplodoc/folding-headings-extension": {
|