@thecb/components 10.1.2-beta.3 → 10.1.2-beta.4

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 CHANGED
@@ -15280,7 +15280,7 @@ var EmptyCartIcon$1 = themeComponent(EmptyCartIcon, "Icons", fallbackValues$2, "
15280
15280
 
15281
15281
  var _excluded$i = ["iconFill", "iconWidth", "iconHeight"];
15282
15282
 
15283
- var ShoppingCartIcon = function ShoppingCartIcon(_ref) {
15283
+ var CartIcon = function CartIcon(_ref) {
15284
15284
  var _ref$iconFill = _ref.iconFill,
15285
15285
  iconFill = _ref$iconFill === void 0 ? "#FFFFFF" : _ref$iconFill,
15286
15286
  _ref$iconWidth = _ref.iconWidth,
@@ -50066,6 +50066,7 @@ exports.ButtonWithLink = ButtonWithLink;
50066
50066
  exports.CalendarIcon = CalendarIcon;
50067
50067
  exports.Card = Card$1;
50068
50068
  exports.CarrotIcon = CarrotIcon$1;
50069
+ exports.CartIcon = CartIcon;
50069
50070
  exports.CashIcon = CashIcon;
50070
50071
  exports.Center = Center;
50071
50072
  exports.CenterSingle = CenterSingle$1;
@@ -50201,7 +50202,6 @@ exports.RoutingNumberImage = RoutingNumberImage;
50201
50202
  exports.SearchIcon = SearchIcon;
50202
50203
  exports.SearchableSelect = SearchableSelect$1;
50203
50204
  exports.SettingsIconSmall = SettingsIconSmall$1;
50204
- exports.ShoppingCartIcon = ShoppingCartIcon;
50205
50205
  exports.Sidebar = Sidebar;
50206
50206
  exports.SidebarSingleContent = SidebarSingleContent$1;
50207
50207
  exports.SidebarStackContent = SidebarStackContent$1;