kui-crm 0.0.195 → 0.0.197

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/cjs/index.js CHANGED
@@ -340,6 +340,11 @@ var HouseTypesValues = [
340
340
  { value: "apartment", label: "Apartment" },
341
341
  { value: "townhouse", label: "Townhouse" },
342
342
  { value: "private_residence ", label: "Private residence" },
343
+ ];
344
+ var GasTypesValues = [
345
+ { value: "stove", label: "Stove" },
346
+ { value: "stove_and_heater", label: "Stove + boiler" },
347
+ { value: "not_have", label: "No" },
343
348
  ];
344
349
 
345
350
  var authFlag = "maroomCRMisAuth";
@@ -4175,6 +4180,7 @@ exports.FormWrapper = FormWrapper;
4175
4180
  exports.FullSlider = FullSlider$1;
4176
4181
  exports.FullSliderModal = FullSliderModal;
4177
4182
  exports.GalleryWithThumbnails = GalleryWithThumbnails;
4183
+ exports.GasTypesValues = GasTypesValues;
4178
4184
  exports.HeadingWithButton = HeadingWithButton;
4179
4185
  exports.HouseTypesValues = HouseTypesValues;
4180
4186
  exports.ImageCard = ImageCard;