@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,72 @@
|
|
|
1
|
+
.common_btn_wrap {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
height: 48px;
|
|
6
|
+
padding: 12px 24px;
|
|
7
|
+
border-radius: 8px;
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
font-family: 'Open Sans';
|
|
10
|
+
font-weight: 600;
|
|
11
|
+
font-size: 16px;
|
|
12
|
+
|
|
13
|
+
&.default {
|
|
14
|
+
background: #F5F6F7;
|
|
15
|
+
color: #232F46;
|
|
16
|
+
&:hover {
|
|
17
|
+
background-color: #EDF0F4;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
&.primary {
|
|
22
|
+
background-color: #2F54EB;
|
|
23
|
+
color: #FFFFFF;
|
|
24
|
+
&:hover {
|
|
25
|
+
background-color: #1D39C4;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
&.light {
|
|
30
|
+
background-color: #E9F0FF;
|
|
31
|
+
color: #2F54EB;
|
|
32
|
+
&:hover {
|
|
33
|
+
background-color: #D6E4FF;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&.icon_btn {
|
|
38
|
+
background-color: #F5F6F7;
|
|
39
|
+
color: #232F46;
|
|
40
|
+
padding: 14px;
|
|
41
|
+
&:hover {
|
|
42
|
+
background-color: #EDF0F4;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
&.text {
|
|
47
|
+
color: #2F54EB;
|
|
48
|
+
font-weight: 400;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&.disabled {
|
|
52
|
+
background-color: #EDF0F4;
|
|
53
|
+
color: #8493AF;
|
|
54
|
+
cursor:not-allowed;
|
|
55
|
+
&:hover {
|
|
56
|
+
background-color: #EDF0F4 !important;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
&.large {
|
|
61
|
+
height: 56px;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&.small {
|
|
65
|
+
height: 40px;
|
|
66
|
+
padding: 9px 18px;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.common_btn_wrap + .common_btn_wrap {
|
|
71
|
+
margin-left: 12px;
|
|
72
|
+
}
|
|
@@ -11,6 +11,8 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
11
11
|
|
|
12
12
|
var _locale = require("../../locale");
|
|
13
13
|
|
|
14
|
+
require("./index.less");
|
|
15
|
+
|
|
14
16
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
17
|
|
|
16
18
|
var __extends = void 0 && (void 0).__extends || function () {
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
.m-button-icon-layout {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
flex-wrap: wrap;
|
|
5
|
+
|
|
6
|
+
.item-wrap {
|
|
7
|
+
display: inline-flex;
|
|
8
|
+
align-items: center;
|
|
9
|
+
justify-content: center;
|
|
10
|
+
min-width: 94px;
|
|
11
|
+
min-height: 50px;
|
|
12
|
+
padding: 6px 10px;
|
|
13
|
+
box-sizing: border-box;
|
|
14
|
+
background: #FFFFFF;
|
|
15
|
+
border: 1px solid #D2D9E5;
|
|
16
|
+
border-radius: 8px;
|
|
17
|
+
margin-right: 12px;
|
|
18
|
+
margin-bottom: 12px;
|
|
19
|
+
cursor: pointer;
|
|
20
|
+
|
|
21
|
+
// &:nth-child(3) {
|
|
22
|
+
// margin-right: 0;
|
|
23
|
+
// }
|
|
24
|
+
|
|
25
|
+
&.active {
|
|
26
|
+
border: 2px solid #2F54EB;
|
|
27
|
+
color: #232F46;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
&.vertical {
|
|
31
|
+
flex-direction: column;
|
|
32
|
+
|
|
33
|
+
.el:first-child {
|
|
34
|
+
margin-right: 0;
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.el:first-child {
|
|
39
|
+
margin-right: 8px;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.text {
|
|
43
|
+
font-family: 'Open Sans';
|
|
44
|
+
font-style: normal;
|
|
45
|
+
font-weight: 400;
|
|
46
|
+
font-size: 14px;
|
|
47
|
+
color: #232F46;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
img {
|
|
51
|
+
height: 20px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
}
|
|
@@ -15,6 +15,8 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
15
15
|
|
|
16
16
|
var _commonUtil = require("../../utils/commonUtil");
|
|
17
17
|
|
|
18
|
+
require("./index.less");
|
|
19
|
+
|
|
18
20
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
21
|
|
|
20
22
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
.cardCarousel {
|
|
2
|
+
width: 100%;
|
|
3
|
+
margin: 0 auto;
|
|
4
|
+
|
|
5
|
+
.content {
|
|
6
|
+
|
|
7
|
+
.cardItem {
|
|
8
|
+
width: 100%;
|
|
9
|
+
border-radius: 10px;
|
|
10
|
+
background-color: #fff;
|
|
11
|
+
position: absolute;
|
|
12
|
+
|
|
13
|
+
&.active {
|
|
14
|
+
transition: transform 0.3s;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.btn-left,
|
|
21
|
+
.btn-right {
|
|
22
|
+
width: 120px;
|
|
23
|
+
height: 40px;
|
|
24
|
+
background-color: #fff;
|
|
25
|
+
color: #000;
|
|
26
|
+
margin: 10px;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
@@ -7,6 +7,8 @@ exports["default"] = void 0;
|
|
|
7
7
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
|
|
10
|
+
require("./index.less");
|
|
11
|
+
|
|
10
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
13
|
|
|
12
14
|
var __extends = void 0 && (void 0).__extends || function () {
|
|
@@ -17,6 +17,8 @@ var _RcCollapse = _interopRequireWildcard(require("../RcCollapse"));
|
|
|
17
17
|
|
|
18
18
|
var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
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,100 @@
|
|
|
1
|
+
.collapse_wrap {
|
|
2
|
+
.rc-collapse-extra{
|
|
3
|
+
display: flex;
|
|
4
|
+
}
|
|
5
|
+
.rc-collapse {
|
|
6
|
+
.rc-collapse-item {
|
|
7
|
+
border-bottom: 1px solid #EDF0F4;
|
|
8
|
+
.rc-collapse-header {
|
|
9
|
+
padding: 0 5px;
|
|
10
|
+
margin: 0 -5px;
|
|
11
|
+
align-items:center;
|
|
12
|
+
.rc-collapse-header-text {
|
|
13
|
+
flex-grow: 1;
|
|
14
|
+
}
|
|
15
|
+
&.rc-collapse-header-hover {
|
|
16
|
+
background: #E9F0FF;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
.rc-collapse-content {
|
|
20
|
+
.rc-collapse-content-box {
|
|
21
|
+
padding: 0;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
.header_wrap {
|
|
26
|
+
padding: 20px 0;
|
|
27
|
+
position: relative;
|
|
28
|
+
color: #232F46;
|
|
29
|
+
font-family: 'Open Sans';
|
|
30
|
+
font-style: normal;
|
|
31
|
+
box-sizing: content-box;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
&.bold_divider {
|
|
35
|
+
.rc-collapse {
|
|
36
|
+
.rc-collapse-item {
|
|
37
|
+
border-bottom: 6px solid #EDF0F4;
|
|
38
|
+
border-radius: 2px;
|
|
39
|
+
&:last-child {
|
|
40
|
+
border-bottom: none;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
&.solid_divider{
|
|
46
|
+
.rc-collapse {
|
|
47
|
+
.rc-collapse-item {
|
|
48
|
+
border-bottom: 1px solid #EDF0F4;
|
|
49
|
+
border-radius: 0px;
|
|
50
|
+
&:last-child {
|
|
51
|
+
border-bottom: none;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
&.dashed_divider{
|
|
57
|
+
.rc-collapse {
|
|
58
|
+
.rc-collapse-item {
|
|
59
|
+
border-bottom: 1px dashed #D2D9E5;
|
|
60
|
+
&:last-child {
|
|
61
|
+
border-bottom: none;
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
&.large_header {
|
|
68
|
+
.header_wrap {
|
|
69
|
+
font-size: 18px !important;
|
|
70
|
+
line-height: 26px !important;
|
|
71
|
+
height: 26px !important;
|
|
72
|
+
font-weight: 700 !important;
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
&.middle_header {
|
|
76
|
+
.header_wrap{
|
|
77
|
+
font-size: 16px !important;
|
|
78
|
+
line-height: 24px !important;
|
|
79
|
+
height: 24px !important;
|
|
80
|
+
font-weight: 600 !important;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
}
|
|
84
|
+
&.small_header {
|
|
85
|
+
.header_wrap {
|
|
86
|
+
font-size: 14px !important;
|
|
87
|
+
line-height: 22px !important;
|
|
88
|
+
height: 22px !important;
|
|
89
|
+
font-weight: 700 !important;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
&.default_header {
|
|
93
|
+
.header_wrap {
|
|
94
|
+
font-size: 16px;
|
|
95
|
+
line-height: 24px;
|
|
96
|
+
height: 24px;
|
|
97
|
+
font-weight: 600;
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
@@ -9,6 +9,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
|
|
10
10
|
var _reactColor = require("react-color");
|
|
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,26 @@
|
|
|
1
|
+
.m-color-picker-panel {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
position: absolute;
|
|
4
|
+
|
|
5
|
+
.panel-bg {
|
|
6
|
+
position: fixed;
|
|
7
|
+
z-index: 0;
|
|
8
|
+
top: 0;
|
|
9
|
+
left: 0;
|
|
10
|
+
right: 0;
|
|
11
|
+
bottom: 0;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sketch-picker {
|
|
15
|
+
.flexbox-fix:last-child {
|
|
16
|
+
>div>span>div {
|
|
17
|
+
border-radius: 50px !important;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
div[title="rgba(255,255,255,0)"] {
|
|
21
|
+
background: url('./imgs/no-color.png') !important;
|
|
22
|
+
background-size: 100% !important;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -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 _locale = require("../../locale");
|
|
13
15
|
|
|
14
16
|
var _ColorPicker = _interopRequireDefault(require("../ColorPicker"));
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
.m-color-picker-input {
|
|
2
|
+
position: relative;
|
|
3
|
+
|
|
4
|
+
.input-color {
|
|
5
|
+
height: 60px;
|
|
6
|
+
background: #FFFFFF;
|
|
7
|
+
border: 1px solid #D2D9E5;
|
|
8
|
+
border-radius: 8px;
|
|
9
|
+
padding: 12px;
|
|
10
|
+
display: flex;
|
|
11
|
+
align-items: center;
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
|
|
14
|
+
.color-icon {
|
|
15
|
+
display: inline-block;
|
|
16
|
+
width: 36px;
|
|
17
|
+
height: 36px;
|
|
18
|
+
background-color: #000;
|
|
19
|
+
border-radius: 50px;
|
|
20
|
+
border: 1px solid #EDF0F4;
|
|
21
|
+
|
|
22
|
+
&.transparent {
|
|
23
|
+
background: url('./imgs/code.png') !important;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.color-value {
|
|
28
|
+
font-family: 'Open Sans';
|
|
29
|
+
font-style: normal;
|
|
30
|
+
font-weight: 600;
|
|
31
|
+
font-size: 16px;
|
|
32
|
+
color: #232F46;
|
|
33
|
+
margin-left: 12px;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
&.dot {
|
|
38
|
+
.input-color {
|
|
39
|
+
border: none;
|
|
40
|
+
border-radius: 8px;
|
|
41
|
+
|
|
42
|
+
.color-icon {
|
|
43
|
+
border-radius: 8px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.color-value {
|
|
48
|
+
display: none;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
}
|
|
@@ -13,6 +13,8 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
13
13
|
|
|
14
14
|
var _commonUtil = require("../../utils/commonUtil");
|
|
15
15
|
|
|
16
|
+
require("./index.less");
|
|
17
|
+
|
|
16
18
|
var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
17
19
|
|
|
18
20
|
var _coreUtil = require("../../utils/coreUtil");
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
.count-down-wrap {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
font-family: 'Montserrat';
|
|
6
|
+
gap: 4px;
|
|
7
|
+
|
|
8
|
+
.num {
|
|
9
|
+
background: #CC1D20;
|
|
10
|
+
border-radius: 4px;
|
|
11
|
+
font-style: normal;
|
|
12
|
+
font-weight: 500;
|
|
13
|
+
font-size: 12px;
|
|
14
|
+
color: #FFFFFF;
|
|
15
|
+
height: 16px;
|
|
16
|
+
line-height: 17px;
|
|
17
|
+
width: 24px;
|
|
18
|
+
text-align: center;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.pots {
|
|
22
|
+
display: none;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&.pc {
|
|
26
|
+
background-color: #F9CA1C;
|
|
27
|
+
border-radius: 20px;
|
|
28
|
+
padding: 0 12px;
|
|
29
|
+
gap: 2px;
|
|
30
|
+
|
|
31
|
+
.icon_time {
|
|
32
|
+
margin-right: 2px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.num {
|
|
36
|
+
background: none;
|
|
37
|
+
font-style: normal;
|
|
38
|
+
font-weight: 700;
|
|
39
|
+
font-size: 20px;
|
|
40
|
+
color: #000;
|
|
41
|
+
height: 36px;
|
|
42
|
+
line-height: 38px;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.pots {
|
|
46
|
+
display: inline-block;
|
|
47
|
+
font-style: normal;
|
|
48
|
+
font-weight: 700;
|
|
49
|
+
font-size: 20px;
|
|
50
|
+
color: #000;
|
|
51
|
+
height: 36px;
|
|
52
|
+
line-height: 35px;
|
|
53
|
+
margin-left: 3px;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -11,6 +11,10 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
11
11
|
|
|
12
12
|
var _reactCropper = _interopRequireDefault(require("react-cropper"));
|
|
13
13
|
|
|
14
|
+
require("cropperjs/dist/cropper.css");
|
|
15
|
+
|
|
16
|
+
require("./index.less");
|
|
17
|
+
|
|
14
18
|
var _locale = require("../../locale");
|
|
15
19
|
|
|
16
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
.cropperModalWrap {
|
|
2
|
+
background: #000;
|
|
3
|
+
position: fixed;
|
|
4
|
+
z-index: 1000;
|
|
5
|
+
top: 0;
|
|
6
|
+
bottom: 0;
|
|
7
|
+
left: 0;
|
|
8
|
+
right: 0;
|
|
9
|
+
display: flex;
|
|
10
|
+
justify-content: center;
|
|
11
|
+
align-items: center;
|
|
12
|
+
|
|
13
|
+
.btnWrap {
|
|
14
|
+
span {
|
|
15
|
+
color: #fff;
|
|
16
|
+
font-size: 18px;
|
|
17
|
+
position: absolute;
|
|
18
|
+
bottom: 10px;
|
|
19
|
+
|
|
20
|
+
&:first-child {
|
|
21
|
+
left: 12px;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&:last-child {
|
|
25
|
+
right: 12px;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
package/es/common/Field/index.js
CHANGED
|
@@ -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
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
15
|
|
|
14
16
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.m-field {
|
|
2
|
+
margin-bottom: 20px;
|
|
3
|
+
|
|
4
|
+
&.topSplit {
|
|
5
|
+
border-top: 1px dashed #D2D9E5;
|
|
6
|
+
padding-top: 16px;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
&.split {
|
|
10
|
+
border-bottom: 1px dashed #D2D9E5;
|
|
11
|
+
padding-bottom: 16px;
|
|
12
|
+
|
|
13
|
+
&.bold {
|
|
14
|
+
border-bottom: 8px solid #EDF0F4;
|
|
15
|
+
border-radius: 2px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
&.solid {
|
|
19
|
+
border-bottom: 1px solid #D2D9E5;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.field-item {
|
|
24
|
+
display: flex;
|
|
25
|
+
flex-direction: column;
|
|
26
|
+
|
|
27
|
+
&.horizontal {
|
|
28
|
+
flex-direction: row;
|
|
29
|
+
justify-content: space-between;
|
|
30
|
+
align-items: center;
|
|
31
|
+
|
|
32
|
+
.field-title {
|
|
33
|
+
margin-bottom: 0;
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.field-title {
|
|
38
|
+
font-family: 'Open Sans';
|
|
39
|
+
font-style: normal;
|
|
40
|
+
font-weight: 600;
|
|
41
|
+
font-size: 16px;
|
|
42
|
+
color: #232F46;
|
|
43
|
+
margin-bottom: 12px;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -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 _ColorPicker = _interopRequireDefault(require("../ColorPicker"));
|
|
13
15
|
|
|
14
16
|
var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
.m-font-styles {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: flex;
|
|
4
|
+
align-items: center;
|
|
5
|
+
|
|
6
|
+
.item {
|
|
7
|
+
min-width: 40px;
|
|
8
|
+
height: 40px;
|
|
9
|
+
line-height: 45px;
|
|
10
|
+
text-align: center;
|
|
11
|
+
background: #fff;
|
|
12
|
+
border-radius: 6px;
|
|
13
|
+
margin-right: 12px;
|
|
14
|
+
cursor: pointer;
|
|
15
|
+
display: inline-flex;
|
|
16
|
+
align-items: center;
|
|
17
|
+
justify-content: center;
|
|
18
|
+
flex-direction: column;
|
|
19
|
+
|
|
20
|
+
&.active {
|
|
21
|
+
background: #E9F0FF;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.text-color-line {
|
|
25
|
+
display: block;
|
|
26
|
+
width: 15px;
|
|
27
|
+
height: 3px;
|
|
28
|
+
margin-top: -1px;
|
|
29
|
+
border-radius: 50px;
|
|
30
|
+
background-color: #000;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.item-text-align {
|
|
35
|
+
flex-direction: row;
|
|
36
|
+
padding: 0 9px;
|
|
37
|
+
margin-right: 0;
|
|
38
|
+
cursor: default;
|
|
39
|
+
flex: 0 0 95px;
|
|
40
|
+
|
|
41
|
+
.item-icon {
|
|
42
|
+
display: inline-flex;
|
|
43
|
+
align-items: center;
|
|
44
|
+
justify-content: center;
|
|
45
|
+
width: 22px;
|
|
46
|
+
height: 22px;
|
|
47
|
+
background-color: transparent;
|
|
48
|
+
margin-right: 5px;
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
|
|
51
|
+
&:last-child {
|
|
52
|
+
margin-right: 0;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
&.active {
|
|
56
|
+
background: #FFFFFF;
|
|
57
|
+
box-shadow: -1px -1px 4px rgba(45, 48, 64, 0.08), 1px 1px 4px rgba(45, 48, 64, 0.08);
|
|
58
|
+
border-radius: 4px;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -15,6 +15,8 @@ var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
|
15
15
|
|
|
16
16
|
var _commonUtil = require("../../utils/commonUtil");
|
|
17
17
|
|
|
18
|
+
require("./index.less");
|
|
19
|
+
|
|
18
20
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
19
21
|
|
|
20
22
|
var __extends = void 0 && (void 0).__extends || function () {
|