@edvisor/product-language 0.5.2 → 0.5.3
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6363,7 +6363,7 @@ const CloseButton = props => {
|
|
|
6363
6363
|
const LabelFrame = /*#__PURE__*/styled(Flex).withConfig({
|
|
6364
6364
|
displayName: "tag-label__LabelFrame",
|
|
6365
6365
|
componentId: "sc-1auf6nr-0"
|
|
6366
|
-
})(["background:", ";flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:", " ", " ", " ", ";width:100%;min-height:24px;border-radius:", ";"], props => props.disabled ? Surface.Neutral.Subdued : Surface.Neutral.Default, Padding.xxxs, Padding.xs, Padding.xxxs, Padding.xs, props => props.closable ? '4px 0px 0px 4px' : '4px');
|
|
6366
|
+
})(["background:", ";flex-direction:row;align-items:center;justify-content:center;gap:8px;padding:", " ", " ", " ", ";width:100%;min-height:24px;border-radius:", ";word-break:break-all;"], props => props.disabled ? Surface.Neutral.Subdued : Surface.Neutral.Default, Padding.xxxs, Padding.xs, Padding.xxxs, Padding.xs, props => props.closable ? '4px 0px 0px 4px' : '4px');
|
|
6367
6367
|
const LabelText = /*#__PURE__*/styled(Label).withConfig({
|
|
6368
6368
|
displayName: "tag-label__LabelText",
|
|
6369
6369
|
componentId: "sc-1auf6nr-1"
|