From 8a37916a6263569f4bf0e1b48bea0c9929c758ba Mon Sep 17 00:00:00 2001 From: Daniel Rozenberg Date: Tue, 7 Sep 2021 11:21:31 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Followup=20fix=20from=20BaseCaro?= =?UTF-8?q?usel=20=E2=86=92=20BentoBaseCarousel=20rename=20(#35968)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extensions/amp-inline-gallery/1.0/storybook/Basic.js | 10 +++++----- extensions/amp-lightbox-gallery/1.0/storybook/Basic.js | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/extensions/amp-inline-gallery/1.0/storybook/Basic.js b/extensions/amp-inline-gallery/1.0/storybook/Basic.js index 8eabb0d5be099..db4895d7630e4 100644 --- a/extensions/amp-inline-gallery/1.0/storybook/Basic.js +++ b/extensions/amp-inline-gallery/1.0/storybook/Basic.js @@ -1,5 +1,5 @@ import * as Preact from '#preact'; -import {BaseCarousel} from '../../../amp-base-carousel/1.0/component'; +import {BentoBaseCarousel} from '../../../amp-base-carousel/1.0/component'; import {InlineGallery} from '../component'; import {Pagination} from '../pagination'; import {Thumbnails} from '../thumbnails'; @@ -42,7 +42,7 @@ export const _default = () => {

- { src="https://images.unsplash.com/photo-1603123853880-a92fafb7809f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1498&q=80" thumbnailSrc="https://images.unsplash.com/photo-1603123853880-a92fafb7809f?ixlib=rb-1.2.1&auto=format&fit=crop&w=120&q=80" /> - + Content below carousel @@ -114,9 +114,9 @@ export const WithLooping = () => { return ( - + {slides} - + { } `} - + { src="https://images.unsplash.com/photo-1603123853880-a92fafb7809f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1498&q=80" thumbnailSrc="https://images.unsplash.com/photo-1603123853880-a92fafb7809f?ixlib=rb-1.2.1&auto=format&fit=crop&w=120&q=80" /> - + ); @@ -140,7 +140,7 @@ export const grouping = () => { - + Image 1 long. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum is simply dummy text of the printing and typesetting industry. { src="https://images.unsplash.com/photo-1603123853880-a92fafb7809f?ixlib=rb-1.2.1&auto=format&fit=crop&w=1498&q=80" thumbnailSrc="https://images.unsplash.com/photo-1603123853880-a92fafb7809f?ixlib=rb-1.2.1&auto=format&fit=crop&w=120&q=80" /> - + );