@shelf/global-renderer 1.0.4-beta.30 → 1.0.4-beta.32

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.
@@ -3266,7 +3266,7 @@ export declare const StepHeader: import("styled-components").IStyledComponent<"w
3266
3266
  onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
3267
3267
  }>;
3268
3268
  export declare const StepType: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
3269
- color?: string | undefined;
3269
+ $color?: string | undefined;
3270
3270
  }>>;
3271
3271
  export declare const StepTypeTitle: import("styled-components").IStyledComponent<"web", {
3272
3272
  ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
package/lib/index.js CHANGED
@@ -19966,7 +19966,7 @@ const j2 = be.div`
19966
19966
  width: 20px;
19967
19967
  height: 20px;
19968
19968
  min-width: 20px;
19969
- background-color: ${(E) => E.color || CT};
19969
+ background-color: ${(E) => E.$color || CT};
19970
19970
  border-radius: 5px;
19971
19971
  `, Z2 = be.div`
19972
19972
  line-height: 20px;
@@ -20164,7 +20164,7 @@ const j2 = be.div`
20164
20164
  ] }) }),
20165
20165
  /* @__PURE__ */ Ge(W2, { children: [
20166
20166
  /* @__PURE__ */ Ge(X2, { children: [
20167
- /* @__PURE__ */ $(K2, { color: ((Re = E == null ? void 0 : E.settings) == null ? void 0 : Re.borderColor) || B(w_, we) }),
20167
+ /* @__PURE__ */ $(K2, { $color: ((Re = E == null ? void 0 : E.settings) == null ? void 0 : Re.borderColor) || B(w_, we) }),
20168
20168
  /* @__PURE__ */ $(Z2, { children: /* @__PURE__ */ $(pa, { children: kt.t(`pdf-viewer.exportDTPDF.${we}`) }) })
20169
20169
  ] }),
20170
20170
  D(E.parentSteps) ? /* @__PURE__ */ $(l_, { children: /* @__PURE__ */ $(pa, { children: kt.t("pdf-viewer.exportDTPDF.noLinks") }) }) : /* @__PURE__ */ $(r_, { children: /* @__PURE__ */ Ge(pa, { children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shelf/global-renderer",
3
- "version": "1.0.4-beta.30",
3
+ "version": "1.0.4-beta.32",
4
4
  "description": "The package exposes entrypoints with window's function(-s) to render React component",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  "react-i18next": "11.8.15"
37
37
  },
38
38
  "devDependencies": {
39
- "@shelf/decision-tree-editor-components": "^1.0.4-beta.30",
39
+ "@shelf/decision-tree-editor-components": "^1.0.4-beta.32",
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": "acee614e71a9704e3c4e973ebeab280de836680e"
55
+ "gitHead": "08139a087ddd5ddb8fdd6b6dfe2067a217c33c03"
56
56
  }