@ebay/ui-core-react 4.0.1 → 4.0.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.
@@ -53,7 +53,7 @@ var ebay_dialog_base_1 = require("../ebay-dialog-base");
53
53
  var ebay_infotip_host_1 = __importDefault(require("./ebay-infotip-host"));
54
54
  var index_1 = require("./index");
55
55
  var EbayInfotip = function (_a) {
56
- var _b = _a.variant, variant = _b === void 0 ? 'default' : _b, pointer = _a.pointer, overlayStyle = _a.overlayStyle, disabled = _a.disabled, onExpand = _a.onExpand, onCollapse = _a.onCollapse, children = _a.children, initialExpanded = _a.initialExpanded, _c = _a.icon, icon = _c === void 0 ? 'informationSmall' : _c, a11yCloseText = _a.a11yCloseText, ariaLabel = _a["aria-label"], className = _a.className;
56
+ var _b = _a.variant, variant = _b === void 0 ? 'default' : _b, pointer = _a.pointer, overlayStyle = _a.overlayStyle, disabled = _a.disabled, onExpand = _a.onExpand, onCollapse = _a.onCollapse, children = _a.children, initialExpanded = _a.initialExpanded, _c = _a.icon, icon = _c === void 0 ? 'information16' : _c, a11yCloseText = _a.a11yCloseText, ariaLabel = _a["aria-label"], className = _a.className;
57
57
  var buttonRef = react_1.useRef();
58
58
  var _d = tooltip_utils_1.useTooltip({ onCollapse: onCollapse, onExpand: onExpand, initialExpanded: initialExpanded, hostRef: buttonRef }), isExpanded = _d.isExpanded, expandTooltip = _d.expandTooltip, collapseTooltip = _d.collapseTooltip;
59
59
  var isModal = variant === 'modal';
@@ -197,7 +197,7 @@ var EbayVideo = function (_a) {
197
197
  !playing && loaded && !failed && !buffering &&
198
198
  react_1.default.createElement("div", { className: "shaka-play-button-container" },
199
199
  react_1.default.createElement("button", { onClick: handleOnPlayClick, className: "shaka-play-button", style: { opacity: 1, zIndex: 999 }, "aria-label": a11yPlayText },
200
- react_1.default.createElement(ebay_icon_1.EbayIcon, { name: "play24" }))),
200
+ react_1.default.createElement(ebay_icon_1.EbayIcon, { name: "play64Colored" }))),
201
201
  react_1.default.createElement("div", { className: "video-player__container", ref: containerRef },
202
202
  react_1.default.createElement("video", __assign({ ref: videoRef, style: style, poster: thumbnail, muted: muted || false, onPlaying: handlePlaying, onPause: handleOnPause, onVolumeChange: handleVolumeChange }, rest), sources.map(function (source, i) {
203
203
  react_1.default.createElement("source", __assign({ key: i }, source));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebay/ui-core-react",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "Skin components build off React",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"