@sima-land/moleculas 16.0.0-alpha.2 → 16.0.0-alpha.21
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/README.md +23 -0
- package/common/components/badge/badge.d.ts +8 -0
- package/common/components/badge/badge.js +55 -0
- package/common/components/badge/badge.js.map +1 -0
- package/common/components/badge/badge.m.scss +81 -0
- package/common/components/badge/index.d.ts +2 -19
- package/common/components/badge/index.js +3 -80
- package/common/components/badge/index.js.map +1 -0
- package/common/components/badge/types.d.ts +26 -0
- package/common/components/{intractive-image → badge}/types.js +1 -0
- package/common/components/badge/types.js.map +1 -0
- package/common/components/badge-list/badge-list.d.ts +29 -0
- package/common/components/badge-list/badge-list.js +38 -0
- package/common/components/badge-list/badge-list.js.map +1 -0
- package/common/components/badge-list/index.d.ts +1 -29
- package/common/components/badge-list/index.js +3 -56
- package/common/components/badge-list/index.js.map +1 -0
- package/common/components/breadcrumbs/breadcrumbs.d.ts +46 -0
- package/common/components/breadcrumbs/breadcrumbs.js +83 -0
- package/common/components/breadcrumbs/breadcrumbs.js.map +1 -0
- package/common/components/breadcrumbs/breadcrumbs.m.scss +113 -0
- package/common/components/breadcrumbs/index.d.ts +2 -0
- package/common/components/breadcrumbs/index.js +7 -0
- package/common/components/breadcrumbs/index.js.map +1 -0
- package/common/components/breadcrumbs/types.d.ts +8 -0
- package/common/{types.js → components/breadcrumbs/types.js} +1 -0
- package/common/components/breadcrumbs/types.js.map +1 -0
- package/common/components/img-stub/img-stub.d.ts +14 -0
- package/common/components/img-stub/img-stub.js +21 -0
- package/common/components/img-stub/img-stub.js.map +1 -0
- package/common/components/img-stub/img-stub.m.scss +36 -0
- package/common/components/img-stub/index.d.ts +1 -0
- package/common/components/img-stub/index.js +6 -0
- package/common/components/img-stub/index.js.map +1 -0
- package/common/components/{intractive-image → interactive-image}/index.js +1 -0
- package/common/components/interactive-image/index.js.map +1 -0
- package/common/components/interactive-image/interactive-image.d.ts +15 -0
- package/common/components/interactive-image/interactive-image.js +56 -0
- package/common/components/interactive-image/interactive-image.js.map +1 -0
- package/common/components/{intractive-image → interactive-image}/types.d.ts +4 -4
- package/common/components/interactive-image/types.js +3 -0
- package/common/components/interactive-image/types.js.map +1 -0
- package/common/components/media-gallery/index.d.ts +2 -0
- package/common/components/media-gallery/index.js +7 -0
- package/common/components/media-gallery/index.js.map +1 -0
- package/common/components/media-gallery/media-gallery.d.ts +16 -0
- package/common/components/media-gallery/media-gallery.js +90 -0
- package/common/components/media-gallery/media-gallery.js.map +1 -0
- package/common/components/media-gallery/media-gallery.m.scss +35 -0
- package/common/components/media-gallery/types.d.ts +12 -0
- package/common/components/media-gallery/types.js +3 -0
- package/common/components/media-gallery/types.js.map +1 -0
- package/common/components/media-gallery/utils.d.ts +38 -0
- package/common/components/media-gallery/utils.js +102 -0
- package/common/components/media-gallery/utils.js.map +1 -0
- package/common/components/media-modal/__mocks__/images/armchair.jpg +0 -0
- package/common/components/media-modal/__mocks__/images/cup.jpg +0 -0
- package/common/components/media-modal/__mocks__/images/plant.jpg +0 -0
- package/common/components/media-modal/__mocks__/images/stump.jpg +0 -0
- package/common/components/media-modal/__mocks__/images/table.jpg +0 -0
- package/common/components/media-modal/__mocks__/images/vase.jpg +0 -0
- package/common/components/media-modal/__mocks__/index.d.ts +3 -0
- package/common/components/media-modal/__mocks__/index.js +251 -0
- package/common/components/media-modal/__mocks__/index.js.map +1 -0
- package/common/components/media-modal/__mocks__/thumbnails/armchair.jpg +0 -0
- package/common/components/media-modal/__mocks__/thumbnails/cup.jpg +0 -0
- package/common/components/media-modal/__mocks__/thumbnails/plant.jpg +0 -0
- package/common/components/media-modal/__mocks__/thumbnails/stump.jpg +0 -0
- package/common/components/media-modal/__mocks__/thumbnails/table.jpg +0 -0
- package/common/components/media-modal/__mocks__/thumbnails/vase.jpg +0 -0
- package/common/components/media-modal/__mocks__/thumbnails/video3404953.jpg +0 -0
- package/common/components/media-modal/__mocks__/thumbnails/video3619217.jpg +0 -0
- package/common/components/media-modal/__mocks__/thumbnails/video4093038.jpg +0 -0
- package/common/components/media-modal/__mocks__/thumbnails/video6907296.jpg +0 -0
- package/common/components/media-modal/index.d.ts +11 -0
- package/common/components/media-modal/index.js +29 -0
- package/common/components/media-modal/index.js.map +1 -0
- package/common/components/media-modal/layout.d.ts +36 -0
- package/common/components/media-modal/layout.js +81 -0
- package/common/components/media-modal/layout.js.map +1 -0
- package/common/components/media-modal/layout.m.scss +78 -0
- package/common/components/media-modal/parts/all-round-view.d.ts +7 -0
- package/common/components/media-modal/parts/all-round-view.js +42 -0
- package/common/components/media-modal/parts/all-round-view.js.map +1 -0
- package/common/components/media-modal/parts/all-round-view.m.scss +30 -0
- package/common/components/media-modal/parts/index.d.ts +36 -0
- package/common/components/media-modal/parts/index.js +65 -0
- package/common/components/media-modal/parts/index.js.map +1 -0
- package/common/components/media-modal/parts/media-area.d.ts +25 -0
- package/common/components/media-modal/parts/media-area.js +61 -0
- package/common/components/media-modal/parts/media-area.js.map +1 -0
- package/common/components/media-modal/parts/media-area.m.scss +21 -0
- package/common/components/media-modal/parts/media-view.d.ts +20 -0
- package/common/components/media-modal/parts/media-view.js +46 -0
- package/common/components/media-modal/parts/media-view.js.map +1 -0
- package/common/components/media-modal/parts/media-view.m.scss +34 -0
- package/common/components/media-modal/parts/parts.m.scss +21 -0
- package/common/components/media-modal/parts/product-brief.d.ts +20 -0
- package/common/components/media-modal/parts/product-brief.js +40 -0
- package/common/components/media-modal/parts/product-brief.js.map +1 -0
- package/common/components/media-modal/parts/product-brief.m.scss +149 -0
- package/common/components/media-modal/parts/review.d.ts +15 -0
- package/common/components/media-modal/parts/review.js +32 -0
- package/common/components/media-modal/parts/review.js.map +1 -0
- package/common/components/media-modal/parts/review.m.scss +86 -0
- package/common/components/media-modal/parts/scroll-section.d.ts +11 -0
- package/common/components/media-modal/parts/scroll-section.js +20 -0
- package/common/components/media-modal/parts/scroll-section.js.map +1 -0
- package/common/components/media-modal/parts/scroll-section.m.scss +32 -0
- package/common/components/media-modal/parts/thumbnail.d.ts +22 -0
- package/common/components/media-modal/parts/thumbnail.js +36 -0
- package/common/components/media-modal/parts/thumbnail.js.map +1 -0
- package/common/components/media-modal/parts/thumbnail.m.scss +156 -0
- package/common/components/media-modal/parts/thumbnails.d.ts +13 -0
- package/common/components/media-modal/parts/thumbnails.js +60 -0
- package/common/components/media-modal/parts/thumbnails.js.map +1 -0
- package/common/components/media-modal/parts/thumbnails.m.scss +16 -0
- package/common/components/media-modal/types.d.ts +18 -0
- package/common/components/media-modal/types.js +3 -0
- package/common/components/media-modal/types.js.map +1 -0
- package/common/components/media-modal/utils.d.ts +42 -0
- package/common/components/media-modal/utils.js +110 -0
- package/common/components/media-modal/utils.js.map +1 -0
- package/common/components/modifier/index.d.ts +2 -46
- package/common/components/modifier/index.js +4 -99
- package/common/components/modifier/index.js.map +1 -0
- package/common/components/modifier/modifier.d.ts +13 -0
- package/common/components/modifier/modifier.js +74 -0
- package/common/components/modifier/modifier.js.map +1 -0
- package/common/components/modifier/{modifiers.module.scss → modifier.m.scss} +61 -0
- package/common/components/modifier/types.d.ts +35 -0
- package/common/components/modifier/types.js +3 -0
- package/common/components/modifier/types.js.map +1 -0
- package/common/components/pagination-controls/index.d.ts +2 -0
- package/common/components/pagination-controls/index.js +9 -0
- package/common/components/pagination-controls/index.js.map +1 -0
- package/common/components/pagination-controls/pagination-controls.d.ts +30 -0
- package/common/components/pagination-controls/pagination-controls.js +72 -0
- package/common/components/pagination-controls/pagination-controls.js.map +1 -0
- package/common/components/pagination-controls/pagination-controls.m.scss +70 -0
- package/common/components/pagination-controls/types.d.ts +20 -0
- package/common/components/pagination-controls/types.js +3 -0
- package/common/components/pagination-controls/types.js.map +1 -0
- package/common/components/product-info/index.d.ts +1 -16
- package/common/components/product-info/index.js +5 -41
- package/common/components/product-info/index.js.map +1 -0
- package/common/components/product-info/parts.d.ts +22 -21
- package/common/components/product-info/parts.js +35 -83
- package/common/components/product-info/parts.js.map +1 -0
- package/common/components/product-info/product-info.d.ts +15 -0
- package/common/components/product-info/product-info.js +33 -0
- package/common/components/product-info/product-info.js.map +1 -0
- package/common/components/product-info/{product-info.module.scss → product-info.m.scss} +9 -0
- package/common/components/product-info/types.d.ts +2 -2
- package/common/components/product-info/types.js +1 -0
- package/common/components/product-info/types.js.map +1 -0
- package/common/components/product-info/utils.js +1 -0
- package/common/components/product-info/utils.js.map +1 -0
- package/common/components/rating-counter/index.d.ts +1 -25
- package/common/components/rating-counter/index.js +3 -35
- package/common/components/rating-counter/index.js.map +1 -0
- package/common/components/rating-counter/rating-counter-util.scss +1 -1
- package/common/components/rating-counter/rating-counter.d.ts +35 -0
- package/common/components/rating-counter/rating-counter.js +24 -0
- package/common/components/rating-counter/rating-counter.js.map +1 -0
- package/common/hooks/index.d.ts +19 -0
- package/common/hooks/index.js +39 -0
- package/common/hooks/index.js.map +1 -0
- package/desktop/components/breadcrumbs/breadcrumbs.d.ts +31 -0
- package/desktop/components/breadcrumbs/breadcrumbs.js +56 -0
- package/desktop/components/breadcrumbs/breadcrumbs.js.map +1 -0
- package/desktop/components/breadcrumbs/{breadcrumbs.module.scss → breadcrumbs.m.scss} +36 -1
- package/desktop/components/breadcrumbs/index.d.ts +1 -28
- package/desktop/components/breadcrumbs/index.js +3 -80
- package/desktop/components/breadcrumbs/index.js.map +1 -0
- package/desktop/components/gallery-modal/__mocks__/index.js +1 -0
- package/desktop/components/gallery-modal/__mocks__/index.js.map +1 -0
- package/desktop/components/gallery-modal/components/all-round-view.d.ts +5 -2
- package/desktop/components/gallery-modal/components/all-round-view.js +47 -62
- package/desktop/components/gallery-modal/components/all-round-view.js.map +1 -0
- package/desktop/components/gallery-modal/components/{all-round-view.module.scss → all-round-view.m.scss} +5 -0
- package/desktop/components/gallery-modal/components/gallery-modal.d.ts +4 -5
- package/desktop/components/gallery-modal/components/gallery-modal.js +16 -66
- package/desktop/components/gallery-modal/components/gallery-modal.js.map +1 -0
- package/desktop/components/gallery-modal/components/{gallery-modal.module.scss → gallery-modal.m.scss} +5 -3
- package/desktop/components/gallery-modal/components/image-overlay.d.ts +3 -3
- package/desktop/components/gallery-modal/components/image-overlay.js +4 -17
- package/desktop/components/gallery-modal/components/image-overlay.js.map +1 -0
- package/desktop/components/gallery-modal/components/{image-overlay.module.scss → image-overlay.m.scss} +1 -0
- package/desktop/components/gallery-modal/components/review-info.d.ts +1 -1
- package/desktop/components/gallery-modal/components/review-info.js +11 -52
- package/desktop/components/gallery-modal/components/review-info.js.map +1 -0
- package/desktop/components/gallery-modal/components/thumbnail.d.ts +3 -3
- package/desktop/components/gallery-modal/components/thumbnail.js +7 -10
- package/desktop/components/gallery-modal/components/thumbnail.js.map +1 -0
- package/desktop/components/gallery-modal/index.js +1 -0
- package/desktop/components/gallery-modal/index.js.map +1 -0
- package/desktop/components/gallery-modal/types.js +1 -0
- package/desktop/components/gallery-modal/types.js.map +1 -0
- package/desktop/components/gallery-modal/utils.d.ts +5 -3
- package/desktop/components/gallery-modal/utils.js +18 -8
- package/desktop/components/gallery-modal/utils.js.map +1 -0
- package/desktop/components/person-info/index.d.ts +1 -41
- package/desktop/components/person-info/index.js +3 -43
- package/desktop/components/person-info/index.js.map +1 -0
- package/desktop/components/person-info/person-info.d.ts +42 -0
- package/desktop/components/person-info/person-info.js +24 -0
- package/desktop/components/person-info/person-info.js.map +1 -0
- package/desktop/components/person-info/{person-info.module.scss → person-info.m.scss} +1 -1
- package/desktop/components/product-card/index.d.ts +2 -26
- package/desktop/components/product-card/index.js +7 -103
- package/desktop/components/product-card/index.js.map +1 -0
- package/desktop/components/product-card/product-card.d.ts +23 -0
- package/desktop/components/product-card/product-card.js +94 -0
- package/desktop/components/product-card/product-card.js.map +1 -0
- package/desktop/components/product-card/types.d.ts +19 -0
- package/desktop/components/product-card/types.js +3 -0
- package/desktop/components/product-card/types.js.map +1 -0
- package/desktop/components/product-carousel/hover-card.d.ts +2 -7
- package/desktop/components/product-carousel/hover-card.js +13 -49
- package/desktop/components/product-carousel/hover-card.js.map +1 -0
- package/desktop/components/product-carousel/{hover-card.module.scss → hover-card.m.scss} +2 -2
- package/desktop/components/product-carousel/index.d.ts +2 -31
- package/desktop/components/product-carousel/index.js +3 -133
- package/desktop/components/product-carousel/index.js.map +1 -0
- package/desktop/components/product-carousel/product-carousel.d.ts +7 -0
- package/desktop/components/product-carousel/product-carousel.js +95 -0
- package/desktop/components/product-carousel/product-carousel.js.map +1 -0
- package/desktop/components/product-carousel/{product-carousel.module.scss → product-carousel.m.scss} +1 -1
- package/desktop/components/product-carousel/types.d.ts +33 -0
- package/desktop/components/product-carousel/types.js +3 -0
- package/desktop/components/product-carousel/types.js.map +1 -0
- package/desktop/components/product-carousel/utils.d.ts +4 -4
- package/desktop/components/product-carousel/utils.js +8 -7
- package/desktop/components/product-carousel/utils.js.map +1 -0
- package/desktop/components/promotion-card/banner-title.d.ts +2 -3
- package/desktop/components/promotion-card/banner-title.js +9 -19
- package/desktop/components/promotion-card/banner-title.js.map +1 -0
- package/desktop/components/promotion-card/estimate.d.ts +1 -2
- package/desktop/components/promotion-card/estimate.js +3 -5
- package/desktop/components/promotion-card/estimate.js.map +1 -0
- package/desktop/components/promotion-card/index.d.ts +4 -31
- package/desktop/components/promotion-card/index.js +10 -83
- package/desktop/components/promotion-card/index.js.map +1 -0
- package/desktop/components/promotion-card/placeholder.d.ts +4 -2
- package/desktop/components/promotion-card/placeholder.js +4 -6
- package/desktop/components/promotion-card/placeholder.js.map +1 -0
- package/desktop/components/promotion-card/promotion-card.d.ts +32 -0
- package/desktop/components/promotion-card/promotion-card.js +39 -0
- package/desktop/components/promotion-card/promotion-card.js.map +1 -0
- package/desktop/components/promotion-card/{index.module.scss → promotion-card.m.scss} +8 -6
- package/desktop/components/promotion-card/types.js +1 -0
- package/desktop/components/promotion-card/types.js.map +1 -0
- package/mobile/components/action-circles/action-circles.d.ts +22 -0
- package/mobile/components/action-circles/action-circles.js +31 -0
- package/mobile/components/action-circles/action-circles.js.map +1 -0
- package/mobile/components/action-circles/index.d.ts +1 -22
- package/mobile/components/action-circles/index.js +3 -29
- package/mobile/components/action-circles/index.js.map +1 -0
- package/mobile/components/action-list/action-list.d.ts +29 -0
- package/mobile/components/action-list/action-list.js +40 -0
- package/mobile/components/action-list/action-list.js.map +1 -0
- package/mobile/components/action-list/index.d.ts +1 -23
- package/mobile/components/action-list/index.js +5 -34
- package/mobile/components/action-list/index.js.map +1 -0
- package/mobile/components/breadcrumbs/breadcrumbs.d.ts +12 -0
- package/mobile/components/breadcrumbs/breadcrumbs.js +17 -0
- package/mobile/components/breadcrumbs/breadcrumbs.js.map +1 -0
- package/mobile/components/breadcrumbs/index.d.ts +1 -13
- package/mobile/components/breadcrumbs/index.js +3 -13
- package/mobile/components/breadcrumbs/index.js.map +1 -0
- package/mobile/components/person-info/index.d.ts +1 -44
- package/mobile/components/person-info/index.js +4 -55
- package/mobile/components/person-info/index.js.map +1 -0
- package/mobile/components/person-info/person-info.d.ts +46 -0
- package/mobile/components/person-info/person-info.js +41 -0
- package/mobile/components/person-info/person-info.js.map +1 -0
- package/mobile/components/person-info/{person-info.module.scss → person-info.m.scss} +9 -16
- package/mobile/components/product-row/index.d.ts +1 -41
- package/mobile/components/product-row/index.js +3 -56
- package/mobile/components/product-row/index.js.map +1 -0
- package/mobile/components/product-row/product-row.d.ts +40 -0
- package/mobile/components/product-row/product-row.js +29 -0
- package/mobile/components/product-row/product-row.js.map +1 -0
- package/mobile/components/product-slider/index.d.ts +1 -17
- package/mobile/components/product-slider/index.js +3 -57
- package/mobile/components/product-slider/index.js.map +1 -0
- package/mobile/components/product-slider/product-slider.d.ts +17 -0
- package/mobile/components/product-slider/product-slider.js +37 -0
- package/mobile/components/product-slider/product-slider.js.map +1 -0
- package/mobile/components/search-bar/index.d.ts +1 -39
- package/mobile/components/search-bar/index.js +4 -104
- package/mobile/components/search-bar/index.js.map +1 -0
- package/mobile/components/search-bar/search-bar.d.ts +39 -0
- package/mobile/components/search-bar/search-bar.js +64 -0
- package/mobile/components/search-bar/search-bar.js.map +1 -0
- package/mobile/components/search-bar/{search-bar.module.scss → search-bar.m.scss} +6 -6
- package/mobile/components/select-screen/index.d.ts +1 -20
- package/mobile/components/select-screen/index.js +4 -65
- package/mobile/components/select-screen/index.js.map +1 -0
- package/mobile/components/select-screen/select-screen.d.ts +20 -0
- package/mobile/components/select-screen/select-screen.js +31 -0
- package/mobile/components/select-screen/select-screen.js.map +1 -0
- package/package.json +40 -52
- package/common/components/badge/badge.module.scss +0 -40
- package/common/components/intractive-image/interactive-image.d.ts +0 -15
- package/common/components/intractive-image/interactive-image.js +0 -96
- package/common/components/rating-counter/star.svg +0 -5
- package/common/constants.d.ts +0 -2
- package/common/constants.js +0 -8
- package/common/icons/eighteen-plus.svg +0 -5
- package/common/types.d.ts +0 -1
- package/desktop/components/breadcrumbs/square-arrow-down.svg +0 -8
- package/desktop/components/gallery-modal/icons/360.svg +0 -3
- package/desktop/components/gallery-modal/icons/pause.svg +0 -3
- package/desktop/components/gallery-modal/icons/turn-left.svg +0 -10
- package/desktop/components/gallery-modal/icons/turn-right.svg +0 -10
- package/desktop/components/modifiers/button/index.d.ts +0 -22
- package/desktop/components/modifiers/button/index.js +0 -48
- package/desktop/components/modifiers/button/modifier-button.module.scss +0 -85
- package/desktop/components/modifiers/group/index.d.ts +0 -15
- package/desktop/components/modifiers/group/index.js +0 -70
- package/desktop/components/modifiers/group/modifiers-group.module.scss +0 -33
- package/desktop/components/modifiers/group/utils.d.ts +0 -20
- package/desktop/components/modifiers/group/utils.js +0 -73
- package/desktop/components/modifiers/modifiers.scss +0 -8
- package/mobile/components/modifiers-list/index.d.ts +0 -22
- package/mobile/components/modifiers-list/index.js +0 -25
- package/mobile/components/modifiers-list/modifier-item/index.d.ts +0 -29
- package/mobile/components/modifiers-list/modifier-item/index.js +0 -38
- package/mobile/components/modifiers-list/modifier-item/modifier-item.module.scss +0 -70
- package/mobile/components/modifiers-list/modifiers-list.module.scss +0 -21
- package/mobile/components/pseudo-input/index.d.ts +0 -11
- package/mobile/components/pseudo-input/index.js +0 -34
- package/mobile/components/pseudo-input/pseudo-input.module.scss +0 -24
- /package/common/components/badge-list/{badge-list.module.scss → badge-list.m.scss} +0 -0
- /package/common/components/{intractive-image → interactive-image}/index.d.ts +0 -0
- /package/common/components/{intractive-image → interactive-image}/interactive-image-util.scss +0 -0
- /package/common/components/{intractive-image/interactive-image.module.scss → interactive-image/interactive-image.m.scss} +0 -0
- /package/common/components/rating-counter/{rating-counter.module.scss → rating-counter.m.scss} +0 -0
- /package/desktop/components/gallery-modal/components/{review-info.module.scss → review-info.m.scss} +0 -0
- /package/desktop/components/gallery-modal/components/{thumbnail.module.scss → thumbnail.m.scss} +0 -0
- /package/desktop/components/product-card/{product-card.module.scss → product-card.m.scss} +0 -0
- /package/desktop/components/promotion-card/{banner-title.module.scss → banner-title.m.scss} +0 -0
- /package/desktop/components/promotion-card/{placeholder.module.scss → placeholder.m.scss} +0 -0
- /package/mobile/components/action-circles/{action-circles.module.scss → action-circles.m.scss} +0 -0
- /package/mobile/components/action-list/{action-list.module.scss → action-list.m.scss} +0 -0
- /package/mobile/components/breadcrumbs/{breadcrumbs.module.scss → breadcrumbs.m.scss} +0 -0
- /package/mobile/components/product-row/{product-row.module.scss → product-row.m.scss} +0 -0
- /package/mobile/components/product-slider/{product-slider.module.scss → product-slider.m.scss} +0 -0
- /package/mobile/components/select-screen/{select-screen.module.scss → select-screen.m.scss} +0 -0
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
@use 'node_modules/@sima-land/ui-nucleons/colors';
|
|
2
|
-
@use '../modifiers';
|
|
3
|
-
|
|
4
|
-
.root {
|
|
5
|
-
position: relative;
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-wrap: wrap;
|
|
8
|
-
flex-direction: row;
|
|
9
|
-
margin: -#{modifiers.$gutter};
|
|
10
|
-
font-size: 0;
|
|
11
|
-
overflow: hidden;
|
|
12
|
-
&:not(.opened) {
|
|
13
|
-
max-height: modifiers.$groupMaxHeight;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.item {
|
|
18
|
-
height: modifiers.$minSize;
|
|
19
|
-
margin: modifiers.$gutter;
|
|
20
|
-
max-width: 100%;
|
|
21
|
-
&.hidden {
|
|
22
|
-
display: none;
|
|
23
|
-
}
|
|
24
|
-
&.invisible {
|
|
25
|
-
opacity: 0;
|
|
26
|
-
cursor: default;
|
|
27
|
-
pointer-events: none;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.opener {
|
|
32
|
-
color: colors.$basic-blue;
|
|
33
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { RefObject } from 'react';
|
|
2
|
-
export interface ViewState {
|
|
3
|
-
phase: 'default' | 'ready';
|
|
4
|
-
lastVisibleIndex: number;
|
|
5
|
-
}
|
|
6
|
-
export declare const initialViewState: ViewState;
|
|
7
|
-
/**
|
|
8
|
-
* Хук состояния отображения блока модификаторов.
|
|
9
|
-
* @param containerRef Ref элемента-контейнера.
|
|
10
|
-
* @param openerRef Ref элемента кнопки, показывающей весь список модификаторов.
|
|
11
|
-
* @return Состояние.
|
|
12
|
-
*/
|
|
13
|
-
export declare function useViewState(containerRef: RefObject<HTMLElement>, openerRef: RefObject<HTMLElement>): ViewState;
|
|
14
|
-
/**
|
|
15
|
-
* Определяет индекс последней видимой кнопки-модификатора для свернутого списка модификаторов.
|
|
16
|
-
* @param containerRef Ref элемента-контейнера.
|
|
17
|
-
* @param openerRef Ref элемента кнопки, показывающей весь список модификаторов.
|
|
18
|
-
* @return Состояние.
|
|
19
|
-
*/
|
|
20
|
-
export declare function defineViewState(containerRef: RefObject<HTMLElement>, openerRef: RefObject<HTMLElement>): ViewState;
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.defineViewState = exports.useViewState = exports.initialViewState = void 0;
|
|
7
|
-
const react_1 = require("react");
|
|
8
|
-
const hooks_1 = require("@sima-land/ui-nucleons/hooks");
|
|
9
|
-
const on_1 = __importDefault(require("@sima-land/ui-nucleons/helpers/on"));
|
|
10
|
-
exports.initialViewState = {
|
|
11
|
-
phase: 'default',
|
|
12
|
-
lastVisibleIndex: -1,
|
|
13
|
-
};
|
|
14
|
-
/**
|
|
15
|
-
* Хук состояния отображения блока модификаторов.
|
|
16
|
-
* @param containerRef Ref элемента-контейнера.
|
|
17
|
-
* @param openerRef Ref элемента кнопки, показывающей весь список модификаторов.
|
|
18
|
-
* @return Состояние.
|
|
19
|
-
*/
|
|
20
|
-
function useViewState(containerRef, openerRef) {
|
|
21
|
-
const [viewState, setViewState] = (0, react_1.useState)(exports.initialViewState);
|
|
22
|
-
(0, react_1.useEffect)(() => {
|
|
23
|
-
const off = (0, on_1.default)(window, 'resize', () => {
|
|
24
|
-
setViewState(exports.initialViewState);
|
|
25
|
-
});
|
|
26
|
-
return off;
|
|
27
|
-
}, []);
|
|
28
|
-
(0, hooks_1.useIsomorphicLayoutEffect)(() => {
|
|
29
|
-
if (viewState.phase === 'default') {
|
|
30
|
-
setViewState(defineViewState(containerRef, openerRef));
|
|
31
|
-
}
|
|
32
|
-
}, [viewState.phase, containerRef, openerRef]);
|
|
33
|
-
return viewState;
|
|
34
|
-
}
|
|
35
|
-
exports.useViewState = useViewState;
|
|
36
|
-
/**
|
|
37
|
-
* Определяет индекс последней видимой кнопки-модификатора для свернутого списка модификаторов.
|
|
38
|
-
* @param containerRef Ref элемента-контейнера.
|
|
39
|
-
* @param openerRef Ref элемента кнопки, показывающей весь список модификаторов.
|
|
40
|
-
* @return Состояние.
|
|
41
|
-
*/
|
|
42
|
-
function defineViewState(containerRef, openerRef) {
|
|
43
|
-
const state = {
|
|
44
|
-
phase: 'ready',
|
|
45
|
-
lastVisibleIndex: -1,
|
|
46
|
-
};
|
|
47
|
-
const container = containerRef.current;
|
|
48
|
-
const opener = openerRef.current;
|
|
49
|
-
if (container && opener) {
|
|
50
|
-
const parentRect = container.getBoundingClientRect();
|
|
51
|
-
const childList = [...container.children];
|
|
52
|
-
const firstHiddenNodeIndex = childList
|
|
53
|
-
.filter(child => child !== opener)
|
|
54
|
-
.findIndex(child => {
|
|
55
|
-
const childRect = child.getBoundingClientRect();
|
|
56
|
-
return childRect.top - parentRect.top >= parentRect.height;
|
|
57
|
-
});
|
|
58
|
-
if (firstHiddenNodeIndex !== -1) {
|
|
59
|
-
const lastVisibleIndex = firstHiddenNodeIndex - 1;
|
|
60
|
-
const lastVisible = childList[lastVisibleIndex];
|
|
61
|
-
if (lastVisible) {
|
|
62
|
-
const rightBound = lastVisible.getBoundingClientRect().right;
|
|
63
|
-
const rightContainerBound = container.getBoundingClientRect().right;
|
|
64
|
-
// проверяем, хватает ли кнопке места (с запасом в половину) после последнего видимого дочернего элемента
|
|
65
|
-
const isOpenerFit = rightContainerBound - rightBound >= opener.clientWidth * 1.5;
|
|
66
|
-
// если хватает места - ставим кнопку после последнего, иначе - вместо
|
|
67
|
-
state.lastVisibleIndex = lastVisibleIndex + Number(isOpenerFit);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
return state;
|
|
72
|
-
}
|
|
73
|
-
exports.defineViewState = defineViewState;
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ModifierItemProps } from './modifier-item';
|
|
3
|
-
export interface ModifierListProps {
|
|
4
|
-
/** Массив данных модификаторов. */
|
|
5
|
-
items?: ModifierItemProps[];
|
|
6
|
-
/** Графема валюты пользователя. */
|
|
7
|
-
currencyGrapheme?: string;
|
|
8
|
-
/** Url таблицы размеров. */
|
|
9
|
-
sizesTableUrl?: string;
|
|
10
|
-
/** Свойства блока-обертки. */
|
|
11
|
-
wrapperProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
12
|
-
/** Свойства блока-обертки списка модификаторов. */
|
|
13
|
-
itemsContainerProps?: React.HTMLAttributes<HTMLDivElement>;
|
|
14
|
-
/** Обработчик клика на модификатор. */
|
|
15
|
-
onItemClick?: (item: ModifierItemProps) => void;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* Компонент списка модификаторов.
|
|
19
|
-
* @param props Свойства.
|
|
20
|
-
* @return Элемент.
|
|
21
|
-
*/
|
|
22
|
-
export declare const ModifiersList: ({ items, currencyGrapheme, sizesTableUrl, wrapperProps, itemsContainerProps, onItemClick, }: ModifierListProps) => JSX.Element;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ModifiersList = void 0;
|
|
7
|
-
const react_1 = __importDefault(require("react"));
|
|
8
|
-
const modifier_item_1 = require("./modifier-item");
|
|
9
|
-
const link_1 = require("@sima-land/ui-nucleons/link");
|
|
10
|
-
const statement_1 = __importDefault(require("@sima-land/ui-quarks/icons/24x24/Stroked/statement"));
|
|
11
|
-
const modifiers_list_module_scss_1 = __importDefault(require("./modifiers-list.module.scss"));
|
|
12
|
-
const bind_1 = __importDefault(require("classnames/bind"));
|
|
13
|
-
const cx = bind_1.default.bind(modifiers_list_module_scss_1.default);
|
|
14
|
-
/**
|
|
15
|
-
* Компонент списка модификаторов.
|
|
16
|
-
* @param props Свойства.
|
|
17
|
-
* @return Элемент.
|
|
18
|
-
*/
|
|
19
|
-
const ModifiersList = ({ items, currencyGrapheme, sizesTableUrl, wrapperProps, itemsContainerProps, onItemClick, }) => (react_1.default.createElement("div", Object.assign({}, wrapperProps),
|
|
20
|
-
sizesTableUrl && (react_1.default.createElement("div", { className: cx('sizes-table-wrapper') },
|
|
21
|
-
react_1.default.createElement(link_1.Link, { className: cx('sizes-table-link'), href: sizesTableUrl },
|
|
22
|
-
"\u0422\u0430\u0431\u043B\u0438\u0446\u0430 \u0440\u0430\u0437\u043C\u0435\u0440\u043E\u0432",
|
|
23
|
-
react_1.default.createElement(statement_1.default, { role: 'presentation', className: cx('sizes-table-icon') })))),
|
|
24
|
-
Array.isArray(items) && (react_1.default.createElement("div", Object.assign({}, itemsContainerProps), items.map((item, index) => (react_1.default.createElement(modifier_item_1.ModifierItem, Object.assign({ key: index }, item, { onClick: () => onItemClick && onItemClick(item), currencyGrapheme: currencyGrapheme }))))))));
|
|
25
|
-
exports.ModifiersList = ModifiersList;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ModifierType } from '../../../../common/types';
|
|
3
|
-
export interface ModifierItemProps {
|
|
4
|
-
name: string;
|
|
5
|
-
selected?: boolean;
|
|
6
|
-
type?: ModifierType;
|
|
7
|
-
color?: string;
|
|
8
|
-
image?: string;
|
|
9
|
-
price: number;
|
|
10
|
-
currencyGrapheme?: string;
|
|
11
|
-
additionalText?: string;
|
|
12
|
-
onClick?: React.MouseEventHandler<HTMLDivElement>;
|
|
13
|
-
}
|
|
14
|
-
export declare const cx: (...args: import("classnames").ArgumentArray) => string;
|
|
15
|
-
/**
|
|
16
|
-
* Компонент модификатора в списке.
|
|
17
|
-
* @param props Свойства компонента.
|
|
18
|
-
* @param props.name Наименование модификатора.
|
|
19
|
-
* @param props.selected Выбран ли модификатор.
|
|
20
|
-
* @param props.type Тип модификатора.
|
|
21
|
-
* @param props.color Цвет модификатора.
|
|
22
|
-
* @param props.image URL изображения модификатора.
|
|
23
|
-
* @param props.price Цена товара-модификатора.
|
|
24
|
-
* @param props.currencyGrapheme Графема валюты пользователя.
|
|
25
|
-
* @param props.additionalText Дополнительный текст.
|
|
26
|
-
* @param props.onClick Обработчик клика на модификатор.
|
|
27
|
-
* @return Элемент.
|
|
28
|
-
*/
|
|
29
|
-
export declare const ModifierItem: ({ name, selected, type, color, image, price, currencyGrapheme, additionalText, onClick, }: ModifierItemProps) => JSX.Element;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ModifierItem = exports.cx = void 0;
|
|
7
|
-
const react_1 = __importDefault(require("react"));
|
|
8
|
-
const modifier_item_module_scss_1 = __importDefault(require("./modifier-item.module.scss"));
|
|
9
|
-
const bind_1 = __importDefault(require("classnames/bind"));
|
|
10
|
-
const price_1 = require("@sima-land/ui-nucleons/price");
|
|
11
|
-
const text_1 = require("@sima-land/ui-nucleons/text");
|
|
12
|
-
const check_1 = __importDefault(require("@sima-land/ui-quarks/icons/24x24/Stroked/check"));
|
|
13
|
-
const constants_1 = require("../../../../common/constants");
|
|
14
|
-
exports.cx = bind_1.default.bind(modifier_item_module_scss_1.default);
|
|
15
|
-
/**
|
|
16
|
-
* Компонент модификатора в списке.
|
|
17
|
-
* @param props Свойства компонента.
|
|
18
|
-
* @param props.name Наименование модификатора.
|
|
19
|
-
* @param props.selected Выбран ли модификатор.
|
|
20
|
-
* @param props.type Тип модификатора.
|
|
21
|
-
* @param props.color Цвет модификатора.
|
|
22
|
-
* @param props.image URL изображения модификатора.
|
|
23
|
-
* @param props.price Цена товара-модификатора.
|
|
24
|
-
* @param props.currencyGrapheme Графема валюты пользователя.
|
|
25
|
-
* @param props.additionalText Дополнительный текст.
|
|
26
|
-
* @param props.onClick Обработчик клика на модификатор.
|
|
27
|
-
* @return Элемент.
|
|
28
|
-
*/
|
|
29
|
-
const ModifierItem = ({ name, selected, type = 'text', color, image, price, currencyGrapheme, additionalText, onClick, }) => (react_1.default.createElement("div", { onClick: onClick, className: (0, exports.cx)('wrapper', selected && 'selected') },
|
|
30
|
-
Boolean(type === constants_1.MODIFIER_TYPE.image && image) && (react_1.default.createElement("img", { className: (0, exports.cx)('adornment'), src: image, alt: name })),
|
|
31
|
-
Boolean(type === constants_1.MODIFIER_TYPE.color && color) && (react_1.default.createElement("div", { className: (0, exports.cx)('adornment', 'color'), style: { backgroundColor: color } })),
|
|
32
|
-
react_1.default.createElement("div", { className: (0, exports.cx)('info') },
|
|
33
|
-
react_1.default.createElement("span", { className: (0, exports.cx)('name') }, name),
|
|
34
|
-
Boolean(price) && (react_1.default.createElement(price_1.Price, { value: price, currencyGrapheme: currencyGrapheme, className: (0, exports.cx)('price', additionalText && 'additional') })),
|
|
35
|
-
Boolean(additionalText) && (react_1.default.createElement(text_1.Text, { color: 'basic-gray38', children: additionalText, size: 12, lineHeight: 16 }))),
|
|
36
|
-
react_1.default.createElement("div", { className: (0, exports.cx)('icon-wrapper') }, selected && (react_1.default.createElement("div", { className: (0, exports.cx)('icon') },
|
|
37
|
-
react_1.default.createElement(check_1.default, { fill: '#fff', role: 'presentation' }))))));
|
|
38
|
-
exports.ModifierItem = ModifierItem;
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
@use 'node_modules/@sima-land/ui-nucleons/colors';
|
|
2
|
-
|
|
3
|
-
.wrapper {
|
|
4
|
-
box-sizing: border-box;
|
|
5
|
-
cursor: pointer;
|
|
6
|
-
display: flex;
|
|
7
|
-
padding: 16px;
|
|
8
|
-
width: 100%;
|
|
9
|
-
&:not(:last-child) {
|
|
10
|
-
box-shadow: inset 0 -1px 0 colors.$basic-gray12;
|
|
11
|
-
}
|
|
12
|
-
&.selected {
|
|
13
|
-
background: colors.$basic-gray4;
|
|
14
|
-
cursor: auto;
|
|
15
|
-
pointer-events: none;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.adornment {
|
|
20
|
-
flex-shrink: 0;
|
|
21
|
-
display: block;
|
|
22
|
-
width: 48px;
|
|
23
|
-
height: 48px;
|
|
24
|
-
margin-right: 16px;
|
|
25
|
-
border-radius: 4px;
|
|
26
|
-
&.color {
|
|
27
|
-
box-sizing: border-box;
|
|
28
|
-
border: 1px solid #e0e0e0;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.info {
|
|
33
|
-
flex-grow: 1;
|
|
34
|
-
display: flex;
|
|
35
|
-
flex-direction: column;
|
|
36
|
-
.name {
|
|
37
|
-
&::first-letter {
|
|
38
|
-
text-transform: capitalize;
|
|
39
|
-
}
|
|
40
|
-
font-size: 16px;
|
|
41
|
-
line-height: 24px;
|
|
42
|
-
font-weight: 500;
|
|
43
|
-
padding-bottom: 4px;
|
|
44
|
-
}
|
|
45
|
-
.price {
|
|
46
|
-
font-size: 14px;
|
|
47
|
-
line-height: 20px;
|
|
48
|
-
&.additional {
|
|
49
|
-
padding-bottom: 12px;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
.icon-wrapper {
|
|
55
|
-
flex-shrink: 0;
|
|
56
|
-
margin-left: 16px;
|
|
57
|
-
width: 48px;
|
|
58
|
-
height: 48px;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.icon {
|
|
62
|
-
width: 100%;
|
|
63
|
-
height: 100%;
|
|
64
|
-
display: flex;
|
|
65
|
-
align-items: center;
|
|
66
|
-
justify-content: center;
|
|
67
|
-
box-sizing: border-box;
|
|
68
|
-
border-radius: 50%;
|
|
69
|
-
background-color: colors.$additional-teal;
|
|
70
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
@use 'node_modules/@sima-land/ui-nucleons/colors';
|
|
2
|
-
|
|
3
|
-
.sizes-table-wrapper {
|
|
4
|
-
box-shadow: inset 0 -1px 0 colors.$basic-gray12;
|
|
5
|
-
padding: 16px;
|
|
6
|
-
font-size: 16px;
|
|
7
|
-
font-weight: 500;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.sizes-table-icon {
|
|
11
|
-
vertical-align: middle;
|
|
12
|
-
fill: currentColor;
|
|
13
|
-
margin-left: 8px;
|
|
14
|
-
padding-bottom: 4px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.sizes-table-link {
|
|
18
|
-
display: inline-block;
|
|
19
|
-
vertical-align: middle;
|
|
20
|
-
height: 24px;
|
|
21
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface PseudoInputProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
-
/** Текст, введенный в поле. */
|
|
4
|
-
text?: string;
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Псевдо-поле поиска.
|
|
8
|
-
* @param props Свойства.
|
|
9
|
-
* @return Элемент.
|
|
10
|
-
*/
|
|
11
|
-
export declare const PseudoInput: ({ text, className, ...rest }: PseudoInputProps) => JSX.Element;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
3
|
-
var t = {};
|
|
4
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
5
|
-
t[p] = s[p];
|
|
6
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
7
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
8
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
9
|
-
t[p[i]] = s[p[i]];
|
|
10
|
-
}
|
|
11
|
-
return t;
|
|
12
|
-
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.PseudoInput = void 0;
|
|
18
|
-
const react_1 = __importDefault(require("react"));
|
|
19
|
-
const bind_1 = __importDefault(require("classnames/bind"));
|
|
20
|
-
const search_1 = __importDefault(require("@sima-land/ui-quarks/icons/24x24/Stroked/search"));
|
|
21
|
-
const pseudo_input_module_scss_1 = __importDefault(require("./pseudo-input.module.scss"));
|
|
22
|
-
const cx = bind_1.default.bind(pseudo_input_module_scss_1.default);
|
|
23
|
-
/**
|
|
24
|
-
* Псевдо-поле поиска.
|
|
25
|
-
* @param props Свойства.
|
|
26
|
-
* @return Элемент.
|
|
27
|
-
*/
|
|
28
|
-
const PseudoInput = (_a) => {
|
|
29
|
-
var { text, className } = _a, rest = __rest(_a, ["text", "className"]);
|
|
30
|
-
return (react_1.default.createElement("div", Object.assign({}, rest, { role: 'button', className: cx('input', className) }),
|
|
31
|
-
react_1.default.createElement(search_1.default, { className: cx('icon'), "aria-hidden": 'true' }),
|
|
32
|
-
react_1.default.createElement("span", { className: cx('text') }, text)));
|
|
33
|
-
};
|
|
34
|
-
exports.PseudoInput = PseudoInput;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
@use 'node_modules/@sima-land/ui-nucleons/colors';
|
|
2
|
-
|
|
3
|
-
.input {
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
height: 40px;
|
|
7
|
-
padding: 0 16px 0 12px;
|
|
8
|
-
border-radius: 8px;
|
|
9
|
-
background-color: colors.$basic-gray4;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.icon {
|
|
13
|
-
display: block;
|
|
14
|
-
flex-shrink: 0;
|
|
15
|
-
fill: colors.$basic-gray38;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.text {
|
|
19
|
-
display: block;
|
|
20
|
-
margin-left: 12px;
|
|
21
|
-
font-size: 16px;
|
|
22
|
-
line-height: 24px;
|
|
23
|
-
color: colors.$basic-gray38;
|
|
24
|
-
}
|
|
File without changes
|
|
File without changes
|
/package/common/components/{intractive-image → interactive-image}/interactive-image-util.scss
RENAMED
|
File without changes
|
|
File without changes
|
/package/common/components/rating-counter/{rating-counter.module.scss → rating-counter.m.scss}
RENAMED
|
File without changes
|
/package/desktop/components/gallery-modal/components/{review-info.module.scss → review-info.m.scss}
RENAMED
|
File without changes
|
/package/desktop/components/gallery-modal/components/{thumbnail.module.scss → thumbnail.m.scss}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/mobile/components/action-circles/{action-circles.module.scss → action-circles.m.scss}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/mobile/components/product-slider/{product-slider.module.scss → product-slider.m.scss}
RENAMED
|
File without changes
|
|
File without changes
|