@thecb/components 10.6.0 → 10.6.1

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
@@ -43168,27 +43168,13 @@ var PROPERTIES_COMMERCIAL_AUTO_ICON = "PROPERTIES_COMMERCIAL_AUTO";
43168
43168
  var MISC_BILL_ICON = "MISC_SINGLE_BILL";
43169
43169
  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));
43170
43170
 
43171
- var disabledBackgroundColor$1 = {
43172
- primary: TRANSPARENT
43173
- };
43174
- var disabledBorderColor$1 = {
43175
- primary: GHOST_GREY
43176
- };
43177
- var disabledColor$1 = {
43178
- primary: MANATEE_GREY
43179
- };
43180
- var activeBackgroundColor$1 = {
43181
- primary: CORNFLOWER_BLUE
43182
- };
43183
- var backgroundColor$a = {
43184
- primary: LINK_WATER
43185
- };
43186
- var borderColor$5 = {
43187
- primary: MOON_RAKER
43188
- };
43189
- var color$b = {
43190
- primary: ROYAL_BLUE_VIVID
43191
- };
43171
+ var disabledBackgroundColor$1 = TRANSPARENT;
43172
+ var disabledBorderColor$1 = GHOST_GREY;
43173
+ var disabledColor$1 = MANATEE_GREY;
43174
+ var activeBackgroundColor$1 = CORNFLOWER_BLUE;
43175
+ var backgroundColor$a = LINK_WATER;
43176
+ var borderColor$5 = MOON_RAKER;
43177
+ var color$b = ROYAL_BLUE_VIVID;
43192
43178
  var fallbackValues$J = {
43193
43179
  disabledBackgroundColor: disabledBackgroundColor$1,
43194
43180
  disabledBorderColor: disabledBorderColor$1,