Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui-presets / dist / presets / index.js
Size: Mime:
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});

const tslib_1 = require("tslib");

const AddressPreset = tslib_1.__importStar(require("./Address"));

exports.AddressPreset = AddressPreset;

const AnimatedExpandableCardPreset = tslib_1.__importStar(require("./AnimatedExpandableCard"));

exports.AnimatedExpandableCardPreset = AnimatedExpandableCardPreset;

const AutoDismissingSnackBarPreset = tslib_1.__importStar(require("./AutoDismissingSnackBar"));

exports.AutoDismissingSnackBarPreset = AutoDismissingSnackBarPreset;

const B2BPreset = tslib_1.__importStar(require("./B2B"));

exports.B2BPreset = B2BPreset;

const BundleCollectionPreset = tslib_1.__importStar(require("./BundleCollection"));

exports.BundleCollectionPreset = BundleCollectionPreset;

const BundleProductPreset = tslib_1.__importStar(require("./BundleProduct"));

exports.BundleProductPreset = BundleProductPreset;

const ButtonsPreset = tslib_1.__importStar(require("./Buttons"));

exports.ButtonsPreset = ButtonsPreset;

const CheckoutPreset = tslib_1.__importStar(require("./Checkout"));

exports.CheckoutPreset = CheckoutPreset;

const CollectionProductPreset = tslib_1.__importStar(require("./CollectionProduct"));

exports.CollectionProductPreset = CollectionProductPreset;

const ColorSelectDropDownPreset = tslib_1.__importStar(require("./ColorSelectDropDown"));

exports.ColorSelectDropDownPreset = ColorSelectDropDownPreset;

const ColorSwatchListPreset = tslib_1.__importStar(require("./ColorSwatchList"));

exports.ColorSwatchListPreset = ColorSwatchListPreset;

const DarkSelectDropDownPreset = tslib_1.__importStar(require("./DarkSelectDropDown"));

exports.DarkSelectDropDownPreset = DarkSelectDropDownPreset;

const FooterPreset = tslib_1.__importStar(require("./Footer"));

exports.FooterPreset = FooterPreset;

const LinkWithSeparatorPreset = tslib_1.__importStar(require("./ListWithSeparator"));

exports.LinkWithSeparatorPreset = LinkWithSeparatorPreset;

const MenuListPreset = tslib_1.__importStar(require("./MenuList"));

exports.MenuListPreset = MenuListPreset;

const MultipleLinkListPreset = tslib_1.__importStar(require("./MultipleLinkList"));

exports.MultipleLinkListPreset = MultipleLinkListPreset;

const NavigationListPreset = tslib_1.__importStar(require("./NavigationList"));

exports.NavigationListPreset = NavigationListPreset;

const OrderPreset = tslib_1.__importStar(require("./Order"));

exports.OrderPreset = OrderPreset;

const PaginationPreset = tslib_1.__importStar(require("./Pagination"));

exports.PaginationPreset = PaginationPreset;

const PaymentMethodPreset = tslib_1.__importStar(require("./PaymentMethod"));

exports.PaymentMethodPreset = PaymentMethodPreset;

const ProductCarouselPreset = tslib_1.__importStar(require("./ProductCarousel"));

exports.ProductCarouselPreset = ProductCarouselPreset;

const ProductListPreset = tslib_1.__importStar(require("./ProductList"));

exports.ProductListPreset = ProductListPreset;

const ProductPiecesPreset = tslib_1.__importStar(require("./ProductPieces"));

exports.ProductPiecesPreset = ProductPiecesPreset;

const ProductOptionsPreset = tslib_1.__importStar(require("./ProductOptions"));

exports.ProductOptionsPreset = ProductOptionsPreset;

const QuantityPreset = tslib_1.__importStar(require("./Quantity"));

exports.QuantityPreset = QuantityPreset;

const RadioIconDropDownPreset = tslib_1.__importStar(require("./RadioIconDropDown"));

exports.RadioIconDropDownPreset = RadioIconDropDownPreset;

const RatingsPreset = tslib_1.__importStar(require("./Ratings"));

exports.RatingsPreset = RatingsPreset;

const SectionLinkListPreset = tslib_1.__importStar(require("./SectionLinkList"));

exports.SectionLinkListPreset = SectionLinkListPreset;

const SectionListPreset = tslib_1.__importStar(require("./SectionList"));

exports.SectionListPreset = SectionListPreset;

const ShoppingListPreset = tslib_1.__importStar(require("./ShoppingList"));

exports.ShoppingListPreset = ShoppingListPreset;

const SpecificationListPreset = tslib_1.__importStar(require("./SpecificationList"));

exports.SpecificationListPreset = SpecificationListPreset;

const StoreHoursDropDownPreset = tslib_1.__importStar(require("./StoreHoursDropDown"));

exports.StoreHoursDropDownPreset = StoreHoursDropDownPreset;

const StudioPreset = tslib_1.__importStar(require("./Studio"));

exports.StudioPreset = StudioPreset;

const SubscriptionPreset = tslib_1.__importStar(require("./Subscription"));

exports.SubscriptionPreset = SubscriptionPreset;

const SwatchListPreset = tslib_1.__importStar(require("./SwatchList"));

exports.SwatchListPreset = SwatchListPreset;

const VideoPreset = tslib_1.__importStar(require("./Video"));

exports.VideoPreset = VideoPreset; // we have no conflicts in naming

tslib_1.__exportStar(require("./AutoDismissingSnackBar"), exports);