@wise/dynamic-flow-client-internal 4.10.0 → 4.10.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/main.css +3 -0
- package/build/main.js +2 -2
- package/build/main.mjs +2 -2
- package/package.json +1 -1
package/build/main.css
CHANGED
package/build/main.js
CHANGED
|
@@ -1243,7 +1243,7 @@ var HeadingRenderer = {
|
|
|
1243
1243
|
function Heading(props) {
|
|
1244
1244
|
const { text, size, align, margin, control } = props;
|
|
1245
1245
|
const className = getTextAlignmentAndMargin({ align, margin });
|
|
1246
|
-
return control === "display" ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(DisplayHeading, { size, text, className }) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(StandardHeading, { size, text, className });
|
|
1246
|
+
return control === "display" ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(DisplayHeading, { size, text, className }) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(StandardHeading, { size, text, className: `${className} df-standard-heading` });
|
|
1247
1247
|
}
|
|
1248
1248
|
function DisplayHeading({ size, text, className }) {
|
|
1249
1249
|
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_components11.Display, { type: getDisplayType(size), className, children: text });
|
|
@@ -3184,7 +3184,7 @@ var ModalContentRenderer = {
|
|
|
3184
3184
|
};
|
|
3185
3185
|
|
|
3186
3186
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3187
|
-
var appVersion = "4.10.
|
|
3187
|
+
var appVersion = "4.10.1";
|
|
3188
3188
|
|
|
3189
3189
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
3190
3190
|
var getLogEvent = (onLog) => (level, message, extra) => {
|
package/build/main.mjs
CHANGED
|
@@ -1209,7 +1209,7 @@ var HeadingRenderer = {
|
|
|
1209
1209
|
function Heading(props) {
|
|
1210
1210
|
const { text, size, align, margin, control } = props;
|
|
1211
1211
|
const className = getTextAlignmentAndMargin({ align, margin });
|
|
1212
|
-
return control === "display" ? /* @__PURE__ */ jsx21(DisplayHeading, { size, text, className }) : /* @__PURE__ */ jsx21(StandardHeading, { size, text, className });
|
|
1212
|
+
return control === "display" ? /* @__PURE__ */ jsx21(DisplayHeading, { size, text, className }) : /* @__PURE__ */ jsx21(StandardHeading, { size, text, className: `${className} df-standard-heading` });
|
|
1213
1213
|
}
|
|
1214
1214
|
function DisplayHeading({ size, text, className }) {
|
|
1215
1215
|
return /* @__PURE__ */ jsx21(Display, { type: getDisplayType(size), className, children: text });
|
|
@@ -3160,7 +3160,7 @@ var ModalContentRenderer = {
|
|
|
3160
3160
|
};
|
|
3161
3161
|
|
|
3162
3162
|
// src/dynamicFlow/telemetry/app-version.ts
|
|
3163
|
-
var appVersion = "4.10.
|
|
3163
|
+
var appVersion = "4.10.1";
|
|
3164
3164
|
|
|
3165
3165
|
// src/dynamicFlow/telemetry/getLogEvent.ts
|
|
3166
3166
|
var getLogEvent = (onLog) => (level, message, extra) => {
|