@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,88 @@
|
|
|
1
|
+
.group_list {
|
|
2
|
+
margin-bottom: 12px;
|
|
3
|
+
|
|
4
|
+
.group_item {
|
|
5
|
+
position: relative;
|
|
6
|
+
display: flex;
|
|
7
|
+
padding: 12px;
|
|
8
|
+
border-radius: 8px;
|
|
9
|
+
justify-content: space-between;
|
|
10
|
+
cursor: move;
|
|
11
|
+
|
|
12
|
+
&::after {
|
|
13
|
+
content: ' ';
|
|
14
|
+
position: absolute;
|
|
15
|
+
bottom: 0;
|
|
16
|
+
right: 0;
|
|
17
|
+
left: 0;
|
|
18
|
+
height: 1px;
|
|
19
|
+
background-color: #EDF0F4;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.left {
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
|
|
26
|
+
.middle_info {
|
|
27
|
+
width: 260px;
|
|
28
|
+
|
|
29
|
+
.card_wrap {
|
|
30
|
+
display: flex;
|
|
31
|
+
align-items: center;
|
|
32
|
+
height: 40px;
|
|
33
|
+
|
|
34
|
+
img {
|
|
35
|
+
height: 40px;
|
|
36
|
+
width: 40px;
|
|
37
|
+
border-radius: 8px;
|
|
38
|
+
object-fit: cover;
|
|
39
|
+
background-color: #EDF0F4;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.name {
|
|
43
|
+
margin-left: 8px;
|
|
44
|
+
font-family: 'Open Sans';
|
|
45
|
+
font-style: normal;
|
|
46
|
+
font-weight: 600;
|
|
47
|
+
font-size: 16px;
|
|
48
|
+
line-height: 24px;
|
|
49
|
+
color: #232F46;
|
|
50
|
+
overflow: hidden;
|
|
51
|
+
text-overflow: ellipsis;
|
|
52
|
+
white-space: nowrap;
|
|
53
|
+
p {
|
|
54
|
+
margin-bottom: 0;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.right {
|
|
62
|
+
display: none;
|
|
63
|
+
|
|
64
|
+
.icon_copy {
|
|
65
|
+
cursor: pointer;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.icon_delete {
|
|
69
|
+
cursor: pointer;
|
|
70
|
+
margin-left: 8px;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
&:hover {
|
|
75
|
+
background-color: #E9F0FF;
|
|
76
|
+
|
|
77
|
+
.left {
|
|
78
|
+
.middle_info {
|
|
79
|
+
width: 200px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.right {
|
|
84
|
+
display: flex;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
@@ -9,6 +9,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
|
|
10
10
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
11
|
|
|
12
|
+
require("./index.less");
|
|
13
|
+
|
|
12
14
|
var _commonUtil = require("../../utils/commonUtil");
|
|
13
15
|
|
|
14
16
|
var _ImageModal = _interopRequireDefault(require("../ImageModal"));
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.m-icon-picker {
|
|
2
|
+
|
|
3
|
+
.icon-picker {
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: center;
|
|
6
|
+
justify-content: center;
|
|
7
|
+
width: 70px;
|
|
8
|
+
height: 70px;
|
|
9
|
+
background: #F5F6F7;
|
|
10
|
+
border: 1px dashed #C1C9D7;
|
|
11
|
+
border-radius: 8px;
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
position: relative;
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
|
|
16
|
+
&.hasImg {
|
|
17
|
+
background: #FFFFFF;
|
|
18
|
+
border: 1px solid #D2D9E5;
|
|
19
|
+
|
|
20
|
+
.btn-del-wrap {
|
|
21
|
+
display: none;
|
|
22
|
+
align-items: center;
|
|
23
|
+
justify-content: center;
|
|
24
|
+
background: rgba(35, 47, 70, 0.5);
|
|
25
|
+
border: 1px solid #D2D9E5;
|
|
26
|
+
position: absolute;
|
|
27
|
+
top: -1px;
|
|
28
|
+
left: -1px;
|
|
29
|
+
bottom: -1px;
|
|
30
|
+
right: -1px;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&:hover {
|
|
34
|
+
.btn-del-wrap {
|
|
35
|
+
display: flex;
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
img {
|
|
41
|
+
max-height: 100%;
|
|
42
|
+
max-width: 100%;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -11,6 +11,8 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
11
11
|
|
|
12
12
|
var _react = _interopRequireWildcard(require("react"));
|
|
13
13
|
|
|
14
|
+
require("./index.less");
|
|
15
|
+
|
|
14
16
|
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); }
|
|
15
17
|
|
|
16
18
|
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; }
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
.icon_container {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
position: relative;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: center;
|
|
6
|
+
color: inherit;
|
|
7
|
+
|
|
8
|
+
.icon {
|
|
9
|
+
width: 1em;
|
|
10
|
+
height: 1em;
|
|
11
|
+
vertical-align: -0.15em;
|
|
12
|
+
fill: currentColor;
|
|
13
|
+
overflow: hidden;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.magic-box-iconfont {
|
|
17
|
+
font-size: 1em;
|
|
18
|
+
line-height: 1em;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -11,6 +11,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
11
11
|
|
|
12
12
|
var _const = require("../const");
|
|
13
13
|
|
|
14
|
+
require("./index.less");
|
|
15
|
+
|
|
14
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
17
|
|
|
16
18
|
// import folder from '../../../../../../assets/imgs/folder.png';
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
.upload-list-item-container {
|
|
2
|
+
float: left;
|
|
3
|
+
width: 104px;
|
|
4
|
+
height: 124px;
|
|
5
|
+
margin: 0 8px 8px 0;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.upload-list-item {
|
|
9
|
+
position: relative;
|
|
10
|
+
height: 104px;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
.cylon-upload-list-item-thumbnail img {
|
|
15
|
+
border-radius: 4px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.item-body {
|
|
19
|
+
height: 104px;
|
|
20
|
+
border-radius: 4px;
|
|
21
|
+
border: 1px solid #E0E0E0;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.item-footer {
|
|
25
|
+
position: relative;
|
|
26
|
+
width: 100%;
|
|
27
|
+
text-align: center;
|
|
28
|
+
line-height: 20px;
|
|
29
|
+
white-space: nowrap;
|
|
30
|
+
overflow: hidden;
|
|
31
|
+
text-overflow: ellipsis;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.folder {
|
|
35
|
+
cursor: pointer;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.checkbox :global .cylon-checkbox-input {
|
|
39
|
+
position: absolute;
|
|
40
|
+
}
|
|
@@ -37,6 +37,8 @@ var _locale = require("../../locale");
|
|
|
37
37
|
|
|
38
38
|
var _constants = require("../../constants");
|
|
39
39
|
|
|
40
|
+
require("./index.less");
|
|
41
|
+
|
|
40
42
|
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); }
|
|
41
43
|
|
|
42
44
|
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; }
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
.catg_tree_container {
|
|
2
|
+
.search_container {
|
|
3
|
+
margin-bottom: 15px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.cylon-tree-title {
|
|
7
|
+
max-width: 200px;
|
|
8
|
+
overflow: hidden;
|
|
9
|
+
text-overflow: ellipsis;
|
|
10
|
+
white-space: nowrap;
|
|
11
|
+
display: inline-block;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.catg_img {
|
|
18
|
+
.cylon-spin-container {
|
|
19
|
+
display: flex;
|
|
20
|
+
flex-wrap: wrap;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.cylon-upload-list-item-thumbnail {
|
|
24
|
+
img {
|
|
25
|
+
object-fit: contain;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.image-modal-process-wrap {
|
|
31
|
+
margin-left: auto;
|
|
32
|
+
width: 300px;
|
|
33
|
+
padding-right: 60px;
|
|
34
|
+
}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
.image-picker-wrap {
|
|
2
|
+
border-bottom: 1px dashed #D2D9E5;
|
|
3
|
+
margin-bottom: 16px;
|
|
4
|
+
|
|
5
|
+
.select-wrap {
|
|
6
|
+
display: flex;
|
|
7
|
+
justify-content: space-between;
|
|
8
|
+
align-items: center;
|
|
9
|
+
.ai-btn {
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
background: #FFFFFF;
|
|
12
|
+
border: 1px solid #2F54EB;
|
|
13
|
+
border-radius: 8px;
|
|
14
|
+
padding: 7px 10px;
|
|
15
|
+
.btn-txt {
|
|
16
|
+
font-family: 'Open Sans';
|
|
17
|
+
font-style: normal;
|
|
18
|
+
font-weight: 600;
|
|
19
|
+
font-size: 16px;
|
|
20
|
+
line-height: 24px;
|
|
21
|
+
color: #2F54EB;
|
|
22
|
+
margin-left: 6px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
.image-picker-select {
|
|
26
|
+
width: 156px;
|
|
27
|
+
height: 40px;
|
|
28
|
+
|
|
29
|
+
.cylon-select-selector {
|
|
30
|
+
border-radius: 8px !important;
|
|
31
|
+
height: 40px !important;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
.input-url {
|
|
36
|
+
width: 100%;
|
|
37
|
+
height: 40px;
|
|
38
|
+
background: #FFFFFF;
|
|
39
|
+
border: 1px solid #D2D9E5;
|
|
40
|
+
border-radius: 8px;
|
|
41
|
+
display: flex;
|
|
42
|
+
padding: 9px 14px;
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
|
|
46
|
+
input {
|
|
47
|
+
border: none;
|
|
48
|
+
outline: none;
|
|
49
|
+
height: 24px;
|
|
50
|
+
flex-grow: 1;
|
|
51
|
+
font-family: 'Open Sans';
|
|
52
|
+
font-style: normal;
|
|
53
|
+
font-weight: 400;
|
|
54
|
+
font-size: 14px;
|
|
55
|
+
color: #232F46;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* 使用webkit内核的浏览器 */
|
|
59
|
+
input::-webkit-input-placeholder {
|
|
60
|
+
font-family: 'Open Sans';
|
|
61
|
+
font-style: normal;
|
|
62
|
+
font-weight: 400;
|
|
63
|
+
font-size: 14px;
|
|
64
|
+
color: #8493AF;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
/* Firefox版本4-18 */
|
|
68
|
+
input:-moz-placeholder {
|
|
69
|
+
font-family: 'Open Sans';
|
|
70
|
+
font-style: normal;
|
|
71
|
+
font-weight: 400;
|
|
72
|
+
font-size: 14px;
|
|
73
|
+
color: #8493AF;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/* Firefox版本19+ */
|
|
77
|
+
input::-moz-placeholder {
|
|
78
|
+
font-family: 'Open Sans';
|
|
79
|
+
font-style: normal;
|
|
80
|
+
font-weight: 400;
|
|
81
|
+
font-size: 14px;
|
|
82
|
+
color: #8493AF;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/* IE浏览器 */
|
|
86
|
+
input:-ms-input-placeholder {
|
|
87
|
+
font-family: 'Open Sans';
|
|
88
|
+
font-style: normal;
|
|
89
|
+
font-weight: 400;
|
|
90
|
+
font-size: 14px;
|
|
91
|
+
color: #8493AF;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.icon-btns {
|
|
95
|
+
display: flex;
|
|
96
|
+
align-items: center;
|
|
97
|
+
|
|
98
|
+
&>span {
|
|
99
|
+
margin-left: 12px;
|
|
100
|
+
cursor: pointer;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
.m-image-picker {
|
|
106
|
+
padding-bottom: 12px;
|
|
107
|
+
width: 100%;
|
|
108
|
+
cursor: pointer;
|
|
109
|
+
|
|
110
|
+
.no-img {
|
|
111
|
+
.hint-txt {
|
|
112
|
+
font-family: 'Open Sans';
|
|
113
|
+
font-style: normal;
|
|
114
|
+
font-weight: 400;
|
|
115
|
+
font-size: 14px;
|
|
116
|
+
line-height: 20px;
|
|
117
|
+
color: #232F46;
|
|
118
|
+
margin-bottom: 12px;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.pick-btn {
|
|
122
|
+
display: flex;
|
|
123
|
+
align-items: center;
|
|
124
|
+
justify-content: center;
|
|
125
|
+
background-color: #2F54EB;
|
|
126
|
+
height: 48px;
|
|
127
|
+
border-radius: 8px;
|
|
128
|
+
color: #FFFFFF;
|
|
129
|
+
cursor: pointer;
|
|
130
|
+
|
|
131
|
+
&>p {
|
|
132
|
+
margin-left: 12px;
|
|
133
|
+
font-family: 'Open Sans';
|
|
134
|
+
font-weight: 600;
|
|
135
|
+
font-size: 16px;
|
|
136
|
+
// line-height: 24px;
|
|
137
|
+
margin-bottom: 0;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.img-wrap {
|
|
143
|
+
width: 100%;
|
|
144
|
+
height: 140px;
|
|
145
|
+
position: relative;
|
|
146
|
+
|
|
147
|
+
&:hover {
|
|
148
|
+
.btn-icons-modal {
|
|
149
|
+
display: flex;
|
|
150
|
+
transition: all .25s;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
.btn-icons-modal {
|
|
155
|
+
display: none;
|
|
156
|
+
position: absolute;
|
|
157
|
+
top: 0;
|
|
158
|
+
width: 100%;
|
|
159
|
+
height: 100%;
|
|
160
|
+
font-family: 'Open Sans';
|
|
161
|
+
font-style: normal;
|
|
162
|
+
font-weight: 400;
|
|
163
|
+
font-size: 16px;
|
|
164
|
+
line-height: 24px;
|
|
165
|
+
color: #FFFFFF;
|
|
166
|
+
background: rgba(35, 47, 70, 0.6);
|
|
167
|
+
align-items: center;
|
|
168
|
+
justify-content: center;
|
|
169
|
+
|
|
170
|
+
.btn-edit {
|
|
171
|
+
display: flex;
|
|
172
|
+
align-items: center;
|
|
173
|
+
margin-right: 20px;
|
|
174
|
+
cursor: pointer;
|
|
175
|
+
|
|
176
|
+
>span {
|
|
177
|
+
margin-right: 5px;
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.btn-del {
|
|
182
|
+
display: flex;
|
|
183
|
+
align-items: center;
|
|
184
|
+
margin-left: 20px;
|
|
185
|
+
cursor: pointer;
|
|
186
|
+
|
|
187
|
+
>span {
|
|
188
|
+
margin-right: 5px;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.line {
|
|
193
|
+
display: inline-block;
|
|
194
|
+
width: 1px;
|
|
195
|
+
height: 16px;
|
|
196
|
+
background: rgba(255, 255, 255, 0.5);
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
&>img {
|
|
201
|
+
width: 100%;
|
|
202
|
+
height: 100%;
|
|
203
|
+
object-fit: contain;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
}
|
|
@@ -9,6 +9,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
|
|
10
10
|
var _antd = require("antd4");
|
|
11
11
|
|
|
12
|
+
require("./index.less");
|
|
13
|
+
|
|
12
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
15
|
|
|
14
16
|
var __extends = void 0 && (void 0).__extends || function () {
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
.m-input-number {
|
|
2
|
+
width: 60px;
|
|
3
|
+
height: 34px;
|
|
4
|
+
background: #FFFFFF;
|
|
5
|
+
border: 1px solid #D2D9E5;
|
|
6
|
+
border-radius: 8px;
|
|
7
|
+
padding: 0 7px;
|
|
8
|
+
position: relative;
|
|
9
|
+
display: flex;
|
|
10
|
+
align-items: center;
|
|
11
|
+
padding-top: 1px;
|
|
12
|
+
|
|
13
|
+
.cylon-input-number-focused {
|
|
14
|
+
box-shadow: none;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.input {
|
|
18
|
+
height: 100%;
|
|
19
|
+
border-radius: 8px;
|
|
20
|
+
border: none;
|
|
21
|
+
|
|
22
|
+
input {
|
|
23
|
+
width: 100%;
|
|
24
|
+
padding: 0;
|
|
25
|
+
text-align: center;
|
|
26
|
+
border: none;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.unit {
|
|
31
|
+
color: #7988a5;
|
|
32
|
+
position: absolute;
|
|
33
|
+
top: 50%;
|
|
34
|
+
transform: translateY(-50%);
|
|
35
|
+
font-size: 14px;
|
|
36
|
+
right: 4px;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -9,6 +9,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
|
|
10
10
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
11
|
|
|
12
|
+
require("./index.less");
|
|
13
|
+
|
|
12
14
|
var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
13
15
|
|
|
14
16
|
var _layout = require("../../constants/layout");
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
.m-layout-selector {
|
|
2
|
+
// display: flex;
|
|
3
|
+
// flex-wrap: wrap;
|
|
4
|
+
display: grid;
|
|
5
|
+
grid-template-columns: 94px 94px 94px;
|
|
6
|
+
grid-gap: 10px;
|
|
7
|
+
max-width: 306px;
|
|
8
|
+
|
|
9
|
+
.item-wrap {
|
|
10
|
+
// width: 94px;
|
|
11
|
+
// height: 70px;
|
|
12
|
+
background: #F5F6F7;
|
|
13
|
+
// border: 1px solid #D2D9E5;
|
|
14
|
+
border-radius: 8px;
|
|
15
|
+
// margin-bottom: 12px;
|
|
16
|
+
// margin-right: 12px;
|
|
17
|
+
display: flex;
|
|
18
|
+
align-items: center;
|
|
19
|
+
justify-content: center;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
overflow: hidden;
|
|
22
|
+
|
|
23
|
+
&>img {
|
|
24
|
+
width: 100%;
|
|
25
|
+
height: 100%;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
&:nth-of-type(3n) {
|
|
29
|
+
margin-right: 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
&.active {
|
|
33
|
+
background: #FFFFFF;
|
|
34
|
+
border: 2px solid #2F54EB;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
@@ -17,6 +17,8 @@ var _dateUtil = require("../../../utils/dateUtil");
|
|
|
17
17
|
|
|
18
18
|
var _locale = require("../../../locale");
|
|
19
19
|
|
|
20
|
+
require("./index.less");
|
|
21
|
+
|
|
20
22
|
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); }
|
|
21
23
|
|
|
22
24
|
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; }
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
.bundleCampaign {
|
|
2
|
+
// padding-top: 12px;
|
|
3
|
+
// border-top: 1px solid #f0f0f0;
|
|
4
|
+
height: 450px;
|
|
5
|
+
|
|
6
|
+
.inputStyle {
|
|
7
|
+
width: 280px;
|
|
8
|
+
height: 32px;
|
|
9
|
+
margin-left: 10px;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.labelStyle {
|
|
13
|
+
display: inline-block;
|
|
14
|
+
width: 110px;
|
|
15
|
+
text-align: right;
|
|
16
|
+
line-height: 2;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.mb12 {
|
|
20
|
+
margin-bottom: 12px;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -19,6 +19,8 @@ var _businessUtil = require("../../../utils/businessUtil");
|
|
|
19
19
|
|
|
20
20
|
var _constants = require("../../../constants");
|
|
21
21
|
|
|
22
|
+
require("./index.less");
|
|
23
|
+
|
|
22
24
|
var _locale = require("../../../locale");
|
|
23
25
|
|
|
24
26
|
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); }
|