@luscii-healthtech/web-ui 2.63.4 → 2.63.5
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/web-ui-tailwind.css +4 -0
- package/dist/web-ui.cjs.development.js +2 -2
- package/dist/web-ui.cjs.development.js.map +1 -1
- package/dist/web-ui.cjs.production.min.js +1 -1
- package/dist/web-ui.cjs.production.min.js.map +1 -1
- package/dist/web-ui.esm.js +2 -2
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/web-ui-tailwind.css
CHANGED
|
@@ -6573,11 +6573,11 @@ var BreadcrumbItem = function BreadcrumbItem(_ref) {
|
|
|
6573
6573
|
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
6574
6574
|
text: name,
|
|
6575
6575
|
color: "blue-800",
|
|
6576
|
-
className: "whitespace-no-wrap"
|
|
6576
|
+
className: "whitespace-no-wrap truncate max-w-xs"
|
|
6577
6577
|
})) : /*#__PURE__*/React__default.createElement(Text, {
|
|
6578
6578
|
text: name,
|
|
6579
6579
|
type: "strong",
|
|
6580
|
-
className: "whitespace-no-wrap"
|
|
6580
|
+
className: "whitespace-no-wrap truncate w-full max-w-xs"
|
|
6581
6581
|
}));
|
|
6582
6582
|
};
|
|
6583
6583
|
var BreadcrumbDividerItem = function BreadcrumbDividerItem(_ref2) {
|