@thecb/components 8.2.0-beta.8 → 8.2.0-beta.9
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/badge/Badge.stories.js +2 -2
- package/src/components/atoms/icons/{AutoPayIcon.js → AutopayIcon.js} +3 -2
- package/src/components/atoms/icons/icons.stories.js +3 -2
- package/src/components/atoms/icons/index.js +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -13031,7 +13031,7 @@ var AccountsIcon = function AccountsIcon(_ref) {
|
|
|
13031
13031
|
|
|
13032
13032
|
var AccountsIcon$1 = themeComponent(AccountsIcon, "Icons", fallbackValues$2, "info");
|
|
13033
13033
|
|
|
13034
|
-
var
|
|
13034
|
+
var AutopayIcon = function AutopayIcon(_ref) {
|
|
13035
13035
|
var _ref$fill = _ref.fill,
|
|
13036
13036
|
fill = _ref$fill === void 0 ? "#317D4F" : _ref$fill;
|
|
13037
13037
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -50153,7 +50153,7 @@ exports.ArrowLeftCircleIconMedium = ArrowLeftCircleIconMedium;
|
|
|
50153
50153
|
exports.ArrowLeftCircleIconSmall = ArrowLeftCircleIconSmall;
|
|
50154
50154
|
exports.ArrowRightCircleIconSmall = ArrowRightCircleIconSmall;
|
|
50155
50155
|
exports.ArrowUpCircleIconSmall = ArrowUpCircleIconSmall;
|
|
50156
|
-
exports.
|
|
50156
|
+
exports.AutopayIcon = AutopayIcon;
|
|
50157
50157
|
exports.AutopayOnIcon = AutopayOnIcon;
|
|
50158
50158
|
exports.Badge = Badge$1;
|
|
50159
50159
|
exports.BankIcon = BankIcon;
|