@shelf/global-renderer 1.2.47 → 1.2.49

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -2
  2. package/package.json +4 -4
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.47",
3
+ "version": "1.2.49",
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.10",
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.47",
39
+ "@shelf/decision-tree-editor-components": "^1.2.49",
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": "900e8b58e443bde7f76d8b2fda4e038ea7b23278"
55
+ "gitHead": "a7f7857f601d6ead1110d2d1831d6ebb33029bd2"
56
56
  }