@luminati-io/uikit 1.9.14 → 1.9.15
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/uikit.umd.js +2 -2
- package/dist/uikit.umd.js.map +1 -1
- package/dist/uikit.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/uikit.umd.js
CHANGED
@@ -25802,7 +25802,7 @@ var PrimaryText = styled_components__WEBPACK_IMPORTED_MODULE_2___default()(_typo
|
|
25802
25802
|
}).withConfig({
|
25803
25803
|
displayName: "PrimaryText",
|
25804
25804
|
componentId: "sc-vtiffr-3"
|
25805
|
-
})(["overflow-x:
|
25805
|
+
})(["overflow-x:clip;text-overflow:ellipsis;"]);
|
25806
25806
|
var SecondaryText = styled_components__WEBPACK_IMPORTED_MODULE_2___default()(_typography__WEBPACK_IMPORTED_MODULE_7__.Label).attrs({
|
25807
25807
|
variant: 'sm',
|
25808
25808
|
color: 'gray_9',
|
@@ -25818,7 +25818,7 @@ var Description = styled_components__WEBPACK_IMPORTED_MODULE_2___default()(_typo
|
|
25818
25818
|
}).withConfig({
|
25819
25819
|
displayName: "Description",
|
25820
25820
|
componentId: "sc-vtiffr-5"
|
25821
|
-
})(["max-width:516px;text-overflow:ellipsis;
|
25821
|
+
})(["max-width:516px;overflow-x:clip;text-overflow:ellipsis;"]);
|
25822
25822
|
var buildSubItems = function buildSubItems(children, itemProps) {
|
25823
25823
|
return Array.isArray(children) && children.length > 0 ? children.map(function (item, ind) {
|
25824
25824
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_menu__WEBPACK_IMPORTED_MODULE_9__["default"].Item, _extends({
|