@thecb/components 11.10.1-beta.1 → 11.10.1

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/dist/index.esm.js CHANGED
@@ -15814,7 +15814,7 @@ var GenericCardLarge = function GenericCardLarge() {
15814
15814
  fill: "none",
15815
15815
  xmlns: "http://www.w3.org/2000/svg",
15816
15816
  role: "img",
15817
- "aria-label": "Card Payment"
15817
+ "aria-label": "Credit card"
15818
15818
  }, /*#__PURE__*/React__default.createElement("rect", {
15819
15819
  width: "36",
15820
15820
  height: "24",
@@ -18692,7 +18692,9 @@ var VisaSmallIcon = function VisaSmallIcon() {
18692
18692
  height: "16",
18693
18693
  viewBox: "0 0 24 16",
18694
18694
  fill: "none",
18695
- xmlns: "http://www.w3.org/2000/svg"
18695
+ xmlns: "http://www.w3.org/2000/svg",
18696
+ role: "img",
18697
+ "aria-label": "Visa"
18696
18698
  }, /*#__PURE__*/React__default.createElement("path", {
18697
18699
  fillRule: "evenodd",
18698
18700
  clipRule: "evenodd",
@@ -18719,7 +18721,9 @@ var AmExSmallIcon = function AmExSmallIcon() {
18719
18721
  height: "16",
18720
18722
  viewBox: "0 0 24 16",
18721
18723
  fill: "none",
18722
- xmlns: "http://www.w3.org/2000/svg"
18724
+ xmlns: "http://www.w3.org/2000/svg",
18725
+ role: "img",
18726
+ "aria-label": "American Express"
18723
18727
  }, /*#__PURE__*/React__default.createElement("g", {
18724
18728
  clipPath: "url(#clip0_3693_1095)"
18725
18729
  }, /*#__PURE__*/React__default.createElement("g", {
@@ -18818,7 +18822,9 @@ var DiscoverSmallIcon = function DiscoverSmallIcon() {
18818
18822
  height: "16",
18819
18823
  viewBox: "0 0 24 16",
18820
18824
  fill: "none",
18821
- xmlns: "http://www.w3.org/2000/svg"
18825
+ xmlns: "http://www.w3.org/2000/svg",
18826
+ role: "img",
18827
+ "aria-label": "Discover"
18822
18828
  }, /*#__PURE__*/React__default.createElement("g", {
18823
18829
  clipPath: "url(#clip0_3818_267)"
18824
18830
  }, /*#__PURE__*/React__default.createElement("path", {
@@ -18943,7 +18949,9 @@ var GenericSmallIcon = function GenericSmallIcon() {
18943
18949
  height: "16",
18944
18950
  viewBox: "0 0 24 16",
18945
18951
  fill: "none",
18946
- xmlns: "http://www.w3.org/2000/svg"
18952
+ xmlns: "http://www.w3.org/2000/svg",
18953
+ role: "img",
18954
+ "aria-label": "Credit card"
18947
18955
  }, /*#__PURE__*/React__default.createElement("rect", {
18948
18956
  width: "24",
18949
18957
  height: "16",
@@ -18964,7 +18972,9 @@ var MasterCardSmallIcon = function MasterCardSmallIcon() {
18964
18972
  height: "16",
18965
18973
  viewBox: "0 0 24 16",
18966
18974
  fill: "none",
18967
- xmlns: "http://www.w3.org/2000/svg"
18975
+ xmlns: "http://www.w3.org/2000/svg",
18976
+ role: "img",
18977
+ "aria-label": "Mastercard"
18968
18978
  }, /*#__PURE__*/React__default.createElement("rect", {
18969
18979
  width: "24",
18970
18980
  height: "16",
@@ -22615,6 +22625,7 @@ var SortableTableHeading$1 = themeComponent(SortableTableHeading, "SortableTable
22615
22625
 
22616
22626
  var DropdownIcon = function DropdownIcon() {
22617
22627
  return /*#__PURE__*/React__default.createElement("svg", {
22628
+ "aria-hidden": "true",
22618
22629
  version: "1.2",
22619
22630
  xmlns: "http://www.w3.org/2000/svg",
22620
22631
  overflow: "visible",
@@ -23964,7 +23975,7 @@ var IconWrapper = styled.div.withConfig({
23964
23975
  var DropdownContentWrapper = styled.div.withConfig({
23965
23976
  displayName: "Dropdown__DropdownContentWrapper",
23966
23977
  componentId: "sc-pn6m0h-1"
23967
- })(["transform-origin:0 0;border:1px solid ", ";border-radius:2px;background-color:", ";padding:8px 0 8px;position:absolute;width:", ";min-width:100%;max-height:", ";overflow-y:scroll;z-index:1;box-sizing:border-box;&:focus{outline:none;}ul{padding-left:0;}"], GREY_CHATEAU, WHITE, function (_ref2) {
23978
+ })(["transform-origin:0 0;border:1px solid ", ";border-radius:2px;background-color:", ";padding:8px 0 8px;position:absolute;width:", ";min-width:100%;max-height:", ";overflow-y:scroll;z-index:1;box-sizing:border-box;&:focus{outline:none;}ul{padding-left:0;}"], STORM_GREY, WHITE, function (_ref2) {
23968
23979
  var widthFitOptions = _ref2.widthFitOptions;
23969
23980
  return widthFitOptions ? "fit-content" : "100%";
23970
23981
  }, function (_ref3) {
@@ -24269,7 +24280,7 @@ var Dropdown = function Dropdown(_ref13) {
24269
24280
  background: isOpen ? themeValues.hoverColor : WHITE,
24270
24281
  borderRadius: "2px",
24271
24282
  borderSize: "1px",
24272
- borderColor: isError ? ERROR_COLOR : isOpen ? themeValues.selectedColor : GREY_CHATEAU,
24283
+ borderColor: isError ? ERROR_COLOR : isOpen ? themeValues.selectedColor : STORM_GREY,
24273
24284
  dataQa: placeholder,
24274
24285
  extraStyles: disabled ? "".concat(inputPlaceholderTextStyle).concat(inputDisabledStyle) : inputPlaceholderTextStyle,
24275
24286
  hoverStyles: "background-color: ".concat(themeValues.hoverColor, ";"),
@@ -25913,7 +25924,8 @@ var FormInput = function FormInput(_ref15) {
25913
25924
  padding: "0"
25914
25925
  }, helperModal ? /*#__PURE__*/React__default.createElement(Cluster, {
25915
25926
  justify: "space-between",
25916
- align: "center"
25927
+ align: "center",
25928
+ overflow: true
25917
25929
  }, labelDisplayOverride ? labelDisplayOverride : /*#__PURE__*/React__default.createElement(Text$1, {
25918
25930
  as: "label",
25919
25931
  color: themeValues.labelColor,
@@ -26357,17 +26369,21 @@ var cardBrands = {
26357
26369
  large: GenericCardLarge
26358
26370
  }
26359
26371
  };
26372
+ var normalizeType = function normalizeType(type) {
26373
+ if (!type) return undefined;
26374
+ var lower = type.toLowerCase();
26375
+ if (lower === "mastercard") return "master_card";
26376
+ return lower;
26377
+ };
26360
26378
  var CardType = function CardType(_ref) {
26361
26379
  var type = _ref.type,
26362
26380
  _ref$size = _ref.size,
26363
26381
  size = _ref$size === void 0 ? "small" : _ref$size;
26364
- var _ref2 = cardBrands[type] || cardBrands["default"],
26382
+ var normalizedType = normalizeType(type);
26383
+ var _ref2 = cardBrands[normalizedType] || cardBrands["default"],
26365
26384
  label = _ref2.label,
26366
26385
  IconComponent = _ref2[size];
26367
- return /*#__PURE__*/React__default.createElement("span", {
26368
- role: "img",
26369
- "aria-label": label
26370
- }, /*#__PURE__*/React__default.createElement(IconComponent, null));
26386
+ return /*#__PURE__*/React__default.createElement("span", null, /*#__PURE__*/React__default.createElement(IconComponent, null));
26371
26387
  };
26372
26388
 
26373
26389
  var textColor$2 = "".concat(CHARADE_GREY);
@@ -26441,7 +26457,7 @@ var CreditCardWrapper = styled.div.withConfig({
26441
26457
  var CCIconWrapper = styled.div.withConfig({
26442
26458
  displayName: "FormattedCreditCard__CCIconWrapper",
26443
26459
  componentId: "sc-s0ta5l-1"
26444
- })(["margin-right:16px;width:30px;height:auto;display:flex;"]);
26460
+ })(["margin-right:16px;width:36px;height:auto;display:flex;"]);
26445
26461
  var FormattedCreditCard = function FormattedCreditCard(_ref) {
26446
26462
  var lastFour = _ref.lastFour,
26447
26463
  type = _ref.type,
@@ -26449,15 +26465,18 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
26449
26465
  expireDate = _ref.expireDate,
26450
26466
  expirationStatus = _ref.expirationStatus,
26451
26467
  themeValues = _ref.themeValues;
26468
+ var _useContext = useContext(ThemeContext),
26469
+ isMobile = _useContext.isMobile;
26452
26470
  return /*#__PURE__*/React__default.createElement(CreditCardWrapper, null, /*#__PURE__*/React__default.createElement(CCIconWrapper, null, /*#__PURE__*/React__default.createElement(CardType, {
26453
- type: type
26471
+ type: type,
26472
+ size: isMobile ? "small" : "large"
26454
26473
  })), /*#__PURE__*/React__default.createElement(Stack, {
26455
26474
  childGap: "0"
26456
26475
  }, /*#__PURE__*/React__default.createElement(Box, {
26457
26476
  padding: "0"
26458
26477
  }, /*#__PURE__*/React__default.createElement(Text$1, {
26459
26478
  variant: "p",
26460
- padding: "0 0 0 8px",
26479
+ padding: "0",
26461
26480
  color: themeValues.textColor,
26462
26481
  textAlign: "left",
26463
26482
  extraStyles: "display: inline-block;"
@@ -48906,10 +48925,10 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
48906
48925
  componentId: "sc-1wtp6qc-0"
48907
48926
  })(["height:", ";width:", ";", " transition:opacity 0.3s ease;"], function (_ref2) {
48908
48927
  var isMobile = _ref2.isMobile;
48909
- return isMobile ? "14px" : "18px";
48928
+ return isMobile ? "16px" : "24px";
48910
48929
  }, function (_ref3) {
48911
48930
  var isMobile = _ref3.isMobile;
48912
- return isMobile ? "22px" : "28px";
48931
+ return isMobile ? "24px" : "36px";
48913
48932
  }, function (_ref4) {
48914
48933
  var fade = _ref4.fade;
48915
48934
  return fade && "opacity: 0.4;";
@@ -50261,6 +50280,7 @@ var DropdownIconV2 = function DropdownIconV2(_ref) {
50261
50280
  color = _ref$color === void 0 ? "#292A33" : _ref$color,
50262
50281
  props = _objectWithoutProperties(_ref, _excluded$Q);
50263
50282
  return /*#__PURE__*/React__default.createElement("svg", _extends({
50283
+ "aria-hidden": "true",
50264
50284
  width: width,
50265
50285
  height: height,
50266
50286
  viewBox: "0 0 ".concat(width, " ").concat(height),
@@ -51443,39 +51463,25 @@ var TurnstileWidget = /*#__PURE__*/forwardRef(function (_ref4, ref) {
51443
51463
  }, error)));
51444
51464
  });
51445
51465
 
51446
- var hoverColor$6 = SAPPHIRE_BLUE;
51447
- var activeColor$b = PEACOCK_BLUE;
51448
- var linkColor$6 = MATISSE_BLUE;
51449
- var borderColor$7 = "rgba(255, 255, 255, 0.85)";
51450
- var TOOLTIP_THEME_SOURCE = "Button";
51466
+ var TOOLTIP_THEME_SOURCE = "Popover";
51451
51467
  var fallbackValues$12 = {
51452
- borderColor: borderColor$7,
51453
- linkColor: linkColor$6,
51454
- hoverColor: hoverColor$6,
51455
- activeColor: activeColor$b
51468
+ hoverColor: SAPPHIRE_BLUE,
51469
+ activeColor: PEACOCK_BLUE,
51470
+ popoverTriggerColor: MATISSE_BLUE,
51471
+ borderColor: "rgba(255, 255, 255, 0.85)"
51456
51472
  };
51457
-
51458
51473
  var Tooltip = function Tooltip(_ref) {
51459
51474
  var tooltipID = _ref.tooltipID,
51460
- children = _ref.children,
51461
- _ref$hasCustomTrigger = _ref.hasCustomTrigger,
51462
- hasCustomTrigger = _ref$hasCustomTrigger === void 0 ? false : _ref$hasCustomTrigger,
51475
+ _ref$hasIconTrigger = _ref.hasIconTrigger,
51476
+ hasIconTrigger = _ref$hasIconTrigger === void 0 ? false : _ref$hasIconTrigger,
51477
+ _ref$IconTrigger = _ref.IconTrigger,
51478
+ IconTrigger = _ref$IconTrigger === void 0 ? WarningIconXS : _ref$IconTrigger,
51479
+ _ref$iconHelpText = _ref.iconHelpText,
51480
+ iconHelpText = _ref$iconHelpText === void 0 ? "Open the tooltip" : _ref$iconHelpText,
51463
51481
  _ref$triggerText = _ref.triggerText,
51464
- triggerText = _ref$triggerText === void 0 ? "" : _ref$triggerText,
51465
- _ref$containerExtraSt = _ref.containerExtraStyles,
51466
- containerExtraStyles = _ref$containerExtraSt === void 0 ? "" : _ref$containerExtraSt,
51467
- _ref$triggerButtonVar = _ref.triggerButtonVariant,
51468
- triggerButtonVariant = _ref$triggerButtonVar === void 0 ? "smallGhost" : _ref$triggerButtonVar,
51469
- _ref$content = _ref.content,
51470
- content = _ref$content === void 0 ? "" : _ref$content,
51471
- _ref$contentExtraStyl = _ref.contentExtraStyles,
51472
- contentExtraStyles = _ref$contentExtraStyl === void 0 ? "" : _ref$contentExtraStyl,
51473
- _ref$minWidth = _ref.minWidth,
51474
- minWidth = _ref$minWidth === void 0 ? "250px" : _ref$minWidth,
51475
- _ref$maxWidth = _ref.maxWidth,
51476
- maxWidth = _ref$maxWidth === void 0 ? "100%" : _ref$maxWidth,
51477
- _ref$height = _ref.height,
51478
- height = _ref$height === void 0 ? "auto" : _ref$height,
51482
+ triggerText = _ref$triggerText === void 0 ? "Open the tooltip" : _ref$triggerText,
51483
+ _ref$tooltipContent = _ref.tooltipContent,
51484
+ tooltipContent = _ref$tooltipContent === void 0 ? "The contents of the tooltip go here." : _ref$tooltipContent,
51479
51485
  _ref$contentPosition = _ref.contentPosition,
51480
51486
  contentPosition = _ref$contentPosition === void 0 ? {
51481
51487
  top: "-110px",
@@ -51491,7 +51497,23 @@ var Tooltip = function Tooltip(_ref) {
51491
51497
  arrowRight: "10px",
51492
51498
  arrowBottom: "-8px",
51493
51499
  arrowLeft: "auto"
51494
- } : _ref$arrowPosition;
51500
+ } : _ref$arrowPosition,
51501
+ _ref$minWidth = _ref.minWidth,
51502
+ minWidth = _ref$minWidth === void 0 ? "250px" : _ref$minWidth,
51503
+ _ref$maxWidth = _ref.maxWidth,
51504
+ maxWidth = _ref$maxWidth === void 0 ? "300px" : _ref$maxWidth,
51505
+ _ref$height = _ref.height,
51506
+ height = _ref$height === void 0 ? "auto" : _ref$height,
51507
+ _ref$containerExtraSt = _ref.containerExtraStyles,
51508
+ containerExtraStyles = _ref$containerExtraSt === void 0 ? "" : _ref$containerExtraSt,
51509
+ _ref$triggerExtraStyl = _ref.triggerExtraStyles,
51510
+ triggerExtraStyles = _ref$triggerExtraStyl === void 0 ? "" : _ref$triggerExtraStyl,
51511
+ _ref$triggerButtonVar = _ref.triggerButtonVariant,
51512
+ triggerButtonVariant = _ref$triggerButtonVar === void 0 ? "smallGhost" : _ref$triggerButtonVar,
51513
+ _ref$contentExtraStyl = _ref.contentExtraStyles,
51514
+ contentExtraStyles = _ref$contentExtraStyl === void 0 ? "" : _ref$contentExtraStyl,
51515
+ _ref$contentBackgroun = _ref.contentBackgroundColor,
51516
+ contentBackgroundColor = _ref$contentBackgroun === void 0 ? WHITE : _ref$contentBackgroun;
51495
51517
  var closeTimeoutRef = useRef(null);
51496
51518
  var _useState = useState(false),
51497
51519
  _useState2 = _slicedToArray(_useState, 2),
@@ -51499,6 +51521,10 @@ var Tooltip = function Tooltip(_ref) {
51499
51521
  setTooltipOpen = _useState2[1];
51500
51522
  var themeContext = useContext(ThemeContext);
51501
51523
  var themeValues = createThemeValues(themeContext, fallbackValues$12, TOOLTIP_THEME_SOURCE);
51524
+ var borderColor = themeValues.borderColor,
51525
+ tooltipTriggerColor = themeValues.popoverTriggerColor,
51526
+ hoverColor = themeValues.hoverColor,
51527
+ activeColor = themeValues.activeColor;
51502
51528
  var top = contentPosition.top,
51503
51529
  right = contentPosition.right,
51504
51530
  bottom = contentPosition.bottom,
@@ -51507,12 +51533,12 @@ var Tooltip = function Tooltip(_ref) {
51507
51533
  arrowRight = arrowPosition.arrowRight,
51508
51534
  arrowBottom = arrowPosition.arrowBottom,
51509
51535
  arrowLeft = arrowPosition.arrowLeft;
51510
- var handleToggleTooltip = function handleToggleTooltip(desiredState) {
51511
- if (tooltipOpen !== desiredState) {
51512
- setTooltipOpen(desiredState);
51536
+ var handleToggleTooltip = function handleToggleTooltip(desiredTooltipState) {
51537
+ if (tooltipOpen !== desiredTooltipState) {
51538
+ setTooltipOpen(desiredTooltipState);
51513
51539
  }
51514
51540
  };
51515
- var handleKeyDown = function handleKeyDown(e) {
51541
+ var handleKeyboardEvent = function handleKeyboardEvent(e) {
51516
51542
  if (e.key === "Escape") {
51517
51543
  handleToggleTooltip(false);
51518
51544
  }
@@ -51536,61 +51562,57 @@ var Tooltip = function Tooltip(_ref) {
51536
51562
  }
51537
51563
  };
51538
51564
  }, []);
51539
- var renderTrigger = function renderTrigger() {
51540
- if (hasCustomTrigger && children) {
51541
- return /*#__PURE__*/React__default.cloneElement(React__default.Children.only(children), {
51542
- "aria-describedby": tooltipID,
51543
- onFocus: function onFocus() {
51544
- return handleToggleTooltip(true);
51545
- },
51546
- onBlur: function onBlur() {
51547
- return handleToggleTooltip(false);
51548
- },
51549
- onKeyDown: handleKeyDown
51550
- });
51551
- }
51552
- return /*#__PURE__*/React__default.createElement(ButtonWithAction, {
51553
- action: noop$1,
51554
- "aria-describedby": tooltipID,
51555
- onKeyDown: handleKeyDown,
51556
- variant: triggerButtonVariant,
51557
- onFocus: function onFocus() {
51558
- return handleToggleTooltip(true);
51559
- },
51560
- onBlur: function onBlur() {
51561
- return handleToggleTooltip(false);
51562
- },
51563
- onTouchStart: function onTouchStart() {
51564
- return handleToggleTooltip(true);
51565
- },
51566
- "data-qa": "tooltip-trigger-".concat(tooltipID),
51567
- text: triggerText,
51568
- extraStyles: "\n color: ".concat(themeValues.linkColor, ";\n &:hover { color: ").concat(themeValues.hoverColor, "; text-decoration: none;}\n &:active, &:focus { color: ").concat(themeValues.activeColor, ";text-decoration: none;}\n button, span, &:hover span { text-decoration: none; }\n ")
51569
- });
51570
- };
51571
51565
  return /*#__PURE__*/React__default.createElement(Box, {
51566
+ ref: closeTimeoutRef,
51572
51567
  padding: "0",
51573
51568
  extraStyles: "position: relative; ".concat(containerExtraStyles),
51574
- onMouseEnter: handleMouseEnter,
51575
- onMouseLeave: handleMouseLeave,
51576
- "data-qa": "".concat(tooltipID, "-container")
51577
- }, renderTrigger(), /*#__PURE__*/React__default.createElement(Box, {
51569
+ onMouseEnter: function onMouseEnter() {
51570
+ return handleMouseEnter();
51571
+ },
51572
+ onMouseLeave: function onMouseLeave() {
51573
+ return handleMouseLeave();
51574
+ },
51575
+ "data-qa": "tooltip-container"
51576
+ }, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
51577
+ "aria-describedby": tooltipID,
51578
+ onKeyDown: handleKeyboardEvent,
51579
+ variant: triggerButtonVariant,
51580
+ onFocus: function onFocus() {
51581
+ return handleToggleTooltip(true);
51582
+ },
51583
+ onBlur: function onBlur() {
51584
+ return handleToggleTooltip(false);
51585
+ },
51586
+ onTouchStart: function onTouchStart() {
51587
+ return handleToggleTooltip(true);
51588
+ },
51589
+ "data-qa": "tooltip-trigger",
51590
+ contentOverride: true
51591
+ }, hasIconTrigger === true && /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Box, {
51592
+ "aria-label": "Open tooltip"
51593
+ }, /*#__PURE__*/React__default.createElement(IconTrigger, {
51594
+ color: tooltipTriggerColor
51595
+ })), /*#__PURE__*/React__default.createElement(Box, {
51596
+ padding: "0",
51597
+ srOnly: true
51598
+ }, /*#__PURE__*/React__default.createElement(Text$1, null, iconHelpText))), hasIconTrigger === false && /*#__PURE__*/React__default.createElement(Text$1, {
51599
+ color: tooltipTriggerColor,
51600
+ extraStyles: "\n color: ".concat(tooltipTriggerColor, ";\n &:visited {\n color: ").concat(tooltipTriggerColor, ";\n }\n &:hover {\n color: ").concat(hoverColor, "; \n }\n &:active,\n &:focus {\n color: ").concat(activeColor, "; \n }\n ").concat(triggerExtraStyles, ";\n ")
51601
+ }, triggerText)), /*#__PURE__*/React__default.createElement(Box, {
51578
51602
  role: "tooltip",
51579
51603
  id: tooltipID,
51580
51604
  "aria-hidden": !tooltipOpen,
51581
- background: themeValues.borderColor,
51605
+ background: contentBackgroundColor,
51582
51606
  "data-qa": "tooltip-contents",
51583
- extraStyles: "\n position: absolute;\n display: ".concat(tooltipOpen ? "block" : "none", ";\n top: ").concat(top, ";\n right: ").concat(right, ";\n bottom: ").concat(bottom, ";\n left: ").concat(left, ";\n height: ").concat(height, ";\n ").concat(contentExtraStyles, "\n "),
51607
+ extraStyles: "\n position: absolute;\n display: ".concat(tooltipOpen ? "block" : "none", ";\n top: ").concat(top, "; \n right: ").concat(right, ";\n bottom: ").concat(bottom, ";\n left: ").concat(left, ";\n height: ").concat(height, ";\n ").concat(contentExtraStyles, "\n "),
51584
51608
  boxShadow: "0px 2px 14px 0px rgb(246, 246, 249), 0px 3px 8px 0px rgb(202, 206, 216)",
51585
51609
  border: "1px solid transparent",
51586
51610
  borderRadius: "4px",
51587
51611
  minWidth: minWidth,
51588
51612
  maxWidth: maxWidth
51589
- }, typeof content === "string" ? /*#__PURE__*/React__default.createElement(Text$1, {
51590
- color: themeValues.linkColor
51591
- }, content) : content, /*#__PURE__*/React__default.createElement(Box, {
51613
+ }, /*#__PURE__*/React__default.createElement(Paragraph$1, null, tooltipContent), /*#__PURE__*/React__default.createElement(Box, {
51592
51614
  padding: "0",
51593
- extraStyles: "\n position: absolute;\n content: \"\";\n width: 0;\n height: 0;\n ".concat(arrowBorder(themeValues.borderColor, arrowDirection, "8px"), ";\n filter: drop-shadow(2px 8px 14px black);\n bottom: ").concat(arrowBottom, ";\n right: ").concat(arrowRight, ";\n top: ").concat(arrowTop, ";\n left: ").concat(arrowLeft, ";\n ")
51615
+ extraStyles: "\n position: absolute;\n content: \"\";\n width: 0;\n height: 0;\n ".concat(arrowBorder(borderColor, arrowDirection, "8px"), ";\n filter: drop-shadow(2px 8px 14px black);\n bottom: ").concat(arrowBottom, ";\n right: ").concat(arrowRight, ";\n top: ").concat(arrowTop, ";\n left: ").concat(arrowLeft, ";\n ")
51594
51616
  })));
51595
51617
  };
51596
51618