@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
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.