@edvisor/product-language 0.5.1 → 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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. 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"
@@ -9118,7 +9118,7 @@ const Row = props => {
9118
9118
  const currentValue = Array.isArray(props.value) && is(props.multi) ? props.value : [props.value];
9119
9119
  const option = options[index];
9120
9120
  return jsxs(MenuRow, Object.assign({
9121
- className: "row",
9121
+ className: "menu-row",
9122
9122
  center: true,
9123
9123
  active: currentValue.some(val => equal(val, option.value)),
9124
9124
  onClick: () => handleClick(option)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edvisor/product-language",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "license": "MIT",
5
5
  "description": "Edvisor.io product-language components",
6
6
  "repository": "https://github.com/edvisor-io/front-end/",