@deriv-web-design/ui 0.1.37 → 0.1.39
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/dist/index.css +21 -17
- package/dist/index.css.map +1 -1
- package/dist/index.js +14 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +14 -13
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -9090,19 +9090,20 @@ var CalculationStrip = ({ tokens }) => {
|
|
|
9090
9090
|
)
|
|
9091
9091
|
}
|
|
9092
9092
|
),
|
|
9093
|
-
/* @__PURE__ */ jsx61(
|
|
9094
|
-
|
|
9095
|
-
|
|
9096
|
-
|
|
9097
|
-
|
|
9098
|
-
|
|
9099
|
-
|
|
9100
|
-
|
|
9101
|
-
|
|
9102
|
-
|
|
9103
|
-
|
|
9104
|
-
|
|
9105
|
-
|
|
9093
|
+
/* @__PURE__ */ jsx61(
|
|
9094
|
+
"span",
|
|
9095
|
+
{
|
|
9096
|
+
className: [
|
|
9097
|
+
"tchow-stripCaption",
|
|
9098
|
+
token.label ? "tchow-stripCaption--labeled" : ""
|
|
9099
|
+
].filter(Boolean).join(" "),
|
|
9100
|
+
"aria-hidden": "true",
|
|
9101
|
+
children: token.label && /* @__PURE__ */ jsxs57(Fragment13, { children: [
|
|
9102
|
+
/* @__PURE__ */ jsx61(ConnectorArrow, {}),
|
|
9103
|
+
/* @__PURE__ */ jsx61("span", { className: "tchow-stripLabel", children: /* @__PURE__ */ jsx61("span", { className: "tchow-stripLabelText", children: token.label }) })
|
|
9104
|
+
] })
|
|
9105
|
+
}
|
|
9106
|
+
)
|
|
9106
9107
|
] }, i))
|
|
9107
9108
|
}
|
|
9108
9109
|
)
|