@shelf/global-renderer 3.5.0 → 3.6.0
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/lib/renderDTContent.js
CHANGED
|
@@ -1574,6 +1574,12 @@
|
|
|
1574
1574
|
vertical-align: middle;
|
|
1575
1575
|
margin: 0 4px;
|
|
1576
1576
|
text-decoration: none;
|
|
1577
|
+
width: ${kE(24)};
|
|
1578
|
+
height: ${kE(24)};
|
|
1579
|
+
flex-shrink: 0;
|
|
1580
|
+
font-size: 20px;
|
|
1581
|
+
line-height: 1;
|
|
1582
|
+
color: ${Tv("grayRegular")};
|
|
1577
1583
|
|
|
1578
1584
|
&:hover,
|
|
1579
1585
|
&:focus {
|
package/lib/renderWikiContent.js
CHANGED
|
@@ -1563,6 +1563,12 @@
|
|
|
1563
1563
|
vertical-align: middle;
|
|
1564
1564
|
margin: 0 4px;
|
|
1565
1565
|
text-decoration: none;
|
|
1566
|
+
width: ${Zb(24)};
|
|
1567
|
+
height: ${Zb(24)};
|
|
1568
|
+
flex-shrink: 0;
|
|
1569
|
+
font-size: 20px;
|
|
1570
|
+
line-height: 1;
|
|
1571
|
+
color: ${rp("grayRegular")};
|
|
1566
1572
|
|
|
1567
1573
|
&:hover,
|
|
1568
1574
|
&:focus {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shelf/global-renderer",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "The package exposes entrypoints with window's function(-s) to render React component",
|
|
5
5
|
"main": "lib",
|
|
6
6
|
"type": "module",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@shelf/gem-components": "29.0.5",
|
|
28
28
|
"@shelf/i18n": "20.1.2",
|
|
29
29
|
"@shelf/icons": "16.0.5",
|
|
30
|
-
"@shelf/lexical-gem-content-view": "0.16.
|
|
30
|
+
"@shelf/lexical-gem-content-view": "0.16.1",
|
|
31
31
|
"@shelf/location-selector": "18.0.5",
|
|
32
32
|
"@shelf/ratings-components": "17.0.5",
|
|
33
33
|
"@shelf/rich-text-editor": "13.0.5",
|