@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.esm.js CHANGED
@@ -43160,27 +43160,13 @@ var PROPERTIES_COMMERCIAL_AUTO_ICON = "PROPERTIES_COMMERCIAL_AUTO";
43160
43160
  var MISC_BILL_ICON = "MISC_SINGLE_BILL";
43161
43161
  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));
43162
43162
 
43163
- var disabledBackgroundColor$1 = {
43164
- primary: TRANSPARENT
43165
- };
43166
- var disabledBorderColor$1 = {
43167
- primary: GHOST_GREY
43168
- };
43169
- var disabledColor$1 = {
43170
- primary: MANATEE_GREY
43171
- };
43172
- var activeBackgroundColor$1 = {
43173
- primary: CORNFLOWER_BLUE
43174
- };
43175
- var backgroundColor$a = {
43176
- primary: LINK_WATER
43177
- };
43178
- var borderColor$5 = {
43179
- primary: MOON_RAKER
43180
- };
43181
- var color$b = {
43182
- primary: ROYAL_BLUE_VIVID
43183
- };
43163
+ var disabledBackgroundColor$1 = TRANSPARENT;
43164
+ var disabledBorderColor$1 = GHOST_GREY;
43165
+ var disabledColor$1 = MANATEE_GREY;
43166
+ var activeBackgroundColor$1 = CORNFLOWER_BLUE;
43167
+ var backgroundColor$a = LINK_WATER;
43168
+ var borderColor$5 = MOON_RAKER;
43169
+ var color$b = ROYAL_BLUE_VIVID;
43184
43170
  var fallbackValues$J = {
43185
43171
  disabledBackgroundColor: disabledBackgroundColor$1,
43186
43172
  disabledBorderColor: disabledBorderColor$1,