@thecb/components 10.5.4 → 10.5.6-beta.0

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
@@ -42998,27 +42998,13 @@ var PROPERTIES_COMMERCIAL_AUTO_ICON = "PROPERTIES_COMMERCIAL_AUTO";
42998
42998
  var MISC_BILL_ICON = "MISC_SINGLE_BILL";
42999
42999
  var iconsMap = (_iconsMap = {}, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_iconsMap, ACCOUNTS_GENERIC_ICON, AccountGenericIcon), ACCOUNTS_CONSTRUCTION_ICON, AccountConstructionIcon), ACCOUNTS_HEALTH_ICON, AccountMedicalIcon), ACCOUNTS_DENTAL_ICON, AccountDentalIcon), ACCOUNTS_UTILITY_ELECTRIC_ICON, AccountElectricIcon), ACCOUNTS_UTILITY_GARBAGE_ICON, AccountGarbageIcon), ACCOUNTS_UTILITY_GAS_ICON, AccountGasIcon), ACCOUNTS_UTILITY_WATER_ICON, AccountWaterIcon), PROPERTIES_PERSONAL_ICON, PropertyPersonalIcon), PROPERTIES_GARAGE_ICON, PropertyGarageIcon), _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_iconsMap, PROPERTIES_BUSINESS_ICON, PropertyBusinessIcon), PROPERTIES_STOREFRONT_ICON, PropertyStorefrontIcon), PROPERTIES_APARTMENT_ICON, PropertyApartmentIcon), PROPERTIES_LAND_ICON, PropertyLandIcon), PROPERTIES_CAR_ICON, PropertyCarIcon), PROPERTIES_MOTORCYCLE_ICON, PropertyMotorcycleIcon), PROPERTIES_COMMERCIAL_AUTO_ICON, PropertyCommercialVehicleIcon), MISC_BILL_ICON, AccountBillIcon));
43000
43000
 
43001
- var disabledBackgroundColor$1 = {
43002
- primary: TRANSPARENT
43003
- };
43004
- var disabledBorderColor$1 = {
43005
- primary: GHOST_GREY
43006
- };
43007
- var disabledColor$1 = {
43008
- primary: MANATEE_GREY
43009
- };
43010
- var activeBackgroundColor$1 = {
43011
- primary: CORNFLOWER_BLUE
43012
- };
43013
- var backgroundColor$9 = {
43014
- primary: LINK_WATER
43015
- };
43016
- var borderColor$5 = {
43017
- primary: MOON_RAKER
43018
- };
43019
- var color$b = {
43020
- primary: ROYAL_BLUE_VIVID
43021
- };
43001
+ var disabledBackgroundColor$1 = TRANSPARENT;
43002
+ var disabledBorderColor$1 = GHOST_GREY;
43003
+ var disabledColor$1 = MANATEE_GREY;
43004
+ var activeBackgroundColor$1 = CORNFLOWER_BLUE;
43005
+ var backgroundColor$9 = LINK_WATER;
43006
+ var borderColor$5 = MOON_RAKER;
43007
+ var color$b = ROYAL_BLUE_VIVID;
43022
43008
  var fallbackValues$I = {
43023
43009
  disabledBackgroundColor: disabledBackgroundColor$1,
43024
43010
  disabledBorderColor: disabledBorderColor$1,