@shelf/global-renderer 1.2.48 → 1.2.50
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/index.js
CHANGED
|
@@ -19844,8 +19844,8 @@ const kt = w0, E2 = ({
|
|
|
19844
19844
|
}, x2 = "#fe9b00", CT = "#00a5ff", as = "#2b5797", R2 = "#f3f6f9", D0 = "#2a303b", w2 = "#4eaf52", ET = "#ffffff", D2 = "#939393", k2 = "#7358a2", b2 = (E) => typeof E == "number" ? `${E}px` : E, _2 = be.svg`
|
|
19845
19845
|
display: inline-block;
|
|
19846
19846
|
fill: currentColor;
|
|
19847
|
-
width: 1em;
|
|
19848
|
-
height: 1em;
|
|
19847
|
+
width: 1em !important;
|
|
19848
|
+
height: 1em !important;
|
|
19849
19849
|
color: ${(E) => E.$color || "inherit"};
|
|
19850
19850
|
font-size: ${(E) => b2(E.$iconSize)};
|
|
19851
19851
|
transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shelf/global-renderer",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.50",
|
|
4
4
|
"description": "The package exposes entrypoints with window's function(-s) to render React component",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@shelf/i18n": "13.7.3",
|
|
35
|
-
"@shelf/icons": "^11.2.
|
|
35
|
+
"@shelf/icons": "^11.2.11",
|
|
36
36
|
"react-i18next": "11.8.15"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@shelf/decision-tree-editor-components": "^1.2.
|
|
39
|
+
"@shelf/decision-tree-editor-components": "^1.2.50",
|
|
40
40
|
"@shelf/types": "^51.40.1",
|
|
41
41
|
"@types/react-dom": "18.0.6",
|
|
42
42
|
"i18next": "21.6.3",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"react": "18.x.x",
|
|
53
53
|
"styled-components": "^5 || ^6"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3540fa569fc300215f6de63022a978c2f42e99a7"
|
|
56
56
|
}
|