@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.cjs.js +14 -43
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +14 -43
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/icons/AccountsIconSmall.js +1 -5
- package/src/components/atoms/icons/FindIconSmall.js +1 -5
- package/src/components/atoms/icons/ForgotPasswordIcon.js +1 -0
- package/src/components/atoms/icons/HistoryIconSmall.js +1 -5
- package/src/components/atoms/icons/PropertiesIconSmall.js +1 -5
- package/src/components/atoms/icons/SettingsIconSmall.js +1 -5
- package/src/components/atoms/icons/WalletIconSmall.js +1 -10
package/dist/index.cjs.js
CHANGED
|
@@ -13938,7 +13938,8 @@ var ForgotPasswordIcon = function ForgotPasswordIcon(_ref) {
|
|
|
13938
13938
|
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
13939
13939
|
width: "100",
|
|
13940
13940
|
height: "100",
|
|
13941
|
-
viewBox: "0 0 100 100"
|
|
13941
|
+
viewBox: "0 0 100 100",
|
|
13942
|
+
"aria-hidden": "true"
|
|
13942
13943
|
}, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("path", {
|
|
13943
13944
|
id: "prefix__a",
|
|
13944
13945
|
d: "M0 0h100v100H0z"
|
|
@@ -14074,12 +14075,8 @@ var PaymentMethodIcon = function PaymentMethodIcon(_ref) {
|
|
|
14074
14075
|
};
|
|
14075
14076
|
var PaymentMethodIcon$1 = themeComponent(PaymentMethodIcon, "Icons", fallbackValues$2, "info");
|
|
14076
14077
|
|
|
14077
|
-
// When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
|
|
14078
|
-
// screen readers to skip this element. Use this when the icon is purely decorative
|
|
14079
|
-
// and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
|
|
14080
14078
|
var AccountsIconSmall = function AccountsIconSmall(_ref) {
|
|
14081
|
-
var themeValues = _ref.themeValues
|
|
14082
|
-
ariaHidden = _ref.ariaHidden;
|
|
14079
|
+
var themeValues = _ref.themeValues;
|
|
14083
14080
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
14084
14081
|
width: "22px",
|
|
14085
14082
|
height: "22px",
|
|
@@ -14090,8 +14087,7 @@ var AccountsIconSmall = function AccountsIconSmall(_ref) {
|
|
|
14090
14087
|
style: {
|
|
14091
14088
|
display: "inline-block",
|
|
14092
14089
|
verticalAlign: "text-bottom"
|
|
14093
|
-
}
|
|
14094
|
-
"aria-hidden": ariaHidden ? "true" : undefined
|
|
14090
|
+
}
|
|
14095
14091
|
}, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("rect", {
|
|
14096
14092
|
id: "path-1-accountssmall",
|
|
14097
14093
|
x: "0",
|
|
@@ -14258,12 +14254,8 @@ var ProfileIconSmall = function ProfileIconSmall(_ref) {
|
|
|
14258
14254
|
};
|
|
14259
14255
|
var ProfileIconSmall$1 = themeComponent(ProfileIconSmall, "Icons", fallbackValues$2, "primary");
|
|
14260
14256
|
|
|
14261
|
-
// When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
|
|
14262
|
-
// screen readers to skip this element. Use this when the icon is purely decorative
|
|
14263
|
-
// and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
|
|
14264
14257
|
var SettingsIconSmall = function SettingsIconSmall(_ref) {
|
|
14265
|
-
var themeValues = _ref.themeValues
|
|
14266
|
-
ariaHidden = _ref.ariaHidden;
|
|
14258
|
+
var themeValues = _ref.themeValues;
|
|
14267
14259
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
14268
14260
|
width: "22px",
|
|
14269
14261
|
height: "22px",
|
|
@@ -14274,8 +14266,7 @@ var SettingsIconSmall = function SettingsIconSmall(_ref) {
|
|
|
14274
14266
|
style: {
|
|
14275
14267
|
display: "inline-block",
|
|
14276
14268
|
verticalAlign: "text-bottom"
|
|
14277
|
-
}
|
|
14278
|
-
"aria-hidden": ariaHidden ? "true" : undefined
|
|
14269
|
+
}
|
|
14279
14270
|
}, /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("rect", {
|
|
14280
14271
|
id: "path-1-paymentssmall",
|
|
14281
14272
|
x: "0",
|
|
@@ -14313,22 +14304,17 @@ var SettingsIconSmall = function SettingsIconSmall(_ref) {
|
|
|
14313
14304
|
};
|
|
14314
14305
|
var SettingsIconSmall$1 = themeComponent(SettingsIconSmall, "Icons", fallbackValues$2, "primary");
|
|
14315
14306
|
|
|
14316
|
-
// When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
|
|
14317
|
-
// screen readers to skip this element. Use this when the icon is purely decorative
|
|
14318
|
-
// and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
|
|
14319
14307
|
var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
14320
14308
|
var themeValues = _ref.themeValues,
|
|
14321
14309
|
_ref$iconIndex = _ref.iconIndex,
|
|
14322
14310
|
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex,
|
|
14323
|
-
colorOverride = _ref.colorOverride
|
|
14324
|
-
ariaHidden = _ref.ariaHidden;
|
|
14311
|
+
colorOverride = _ref.colorOverride;
|
|
14325
14312
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
14326
14313
|
width: "20",
|
|
14327
14314
|
height: "20",
|
|
14328
14315
|
viewBox: "0 0 20 20",
|
|
14329
14316
|
fill: "none",
|
|
14330
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
14331
|
-
"aria-hidden": ariaHidden ? "true" : undefined
|
|
14317
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
14332
14318
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
14333
14319
|
fillRule: "evenodd",
|
|
14334
14320
|
clipRule: "evenodd",
|
|
@@ -14468,12 +14454,8 @@ var PropertiesAddIcon = function PropertiesAddIcon(_ref) {
|
|
|
14468
14454
|
};
|
|
14469
14455
|
var PropertiesAddIcon$1 = themeComponent(PropertiesAddIcon, "Icons", fallbackValues$2, "info");
|
|
14470
14456
|
|
|
14471
|
-
// When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
|
|
14472
|
-
// screen readers to skip this element. Use this when the icon is purely decorative
|
|
14473
|
-
// and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
|
|
14474
14457
|
var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
|
|
14475
|
-
var themeValues = _ref.themeValues
|
|
14476
|
-
ariaHidden = _ref.ariaHidden;
|
|
14458
|
+
var themeValues = _ref.themeValues;
|
|
14477
14459
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
14478
14460
|
xmlns: "http://www.w3.org/2000/svg",
|
|
14479
14461
|
width: "22px",
|
|
@@ -14484,8 +14466,7 @@ var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
|
|
|
14484
14466
|
style: {
|
|
14485
14467
|
display: "inline-block",
|
|
14486
14468
|
verticalAlign: "text-bottom"
|
|
14487
|
-
}
|
|
14488
|
-
"aria-hidden": ariaHidden ? "true" : undefined
|
|
14469
|
+
}
|
|
14489
14470
|
}, /*#__PURE__*/React__default.createElement("g", {
|
|
14490
14471
|
fill: "none",
|
|
14491
14472
|
fillRule: "evenodd",
|
|
@@ -17251,22 +17232,17 @@ var CashieringImage = function CashieringImage() {
|
|
|
17251
17232
|
})));
|
|
17252
17233
|
};
|
|
17253
17234
|
|
|
17254
|
-
// When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
|
|
17255
|
-
// screen readers to skip this element. Use this when the icon is purely decorative
|
|
17256
|
-
// and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
|
|
17257
17235
|
var FindIconSmall = function FindIconSmall(_ref) {
|
|
17258
17236
|
var themeValues = _ref.themeValues,
|
|
17259
17237
|
_ref$iconIndex = _ref.iconIndex,
|
|
17260
|
-
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex
|
|
17261
|
-
ariaHidden = _ref.ariaHidden;
|
|
17238
|
+
iconIndex = _ref$iconIndex === void 0 ? 0 : _ref$iconIndex;
|
|
17262
17239
|
var maskId = "find-icon-mask-".concat(iconIndex);
|
|
17263
17240
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
17264
17241
|
width: "20",
|
|
17265
17242
|
height: "20",
|
|
17266
17243
|
viewBox: "0 0 20 20",
|
|
17267
17244
|
fill: "none",
|
|
17268
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
17269
|
-
"aria-hidden": ariaHidden ? "true" : undefined
|
|
17245
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17270
17246
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
17271
17247
|
fillRule: "evenodd",
|
|
17272
17248
|
clipRule: "evenodd",
|
|
@@ -17297,19 +17273,14 @@ var FindIconSmall = function FindIconSmall(_ref) {
|
|
|
17297
17273
|
};
|
|
17298
17274
|
var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
|
|
17299
17275
|
|
|
17300
|
-
// When ariaHidden is true, aria-hidden="true" is added to the SVG, which tells
|
|
17301
|
-
// screen readers to skip this element. Use this when the icon is purely decorative
|
|
17302
|
-
// and adjacent text already conveys its meaning (e.g. an icon inside a labeled nav link).
|
|
17303
17276
|
var HistoryIconSmall = function HistoryIconSmall(_ref) {
|
|
17304
|
-
var themeValues = _ref.themeValues
|
|
17305
|
-
ariaHidden = _ref.ariaHidden;
|
|
17277
|
+
var themeValues = _ref.themeValues;
|
|
17306
17278
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
17307
17279
|
width: "20",
|
|
17308
17280
|
height: "20",
|
|
17309
17281
|
viewBox: "0 0 20 20",
|
|
17310
17282
|
fill: "none",
|
|
17311
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
17312
|
-
"aria-hidden": ariaHidden ? "true" : undefined
|
|
17283
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
17313
17284
|
}, /*#__PURE__*/React__default.createElement("path", {
|
|
17314
17285
|
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",
|
|
17315
17286
|
fill: themeValues.singleIconColor
|