@fonixtree/magic-design 2.0.216 → 2.0.221
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/es/assets/less/button.less +37 -0
- package/es/assets/less/common.less +131 -0
- package/es/assets/less/cylon-antd.less +32456 -0
- package/es/assets/less/datepicker.less +13 -0
- package/es/assets/less/font.less +151 -0
- package/es/assets/less/form.less +10 -0
- package/es/assets/less/global.less +13 -0
- package/es/assets/less/index.less +13 -0
- package/es/assets/less/input.less +26 -0
- package/es/assets/less/menu.less +24 -0
- package/es/assets/less/modal.less +25 -0
- package/es/assets/less/select.less +32 -0
- package/es/assets/less/slider.less +69 -0
- package/es/assets/less/switch.less +20 -0
- package/es/assets/less/table.less +52 -0
- package/es/assets/less/variables.less +4 -0
- package/es/common/AffiliateProductModal/index.js +2 -0
- package/es/common/AffiliateProductModal/index.less +146 -0
- package/es/common/AlignSelector/index.js +2 -0
- package/es/common/AlignSelector/index.less +28 -0
- package/es/common/Button/index.js +2 -0
- package/es/common/Button/index.less +72 -0
- package/es/common/ButtonIconLayout/index.js +2 -0
- package/es/common/ButtonIconLayout/index.less +55 -0
- package/es/common/CardCarousel/index.js +2 -0
- package/es/common/CardCarousel/index.less +28 -0
- package/es/common/Carousel/index.js +2 -0
- package/es/common/Collapse/index.js +2 -0
- package/es/common/Collapse/index.less +100 -0
- package/es/common/ColorPicker/index.js +2 -0
- package/es/common/ColorPicker/index.less +26 -0
- package/es/common/ColorPickerInput/index.js +2 -0
- package/es/common/ColorPickerInput/index.less +52 -0
- package/es/common/CountDown/index.js +2 -0
- package/es/common/CountDown/index.less +56 -0
- package/es/common/CropperModal/index.js +4 -0
- package/es/common/CropperModal/index.less +29 -0
- package/es/common/Field/index.js +2 -0
- package/es/common/Field/index.less +46 -0
- package/es/common/FontStyles/index.js +2 -0
- package/es/common/FontStyles/index.less +62 -0
- package/es/common/GroupList/index.js +2 -0
- package/es/common/GroupList/index.less +88 -0
- package/es/common/IconPicker/index.js +2 -0
- package/es/common/IconPicker/index.less +46 -0
- package/es/common/Iconfont/index.js +2 -0
- package/es/common/Iconfont/index.less +20 -0
- package/es/common/ImageModal/CommonSelPicCard/index.js +2 -0
- package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/es/common/ImageModal/index.js +2 -0
- package/es/common/ImageModal/index.less +34 -0
- package/es/common/ImagePicker/index.js +2 -0
- package/es/common/ImagePicker/index.less +206 -0
- package/es/common/InputNumber/index.js +2 -0
- package/es/common/InputNumber/index.less +38 -0
- package/es/common/LayoutSelector/index.js +2 -0
- package/es/common/LayoutSelector/index.less +37 -0
- package/es/common/LinkModal/BundleCampaign/index.js +2 -0
- package/es/common/LinkModal/BundleCampaign/index.less +22 -0
- package/es/common/LinkModal/FilteredProductModal/index.js +2 -0
- package/es/common/LinkModal/FilteredProductModal/index.less +129 -0
- package/es/common/LinkModal/ProductDetailPage/index.js +2 -0
- package/es/common/LinkModal/ProductDetailPage/index.less +15 -0
- package/es/common/LinkModal/ProductList/index.js +2 -0
- package/es/common/LinkModal/ProductList/index.less +130 -0
- package/es/common/LinkModal/SelectVideoModal/index.js +2 -0
- package/es/common/LinkModal/SelectVideoModal/index.less +113 -0
- package/es/common/LinkModal/ShareUrl/index.js +2 -0
- package/es/common/LinkModal/ShareUrl/index.less +3 -0
- package/es/common/LinkModal/index.js +2 -0
- package/es/common/LinkModal/index.less +137 -0
- package/es/common/MessageModal/index.js +2 -0
- package/es/common/MessageModal/index.less +86 -0
- package/es/common/MonpayCountDown/index.js +2 -0
- package/es/common/MyModal/index.js +2 -0
- package/es/common/MyModal/index.less +82 -0
- package/es/common/NewImg/index.js +1 -1
- package/es/common/PopUpModal/index.js +2 -0
- package/es/common/PopUpModal/index.less +93 -0
- package/es/common/ProductCardModal/index.js +2 -0
- package/es/common/ProductCardModal/index.less +131 -0
- package/es/common/ProductFilterModal/components/FilterSearchModal/index.js +2 -0
- package/es/common/ProductFilterModal/components/FilterSearchModal/index.less +144 -0
- package/es/common/ProductFilterModal/index.js +2 -0
- package/es/common/ProductFilterModal/index.less +113 -0
- package/es/common/ProductModal/SortableImageList/index.js +2 -0
- package/es/common/ProductModal/SortableImageList/index.less +3 -0
- package/es/common/ProductModal/index.js +2 -0
- package/es/common/ProductModal/index.less +152 -0
- package/es/common/ProductSource/index.js +2 -0
- package/es/common/ProductSource/index.less +14 -0
- package/es/common/RatingText/index.js +2 -0
- package/es/common/RatingText/index.less +12 -0
- package/es/common/RcCollapse/Collapse.js +2 -0
- package/es/common/RcCollapse/index.less +108 -0
- package/es/common/RcCollapse/motion.less +12 -0
- package/es/common/SelectStoreModal/SortableImageList/index.js +2 -0
- package/es/common/SelectStoreModal/SortableImageList/index.less +3 -0
- package/es/common/SelectStoreModal/index.js +2 -0
- package/es/common/SelectStoreModal/index.less +152 -0
- package/es/common/Slider/index.js +2 -0
- package/es/common/Slider/index.less +45 -0
- package/es/common/StoreSource/index.js +2 -0
- package/es/common/StoreSource/index.less +14 -0
- package/es/common/SwiperBan/index.js +2 -0
- package/es/common/SwiperBan/index.less +25 -0
- package/es/common/SwitchCollapse/index.js +2 -0
- package/es/common/SwitchCollapse/index.less +40 -0
- package/es/common/SystemNotification/Confirm/index.js +2 -0
- package/es/common/SystemNotification/Confirm/index.less +33 -0
- package/es/common/Tag/index.js +2 -0
- package/es/common/Tag/index.less +16 -0
- package/es/common/Toast/index.js +2 -0
- package/es/common/Toast/index.less +29 -0
- package/es/common/UrlPicker/AnchorModal/index.js +2 -0
- package/es/common/UrlPicker/AnchorModal/index.less +21 -0
- package/es/common/UrlPicker/index.js +2 -0
- package/es/common/UrlPicker/index.less +86 -0
- package/es/common/Video/QualityComponent/index.js +2 -0
- package/es/common/Video/QualityComponent/index.less +78 -0
- package/es/common/Video/RateComponent/index.js +2 -0
- package/es/common/Video/RateComponent/index.less +62 -0
- package/es/common/Video/index.js +2 -0
- package/es/common/Video/index.less +70 -0
- package/es/common/VideoPC/components/index.js +2 -0
- package/es/common/VideoPC/components/index.less +62 -0
- package/es/common/VideoPC/index.js +2 -0
- package/es/common/VideoPC/index.less +79 -0
- package/es/common/VideoUpload/index.js +2 -0
- package/es/common/VideoUpload/index.less +114 -0
- package/es/composite-comp/ashita/components/WalletAshita/mobile/index.js +2 -0
- package/es/composite-comp/ashita/components/WalletAshita/pc/index.less +1 -0
- package/es/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.js +2 -0
- package/es/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.less +9 -0
- package/es/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.js +2 -0
- package/es/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.less +9 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.js +2 -0
- package/es/composite-comp/bol/components/Banner/pc/index.js +2 -0
- package/es/composite-comp/bol/components/Banner/pc/index.less +91 -0
- package/es/composite-comp/bol/components/Button/index.js +2 -0
- package/es/composite-comp/bol/components/Button/index.less +47 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.js +6 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.js +6 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.less +117 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +2 -0
- package/es/composite-comp/bol/components/ImageGallery/pc/index.js +2 -0
- package/es/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.js +2 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.js +2 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.less +150 -0
- package/es/composite-comp/bol/components/Newsletter/index.js +2 -0
- package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/es/composite-comp/bol/components/Tag/index.js +2 -0
- package/es/composite-comp/bol/components/Tag/index.less +35 -0
- package/es/composite-comp/bol/components/Text/index.less +58 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/index.js +2 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +2 -0
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +2 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +2 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +2 -0
- package/es/composite-comp/bol/components/Video/mobile/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +41 -0
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +70 -0
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +42 -0
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +55 -0
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +53 -0
- package/es/composite-comp/bol/components/Video/pc/index.js +2 -0
- package/es/composite-comp/bol/components/Video/pc/index.less +4 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +2 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +2 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +2 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.js +2 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +2 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +2 -0
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
- package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +2 -0
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
- package/es/composite-comp/common/components/AffiliateProductItem/index.js +2 -0
- package/es/composite-comp/common/components/AffiliateProductItem/index.less +159 -0
- package/es/composite-comp/common/components/ImageLabel/index.js +2 -0
- package/es/composite-comp/common/components/ImageLabel/index.less +67 -0
- package/es/composite-comp/common/components/MonpayProductItem/index.js +3 -1
- package/es/composite-comp/common/components/MonpayProductItem/index.less +294 -0
- package/es/composite-comp/common/components/ProductItem/index.js +2 -0
- package/es/composite-comp/common/components/ProductItem/index.less +212 -0
- package/es/composite-comp/common/components/WatermarkLabel/index.js +2 -0
- package/es/composite-comp/common/components/WatermarkLabel/index.less +17 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +2 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.js +2 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/es/composite-comp/dito/components/Bargain/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/Bargain/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/CountDown/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/FlashSale/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/GroupBuy/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/components/ProductItem/index.js +2 -0
- package/es/composite-comp/dito/components/Campaign/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/CommonFunctions/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.js +2 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.less +124 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/index.js +2 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/index.less +111 -0
- package/es/composite-comp/dito/components/GroupBuy/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/GroupedCarousel/pc/index.js +2 -0
- package/es/composite-comp/dito/components/GroupedCarousel/pc/index.less +65 -0
- package/es/composite-comp/dito/components/HeadNavigation/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.js +2 -0
- package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.less +27 -0
- package/es/composite-comp/dito/components/MenuNavigation/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/MobileNavigation/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/News/pc/index.js +2 -0
- package/es/composite-comp/dito/components/News/pc/index.less +46 -0
- package/es/composite-comp/dito/components/PcNavigation/pc/index.js +2 -0
- package/es/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
- package/es/composite-comp/dito/components/PersonalInformation/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/PersonalInformationSecond/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/Recommend/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/Recommend/pc/index.js +2 -0
- package/es/composite-comp/dito/components/Recommend/pc/index.less +124 -0
- package/es/composite-comp/dito/components/SearchBanner/mobile/index.js +6 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/SearchBar/pc/index.js +2 -0
- package/es/composite-comp/dito/components/SearchBar/pc/index.less +65 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.js +2 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.less +69 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/Header/index.js +6 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/Header/index.less +184 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.js +2 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.less +25 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/index.js +6 -0
- package/es/composite-comp/dito/components/SearchDITO/pc/index.less +57 -0
- package/es/composite-comp/dito/components/SignBoard/mobile/index.js +2 -0
- package/es/composite-comp/dito/components/SignBoard/pc/index.js +2 -0
- package/es/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.js +2 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.less +5 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.js +2 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.less +23 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.js +2 -0
- package/es/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.less +60 -0
- package/es/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.less +20 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
- package/es/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.less +40 -0
- package/es/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.js +2 -0
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.less +72 -0
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.js +2 -0
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.less +23 -0
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.js +2 -0
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.less +72 -0
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.less +6 -0
- package/es/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.js +2 -0
- package/es/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.less +9 -0
- package/es/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.js +2 -0
- package/es/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.less +9 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.less +7 -0
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.less +9 -0
- package/es/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.less +7 -0
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.less +7 -0
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.less +9 -0
- package/es/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.js +2 -0
- package/es/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.js +1 -1
- package/es/composite-comp/dito/second-config-panels/NewsSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/NewsSecondConfig/index.less +8 -0
- package/es/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.less +9 -0
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.less +9 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
- package/es/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.less +79 -0
- package/es/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.js +2 -0
- package/es/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.less +71 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/BundleItem/index.js +2 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/index.js +2 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.js +3 -1
- package/es/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.less +164 -0
- package/es/composite-comp/monpay/components/InterestProducts/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/StoreItem/index.js +2 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.less +21 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/index.js +2 -0
- package/es/composite-comp/monpay/components/MonpaySignBoard/mobile/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/es/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.js +2 -0
- package/es/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.less +15 -0
- package/es/composite-comp/nuri/components/AffiliateRecommend/mobile/index.js +2 -0
- package/es/composite-comp/nuri/components/AffiliateRecommend/pc/index.js +2 -0
- package/es/composite-comp/nuri/components/AffiliateRecommend/pc/index.less +124 -0
- package/es/composite-comp/nuri/components/WalletNuri/mobile/index.js +2 -0
- package/es/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/es/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.js +2 -0
- package/es/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
- package/es/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.js +2 -0
- package/es/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
- package/es/composite-comp/public/components/Location/mobile/index.js +2 -0
- package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.js +2 -0
- package/es/composite-comp/public/components/Stores/mobile/index.js +2 -0
- package/es/composite-comp/public/components/Wallet/mobile/index.js +2 -0
- package/es/composite-comp/public/config-panels/LocationConfig/index.js +2 -0
- package/es/composite-comp/public/config-panels/LocationConfig/index.less +17 -0
- package/es/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +2 -0
- package/es/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.less +14 -0
- package/es/composite-comp/public/config-panels/WalletConfig/GroupList/index.js +2 -0
- package/es/composite-comp/public/config-panels/WalletConfig/GroupList/index.less +72 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
- package/es/core/Designer/AiImageGenerator/History/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/History/index.less +75 -0
- package/es/core/Designer/AiImageGenerator/NumberSlider/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
- package/es/core/Designer/AiImageGenerator/UploadReference/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
- package/es/core/Designer/AiImageGenerator/index.js +2 -0
- package/es/core/Designer/AiImageGenerator/index.less +136 -0
- package/es/core/Designer/AppointmentModal/index.js +2 -0
- package/es/core/Designer/AppointmentModal/index.less +23 -0
- package/es/core/Designer/ChatRobot/components/SearchCondition/index.js +2 -0
- package/es/core/Designer/ChatRobot/components/SearchCondition/index.less +33 -0
- package/es/core/Designer/ChatRobot/index.js +4 -0
- package/es/core/Designer/ChatRobot/index.less +179 -0
- package/es/core/Designer/ChatRobot/markdown.less +1 -0
- package/es/core/Designer/CompListPanel/CompCard/index.js +2 -0
- package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/es/core/Designer/CompListPanel/index.js +2 -0
- package/es/core/Designer/CompListPanel/index.less +69 -0
- package/es/core/Designer/ConfigPanel/TerminalSelect/index.js +2 -0
- package/es/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
- package/es/core/Designer/ConfigPanel/index.js +2 -0
- package/es/core/Designer/ConfigPanel/index.less +148 -0
- package/es/core/Designer/LeftTitle/index.js +2 -0
- package/es/core/Designer/LeftTitle/index.less +9 -0
- package/es/core/Designer/PageCompList/index.js +2 -0
- package/es/core/Designer/PageCompList/index.less +139 -0
- package/es/core/Designer/QuickMenuBar/index.js +2 -0
- package/es/core/Designer/QuickMenuBar/index.less +125 -0
- package/es/core/Designer/RenderHtml/index.js +2 -0
- package/es/core/Designer/RenderHtml/index.less +5 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +10 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +27 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +27 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +10 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/index.js +2 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/index.less +26 -0
- package/es/core/Designer/ToolBarModal/index.js +2 -0
- package/es/core/Designer/ToolBarModal/index.less +33 -0
- package/es/core/Designer/ViewArea/index.js +2 -0
- package/es/core/Designer/ViewArea/index.less +89 -0
- package/es/core/Designer/index.js +2 -0
- package/es/core/Designer/index.less +6 -0
- package/es/decorator/compositeDecorator.js +64 -2
- package/es/index.js +6 -0
- package/es/meta-comp/components/Button/editable.js +2 -0
- package/es/meta-comp/components/Button/editable.less +6 -0
- package/es/meta-comp/components/Button/index.js +2 -0
- package/es/meta-comp/components/Button/index.less +28 -0
- package/es/meta-comp/components/Image/index.js +2 -0
- package/es/meta-comp/components/Image/index.less +32 -0
- package/es/meta-comp/components/Text/index.js +2 -0
- package/es/meta-comp/components/Text/index.less +112 -0
- package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +2 -0
- package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +81 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.js +2 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +2 -0
- package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
- package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +2 -0
- package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +2 -0
- package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/es/meta-comp/config-panels/PlayIconConfig/index.js +2 -0
- package/es/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
- package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.js +4 -0
- package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
- package/es/meta-comp/config-panels/TextConfig/TextLabel/index.js +2 -0
- package/es/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
- package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +2 -0
- package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +2 -0
- package/es/meta-comp/config-panels/TextConfig/index.less +56 -0
- package/lib/assets/less/button.less +37 -0
- package/lib/assets/less/common.less +131 -0
- package/lib/assets/less/cylon-antd.less +32456 -0
- package/lib/assets/less/datepicker.less +13 -0
- package/lib/assets/less/font.less +151 -0
- package/lib/assets/less/form.less +10 -0
- package/lib/assets/less/global.less +13 -0
- package/lib/assets/less/index.less +13 -0
- package/lib/assets/less/input.less +26 -0
- package/lib/assets/less/menu.less +24 -0
- package/lib/assets/less/modal.less +25 -0
- package/lib/assets/less/select.less +32 -0
- package/lib/assets/less/slider.less +69 -0
- package/lib/assets/less/switch.less +20 -0
- package/lib/assets/less/table.less +52 -0
- package/lib/assets/less/variables.less +4 -0
- package/lib/common/AffiliateProductModal/index.js +2 -0
- package/lib/common/AffiliateProductModal/index.less +146 -0
- package/lib/common/AlignSelector/index.js +2 -0
- package/lib/common/AlignSelector/index.less +28 -0
- package/lib/common/Button/index.js +2 -0
- package/lib/common/Button/index.less +72 -0
- package/lib/common/ButtonIconLayout/index.js +2 -0
- package/lib/common/ButtonIconLayout/index.less +55 -0
- package/lib/common/CardCarousel/index.js +2 -0
- package/lib/common/CardCarousel/index.less +28 -0
- package/lib/common/Carousel/index.js +2 -0
- package/lib/common/Collapse/index.js +2 -0
- package/lib/common/Collapse/index.less +100 -0
- package/lib/common/ColorPicker/index.js +2 -0
- package/lib/common/ColorPicker/index.less +26 -0
- package/lib/common/ColorPickerInput/index.js +2 -0
- package/lib/common/ColorPickerInput/index.less +52 -0
- package/lib/common/CountDown/index.js +2 -0
- package/lib/common/CountDown/index.less +56 -0
- package/lib/common/CropperModal/index.js +4 -0
- package/lib/common/CropperModal/index.less +29 -0
- package/lib/common/Field/index.js +2 -0
- package/lib/common/Field/index.less +46 -0
- package/lib/common/FontStyles/index.js +2 -0
- package/lib/common/FontStyles/index.less +62 -0
- package/lib/common/GroupList/index.js +2 -0
- package/lib/common/GroupList/index.less +88 -0
- package/lib/common/IconPicker/index.js +2 -0
- package/lib/common/IconPicker/index.less +46 -0
- package/lib/common/Iconfont/index.js +2 -0
- package/lib/common/Iconfont/index.less +20 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.js +2 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/lib/common/ImageModal/index.js +2 -0
- package/lib/common/ImageModal/index.less +34 -0
- package/lib/common/ImagePicker/index.js +2 -0
- package/lib/common/ImagePicker/index.less +206 -0
- package/lib/common/InputNumber/index.js +2 -0
- package/lib/common/InputNumber/index.less +38 -0
- package/lib/common/LayoutSelector/index.js +2 -0
- package/lib/common/LayoutSelector/index.less +37 -0
- package/lib/common/LinkModal/BundleCampaign/index.js +2 -0
- package/lib/common/LinkModal/BundleCampaign/index.less +22 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +2 -0
- package/lib/common/LinkModal/FilteredProductModal/index.less +129 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +2 -0
- package/lib/common/LinkModal/ProductDetailPage/index.less +15 -0
- package/lib/common/LinkModal/ProductList/index.js +2 -0
- package/lib/common/LinkModal/ProductList/index.less +130 -0
- package/lib/common/LinkModal/SelectVideoModal/index.js +2 -0
- package/lib/common/LinkModal/SelectVideoModal/index.less +113 -0
- package/lib/common/LinkModal/ShareUrl/index.js +2 -0
- package/lib/common/LinkModal/ShareUrl/index.less +3 -0
- package/lib/common/LinkModal/index.js +2 -0
- package/lib/common/LinkModal/index.less +137 -0
- package/lib/common/MessageModal/index.js +2 -0
- package/lib/common/MessageModal/index.less +86 -0
- package/lib/common/MonpayCountDown/index.js +2 -0
- package/lib/common/MyModal/index.js +2 -0
- package/lib/common/MyModal/index.less +82 -0
- package/lib/common/NewImg/index.js +1 -1
- package/lib/common/PopUpModal/index.js +2 -0
- package/lib/common/PopUpModal/index.less +93 -0
- package/lib/common/ProductCardModal/index.js +2 -0
- package/lib/common/ProductCardModal/index.less +131 -0
- package/lib/common/ProductFilterModal/components/FilterSearchModal/index.js +2 -0
- package/lib/common/ProductFilterModal/components/FilterSearchModal/index.less +144 -0
- package/lib/common/ProductFilterModal/index.js +2 -0
- package/lib/common/ProductFilterModal/index.less +113 -0
- package/lib/common/ProductModal/SortableImageList/index.js +2 -0
- package/lib/common/ProductModal/SortableImageList/index.less +3 -0
- package/lib/common/ProductModal/index.js +2 -0
- package/lib/common/ProductModal/index.less +152 -0
- package/lib/common/ProductSource/index.js +2 -0
- package/lib/common/ProductSource/index.less +14 -0
- package/lib/common/RatingText/index.js +2 -0
- package/lib/common/RatingText/index.less +12 -0
- package/lib/common/RcCollapse/Collapse.js +2 -0
- package/lib/common/RcCollapse/index.less +108 -0
- package/lib/common/RcCollapse/motion.less +12 -0
- package/lib/common/SelectStoreModal/SortableImageList/index.js +2 -0
- package/lib/common/SelectStoreModal/SortableImageList/index.less +3 -0
- package/lib/common/SelectStoreModal/index.js +2 -0
- package/lib/common/SelectStoreModal/index.less +152 -0
- package/lib/common/Slider/index.js +2 -0
- package/lib/common/Slider/index.less +45 -0
- package/lib/common/StoreSource/index.js +2 -0
- package/lib/common/StoreSource/index.less +14 -0
- package/lib/common/SwiperBan/index.js +2 -0
- package/lib/common/SwiperBan/index.less +25 -0
- package/lib/common/SwitchCollapse/index.js +2 -0
- package/lib/common/SwitchCollapse/index.less +40 -0
- package/lib/common/SystemNotification/Confirm/index.js +2 -0
- package/lib/common/SystemNotification/Confirm/index.less +33 -0
- package/lib/common/Tag/index.js +2 -0
- package/lib/common/Tag/index.less +16 -0
- package/lib/common/Toast/index.js +2 -0
- package/lib/common/Toast/index.less +29 -0
- package/lib/common/UrlPicker/AnchorModal/index.js +2 -0
- package/lib/common/UrlPicker/AnchorModal/index.less +21 -0
- package/lib/common/UrlPicker/index.js +2 -0
- package/lib/common/UrlPicker/index.less +86 -0
- package/lib/common/Video/QualityComponent/index.js +2 -0
- package/lib/common/Video/QualityComponent/index.less +78 -0
- package/lib/common/Video/RateComponent/index.js +2 -0
- package/lib/common/Video/RateComponent/index.less +62 -0
- package/lib/common/Video/index.js +2 -0
- package/lib/common/Video/index.less +70 -0
- package/lib/common/VideoPC/components/index.js +2 -0
- package/lib/common/VideoPC/components/index.less +62 -0
- package/lib/common/VideoPC/index.js +2 -0
- package/lib/common/VideoPC/index.less +79 -0
- package/lib/common/VideoUpload/index.js +2 -0
- package/lib/common/VideoUpload/index.less +114 -0
- package/lib/composite-comp/ashita/components/WalletAshita/mobile/index.js +2 -0
- package/lib/composite-comp/ashita/components/WalletAshita/pc/index.less +1 -0
- package/lib/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.js +2 -0
- package/lib/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.less +9 -0
- package/lib/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.js +2 -0
- package/lib/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.less +9 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.js +2 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.js +2 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.less +91 -0
- package/lib/composite-comp/bol/components/Button/index.js +2 -0
- package/lib/composite-comp/bol/components/Button/index.less +47 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.js +6 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.js +6 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.less +117 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +2 -0
- package/lib/composite-comp/bol/components/ImageGallery/pc/index.js +2 -0
- package/lib/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.js +2 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.js +2 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.less +150 -0
- package/lib/composite-comp/bol/components/Newsletter/index.js +2 -0
- package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/lib/composite-comp/bol/components/Tag/index.js +2 -0
- package/lib/composite-comp/bol/components/Tag/index.less +35 -0
- package/lib/composite-comp/bol/components/Text/index.less +58 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/mobile/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +41 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +70 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +42 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +55 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +53 -0
- package/lib/composite-comp/bol/components/Video/pc/index.js +2 -0
- package/lib/composite-comp/bol/components/Video/pc/index.less +4 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +2 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +2 -0
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
- package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +2 -0
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
- package/lib/composite-comp/common/components/AffiliateProductItem/index.js +2 -0
- package/lib/composite-comp/common/components/AffiliateProductItem/index.less +159 -0
- package/lib/composite-comp/common/components/ImageLabel/index.js +2 -0
- package/lib/composite-comp/common/components/ImageLabel/index.less +67 -0
- package/lib/composite-comp/common/components/MonpayProductItem/index.js +3 -1
- package/lib/composite-comp/common/components/MonpayProductItem/index.less +294 -0
- package/lib/composite-comp/common/components/ProductItem/index.js +2 -0
- package/lib/composite-comp/common/components/ProductItem/index.less +212 -0
- package/lib/composite-comp/common/components/WatermarkLabel/index.js +2 -0
- package/lib/composite-comp/common/components/WatermarkLabel/index.less +17 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +2 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +2 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/lib/composite-comp/dito/components/Bargain/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/Bargain/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/CountDown/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/FlashSale/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/GroupBuy/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/components/ProductItem/index.js +2 -0
- package/lib/composite-comp/dito/components/Campaign/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/CommonFunctions/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.js +2 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.less +124 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.less +111 -0
- package/lib/composite-comp/dito/components/GroupBuy/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/GroupedCarousel/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/GroupedCarousel/pc/index.less +65 -0
- package/lib/composite-comp/dito/components/HeadNavigation/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.js +2 -0
- package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.less +27 -0
- package/lib/composite-comp/dito/components/MenuNavigation/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/News/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/News/pc/index.less +46 -0
- package/lib/composite-comp/dito/components/PcNavigation/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
- package/lib/composite-comp/dito/components/PersonalInformation/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/PersonalInformationSecond/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/Recommend/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/Recommend/pc/index.less +124 -0
- package/lib/composite-comp/dito/components/SearchBanner/mobile/index.js +6 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/SearchBar/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/SearchBar/pc/index.less +65 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.js +2 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.less +69 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/Header/index.js +6 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/Header/index.less +184 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.js +2 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.less +25 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/index.js +6 -0
- package/lib/composite-comp/dito/components/SearchDITO/pc/index.less +57 -0
- package/lib/composite-comp/dito/components/SignBoard/mobile/index.js +2 -0
- package/lib/composite-comp/dito/components/SignBoard/pc/index.js +2 -0
- package/lib/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.js +2 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.less +5 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.js +2 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.less +23 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.js +2 -0
- package/lib/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.less +60 -0
- package/lib/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.less +20 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
- package/lib/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.less +40 -0
- package/lib/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.less +72 -0
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.less +23 -0
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.less +72 -0
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.less +6 -0
- package/lib/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.less +9 -0
- package/lib/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.less +9 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.less +7 -0
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.less +9 -0
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.less +7 -0
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.less +7 -0
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.less +9 -0
- package/lib/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.js +2 -0
- package/lib/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.js +1 -1
- package/lib/composite-comp/dito/second-config-panels/NewsSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/NewsSecondConfig/index.less +8 -0
- package/lib/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.less +9 -0
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.less +9 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
- package/lib/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.less +79 -0
- package/lib/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.js +2 -0
- package/lib/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.less +71 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/BundleItem/index.js +2 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/index.js +2 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.js +3 -1
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.less +164 -0
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/StoreItem/index.js +2 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.less +21 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/components/MonpaySignBoard/mobile/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/lib/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.js +2 -0
- package/lib/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.less +15 -0
- package/lib/composite-comp/nuri/components/AffiliateRecommend/mobile/index.js +2 -0
- package/lib/composite-comp/nuri/components/AffiliateRecommend/pc/index.js +2 -0
- package/lib/composite-comp/nuri/components/AffiliateRecommend/pc/index.less +124 -0
- package/lib/composite-comp/nuri/components/WalletNuri/mobile/index.js +2 -0
- package/lib/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +2 -0
- package/lib/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.js +2 -0
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
- package/lib/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.js +2 -0
- package/lib/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
- package/lib/composite-comp/public/components/Location/mobile/index.js +2 -0
- package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.js +2 -0
- package/lib/composite-comp/public/components/Stores/mobile/index.js +2 -0
- package/lib/composite-comp/public/components/Wallet/mobile/index.js +2 -0
- package/lib/composite-comp/public/config-panels/LocationConfig/index.js +2 -0
- package/lib/composite-comp/public/config-panels/LocationConfig/index.less +17 -0
- package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +2 -0
- package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.less +14 -0
- package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.js +2 -0
- package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.less +72 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
- package/lib/core/Designer/AiImageGenerator/History/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/History/index.less +75 -0
- package/lib/core/Designer/AiImageGenerator/NumberSlider/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
- package/lib/core/Designer/AiImageGenerator/index.js +2 -0
- package/lib/core/Designer/AiImageGenerator/index.less +136 -0
- package/lib/core/Designer/AppointmentModal/index.js +2 -0
- package/lib/core/Designer/AppointmentModal/index.less +23 -0
- package/lib/core/Designer/ChatRobot/components/SearchCondition/index.js +2 -0
- package/lib/core/Designer/ChatRobot/components/SearchCondition/index.less +33 -0
- package/lib/core/Designer/ChatRobot/index.js +4 -0
- package/lib/core/Designer/ChatRobot/index.less +179 -0
- package/lib/core/Designer/ChatRobot/markdown.less +1 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.js +2 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/lib/core/Designer/CompListPanel/index.js +2 -0
- package/lib/core/Designer/CompListPanel/index.less +69 -0
- package/lib/core/Designer/ConfigPanel/TerminalSelect/index.js +2 -0
- package/lib/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
- package/lib/core/Designer/ConfigPanel/index.js +2 -0
- package/lib/core/Designer/ConfigPanel/index.less +148 -0
- package/lib/core/Designer/LeftTitle/index.js +2 -0
- package/lib/core/Designer/LeftTitle/index.less +9 -0
- package/lib/core/Designer/PageCompList/index.js +2 -0
- package/lib/core/Designer/PageCompList/index.less +139 -0
- package/lib/core/Designer/QuickMenuBar/index.js +2 -0
- package/lib/core/Designer/QuickMenuBar/index.less +125 -0
- package/lib/core/Designer/RenderHtml/index.js +2 -0
- package/lib/core/Designer/RenderHtml/index.less +5 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +10 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +27 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +27 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +10 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/index.less +26 -0
- package/lib/core/Designer/ToolBarModal/index.js +2 -0
- package/lib/core/Designer/ToolBarModal/index.less +33 -0
- package/lib/core/Designer/ViewArea/index.js +2 -0
- package/lib/core/Designer/ViewArea/index.less +89 -0
- package/lib/core/Designer/index.js +2 -0
- package/lib/core/Designer/index.less +6 -0
- package/lib/decorator/compositeDecorator.js +64 -2
- package/lib/index.js +6 -0
- package/lib/meta-comp/components/Button/editable.js +2 -0
- package/lib/meta-comp/components/Button/editable.less +6 -0
- package/lib/meta-comp/components/Button/index.js +2 -0
- package/lib/meta-comp/components/Button/index.less +28 -0
- package/lib/meta-comp/components/Image/index.js +2 -0
- package/lib/meta-comp/components/Image/index.less +32 -0
- package/lib/meta-comp/components/Text/index.js +2 -0
- package/lib/meta-comp/components/Text/index.less +112 -0
- package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +2 -0
- package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +81 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +2 -0
- package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
- package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
- package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.js +4 -0
- package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
- package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.js +2 -0
- package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
- package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +2 -0
- package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +2 -0
- package/lib/meta-comp/config-panels/TextConfig/index.less +56 -0
- package/package.json +1 -1
- package/es/assets/less/button.css +0 -36
- package/es/assets/less/common.css +0 -95
- package/es/assets/less/cylon-antd.css +0 -26829
- package/es/assets/less/datepicker.css +0 -9
- package/es/assets/less/font.css +0 -126
- package/es/assets/less/form.css +0 -6
- package/es/assets/less/global.css +0 -9
- package/es/assets/less/index.css +0 -477
- package/es/assets/less/input.css +0 -23
- package/es/assets/less/menu.css +0 -20
- package/es/assets/less/modal.css +0 -21
- package/es/assets/less/select.css +0 -28
- package/es/assets/less/slider.css +0 -61
- package/es/assets/less/switch.css +0 -17
- package/es/assets/less/table.css +0 -26
- package/es/common/AffiliateProductModal/index.css +0 -119
- package/es/common/AlignSelector/index.css +0 -25
- package/es/common/Button/index.css +0 -63
- package/es/common/ButtonIconLayout/index.css +0 -43
- package/es/common/CardCarousel/index.css +0 -21
- package/es/common/Collapse/index.css +0 -72
- package/es/common/ColorPicker/index.css +0 -19
- package/es/common/ColorPickerInput/index.css +0 -42
- package/es/common/CountDown/index.css +0 -50
- package/es/common/CropperModal/index.css +0 -24
- package/es/common/Field/index.css +0 -38
- package/es/common/FontStyles/index.css +0 -55
- package/es/common/GroupList/index.css +0 -73
- package/es/common/IconPicker/index.css +0 -36
- package/es/common/Iconfont/index.css +0 -18
- package/es/common/ImageModal/CommonSelPicCard/index.css +0 -33
- package/es/common/ImageModal/index.css +0 -22
- package/es/common/ImagePicker/index.css +0 -179
- package/es/common/InputNumber/index.css +0 -34
- package/es/common/LayoutSelector/index.css +0 -26
- package/es/common/LinkModal/BundleCampaign/index.css +0 -17
- package/es/common/LinkModal/FilteredProductModal/index.css +0 -104
- package/es/common/LinkModal/ProductDetailPage/index.css +0 -13
- package/es/common/LinkModal/ProductList/index.css +0 -107
- package/es/common/LinkModal/SelectVideoModal/index.css +0 -96
- package/es/common/LinkModal/ShareUrl/index.css +0 -3
- package/es/common/LinkModal/index.css +0 -118
- package/es/common/MessageModal/index.css +0 -73
- package/es/common/MyModal/index.css +0 -69
- package/es/common/PopUpModal/index.css +0 -81
- package/es/common/ProductCardModal/index.css +0 -119
- package/es/common/ProductFilterModal/components/FilterSearchModal/index.css +0 -123
- package/es/common/ProductFilterModal/index.css +0 -99
- package/es/common/ProductModal/SortableImageList/index.css +0 -3
- package/es/common/ProductModal/index.css +0 -123
- package/es/common/ProductSource/index.css +0 -13
- package/es/common/RatingText/index.css +0 -11
- package/es/common/RcCollapse/index.css +0 -64
- package/es/common/RcCollapse/motion.css +0 -7
- package/es/common/SelectStoreModal/SortableImageList/index.css +0 -3
- package/es/common/SelectStoreModal/index.css +0 -123
- package/es/common/Slider/index.css +0 -31
- package/es/common/StoreSource/index.css +0 -13
- package/es/common/SwiperBan/index.css +0 -23
- package/es/common/SwitchCollapse/index.css +0 -25
- package/es/common/SystemNotification/Confirm/index.css +0 -32
- package/es/common/Tag/index.css +0 -15
- package/es/common/Toast/index.css +0 -28
- package/es/common/UrlPicker/AnchorModal/index.css +0 -14
- package/es/common/UrlPicker/index.css +0 -78
- package/es/common/Video/QualityComponent/index.css +0 -63
- package/es/common/Video/RateComponent/index.css +0 -51
- package/es/common/Video/index.css +0 -61
- package/es/common/VideoPC/components/index.css +0 -51
- package/es/common/VideoPC/index.css +0 -71
- package/es/common/VideoUpload/index.css +0 -97
- package/es/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.css +0 -3
- package/es/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.css +0 -6
- package/es/composite-comp/bol/components/Banner/pc/index.css +0 -71
- package/es/composite-comp/bol/components/Button/index.css +0 -36
- package/es/composite-comp/bol/components/Carousel/pc/index.css +0 -96
- package/es/composite-comp/bol/components/ImageGallery/pc/index.css +0 -16
- package/es/composite-comp/bol/components/ImageText/pc/index.css +0 -128
- package/es/composite-comp/bol/components/Newsletter/index.css +0 -55
- package/es/composite-comp/bol/components/Tag/index.css +0 -27
- package/es/composite-comp/bol/components/Text/index.css +0 -40
- package/es/composite-comp/bol/components/Video/components/ShareBtn/index.css +0 -46
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.css +0 -70
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.css +0 -33
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.css +0 -57
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.css +0 -34
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.css +0 -45
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.css +0 -43
- package/es/composite-comp/bol/components/Video/pc/index.css +0 -3
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.css +0 -3
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.css +0 -3
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.css +0 -3
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.css +0 -14
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.css +0 -6
- package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.css +0 -3
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.css +0 -66
- package/es/composite-comp/common/components/AffiliateProductItem/index.css +0 -132
- package/es/composite-comp/common/components/ImageLabel/index.css +0 -56
- package/es/composite-comp/common/components/MonpayProductItem/index.css +0 -244
- package/es/composite-comp/common/components/ProductItem/index.css +0 -175
- package/es/composite-comp/common/components/WatermarkLabel/index.css +0 -17
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.css +0 -21
- package/es/composite-comp/common/config-panels/SpacingConfig/index.css +0 -13
- package/es/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.css +0 -107
- package/es/composite-comp/dito/components/FlashDeal/pc/index.css +0 -90
- package/es/composite-comp/dito/components/GroupedCarousel/pc/index.css +0 -56
- package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.css +0 -18
- package/es/composite-comp/dito/components/News/pc/index.css +0 -38
- package/es/composite-comp/dito/components/PcNavigation/pc/index.css +0 -82
- package/es/composite-comp/dito/components/Recommend/pc/index.css +0 -101
- package/es/composite-comp/dito/components/SearchBar/pc/index.css +0 -56
- package/es/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.css +0 -55
- package/es/composite-comp/dito/components/SearchDITO/pc/components/Header/index.css +0 -161
- package/es/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.css +0 -19
- package/es/composite-comp/dito/components/SearchDITO/pc/index.css +0 -46
- package/es/composite-comp/dito/components/SignBoard/pc/index.css +0 -148
- package/es/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.css +0 -3
- package/es/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.css +0 -16
- package/es/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.css +0 -53
- package/es/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.css +0 -16
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.css +0 -16
- package/es/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.css +0 -31
- package/es/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.css +0 -14
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.css +0 -60
- package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.css +0 -19
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.css +0 -60
- package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.css +0 -4
- package/es/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.css +0 -14
- package/es/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.css +0 -3
- package/es/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.css +0 -3
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.css +0 -7
- package/es/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.css +0 -3
- package/es/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.css +0 -7
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.css +0 -5
- package/es/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.css +0 -3
- package/es/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.css +0 -14
- package/es/composite-comp/dito/second-config-panels/NewsSecondConfig/index.css +0 -6
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.css +0 -6
- package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.css +0 -6
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.css +0 -11
- package/es/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.css +0 -66
- package/es/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.css +0 -61
- package/es/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.css +0 -167
- package/es/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.css +0 -19
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.css +0 -32
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.css +0 -5
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.css +0 -32
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.css +0 -5
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.css +0 -32
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.css +0 -5
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.css +0 -32
- package/es/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.css +0 -5
- package/es/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/es/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.css +0 -11
- package/es/composite-comp/nuri/components/AffiliateRecommend/pc/index.css +0 -101
- package/es/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/es/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.css +0 -60
- package/es/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.css +0 -11
- package/es/composite-comp/public/config-panels/LocationConfig/index.css +0 -12
- package/es/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.css +0 -11
- package/es/composite-comp/public/config-panels/WalletConfig/GroupList/index.css +0 -60
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.css +0 -41
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.css +0 -3
- package/es/core/Designer/AiImageGenerator/History/index.css +0 -73
- package/es/core/Designer/AiImageGenerator/NumberSlider/index.css +0 -8
- package/es/core/Designer/AiImageGenerator/UploadReference/index.css +0 -45
- package/es/core/Designer/AiImageGenerator/index.css +0 -128
- package/es/core/Designer/AppointmentModal/index.css +0 -16
- package/es/core/Designer/ChatRobot/components/SearchCondition/index.css +0 -31
- package/es/core/Designer/ChatRobot/index.css +0 -167
- package/es/core/Designer/ChatRobot/markdown.css +0 -840
- package/es/core/Designer/CompListPanel/CompCard/index.css +0 -65
- package/es/core/Designer/CompListPanel/index.css +0 -63
- package/es/core/Designer/ConfigPanel/TerminalSelect/index.css +0 -29
- package/es/core/Designer/ConfigPanel/index.css +0 -123
- package/es/core/Designer/LeftTitle/index.css +0 -9
- package/es/core/Designer/PageCompList/index.css +0 -108
- package/es/core/Designer/QuickMenuBar/index.css +0 -109
- package/es/core/Designer/RenderHtml/index.css +0 -5
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.css +0 -47
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.css +0 -22
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.css +0 -52
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.css +0 -9
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.css +0 -25
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.css +0 -23
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.css +0 -36
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.css +0 -22
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.css +0 -52
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.css +0 -9
- package/es/core/Designer/ToolBarModal/ToolBtn/index.css +0 -22
- package/es/core/Designer/ToolBarModal/index.css +0 -30
- package/es/core/Designer/ViewArea/index.css +0 -80
- package/es/core/Designer/index.css +0 -6
- package/es/index.css +0 -286
- package/es/meta-comp/components/Button/editable.css +0 -6
- package/es/meta-comp/components/Button/index.css +0 -23
- package/es/meta-comp/components/Image/index.css +0 -21
- package/es/meta-comp/components/Text/index.css +0 -88
- package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.css +0 -65
- package/es/meta-comp/config-panels/ButtonConfig/index.css +0 -4
- package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.css +0 -23
- package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.css +0 -15
- package/es/meta-comp/config-panels/ImageConfig/index.css +0 -4
- package/es/meta-comp/config-panels/PlayIconConfig/index.css +0 -39
- package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.css +0 -22
- package/es/meta-comp/config-panels/TextConfig/TextLabel/index.css +0 -22
- package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.css +0 -18
- package/es/meta-comp/config-panels/TextConfig/index.css +0 -50
- package/lib/assets/less/button.css +0 -36
- package/lib/assets/less/common.css +0 -95
- package/lib/assets/less/cylon-antd.css +0 -26829
- package/lib/assets/less/datepicker.css +0 -9
- package/lib/assets/less/font.css +0 -126
- package/lib/assets/less/form.css +0 -6
- package/lib/assets/less/global.css +0 -9
- package/lib/assets/less/index.css +0 -477
- package/lib/assets/less/input.css +0 -23
- package/lib/assets/less/menu.css +0 -20
- package/lib/assets/less/modal.css +0 -21
- package/lib/assets/less/select.css +0 -28
- package/lib/assets/less/slider.css +0 -61
- package/lib/assets/less/switch.css +0 -17
- package/lib/assets/less/table.css +0 -26
- package/lib/common/AffiliateProductModal/index.css +0 -119
- package/lib/common/AlignSelector/index.css +0 -25
- package/lib/common/Button/index.css +0 -63
- package/lib/common/ButtonIconLayout/index.css +0 -43
- package/lib/common/CardCarousel/index.css +0 -21
- package/lib/common/Collapse/index.css +0 -72
- package/lib/common/ColorPicker/index.css +0 -19
- package/lib/common/ColorPickerInput/index.css +0 -42
- package/lib/common/CountDown/index.css +0 -50
- package/lib/common/CropperModal/index.css +0 -24
- package/lib/common/Field/index.css +0 -38
- package/lib/common/FontStyles/index.css +0 -55
- package/lib/common/GroupList/index.css +0 -73
- package/lib/common/IconPicker/index.css +0 -36
- package/lib/common/Iconfont/index.css +0 -18
- package/lib/common/ImageModal/CommonSelPicCard/index.css +0 -33
- package/lib/common/ImageModal/index.css +0 -22
- package/lib/common/ImagePicker/index.css +0 -179
- package/lib/common/InputNumber/index.css +0 -34
- package/lib/common/LayoutSelector/index.css +0 -26
- package/lib/common/LinkModal/BundleCampaign/index.css +0 -17
- package/lib/common/LinkModal/FilteredProductModal/index.css +0 -104
- package/lib/common/LinkModal/ProductDetailPage/index.css +0 -13
- package/lib/common/LinkModal/ProductList/index.css +0 -107
- package/lib/common/LinkModal/SelectVideoModal/index.css +0 -96
- package/lib/common/LinkModal/ShareUrl/index.css +0 -3
- package/lib/common/LinkModal/index.css +0 -118
- package/lib/common/MessageModal/index.css +0 -73
- package/lib/common/MyModal/index.css +0 -69
- package/lib/common/PopUpModal/index.css +0 -81
- package/lib/common/ProductCardModal/index.css +0 -119
- package/lib/common/ProductFilterModal/components/FilterSearchModal/index.css +0 -123
- package/lib/common/ProductFilterModal/index.css +0 -99
- package/lib/common/ProductModal/SortableImageList/index.css +0 -3
- package/lib/common/ProductModal/index.css +0 -123
- package/lib/common/ProductSource/index.css +0 -13
- package/lib/common/RatingText/index.css +0 -11
- package/lib/common/RcCollapse/index.css +0 -64
- package/lib/common/RcCollapse/motion.css +0 -7
- package/lib/common/SelectStoreModal/SortableImageList/index.css +0 -3
- package/lib/common/SelectStoreModal/index.css +0 -123
- package/lib/common/Slider/index.css +0 -31
- package/lib/common/StoreSource/index.css +0 -13
- package/lib/common/SwiperBan/index.css +0 -23
- package/lib/common/SwitchCollapse/index.css +0 -25
- package/lib/common/SystemNotification/Confirm/index.css +0 -32
- package/lib/common/Tag/index.css +0 -15
- package/lib/common/Toast/index.css +0 -28
- package/lib/common/UrlPicker/AnchorModal/index.css +0 -14
- package/lib/common/UrlPicker/index.css +0 -78
- package/lib/common/Video/QualityComponent/index.css +0 -63
- package/lib/common/Video/RateComponent/index.css +0 -51
- package/lib/common/Video/index.css +0 -61
- package/lib/common/VideoPC/components/index.css +0 -51
- package/lib/common/VideoPC/index.css +0 -71
- package/lib/common/VideoUpload/index.css +0 -97
- package/lib/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigSetting/index.css +0 -3
- package/lib/composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig/index.css +0 -6
- package/lib/composite-comp/bol/components/Banner/pc/index.css +0 -71
- package/lib/composite-comp/bol/components/Button/index.css +0 -36
- package/lib/composite-comp/bol/components/Carousel/pc/index.css +0 -96
- package/lib/composite-comp/bol/components/ImageGallery/pc/index.css +0 -16
- package/lib/composite-comp/bol/components/ImageText/pc/index.css +0 -128
- package/lib/composite-comp/bol/components/Newsletter/index.css +0 -55
- package/lib/composite-comp/bol/components/Tag/index.css +0 -27
- package/lib/composite-comp/bol/components/Text/index.css +0 -40
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.css +0 -46
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.css +0 -70
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.css +0 -33
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.css +0 -57
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.css +0 -34
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.css +0 -45
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.css +0 -43
- package/lib/composite-comp/bol/components/Video/pc/index.css +0 -3
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.css +0 -3
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.css +0 -3
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.css +0 -3
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.css +0 -14
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.css +0 -6
- package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.css +0 -3
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.css +0 -66
- package/lib/composite-comp/common/components/AffiliateProductItem/index.css +0 -132
- package/lib/composite-comp/common/components/ImageLabel/index.css +0 -56
- package/lib/composite-comp/common/components/MonpayProductItem/index.css +0 -244
- package/lib/composite-comp/common/components/ProductItem/index.css +0 -175
- package/lib/composite-comp/common/components/WatermarkLabel/index.css +0 -17
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.css +0 -21
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.css +0 -13
- package/lib/composite-comp/dito/components/FlashDeal/pc/ProductItem/index.css +0 -107
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.css +0 -90
- package/lib/composite-comp/dito/components/GroupedCarousel/pc/index.css +0 -56
- package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.css +0 -18
- package/lib/composite-comp/dito/components/News/pc/index.css +0 -38
- package/lib/composite-comp/dito/components/PcNavigation/pc/index.css +0 -82
- package/lib/composite-comp/dito/components/Recommend/pc/index.css +0 -101
- package/lib/composite-comp/dito/components/SearchBar/pc/index.css +0 -56
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/ConfirmModal/index.css +0 -55
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/Header/index.css +0 -161
- package/lib/composite-comp/dito/components/SearchDITO/pc/components/VideoItem/index.css +0 -19
- package/lib/composite-comp/dito/components/SearchDITO/pc/index.css +0 -46
- package/lib/composite-comp/dito/components/SignBoard/pc/index.css +0 -148
- package/lib/composite-comp/dito/components/SlideImage/pc/components/CardItem/index.css +0 -3
- package/lib/composite-comp/dito/components/SlideImage/pc/components/ParallaxScroll/index.css +0 -16
- package/lib/composite-comp/dito/components/SlideImage/pc/components/VideoItem/index.css +0 -53
- package/lib/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.css +0 -16
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.css +0 -16
- package/lib/composite-comp/dito/config-panels/GroupBuyConfig/GroupBuyConfigContent/index.css +0 -31
- package/lib/composite-comp/dito/config-panels/GroupedCarouselConfig/ConfigGroup/index.css +0 -14
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.css +0 -60
- package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.css +0 -19
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.css +0 -60
- package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.css +0 -4
- package/lib/composite-comp/dito/config-panels/NewsConfig/ConfigGroup/index.css +0 -14
- package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigDecoration/index.css +0 -3
- package/lib/composite-comp/dito/config-panels/PersonalInformationSecondConfig/ConfigDecoration/index.css +0 -3
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigContent/index.css +0 -7
- package/lib/composite-comp/dito/config-panels/SearchBannerConfig/ConfigSetting/index.css +0 -3
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.css +0 -7
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigContent/index.css +0 -5
- package/lib/composite-comp/dito/config-panels/SearchDITOConfig/ConfigSetting/index.css +0 -3
- package/lib/composite-comp/dito/config-panels/SlideImageConfig/ConfigGroup/index.css +0 -14
- package/lib/composite-comp/dito/second-config-panels/NewsSecondConfig/index.css +0 -6
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.css +0 -6
- package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondSecondConfig/index.css +0 -6
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.css +0 -11
- package/lib/composite-comp/dito/second-config-panels/SearchDITOSecondConfig/index.css +0 -66
- package/lib/composite-comp/dito/second-config-panels/SlideImageSecondConfig/index.css +0 -61
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.css +0 -167
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/MonpayCountDown/index.css +0 -19
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.css +0 -32
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.css +0 -5
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.css +0 -32
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.css +0 -5
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.css +0 -32
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.css +0 -5
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigContent/index.css +0 -32
- package/lib/composite-comp/monpay/config-panels/MonpayFlashDealConfig/FlashDealConfigTitle/index.css +0 -5
- package/lib/composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/lib/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/index.css +0 -11
- package/lib/composite-comp/nuri/components/AffiliateRecommend/pc/index.css +0 -101
- package/lib/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.css +0 -0
- package/lib/composite-comp/nuri/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.css +0 -14
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.css +0 -60
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.css +0 -0
- package/lib/composite-comp/nuri/second-config-panels/AffiliateRecommendSecondConfig/index.css +0 -11
- package/lib/composite-comp/public/config-panels/LocationConfig/index.css +0 -12
- package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.css +0 -11
- package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.css +0 -60
- package/lib/composite-comp/public/config-panels/WalletConfig/WalletConfigImageGroup/index.css +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.css +0 -41
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.css +0 -3
- package/lib/core/Designer/AiImageGenerator/History/index.css +0 -73
- package/lib/core/Designer/AiImageGenerator/NumberSlider/index.css +0 -8
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.css +0 -45
- package/lib/core/Designer/AiImageGenerator/index.css +0 -128
- package/lib/core/Designer/AppointmentModal/index.css +0 -16
- package/lib/core/Designer/ChatRobot/components/CopyBtn/index.css +0 -0
- package/lib/core/Designer/ChatRobot/components/SearchCondition/index.css +0 -31
- package/lib/core/Designer/ChatRobot/index.css +0 -167
- package/lib/core/Designer/ChatRobot/markdown.css +0 -840
- package/lib/core/Designer/CompListPanel/CompCard/index.css +0 -65
- package/lib/core/Designer/CompListPanel/index.css +0 -63
- package/lib/core/Designer/ConfigPanel/TerminalSelect/index.css +0 -29
- package/lib/core/Designer/ConfigPanel/index.css +0 -123
- package/lib/core/Designer/LeftTitle/index.css +0 -9
- package/lib/core/Designer/PageCompList/index.css +0 -108
- package/lib/core/Designer/QuickMenuBar/index.css +0 -109
- package/lib/core/Designer/RenderHtml/index.css +0 -5
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.css +0 -47
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.css +0 -22
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.css +0 -52
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.css +0 -9
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.css +0 -25
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.css +0 -23
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.css +0 -36
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.css +0 -22
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.css +0 -52
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.css +0 -9
- package/lib/core/Designer/ToolBarModal/ToolBtn/index.css +0 -22
- package/lib/core/Designer/ToolBarModal/index.css +0 -30
- package/lib/core/Designer/ViewArea/index.css +0 -80
- package/lib/core/Designer/index.css +0 -6
- package/lib/index.css +0 -286
- package/lib/meta-comp/components/Button/editable.css +0 -6
- package/lib/meta-comp/components/Button/index.css +0 -23
- package/lib/meta-comp/components/Image/index.css +0 -21
- package/lib/meta-comp/components/Text/index.css +0 -88
- package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.css +0 -65
- package/lib/meta-comp/config-panels/ButtonConfig/index.css +0 -4
- package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.css +0 -23
- package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.css +0 -15
- package/lib/meta-comp/config-panels/ImageConfig/index.css +0 -4
- package/lib/meta-comp/config-panels/PlayIconConfig/index.css +0 -39
- package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.css +0 -22
- package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.css +0 -22
- package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.css +0 -18
- package/lib/meta-comp/config-panels/TextConfig/index.css +0 -50
- /package/es/{assets/less/variables.css → common/Carousel/index.less} +0 -0
- /package/es/common/{Carousel/index.css → ImageLazy/index.less} +0 -0
- /package/es/common/{ImageLazy/index.css → MagicLink/index.less} +0 -0
- /package/es/common/{MagicLink/index.css → NewImg/index.less} +0 -0
- /package/es/composite-comp/ashita/components/WalletAshita/mobile/{index.css → index.less} +0 -0
- /package/es/{common/NewImg/index.css → composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigContent/index.less} +0 -0
- /package/es/composite-comp/ashita/{components/WalletAshita/pc/index.css → config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/bol/components/Banner/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Carousel/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/ImageGallery/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/ImageText/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Video/mobile/Layout1/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Video/mobile/Layout2/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Video/mobile/Layout3/{index.css → index.less} +0 -0
- /package/es/composite-comp/bol/components/Video/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig/WalletConfigContent/index.css → bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.css → bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/bol/config-panels/{CarouselConfig/CarouselConfigImageGroup/index.css → TextCompConfig/TextConfigContent/index.less} +0 -0
- /package/es/composite-comp/bol/{config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.css → second-config-panels/TextSecondConfig/TextContentConfigContent/index.less} +0 -0
- /package/es/composite-comp/dito/components/Bargain/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/Bargain/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/CountDown/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/FlashSale/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/GroupBuy/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/components/ProductItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Campaign/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/CommonFunctions/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/FlashDeal/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/GroupBuy/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/HeadNavigation/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/MenuNavigation/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/MobileNavigation/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/PersonalInformation/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/PersonalInformationSecond/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/Recommend/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/SearchBanner/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/SearchBar/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/dito/components/SignBoard/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{bol/config-panels/TextCompConfig/TextConfigContent/index.css → dito/config-panels/BargainConfig/FlashDealConfigTitle/index.less} +0 -0
- /package/es/composite-comp/{bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.css → dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{BargainConfig/FlashDealConfigTitle/index.css → GroupedCarouselConfig/ConfigTitle/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{FlashDealConfig/FlashDealConfigTitle/index.css → NewsConfig/ConfigTitle/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{GroupedCarouselConfig/ConfigTitle/index.css → RecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{NewsConfig/ConfigTitle/index.css → SearchBannerConfig/ConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/dito/config-panels/{RecommendConfig/RecommendConfigContent/index.css → SearchDITOConfig/ConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/monpay/components/Bundle/mobile/BundleItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/Bundle/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/InterestProducts/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MerchantSales/mobile/StoreItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MerchantSales/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MonpayFlashDeal/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MonpayRecommend/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/monpay/components/MonpaySignBoard/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{dito/config-panels/SearchBannerConfig/ConfigImageGroup/index.css → monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/es/composite-comp/{dito/config-panels/SearchDITOConfig/ConfigImageGroup/index.css → monpay/config-panels/MonpayRecommendConfig/RecommendConfigTitle/index.less} +0 -0
- /package/es/composite-comp/nuri/components/AffiliateRecommend/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/nuri/components/WalletNuri/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.css → nuri/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/es/composite-comp/{monpay/config-panels/MonpayRecommendConfig/RecommendConfigTitle/index.css → nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less} +0 -0
- /package/es/composite-comp/public/components/Location/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/public/components/Stores/mobile/StoreItem/{index.css → index.less} +0 -0
- /package/es/composite-comp/public/components/Stores/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/public/components/Wallet/mobile/{index.css → index.less} +0 -0
- /package/es/composite-comp/{nuri/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.css → public/config-panels/WalletConfig/WalletConfigImageGroup/index.less} +0 -0
- /package/es/{composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.css → core/Designer/ChatRobot/components/CopyBtn/index.less} +0 -0
- /package/{es/composite-comp/public/config-panels/WalletConfig/WalletConfigImageGroup/index.css → lib/common/Carousel/index.less} +0 -0
- /package/{es/core/Designer/ChatRobot/components/CopyBtn/index.css → lib/common/ImageLazy/index.less} +0 -0
- /package/lib/{assets/less/variables.css → common/MagicLink/index.less} +0 -0
- /package/lib/common/{Carousel/index.css → NewImg/index.less} +0 -0
- /package/lib/composite-comp/ashita/components/WalletAshita/mobile/{index.css → index.less} +0 -0
- /package/lib/{common/ImageLazy/index.css → composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigContent/index.less} +0 -0
- /package/lib/{common/MagicLink/index.css → composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/bol/components/Banner/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Carousel/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/ImageGallery/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/ImageText/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Video/mobile/Layout1/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Video/mobile/Layout2/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Video/mobile/Layout3/{index.css → index.less} +0 -0
- /package/lib/composite-comp/bol/components/Video/mobile/{index.css → index.less} +0 -0
- /package/lib/{common/NewImg/index.css → composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/{ashita/components/WalletAshita/pc/index.css → bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig/WalletConfigContent/index.css → bol/config-panels/TextCompConfig/TextConfigContent/index.less} +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.css → bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less} +0 -0
- /package/lib/composite-comp/dito/components/Bargain/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/Bargain/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/CountDown/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/FlashSale/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/GroupBuy/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/components/ProductItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Campaign/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/CommonFunctions/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/FlashDeal/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/GroupBuy/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/HeadNavigation/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/MenuNavigation/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/MobileNavigation/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/PersonalInformation/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/PersonalInformationSecond/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/Recommend/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/SearchBanner/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/SearchBar/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/dito/components/SignBoard/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/{bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.css → dito/config-panels/BargainConfig/FlashDealConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/{bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.css → dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/{bol/config-panels/TextCompConfig/TextConfigContent/index.css → dito/config-panels/GroupedCarouselConfig/ConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/{bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.css → dito/config-panels/NewsConfig/ConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/dito/config-panels/{BargainConfig/FlashDealConfigTitle/index.css → RecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/lib/composite-comp/dito/config-panels/{FlashDealConfig/FlashDealConfigTitle/index.css → SearchBannerConfig/ConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/dito/config-panels/{GroupedCarouselConfig/ConfigTitle/index.css → SearchDITOConfig/ConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/monpay/components/Bundle/mobile/BundleItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/Bundle/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/InterestProducts/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MerchantSales/mobile/StoreItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MerchantSales/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MonpayFlashDeal/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/monpay/components/MonpaySignBoard/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/{dito/config-panels/NewsConfig/ConfigTitle/index.css → monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/lib/composite-comp/{dito/config-panels/RecommendConfig/RecommendConfigContent/index.css → monpay/config-panels/MonpayRecommendConfig/RecommendConfigTitle/index.less} +0 -0
- /package/lib/composite-comp/nuri/components/AffiliateRecommend/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/nuri/components/WalletNuri/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/{dito/config-panels/SearchBannerConfig/ConfigImageGroup/index.css → nuri/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less} +0 -0
- /package/lib/composite-comp/{dito/config-panels/SearchDITOConfig/ConfigImageGroup/index.css → nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less} +0 -0
- /package/lib/composite-comp/public/components/Location/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/public/components/Stores/mobile/StoreItem/{index.css → index.less} +0 -0
- /package/lib/composite-comp/public/components/Stores/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/public/components/Wallet/mobile/{index.css → index.less} +0 -0
- /package/lib/composite-comp/{monpay/config-panels/MonpayRecommendConfig/RecommendConfigContent/index.css → public/config-panels/WalletConfig/WalletConfigImageGroup/index.less} +0 -0
- /package/lib/{composite-comp/monpay/config-panels/MonpayRecommendConfig/RecommendConfigTitle/index.css → core/Designer/ChatRobot/components/CopyBtn/index.less} +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
.cylon-picker {
|
|
2
|
+
&:hover {
|
|
3
|
+
border-color: #2F54EB !important;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
&.cylon-picker-focused {
|
|
7
|
+
border-color: #2F54EB !important;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.cylon-picker-time-panel-column>li.cylon-picker-time-panel-cell-selected .cylon-picker-time-panel-cell-inner {
|
|
12
|
+
background-color: #E9F0FF !important;
|
|
13
|
+
}
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Open Sans';
|
|
3
|
+
src: url('../fonts/OpenSans-Bold.ttf');
|
|
4
|
+
font-weight: 700;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: 'Open Sans';
|
|
10
|
+
src: url('../fonts/OpenSans-SemiBold.ttf');
|
|
11
|
+
font-weight: 600;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: 'Open Sans';
|
|
17
|
+
src: url('../fonts/OpenSans-Regular.ttf');
|
|
18
|
+
font-weight: 400;
|
|
19
|
+
font-style: normal;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: 'Montserrat';
|
|
24
|
+
src: url('../fonts/Montserrat-Regular.ttf');
|
|
25
|
+
font-weight: 400;
|
|
26
|
+
font-style: normal;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: 'Montserrat';
|
|
31
|
+
src: url('../fonts/Montserrat-Medium.ttf');
|
|
32
|
+
font-weight: 500;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'Montserrat';
|
|
38
|
+
src: url(../fonts/Montserrat-SemiBold.ttf);
|
|
39
|
+
font-weight: 600;
|
|
40
|
+
font-style: normal;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
@font-face {
|
|
44
|
+
font-family: 'Montserrat';
|
|
45
|
+
src: url(../fonts/Montserrat-Bold.ttf);
|
|
46
|
+
font-weight: 700;
|
|
47
|
+
font-style: normal;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
@font-face {
|
|
51
|
+
font-family: 'Inter';
|
|
52
|
+
src: url(../fonts/Inter-Bold.ttf);
|
|
53
|
+
font-weight: 700;
|
|
54
|
+
font-style: normal;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: 'Inter';
|
|
59
|
+
src: url(../fonts/Inter-SemiBold.ttf);
|
|
60
|
+
font-weight: 600;
|
|
61
|
+
font-style: normal;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Inter';
|
|
66
|
+
src: url('../fonts/Inter-Regular.ttf');
|
|
67
|
+
font-weight: 400;
|
|
68
|
+
font-style: normal;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: 'Trueno';
|
|
74
|
+
src: url('../fonts/Trueno-Light.otf');
|
|
75
|
+
font-weight: 300;
|
|
76
|
+
font-style: normal;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@font-face {
|
|
80
|
+
font-family: 'Trueno';
|
|
81
|
+
src: url('../fonts/Trueno-Regular.otf');
|
|
82
|
+
font-weight: 400;
|
|
83
|
+
font-style: normal;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
@font-face {
|
|
87
|
+
font-family: 'Trueno';
|
|
88
|
+
src: url(../fonts/TruenoBd.otf);
|
|
89
|
+
font-weight: 600;
|
|
90
|
+
font-style: normal;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
@font-face {
|
|
95
|
+
font-family: 'Roboto';
|
|
96
|
+
src: url('../fonts/Roboto-Regular.ttf');
|
|
97
|
+
font-weight: 400;
|
|
98
|
+
font-style: normal;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
@font-face {
|
|
102
|
+
font-family: 'Roboto';
|
|
103
|
+
src: url(../fonts/Roboto-Medium.ttf);
|
|
104
|
+
font-weight: 500;
|
|
105
|
+
font-style: normal;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
@font-face {
|
|
110
|
+
font-family: 'Roboto';
|
|
111
|
+
src: url('../fonts/Roboto-SemiBold.ttf');
|
|
112
|
+
font-weight: 600;
|
|
113
|
+
font-style: normal;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
@font-face {
|
|
117
|
+
font-family: 'Roboto';
|
|
118
|
+
src: url(../fonts/Roboto-Bold.ttf);
|
|
119
|
+
font-weight: 700;
|
|
120
|
+
font-style: normal;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
@font-face {
|
|
126
|
+
font-family: 'AvenirNext';
|
|
127
|
+
src: url('../fonts/AvenirNext-Regular.ttf');
|
|
128
|
+
font-weight: 400;
|
|
129
|
+
font-style: normal;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
@font-face {
|
|
133
|
+
font-family: 'AvenirNext';
|
|
134
|
+
src: url('../fonts/AvenirNext-Medium.ttf');
|
|
135
|
+
font-weight: 500;
|
|
136
|
+
font-style: normal;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
@font-face {
|
|
140
|
+
font-family: 'AvenirNext';
|
|
141
|
+
src: url(../fonts/AvenirNext-DemiBold.ttf);
|
|
142
|
+
font-weight: 600;
|
|
143
|
+
font-style: normal;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
@font-face {
|
|
147
|
+
font-family: 'AvenirNext';
|
|
148
|
+
src: url(../fonts/AvenirNext-Bold.ttf);
|
|
149
|
+
font-weight: 700;
|
|
150
|
+
font-style: normal;
|
|
151
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@import './common.less';
|
|
2
|
+
@import './font.less';
|
|
3
|
+
@import './global.less';
|
|
4
|
+
@import './select.less';
|
|
5
|
+
@import './switch.less';
|
|
6
|
+
@import './menu.less';
|
|
7
|
+
@import './slider.less';
|
|
8
|
+
@import './table.less';
|
|
9
|
+
@import './modal.less';
|
|
10
|
+
@import './input.less';
|
|
11
|
+
@import './button.less';
|
|
12
|
+
@import './form.less';
|
|
13
|
+
@import './datepicker.less';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
@import './variables.less';
|
|
2
|
+
.cylon-input {
|
|
3
|
+
border-radius: @radius !important;
|
|
4
|
+
height:@middle;
|
|
5
|
+
&.cylon-input-sm {
|
|
6
|
+
height:@small;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.cylon-input-number {
|
|
11
|
+
border-radius: @radius !important;
|
|
12
|
+
height:@middle;
|
|
13
|
+
&.cylon-input-number-sm {
|
|
14
|
+
height:@small;
|
|
15
|
+
input {
|
|
16
|
+
height: 30px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
&:focus {
|
|
20
|
+
box-shadow: none
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.cylon-input-number{
|
|
25
|
+
height: 100%;
|
|
26
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
.cylon-dropdown {
|
|
2
|
+
.cylon-dropdown-menu {
|
|
3
|
+
border-radius: 10px;
|
|
4
|
+
max-width: 300px;
|
|
5
|
+
min-width: 200px;
|
|
6
|
+
padding: 8px 0;
|
|
7
|
+
|
|
8
|
+
.cylon-dropdown-menu-item {
|
|
9
|
+
padding: 16px 24px;
|
|
10
|
+
font-family: 'Open Sans';
|
|
11
|
+
font-style: normal;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
font-size: 16px;
|
|
14
|
+
line-height: 24px;
|
|
15
|
+
color: #232F46;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.cylon-dropdown-menu-item-active {
|
|
19
|
+
background: #E9F0FF;
|
|
20
|
+
color: #2F54EB;
|
|
21
|
+
font-weight: 600;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
.cylon-modal-wrap {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
|
|
5
|
+
.cylon-modal {
|
|
6
|
+
width: 100%;
|
|
7
|
+
top: 0 !important;
|
|
8
|
+
padding-bottom: 0px !important;
|
|
9
|
+
|
|
10
|
+
.cylon-modal-content {
|
|
11
|
+
border-radius: 8px !important;
|
|
12
|
+
|
|
13
|
+
.cylon-modal-header {
|
|
14
|
+
border-top-left-radius: 8px !important;
|
|
15
|
+
border-top-right-radius: 8px !important;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.cylon-modal-body {
|
|
19
|
+
padding: 16px 16px 12px 16px !important;
|
|
20
|
+
max-height: 800px !important;
|
|
21
|
+
overflow: auto !important;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
|
|
2
|
+
@import './variables.less';
|
|
3
|
+
.cylon-select {
|
|
4
|
+
border-radius: 4px;
|
|
5
|
+
height: @middle;
|
|
6
|
+
padding: 0 16px;
|
|
7
|
+
.cylon-select-selector {
|
|
8
|
+
height: @middle !important;
|
|
9
|
+
border-radius: @radius !important;
|
|
10
|
+
}
|
|
11
|
+
&.cylon-select-sm {
|
|
12
|
+
height: @small;
|
|
13
|
+
.cylon-select-selector {
|
|
14
|
+
height: @small !important;
|
|
15
|
+
.cylon-select-selection-item {
|
|
16
|
+
line-height: 32px !important;
|
|
17
|
+
}
|
|
18
|
+
.cylon-select-selection-placeholder {
|
|
19
|
+
line-height: calc(@small - 2px) !important;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
&.cylon-select-multiple {
|
|
23
|
+
.cylon-select-selector {
|
|
24
|
+
height: @small !important;
|
|
25
|
+
.cylon-select-selection-item {
|
|
26
|
+
line-height: 20px !important;
|
|
27
|
+
height: 22px !important;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
.cylon-slider {
|
|
2
|
+
.cylon-slider-rail {
|
|
3
|
+
background-color: #E9F0FF !important;
|
|
4
|
+
height: 8px;
|
|
5
|
+
}
|
|
6
|
+
.cylon-slider-track {
|
|
7
|
+
background-color: #2F54EB !important;
|
|
8
|
+
height: 8px;
|
|
9
|
+
}
|
|
10
|
+
.cylon-slider-step {
|
|
11
|
+
height: 8px;
|
|
12
|
+
}
|
|
13
|
+
.cylon-slider-handle {
|
|
14
|
+
height: 20px;
|
|
15
|
+
width: 20px;
|
|
16
|
+
margin-top: -6px !important;
|
|
17
|
+
background-color: #597EF7 !important;
|
|
18
|
+
border: solid 5px #fff !important;
|
|
19
|
+
box-shadow: 1px 1px 4px 1px rgba(132, 147, 175, 0.21) !important;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
&.cylon-slider-sm {
|
|
23
|
+
.cylon-slider-rail {
|
|
24
|
+
background-color: #E9F0FF !important;
|
|
25
|
+
height: 4px;
|
|
26
|
+
}
|
|
27
|
+
.cylon-slider-track {
|
|
28
|
+
background-color: #2F54EB !important;
|
|
29
|
+
height: 4px;
|
|
30
|
+
}
|
|
31
|
+
.cylon-slider-step {
|
|
32
|
+
height: 4px;
|
|
33
|
+
.cylon-slider-dot {
|
|
34
|
+
top: 0px;
|
|
35
|
+
width: 4px;
|
|
36
|
+
height: 4px;
|
|
37
|
+
background-color: #D2D9E5;
|
|
38
|
+
border: none;
|
|
39
|
+
border-radius: 50%;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
.cylon-slider-handle {
|
|
44
|
+
height: 12px;
|
|
45
|
+
width: 12px;
|
|
46
|
+
margin-top: -4px !important;
|
|
47
|
+
background-color: #597EF7 !important;
|
|
48
|
+
border: solid 3px #fff !important;
|
|
49
|
+
box-shadow: 1px 1px 4px 1px rgba(132, 147, 175, 0.21) !important;
|
|
50
|
+
}
|
|
51
|
+
.cylon-slider-tooltip {
|
|
52
|
+
top: -20px !important;
|
|
53
|
+
padding-bottom: 0;
|
|
54
|
+
.cylon-tooltip-content {
|
|
55
|
+
.cylon-tooltip-arrow {
|
|
56
|
+
display: none;
|
|
57
|
+
}
|
|
58
|
+
.cylon-tooltip-inner {
|
|
59
|
+
background-color: transparent;
|
|
60
|
+
color: #000;
|
|
61
|
+
box-shadow: none;
|
|
62
|
+
min-height: 0;
|
|
63
|
+
padding: 0;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.designer-wrap {
|
|
2
|
+
.cylon-switch {
|
|
3
|
+
min-width:40px;
|
|
4
|
+
height: 24px;
|
|
5
|
+
&::after{
|
|
6
|
+
content: none;
|
|
7
|
+
}
|
|
8
|
+
&.cylon-switch-checked{
|
|
9
|
+
background: #2F54EB !important;
|
|
10
|
+
.cylon-switch-handle {
|
|
11
|
+
left: calc(100% - 18px - 3px);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
.cylon-switch-handle {
|
|
15
|
+
top: 3px;
|
|
16
|
+
left: 3px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
.cylon-table {
|
|
2
|
+
.cylon-table-container {
|
|
3
|
+
.cylon-table-header {
|
|
4
|
+
tr {
|
|
5
|
+
th {
|
|
6
|
+
padding: 6px 16px;
|
|
7
|
+
line-height: 36px;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.cylon-table-body {
|
|
13
|
+
tr {
|
|
14
|
+
th {
|
|
15
|
+
padding: 6px 16px;
|
|
16
|
+
line-height: 36px;
|
|
17
|
+
}
|
|
18
|
+
td {
|
|
19
|
+
padding:6px 16px;
|
|
20
|
+
line-height: 36px;
|
|
21
|
+
.cylon-table-row-expand-icon {
|
|
22
|
+
margin-top: 10px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
&.cylon-table-row-selected {
|
|
26
|
+
td {
|
|
27
|
+
background: #E9F0FF;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
.cylon-table-content {
|
|
33
|
+
.cylon-table-thead {
|
|
34
|
+
tr {
|
|
35
|
+
th{
|
|
36
|
+
padding: 6px 16px;
|
|
37
|
+
line-height: 36px;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
.cylon-table-tbody {
|
|
42
|
+
tr {
|
|
43
|
+
td{
|
|
44
|
+
padding: 6px 16px;
|
|
45
|
+
line-height: 36px;
|
|
46
|
+
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
}
|
|
@@ -17,6 +17,8 @@ var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
|
17
17
|
|
|
18
18
|
var _currencyUtil = require("../../utils/currencyUtil");
|
|
19
19
|
|
|
20
|
+
require("./index.less");
|
|
21
|
+
|
|
20
22
|
var _locale = require("../../locale");
|
|
21
23
|
|
|
22
24
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
.affiliateModalCot {
|
|
2
|
+
width: 1200px;
|
|
3
|
+
right: unset !important;
|
|
4
|
+
left: unset !important;
|
|
5
|
+
|
|
6
|
+
.proModalWrap {
|
|
7
|
+
thead .cylon-checkbox {
|
|
8
|
+
visibility: hidden;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.content {
|
|
12
|
+
display: flex;
|
|
13
|
+
margin-bottom: 8px;
|
|
14
|
+
|
|
15
|
+
.rightCot {
|
|
16
|
+
width: calc(100% - 260px);
|
|
17
|
+
margin-left: 16px;
|
|
18
|
+
display: flex;
|
|
19
|
+
flex-direction: column;
|
|
20
|
+
justify-content: space-between;
|
|
21
|
+
|
|
22
|
+
.prodImg {
|
|
23
|
+
display: inline-block;
|
|
24
|
+
width: 36px;
|
|
25
|
+
height: 36px;
|
|
26
|
+
background-size: cover;
|
|
27
|
+
background-position: 50% 50%;
|
|
28
|
+
background-repeat: no-repeat;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.selectedCot {
|
|
32
|
+
padding-right: 18px;
|
|
33
|
+
margin-left: 4px;
|
|
34
|
+
height: 78px;
|
|
35
|
+
background: #f8f8f8;
|
|
36
|
+
border: 1px solid #e0e0e0;
|
|
37
|
+
border-radius: 2px;
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: row;
|
|
40
|
+
// flex-wrap: wrap;
|
|
41
|
+
overflow-x: auto;
|
|
42
|
+
|
|
43
|
+
.selectedItem {
|
|
44
|
+
box-sizing: border-box;
|
|
45
|
+
margin-top: 12px;
|
|
46
|
+
margin-left: 18px;
|
|
47
|
+
height: 52px;
|
|
48
|
+
position: relative;
|
|
49
|
+
|
|
50
|
+
&:hover {
|
|
51
|
+
.selectedItemImg {
|
|
52
|
+
width: 52px;
|
|
53
|
+
height: 52px;
|
|
54
|
+
border: 1px solid #4477ee !important;
|
|
55
|
+
box-shadow: 0 0 0 2px rgba(68, 119, 238, 0.15);
|
|
56
|
+
border-radius: 2px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.selectedItemClose {
|
|
60
|
+
display: flex;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.selectedItemClose {
|
|
65
|
+
display: none;
|
|
66
|
+
border: 1px solid #000;
|
|
67
|
+
width: 16px;
|
|
68
|
+
height: 16px;
|
|
69
|
+
border-radius: 50%;
|
|
70
|
+
padding: 2px;
|
|
71
|
+
position: absolute;
|
|
72
|
+
top: -9px;
|
|
73
|
+
right: -8px;
|
|
74
|
+
z-index: 400;
|
|
75
|
+
cursor: pointer;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// &:nth-child(n + 11) {
|
|
79
|
+
// margin-top: 5px !important;
|
|
80
|
+
// }
|
|
81
|
+
|
|
82
|
+
.selectedItemImg {
|
|
83
|
+
height: 52px;
|
|
84
|
+
width: 52px;
|
|
85
|
+
border: 1px solid #e0e0e0;
|
|
86
|
+
border-radius: 2px;
|
|
87
|
+
|
|
88
|
+
&.invalid {
|
|
89
|
+
border: 1px solid red;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.leftCot {
|
|
97
|
+
width: 260px;
|
|
98
|
+
padding-right: 14px;
|
|
99
|
+
box-sizing: border-box;
|
|
100
|
+
border-right: 1px solid #e0e0e0;
|
|
101
|
+
|
|
102
|
+
.divider {
|
|
103
|
+
width: 10%;
|
|
104
|
+
display: inline-block;
|
|
105
|
+
text-align: center;
|
|
106
|
+
height: 32px;
|
|
107
|
+
line-height: 32px;
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
.buttonStyle {
|
|
111
|
+
margin-top: 10px;
|
|
112
|
+
display: flex;
|
|
113
|
+
flex-direction: row-reverse;
|
|
114
|
+
align-items: center;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.footer {
|
|
120
|
+
padding-top: 12px;
|
|
121
|
+
display: flex;
|
|
122
|
+
align-items: center;
|
|
123
|
+
justify-content: space-between;
|
|
124
|
+
border-top: 1px solid #e0e0e0;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.total {
|
|
128
|
+
font-size: 16px;
|
|
129
|
+
color: #2d3040;
|
|
130
|
+
letter-spacing: 0;
|
|
131
|
+
|
|
132
|
+
.totalNum {
|
|
133
|
+
color: #4477ee;
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.cylon-modal-root {
|
|
140
|
+
display: flex;
|
|
141
|
+
justify-content: center;
|
|
142
|
+
position: absolute;
|
|
143
|
+
left: 0;
|
|
144
|
+
right: 0;
|
|
145
|
+
z-index: 1001;
|
|
146
|
+
}
|
|
@@ -11,6 +11,8 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
11
11
|
|
|
12
12
|
var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
13
13
|
|
|
14
|
+
require("./index.less");
|
|
15
|
+
|
|
14
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
17
|
|
|
16
18
|
var __extends = void 0 && (void 0).__extends || function () {
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
.m-align-selector {
|
|
2
|
+
background: #F5F6F7;
|
|
3
|
+
border-radius: 6px;
|
|
4
|
+
padding: 4px;
|
|
5
|
+
display: flex;
|
|
6
|
+
align-items: center;
|
|
7
|
+
width: fit-content;
|
|
8
|
+
|
|
9
|
+
.item-icon {
|
|
10
|
+
border-radius: 6px;
|
|
11
|
+
width: 44px;
|
|
12
|
+
height: 32px;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
margin-right: 4px;
|
|
17
|
+
cursor: pointer;
|
|
18
|
+
|
|
19
|
+
&:last-child {
|
|
20
|
+
margin-right: 0px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&.active {
|
|
24
|
+
background: #FFFFFF;
|
|
25
|
+
box-shadow: -1px -1px 4px rgba(45, 48, 64, 0.08), 1px 1px 4px rgba(45, 48, 64, 0.08);
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -15,6 +15,8 @@ var _antd = require("antd4");
|
|
|
15
15
|
|
|
16
16
|
var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
17
17
|
|
|
18
|
+
require("./index.less");
|
|
19
|
+
|
|
18
20
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
21
|
|
|
20
22
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|