@carbon/ibm-products 2.54.0-canary.65 → 2.54.0-canary.67

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.
@@ -7,7 +7,7 @@
7
7
 
8
8
  import { objectWithoutProperties as _objectWithoutProperties, slicedToArray as _slicedToArray, objectSpread2 as _objectSpread2, extends as _extends, defineProperty as _defineProperty } from '../../_virtual/_rollupPluginBabelHelpers.js';
9
9
  import React__default, { forwardRef, useRef, useState, useCallback, useEffect, createElement } from 'react';
10
- import { Tooltip, DismissibleTag, Tag } from '@carbon/react';
10
+ import { DismissibleTag, Tag } from '@carbon/react';
11
11
  import PropTypes from '../../_virtual/index.js';
12
12
  import { TYPES } from './constants.js';
13
13
  import { TagOverflowModal } from './TagOverflowModal.js';
@@ -189,9 +189,6 @@ var TagOverflow = /*#__PURE__*/forwardRef(function (props, ref) {
189
189
  return itemRefHandler(id, node);
190
190
  },
191
191
  key: id
192
- }, /*#__PURE__*/React__default.createElement(Tooltip, {
193
- align: overflowAlign,
194
- label: label
195
192
  }, typeof _onClose === 'function' || filter ? /*#__PURE__*/React__default.createElement(DismissibleTag, _extends({}, other, {
196
193
  className: "".concat(blockClass, "__item--tag"),
197
194
  type: tagType,
@@ -202,7 +199,7 @@ var TagOverflow = /*#__PURE__*/forwardRef(function (props, ref) {
202
199
  })) : /*#__PURE__*/React__default.createElement(Tag, _extends({}, other, {
203
200
  className: "".concat(blockClass, "__item--tag"),
204
201
  type: tagType
205
- }), label)));
202
+ }), label));
206
203
  }
207
204
  }), /*#__PURE__*/React__default.createElement("span", {
208
205
  className: "".concat(blockClass, "__indicator"),
@@ -191,9 +191,6 @@ exports.TagOverflow = /*#__PURE__*/React.forwardRef(function (props, ref) {
191
191
  return itemRefHandler(id, node);
192
192
  },
193
193
  key: id
194
- }, /*#__PURE__*/React.createElement(react.Tooltip, {
195
- align: overflowAlign,
196
- label: label
197
194
  }, typeof _onClose === 'function' || filter ? /*#__PURE__*/React.createElement(react.DismissibleTag, _rollupPluginBabelHelpers.extends({}, other, {
198
195
  className: "".concat(blockClass, "__item--tag"),
199
196
  type: tagType,
@@ -204,7 +201,7 @@ exports.TagOverflow = /*#__PURE__*/React.forwardRef(function (props, ref) {
204
201
  })) : /*#__PURE__*/React.createElement(react.Tag, _rollupPluginBabelHelpers.extends({}, other, {
205
202
  className: "".concat(blockClass, "__item--tag"),
206
203
  type: tagType
207
- }), label)));
204
+ }), label));
208
205
  }
209
206
  }), /*#__PURE__*/React.createElement("span", {
210
207
  className: "".concat(blockClass, "__indicator"),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibm-products",
3
3
  "description": "Carbon for IBM Products",
4
- "version": "2.54.0-canary.65+b80d7f03a",
4
+ "version": "2.54.0-canary.67+c6f0ac0f4",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -120,5 +120,5 @@
120
120
  "react": "^16.8.6 || ^17.0.1 || ^18.2.0",
121
121
  "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0"
122
122
  },
123
- "gitHead": "b80d7f03a79a1802279e6142432a52fdb36a966a"
123
+ "gitHead": "c6f0ac0f444165b55e37873c80462401fd34f14f"
124
124
  }