@thecb/components 12.0.5-beta.0 → 12.0.5

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
@@ -13930,7 +13930,8 @@ var ForgotPasswordIcon = function ForgotPasswordIcon(_ref) {
13930
13930
  xmlnsXlink: "http://www.w3.org/1999/xlink",
13931
13931
  width: "100",
13932
13932
  height: "100",
13933
- viewBox: "0 0 100 100"
13933
+ viewBox: "0 0 100 100",
13934
+ "aria-hidden": "true"
13934
13935
  }, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("path", {
13935
13936
  id: "prefix__a",
13936
13937
  d: "M0 0h100v100H0z"
@@ -14066,12 +14067,8 @@ var PaymentMethodIcon = function PaymentMethodIcon(_ref) {
14066
14067
  };
14067
14068
  var PaymentMethodIcon$1 = themeComponent(PaymentMethodIcon, "Icons", fallbackValues$2, "info");
14068
14069
 
14069
- // When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
14070
- // screen readers to skip this element. Use this when the icon is purely decorative
14071
- // and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
14072
14070
  var AccountsIconSmall = function AccountsIconSmall(_ref) {
14073
- var themeValues = _ref.themeValues,
14074
- ariaHidden = _ref.ariaHidden;
14071
+ var themeValues = _ref.themeValues;
14075
14072
  return /*#__PURE__*/React__default.createElement("svg", {
14076
14073
  width: "22px",
14077
14074
  height: "22px",
@@ -14082,8 +14079,7 @@ var AccountsIconSmall = function AccountsIconSmall(_ref) {
14082
14079
  style: {
14083
14080
  display: "inline-block",
14084
14081
  verticalAlign: "text-bottom"
14085
- },
14086
- "aria-hidden": ariaHidden ? "true" : undefined
14082
+ }
14087
14083
  }, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("rect", {
14088
14084
  id: "path-1-accountssmall",
14089
14085
  x: "0",
@@ -14250,12 +14246,8 @@ var ProfileIconSmall = function ProfileIconSmall(_ref) {
14250
14246
  };
14251
14247
  var ProfileIconSmall$1 = themeComponent(ProfileIconSmall, "Icons", fallbackValues$2, "primary");
14252
14248
 
14253
- // When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
14254
- // screen readers to skip this element. Use this when the icon is purely decorative
14255
- // and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
14256
14249
  var SettingsIconSmall = function SettingsIconSmall(_ref) {
14257
- var themeValues = _ref.themeValues,
14258
- ariaHidden = _ref.ariaHidden;
14250
+ var themeValues = _ref.themeValues;
14259
14251
  return /*#__PURE__*/React__default.createElement("svg", {
14260
14252
  width: "22px",
14261
14253
  height: "22px",
@@ -14266,8 +14258,7 @@ var SettingsIconSmall = function SettingsIconSmall(_ref) {
14266
14258
  style: {
14267
14259
  display: "inline-block",
14268
14260
  verticalAlign: "text-bottom"
14269
- },
14270
- "aria-hidden": ariaHidden ? "true" : undefined
14261
+ }
14271
14262
  }, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("rect", {
14272
14263
  id: "path-1-paymentssmall",
14273
14264
  x: "0",
@@ -14305,22 +14296,17 @@ var SettingsIconSmall = function SettingsIconSmall(_ref) {
14305
14296
  };
14306
14297
  var SettingsIconSmall$1 = themeComponent(SettingsIconSmall, "Icons", fallbackValues$2, "primary");
14307
14298
 
14308
- // When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
14309
- // screen readers to skip this element. Use this when the icon is purely decorative
14310
- // and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
14311
14299
  var WalletIconSmall = function WalletIconSmall(_ref) {
14312
14300
  var themeValues = _ref.themeValues,
14313
14301
  _ref$iconIndex = _ref.iconIndex,
14314
14302
  iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex,
14315
- colorOverride = _ref.colorOverride,
14316
- ariaHidden = _ref.ariaHidden;
14303
+ colorOverride = _ref.colorOverride;
14317
14304
  return /*#__PURE__*/React__default.createElement("svg", {
14318
14305
  width: "20",
14319
14306
  height: "20",
14320
14307
  viewBox: "0 0 20 20",
14321
14308
  fill: "none",
14322
- xmlns: "http://www.w3.org/2000/svg",
14323
- "aria-hidden": ariaHidden ? "true" : undefined
14309
+ xmlns: "http://www.w3.org/2000/svg"
14324
14310
  }, /*#__PURE__*/React__default.createElement("path", {
14325
14311
  fillRule: "evenodd",
14326
14312
  clipRule: "evenodd",
@@ -14460,12 +14446,8 @@ var PropertiesAddIcon = function PropertiesAddIcon(_ref) {
14460
14446
  };
14461
14447
  var PropertiesAddIcon$1 = themeComponent(PropertiesAddIcon, "Icons", fallbackValues$2, "info");
14462
14448
 
14463
- // When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
14464
- // screen readers to skip this element. Use this when the icon is purely decorative
14465
- // and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
14466
14449
  var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
14467
- var themeValues = _ref.themeValues,
14468
- ariaHidden = _ref.ariaHidden;
14450
+ var themeValues = _ref.themeValues;
14469
14451
  return /*#__PURE__*/React__default.createElement("svg", {
14470
14452
  xmlns: "http://www.w3.org/2000/svg",
14471
14453
  width: "22px",
@@ -14476,8 +14458,7 @@ var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
14476
14458
  style: {
14477
14459
  display: "inline-block",
14478
14460
  verticalAlign: "text-bottom"
14479
- },
14480
- "aria-hidden": ariaHidden ? "true" : undefined
14461
+ }
14481
14462
  }, /*#__PURE__*/React__default.createElement("g", {
14482
14463
  fill: "none",
14483
14464
  fillRule: "evenodd",
@@ -17243,22 +17224,17 @@ var CashieringImage = function CashieringImage() {
17243
17224
  })));
17244
17225
  };
17245
17226
 
17246
- // When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
17247
- // screen readers to skip this element. Use this when the icon is purely decorative
17248
- // and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
17249
17227
  var FindIconSmall = function FindIconSmall(_ref) {
17250
17228
  var themeValues = _ref.themeValues,
17251
17229
  _ref$iconIndex = _ref.iconIndex,
17252
- iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex,
17253
- ariaHidden = _ref.ariaHidden;
17230
+ iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
17254
17231
  var maskId = "find-icon-mask-".concat(iconIndex);
17255
17232
  return /*#__PURE__*/React__default.createElement("svg", {
17256
17233
  width: "20",
17257
17234
  height: "20",
17258
17235
  viewBox: "0 0 20 20",
17259
17236
  fill: "none",
17260
- xmlns: "http://www.w3.org/2000/svg",
17261
- "aria-hidden": ariaHidden ? "true" : undefined
17237
+ xmlns: "http://www.w3.org/2000/svg"
17262
17238
  }, /*#__PURE__*/React__default.createElement("path", {
17263
17239
  fillRule: "evenodd",
17264
17240
  clipRule: "evenodd",
@@ -17289,19 +17265,14 @@ var FindIconSmall = function FindIconSmall(_ref) {
17289
17265
  };
17290
17266
  var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
17291
17267
 
17292
- // When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
17293
- // screen readers to skip this element. Use this when the icon is purely decorative
17294
- // and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
17295
17268
  var HistoryIconSmall = function HistoryIconSmall(_ref) {
17296
- var themeValues = _ref.themeValues,
17297
- ariaHidden = _ref.ariaHidden;
17269
+ var themeValues = _ref.themeValues;
17298
17270
  return /*#__PURE__*/React__default.createElement("svg", {
17299
17271
  width: "20",
17300
17272
  height: "20",
17301
17273
  viewBox: "0 0 20 20",
17302
17274
  fill: "none",
17303
- xmlns: "http://www.w3.org/2000/svg",
17304
- "aria-hidden": ariaHidden ? "true" : undefined
17275
+ xmlns: "http://www.w3.org/2000/svg"
17305
17276
  }, /*#__PURE__*/React__default.createElement("path", {
17306
17277
  d: "M3.33337 8.33333C3.33337 7.8731 3.70647 7.5 4.16671 7.5H15.8334C16.2936 7.5 16.6667 7.8731 16.6667 8.33333V16.6667C16.6667 17.1269 16.2936 17.5 15.8334 17.5H4.16671C3.70647 17.5 3.33337 17.1269 3.33337 16.6667V8.33333Z",
17307
17278
  fill: themeValues.singleIconColor