@wireapp/react-ui-kit 9.39.0 → 9.39.2

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.
@@ -25,12 +25,12 @@ exports.DropdownIndicator = DropdownIndicator;
25
25
  const CustomOption = (dataUieName) => (props) => {
26
26
  const { children, data, isMulti, isSelected, options } = props;
27
27
  return ((0, jsx_runtime_1.jsx)(react_select_1.components.Option, { ...props, children: (0, jsx_runtime_1.jsxs)("div", { css: {
28
- ...((isMulti || exports.isGroup) && {
28
+ ...((isMulti || (0, exports.isGroup)(options)) && {
29
29
  display: 'grid',
30
30
  gridTemplateAreas: `"checkbox label"
31
31
  ". description"`,
32
32
  gridTemplateColumns: '22px 1fr',
33
- columnGap: exports.isGroup ? '5px' : '10px',
33
+ columnGap: (0, exports.isGroup)(options) ? '5px' : '10px',
34
34
  }),
35
35
  }, ...(dataUieName && {
36
36
  'data-uie-name': `option-${dataUieName}`,
@@ -21,5 +21,5 @@ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
21
21
  *
22
22
  */
23
23
  const SVGIcon_1 = require("./SVGIcon");
24
- const CloseDetachedWindowIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.28571 1C1.65453 1 1.0831 1.22386 0.66947 1.58579C0.52867 1.70899 0.406153 1.84819 0.305788 2C0.129736 2.2663 0.0218406 2.57141 0.00297416 2.89708C0.000999365 2.93117 0 2.96548 0 3V13C0 14.1046 1.02335 15 2.28571 15H13.7143C14.9767 15 16 14.1046 16 13L16 3C16 1.89543 14.9767 1 13.7143 1H2.28571ZM2 8V3L14 3V13L9 13V9C9 8.44772 8.55229 8 8 8H2Z" }) }));
24
+ const CloseDetachedWindowIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.28571 1C1.65453 1 1.0831 1.22386 0.66947 1.58579C0.52867 1.70899 0.406153 1.84819 0.305788 2C0.129736 2.2663 0.0218406 2.57141 0.00297416 2.89708C0.000999365 2.93117 0 2.96548 0 3V13C0 14.1046 1.02335 15 2.28571 15H13.7143C14.9767 15 16 14.1046 16 13L16 3C16 1.89543 14.9767 1 13.7143 1H2.28571ZM2 8V3L14 3V13L9 13V9C9 8.44772 8.55229 8 8 8H2Z" }) }));
25
25
  exports.CloseDetachedWindowIcon = CloseDetachedWindowIcon;
package/package.json CHANGED
@@ -77,6 +77,6 @@
77
77
  "test:watch": "jest --watch",
78
78
  "test:update": "jest --updateSnapshot"
79
79
  },
80
- "version": "9.39.0",
81
- "gitHead": "0f54134f7552c9c30252368d6a6270b0b1abe77c"
80
+ "version": "9.39.2",
81
+ "gitHead": "0dc31dc204c22229624bf269d1a8189a048eb0e3"
82
82
  }