pds-dev-kit-web-test 0.0.20 → 0.0.22
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/dist/src/common/assets/icons/fill/More.js +1 -1
- package/dist/src/common/hooks/useAnimation.d.ts +2 -0
- package/dist/src/common/hooks/useAnimation.js +19 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +2 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +3 -1
- package/dist/src/common/styles/colorSet/index.d.ts +4 -0
- package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
- package/dist/src/common/styles/movement/animationStyle.d.ts +7 -0
- package/dist/src/common/styles/movement/animationStyle.js +23 -0
- package/dist/src/common/styles/movement/keyframes.d.ts +14 -0
- package/dist/src/common/styles/movement/keyframes.js +23 -0
- package/dist/src/common/styles/movement/transitionStyle.d.ts +3 -0
- package/dist/src/common/styles/movement/transitionStyle.js +12 -0
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +3 -2
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +3 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/ContextMenuNavs/ContextMenuItemNav.js +3 -1
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +3 -2
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +2 -4
- package/dist/src/desktop/components/MainButton/MainButton.js +2 -4
- package/dist/src/desktop/components/TextField/TextField.js +3 -2
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +3 -3
- package/dist/src/desktop/panels/ContentSheet/ContentSheet.js +3 -2
- package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +3 -2
- package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +3 -2
- package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +43 -7
- package/dist/src/sub/DynamicLayout/components/Section/Section.d.ts +6 -0
- package/dist/src/sub/DynamicLayout/components/Section/Section.js +137 -0
- package/dist/src/sub/DynamicLayout/components/Section/index.d.ts +2 -0
- package/dist/src/sub/DynamicLayout/components/Section/index.js +10 -0
- package/dist/src/sub/DynamicLayout/components/Section/sectionContext.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/components/Section/sectionContext.js +5 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/desktop}/Item/Item.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/Item/Item.js +11 -8
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/Item/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/Item/index.js +0 -0
- package/dist/src/sub/DynamicLayout/components/desktop/Section/Section.d.ts +24 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/Section/Section.js +23 -100
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/Section/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/Section/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/common/Carousel.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/common/Carousel.js +2 -2
- package/dist/src/sub/DynamicLayout/{mobile/components → components/desktop}/common/YouTubeIframe.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/common/YouTubeIframe.js +1 -1
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/common/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/common/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/common/swiper.style.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/common/swiper.style.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/desktop}/index.js +0 -0
- package/dist/src/sub/DynamicLayout/components/index.d.ts +2 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/index.js +3 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/mobile}/Item/Item.d.ts +3 -3
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/Item/Item.js +11 -8
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/Item/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/Item/index.js +0 -0
- package/dist/src/sub/DynamicLayout/components/mobile/Section/Section.d.ts +16 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/Section/Section.js +18 -109
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/Section/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/Section/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/common/Carousel.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/common/Carousel.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/components → components/mobile}/common/YouTubeIframe.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/common/YouTubeIframe.js +1 -1
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/common/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/common/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/components → components/mobile}/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/IconType.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/IconType.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Bell.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Bell.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Bookmark.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Bookmark.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Call.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Call.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/CallEnd.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/CallEnd.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Camera.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Camera.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Chat.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Chat.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/ChatCounseling.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/ChatCounseling.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/ChatCrm.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/ChatCrm.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/CheckboxIndeterminate.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/CheckboxIndeterminate.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/CheckboxOn.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/CheckboxOn.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/CloudDownload.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/CloudDownload.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Delete.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Delete.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Downloaded.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Downloaded.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Edit.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Edit.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Eye.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Eye.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/EyeClose.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/EyeClose.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Face.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Face.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Heart.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Heart.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/HelpWindow.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/HelpWindow.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Live.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Live.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Login.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Login.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/MicOn.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/MicOn.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/More.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/More.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/PaperPlane.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/PaperPlane.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Photo.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Photo.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Pin.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Pin.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/PostFree.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/PostFree.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/PostNotice.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/PostNotice.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/PostSocial.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/PostSocial.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Question.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Question.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Reply.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Reply.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Setting.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Setting.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/SpeakerOff.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/SpeakerOff.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/SpeakerWave1.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/SpeakerWave1.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/SpeakerWave2.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/SpeakerWave2.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/SplitScreen.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/SplitScreen.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Star.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Star.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Subscribers.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Subscribers.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/ThumbDown.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/ThumbDown.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/ThumbUp.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/ThumbUp.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Verified.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Verified.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Video.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Video.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoEpisodes.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoEpisodes.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoOff.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoOff.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoPause.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoPause.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoPlay.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoPlay.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoPlayCircle.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoPlayCircle.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoResolution.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoResolution.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoSubtitle.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideoSubtitle.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Videocall.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Videocall.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideocallPro.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/VideocallPro.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Vodplus.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/Vodplus.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/fill/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowDown.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowDown.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowDownBold.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowDownBold.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowLeft.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowLeft.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowLeft2.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowLeft2.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowLeftBold.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowLeftBold.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowLeftThin.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowLeftThin.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRight.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRight.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRight2.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRight2.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRightBold.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRightBold.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRightThin.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRightThin.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRoundLeft.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowRoundLeft.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowUp.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowUp.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowUpBold.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ArrowUpBold.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Bell.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Bell.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BellNotification.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BellNotification.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Booking.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Booking.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BookingCompleted.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BookingCompleted.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BookingHistory.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BookingHistory.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BookingPapp.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BookingPapp.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BookingTicket.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/BookingTicket.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Bookmark.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Bookmark.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Business.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Business.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Call.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Call.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Camera.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Camera.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Channel.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Channel.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ChannelSetting.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ChannelSetting.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Chat.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Chat.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ChatCounseling.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ChatCounseling.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ChatCrm.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ChatCrm.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Check.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Check.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/CheckboxOff.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/CheckboxOff.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Clip.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Clip.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Coins.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Coins.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ContWatching.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ContWatching.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Copy.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Copy.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Cs.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Cs.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Dashboard.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Dashboard.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/DesignPreference.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/DesignPreference.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Developer.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Developer.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Download.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Download.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Edit.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Edit.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Editor.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Editor.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/End.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/End.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Error.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Error.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Eye.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Eye.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/EyeClose.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/EyeClose.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Filter.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Filter.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Folder.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Folder.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Ghost.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Ghost.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/HeartCare.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/HeartCare.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Home.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Home.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Information.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Information.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Internal.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Internal.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Language.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Language.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Links.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Links.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Live.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Live.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LiveBroadcast.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LiveBroadcast.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LiveCommerce.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LiveCommerce.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LiveConcert.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LiveConcert.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LiveEvent.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LiveEvent.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LivePersonal.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/LivePersonal.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Lock.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Lock.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Menu.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Menu.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/MicOff.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/MicOff.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/MicOn.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/MicOn.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/MinusCircle.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/MinusCircle.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/OpenPage.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/OpenPage.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Order.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Order.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PageSizeExpand.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PageSizeExpand.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PageSizeReduce.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PageSizeReduce.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Papp.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Papp.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PappType.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PappType.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Payment.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Payment.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentFreeTrial.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentFreeTrial.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentGift.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentGift.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentOnetime.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentOnetime.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentRegularly.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentRegularly.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentSetting.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PaymentSetting.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Photo.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Photo.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PhotoMultiple.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PhotoMultiple.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Plan.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Plan.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Plus.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Plus.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PlusCircle.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PlusCircle.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostArticle.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostArticle.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostBlog.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostBlog.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostColumn.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostColumn.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostCommunityP.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostCommunityP.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostFree.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostFree.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostInquiry.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostInquiry.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostMagazine.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostMagazine.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostNotice.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostNotice.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostPaperPlane.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostPaperPlane.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostPhotobook.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostPhotobook.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostPromotion.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostPromotion.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostPromotionP.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostPromotionP.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostSocial.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostSocial.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostVote.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostVote.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostWelcome.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/PostWelcome.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Profit.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Profit.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Qr.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Qr.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Question.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Question.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/RadioOff.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/RadioOff.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/RadioOn.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/RadioOn.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Report.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Report.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Requirement.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Requirement.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Sales.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Sales.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Search.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Search.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionContent32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionContent32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionContent40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionContent40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionContentsCarousel32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionContentsCarousel32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionContentsCarousel40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionContentsCarousel40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionDivider32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionDivider32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionDivider40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionDivider40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionFooter32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionFooter32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionFooter40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionFooter40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionInfoBox32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionInfoBox32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionInfoBox40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionInfoBox40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionIntro32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionIntro32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionIntro40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionIntro40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionMap32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionMap32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionMap40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionMap40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionPriceBox32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionPriceBox32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionPriceBox40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionPriceBox40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionProductsCarousel32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionProductsCarousel32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionProductsCarousel40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionProductsCarousel40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionReview32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionReview32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionReview40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionReview40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionSlider32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionSlider32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionSlider40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionSlider40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionTab32.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionTab32.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionTab40.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SectionTab40.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SellerInfo.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SellerInfo.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SellerIntro.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SellerIntro.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SellerPage.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SellerPage.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Series.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Series.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SeriesList.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SeriesList.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Setting.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Setting.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Settlement.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Settlement.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Share.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Share.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SlideBanner.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SlideBanner.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Sort.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Sort.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SpeakerOff.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SpeakerOff.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SpeakerWave1.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SpeakerWave1.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SpeakerWave2.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/SpeakerWave2.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/StandardBanner.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/StandardBanner.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Subscribers.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Subscribers.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Success.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Success.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/TenSecBack.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/TenSecBack.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/TenSecBackArrow.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/TenSecBackArrow.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/TenSecForward.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/TenSecForward.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/TenSecForwardArrow.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/TenSecForwardArrow.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Time.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Time.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ToggleDown.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ToggleDown.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ToggleUp.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/ToggleUp.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Trashcan.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Trashcan.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Unavailable.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Unavailable.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Unlock.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Unlock.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Upload.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Upload.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Video.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Video.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoOff.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoOff.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPip.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPip.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPlay.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPlay.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPlayCircle.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPlayCircle.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPlaybackSpeed.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPlaybackSpeed.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPlaylist.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideoPlaylist.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Videocall.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Videocall.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideocallPro.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VideocallPro.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Vod.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Vod.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VodClass.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VodClass.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VodShorts.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/VodShorts.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Vodplus.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Vodplus.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Vods.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Vods.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Warning.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Warning.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Weblink.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Weblink.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Xmark.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/Xmark.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/assets/icons/line/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/components/CircularProgress/CircularProgress.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/components/CircularProgress/CircularProgress.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/components/CircularProgress/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/components/CircularProgress/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/components/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/components/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/colorSet/PaletteColor_Dark.json +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/colorSet/PaletteColor_light.json +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/colorSet/SemanticColor.json +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/colorSet/UIColor.json +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/colorSet/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/colorSet/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/colorSet/ui-type.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/colorSet/ui-type.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/loading/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/loading/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/loading/skeletonLoadingStyle.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/loading/skeletonLoadingStyle.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/theme.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/theme.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/ui-colors.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/styles/ui-colors.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/components.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/components.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/form.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/form.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/icon.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/icon.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/styled-components.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/styled-components.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/text.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/text.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/uiColors.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/common/types/uiColors.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/IconButton/IconButton.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/IconButton/IconButton.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/IconButton/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/IconButton/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/MainButton/MainButton.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/MainButton/MainButton.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/MainButton/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/MainButton/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/TextButton/TextButton.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/TextButton/TextButton.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/TextButton/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/TextButton/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/TextLabel/TextLabel.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/TextLabel/TextLabel.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/TextLabel/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/TextLabel/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/desktop/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/Icon/Icon.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/Icon/Icon.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/Icon/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/Icon/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/ImageView/ImageView.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/ImageView/ImageView.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/ImageView/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/ImageView/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/Spacing/Spacing.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/Spacing/Spacing.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/Spacing/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/Spacing/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/hybrid/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/IconButton/IconButton.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/IconButton/IconButton.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/IconButton/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/IconButton/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/MainButton/MainButton.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/MainButton/MainButton.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/MainButton/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/MainButton/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/TextButton/TextButton.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/TextButton/TextButton.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/TextButton/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/TextButton/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/TextLabel/TextLabel.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/TextLabel/TextLabel.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/TextLabel/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/TextLabel/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/components → components}/pdsOriginal/mobile/index.js +0 -0
- package/dist/src/sub/DynamicLayout/dynamicLayoutContext.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/dynamicLayoutContext.js +4 -1
- package/dist/src/sub/DynamicLayout/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/index.js +3 -1
- package/dist/src/sub/DynamicLayout/mock_samplePage.d.ts +9 -0
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +928 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/ContentsCarouselSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/ContentsCarouselSection.js +1 -2
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/templates/TemplateA/TemplateA.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js +33 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/ContentsSection/templates/TemplateA/TemplateA.d.ts → sections/ContentsCarouselSection/templates/TemplateA/desktop/D_TemplateA.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js → sections/ContentsCarouselSection/templates/TemplateA/desktop/D_TemplateA.js} +19 -18
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/templates/TemplateA/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/templates/TemplateA/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/FooterSection/templates/TemplateA/TemplateA.d.ts → sections/ContentsCarouselSection/templates/TemplateA/mobile/M_TemplateA.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.js → sections/ContentsCarouselSection/templates/TemplateA/mobile/M_TemplateA.js} +19 -18
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/templates/TemplateB/TemplateB.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js +33 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/ContentsSection/templates/TemplateB/TemplateB.d.ts → sections/ContentsCarouselSection/templates/TemplateB/desktop/D_TemplateB.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js → sections/ContentsCarouselSection/templates/TemplateB/desktop/D_TemplateB.js} +19 -18
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/templates/TemplateB/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/templates/TemplateB/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/FooterSection/templates/TemplateB/TemplateB.d.ts → sections/ContentsCarouselSection/templates/TemplateB/mobile/M_TemplateB.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.js → sections/ContentsCarouselSection/templates/TemplateB/mobile/M_TemplateB.js} +20 -19
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/templates/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsCarouselSection/templates/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections → sections}/ContentsSection/ContentsSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/{mobile/sections → sections}/ContentsSection/ContentsSection.js +3 -3
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsSection/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsSection/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/InfoBoxSection → sections/ContentsSection}/templates/TemplateA/TemplateA.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/TemplateA.js +33 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/IntroSection/templates/TemplateA/TemplateA.d.ts → sections/ContentsSection/templates/TemplateA/desktop/D_TemplateA.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/ContentsSection/templates/TemplateA/TemplateA.js → sections/ContentsSection/templates/TemplateA/desktop/D_TemplateA.js} +29 -11
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsSection/templates/TemplateA/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsSection/templates/TemplateA/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/ContentsCarouselSection/templates/TemplateA/TemplateA.d.ts → sections/ContentsSection/templates/TemplateA/mobile/M_TemplateA.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/ContentsSection/templates/TemplateA/TemplateA.js → sections/ContentsSection/templates/TemplateA/mobile/M_TemplateA.js} +9 -8
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/IntroSection → sections/ContentsSection}/templates/TemplateB/TemplateB.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/TemplateB.js +33 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/ContentsCarouselSection/templates/TemplateB/TemplateB.d.ts → sections/ContentsSection/templates/TemplateB/desktop/D_TemplateB.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/ContentsSection/templates/TemplateB/TemplateB.js → sections/ContentsSection/templates/TemplateB/desktop/D_TemplateB.js} +29 -11
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsSection/templates/TemplateB/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsSection/templates/TemplateB/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/ContentsSection/templates/TemplateB/TemplateB.d.ts → sections/ContentsSection/templates/TemplateB/mobile/M_TemplateB.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/ContentsSection/templates/TemplateB/TemplateB.js → sections/ContentsSection/templates/TemplateB/mobile/M_TemplateB.js} +9 -8
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsSection/templates/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/ContentsSection/templates/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/FooterSection/FooterSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/{mobile/sections → sections}/FooterSection/FooterSection.js +3 -3
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/FooterSection/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/FooterSection/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/ContentsSection → sections/FooterSection}/templates/TemplateA/TemplateA.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/TemplateA.js +33 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/FooterSection/templates/TemplateA/TemplateA.d.ts → sections/FooterSection/templates/TemplateA/desktop/D_TemplateA.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/FooterSection/templates/TemplateA/TemplateA.js → sections/FooterSection/templates/TemplateA/desktop/D_TemplateA.js} +8 -8
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/FooterSection/templates/TemplateA/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/FooterSection/templates/TemplateA/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/InfoBoxSection/templates/TemplateA/TemplateA.d.ts → sections/FooterSection/templates/TemplateA/mobile/M_TemplateA.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/FooterSection/templates/TemplateA/TemplateA.js → sections/FooterSection/templates/TemplateA/mobile/M_TemplateA.js} +8 -8
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections → sections}/FooterSection/templates/TemplateB/TemplateB.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/TemplateB.js +33 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/IntroSection/templates/TemplateB/TemplateB.d.ts → sections/FooterSection/templates/TemplateB/desktop/D_TemplateB.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/FooterSection/templates/TemplateB/TemplateB.js → sections/FooterSection/templates/TemplateB/desktop/D_TemplateB.js} +8 -8
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/FooterSection/templates/TemplateB/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/FooterSection/templates/TemplateB/index.js +0 -0
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/mobile/M_TemplateB.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/FooterSection/templates/TemplateB/TemplateB.js → sections/FooterSection/templates/TemplateB/mobile/M_TemplateB.js} +8 -8
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/FooterSection/templates/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/FooterSection/templates/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/InfoBoxSection/InfoBoxSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/InfoBoxSection/InfoBoxSection.js +3 -3
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/InfoBoxSection/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/InfoBoxSection/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/IntroSection → sections/InfoBoxSection}/templates/TemplateA/TemplateA.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/TemplateA.js +33 -0
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/desktop/D_TemplateA.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/InfoBoxSection/templates/TemplateA/TemplateA.js → sections/InfoBoxSection/templates/TemplateA/desktop/D_TemplateA.js} +22 -29
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/InfoBoxSection/templates/TemplateA/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/InfoBoxSection/templates/TemplateA/index.js +0 -0
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/mobile/M_TemplateA.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/InfoBoxSection/templates/TemplateA/TemplateA.js → sections/InfoBoxSection/templates/TemplateA/mobile/M_TemplateA.js} +13 -13
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/InfoBoxSection/templates/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/InfoBoxSection/templates/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/IntroSection.d.ts +1 -1
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/IntroSection.js +1 -2
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/index.js +0 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/TemplateA.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/TemplateA.js +33 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/desktop/D_TemplateA.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/IntroSection/templates/TemplateA/TemplateA.js → sections/IntroSection/templates/TemplateA/desktop/D_TemplateA.js} +14 -13
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateA/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateA/index.js +0 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/mobile/M_TemplateA.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/IntroSection/templates/TemplateA/TemplateA.js → sections/IntroSection/templates/TemplateA/mobile/M_TemplateA.js} +12 -11
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/TemplateB.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/TemplateB.js +33 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/desktop/D_TemplateB.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/IntroSection/templates/TemplateB/TemplateB.js → sections/IntroSection/templates/TemplateB/desktop/D_TemplateB.js} +15 -14
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateB/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateB/index.js +0 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/mobile/M_TemplateB.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/IntroSection/templates/TemplateB/TemplateB.js → sections/IntroSection/templates/TemplateB/mobile/M_TemplateB.js} +12 -11
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateC/TemplateC.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/TemplateC.js +33 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/IntroSection/templates/TemplateC/TemplateC.d.ts → sections/IntroSection/templates/TemplateC/desktop/D_TemplateC.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/IntroSection/templates/TemplateC/TemplateC.js → sections/IntroSection/templates/TemplateC/desktop/D_TemplateC.js} +14 -13
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateC/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateC/index.js +0 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/mobile/M_TemplateC.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/IntroSection/templates/TemplateC/TemplateC.js → sections/IntroSection/templates/TemplateC/mobile/M_TemplateC.js} +12 -11
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateD/TemplateD.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/TemplateD.js +33 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/IntroSection/templates/TemplateD/TemplateD.d.ts → sections/IntroSection/templates/TemplateD/desktop/D_TemplateD.d.ts} +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections/IntroSection/templates/TemplateD/TemplateD.js → sections/IntroSection/templates/TemplateD/desktop/D_TemplateD.js} +14 -13
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/desktop/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/desktop/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateD/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/TemplateD/index.js +0 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/mobile/M_TemplateD.d.ts +3 -0
- package/dist/src/sub/DynamicLayout/{mobile/sections/IntroSection/templates/TemplateD/TemplateD.js → sections/IntroSection/templates/TemplateD/mobile/M_TemplateD.js} +12 -11
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/mobile/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/mobile/index.js +8 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/IntroSection/templates/index.js +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{desktop/sections → sections}/index.js +0 -0
- package/dist/src/sub/DynamicLayout/types.d.ts +32 -20
- package/dist/src/sub/DynamicLayout/types.js +0 -610
- package/dist/src/sub/DynamicLayout/{common/utils → utils}/TouTubeLinkParser.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/utils → utils}/TouTubeLinkParser.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/utils → utils}/YouTubeIframeHelper.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/utils → utils}/YouTubeIframeHelper.js +0 -0
- package/dist/src/sub/DynamicLayout/{common/utils → utils}/index.d.ts +0 -0
- package/dist/src/sub/DynamicLayout/{common/utils → utils}/index.js +0 -0
- package/dist/storybook-static/0.b73eaee9a88f178d62ed.manager.bundle.d.ts +0 -0
- package/dist/storybook-static/0.b73eaee9a88f178d62ed.manager.bundle.js +74 -0
- package/dist/storybook-static/0.bd0d6a01.iframe.bundle.d.ts +3 -0
- package/dist/storybook-static/0.bd0d6a01.iframe.bundle.js +330 -0
- package/dist/storybook-static/1.f296d183a17268696d73.manager.bundle.d.ts +0 -0
- package/dist/storybook-static/1.f296d183a17268696d73.manager.bundle.js +190 -0
- package/dist/storybook-static/10.9998ba67d65d81d20896.manager.bundle.d.ts +0 -0
- package/dist/storybook-static/10.9998ba67d65d81d20896.manager.bundle.js +62 -0
- package/dist/storybook-static/11.49c687eaa6261f8b7be2.manager.bundle.d.ts +2 -0
- package/dist/storybook-static/11.49c687eaa6261f8b7be2.manager.bundle.js +534 -0
- package/dist/storybook-static/12.c9538ed3766c96f289e7.manager.bundle.d.ts +2 -0
- package/dist/storybook-static/12.c9538ed3766c96f289e7.manager.bundle.js +2 -0
- package/dist/storybook-static/4.7657c50b.iframe.bundle.d.ts +18 -0
- package/dist/storybook-static/4.7657c50b.iframe.bundle.js +574 -0
- package/dist/storybook-static/5.e4508546.iframe.bundle.d.ts +3 -0
- package/dist/storybook-static/5.e4508546.iframe.bundle.js +254 -0
- package/dist/storybook-static/5.fa71488e730c5c7f885f.manager.bundle.d.ts +18 -0
- package/dist/storybook-static/5.fa71488e730c5c7f885f.manager.bundle.js +527 -0
- package/dist/storybook-static/6.1ef60cd5.iframe.bundle.d.ts +2 -0
- package/dist/storybook-static/6.1ef60cd5.iframe.bundle.js +559 -0
- package/dist/storybook-static/6.8096ae4aadde0743697b.manager.bundle.d.ts +3 -0
- package/dist/storybook-static/6.8096ae4aadde0743697b.manager.bundle.js +141 -0
- package/dist/storybook-static/7.a68f8114.iframe.bundle.d.ts +0 -0
- package/dist/storybook-static/7.a68f8114.iframe.bundle.js +8 -0
- package/dist/storybook-static/7.b34baecbd082bc7b188d.manager.bundle.d.ts +0 -0
- package/dist/storybook-static/7.b34baecbd082bc7b188d.manager.bundle.js +8 -0
- package/dist/storybook-static/8.15577edffecf900a8de2.manager.bundle.d.ts +0 -0
- package/dist/storybook-static/8.15577edffecf900a8de2.manager.bundle.js +25 -0
- package/dist/storybook-static/9.d7d85aa0a49a98f17218.manager.bundle.d.ts +0 -0
- package/dist/storybook-static/9.d7d85aa0a49a98f17218.manager.bundle.js +94 -0
- package/dist/storybook-static/main.2acdfcf3.iframe.bundle.d.ts +1223 -0
- package/dist/storybook-static/main.2acdfcf3.iframe.bundle.js +10740 -0
- package/dist/storybook-static/main.ce406c7e93b98325390e.manager.bundle.d.ts +2 -0
- package/dist/storybook-static/main.ce406c7e93b98325390e.manager.bundle.js +3824 -0
- package/dist/storybook-static/runtime~main.13ad5ca1.iframe.bundle.d.ts +1 -0
- package/dist/storybook-static/runtime~main.13ad5ca1.iframe.bundle.js +34 -0
- package/dist/storybook-static/runtime~main.909d038f912f063e8837.manager.bundle.d.ts +1 -0
- package/dist/storybook-static/runtime~main.909d038f912f063e8837.manager.bundle.js +34 -0
- package/dist/storybook-static/vendors~main.ae66b3ac.iframe.bundle.d.ts +2 -0
- package/dist/storybook-static/vendors~main.ae66b3ac.iframe.bundle.js +20363 -0
- package/dist/storybook-static/vendors~main.d3455eed64b243c89325.manager.bundle.d.ts +3 -0
- package/dist/storybook-static/vendors~main.d3455eed64b243c89325.manager.bundle.js +11787 -0
- package/package.json +1 -3
- package/release-note.md +11 -7
- package/dist/src/sub/DynamicLayout/common/components/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/desktop/DesktopWeb.d.ts +0 -7
- package/dist/src/sub/DynamicLayout/desktop/DesktopWeb.js +0 -23
- package/dist/src/sub/DynamicLayout/desktop/components/Section/Section.d.ts +0 -19
- package/dist/src/sub/DynamicLayout/desktop/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/desktop/index.js +0 -8
- package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/ContentsSection.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/desktop/sections/ContentsSection/ContentsSection.js +0 -47
- package/dist/src/sub/DynamicLayout/desktop/sections/FooterSection/FooterSection.js +0 -47
- package/dist/src/sub/DynamicLayout/desktop/sections/SectionMatcher.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/desktop/sections/SectionMatcher.js +0 -52
- package/dist/src/sub/DynamicLayout/mobile/MobileWeb.d.ts +0 -7
- package/dist/src/sub/DynamicLayout/mobile/MobileWeb.js +0 -23
- package/dist/src/sub/DynamicLayout/mobile/components/Section/Section.d.ts +0 -19
- package/dist/src/sub/DynamicLayout/mobile/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/ContentsCarouselSection.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/ContentsCarouselSection.js +0 -48
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateA/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateA/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateB/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/TemplateB/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/index.d.ts +0 -2
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsCarouselSection/templates/index.js +0 -7
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/templates/TemplateA/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/templates/TemplateA/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/templates/TemplateB/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/templates/TemplateB/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/templates/index.d.ts +0 -2
- package/dist/src/sub/DynamicLayout/mobile/sections/ContentsSection/templates/index.js +0 -7
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/FooterSection.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/TemplateA/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/TemplateA/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/TemplateB/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/TemplateB/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/index.d.ts +0 -2
- package/dist/src/sub/DynamicLayout/mobile/sections/FooterSection/templates/index.js +0 -7
- package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/InfoBoxSection.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/InfoBoxSection.js +0 -45
- package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/templates/TemplateA/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/templates/TemplateA/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/templates/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/InfoBoxSection/templates/index.js +0 -5
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/IntroSection.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/IntroSection.js +0 -52
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateA/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateA/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateB/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateB/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateC/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateC/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateD/index.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/TemplateD/index.js +0 -8
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/index.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/mobile/sections/IntroSection/templates/index.js +0 -11
- package/dist/src/sub/DynamicLayout/mobile/sections/SectionMatcher.d.ts +0 -4
- package/dist/src/sub/DynamicLayout/mobile/sections/SectionMatcher.js +0 -52
- package/dist/src/sub/DynamicLayout/mobile/sections/index.d.ts +0 -5
- package/dist/src/sub/DynamicLayout/mobile/sections/index.js +0 -13
|
@@ -0,0 +1,574 @@
|
|
|
1
|
+
/*! For license information please see 4.7657c50b.iframe.bundle.js.LICENSE.txt */
|
|
2
|
+
(window.webpackJsonp = window.webpackJsonp || []).push([[4], { 1729: function (module, __webpack_exports__, __webpack_require__) {
|
|
3
|
+
"use strict";
|
|
4
|
+
__webpack_require__.r(__webpack_exports__), __webpack_require__.d(__webpack_exports__, "SyntaxHighlighter", (function () { return syntaxhighlighter_SyntaxHighlighter; }));
|
|
5
|
+
__webpack_require__(201), __webpack_require__(70), __webpack_require__(83), __webpack_require__(19), __webpack_require__(202), __webpack_require__(7), __webpack_require__(12), __webpack_require__(10), __webpack_require__(21), __webpack_require__(18), __webpack_require__(15), __webpack_require__(17), __webpack_require__(16), __webpack_require__(9), __webpack_require__(30), __webpack_require__(65), __webpack_require__(26);
|
|
6
|
+
var react = __webpack_require__(0), react_default = __webpack_require__.n(react), esm = __webpack_require__(5), dist_esm = __webpack_require__(3), global_window = __webpack_require__(11), window_default = __webpack_require__.n(global_window), memoizerific = __webpack_require__(156), memoizerific_default = __webpack_require__.n(memoizerific), jsx = __webpack_require__(1744), prism_jsx = __webpack_require__.n(jsx).a, bash = __webpack_require__(1780), prism_bash = __webpack_require__.n(bash).a, css = __webpack_require__(1742), prism_css = __webpack_require__.n(css).a, js_extras = __webpack_require__(1776), prism_js_extras = __webpack_require__.n(js_extras).a, json = __webpack_require__(1777), prism_json = __webpack_require__.n(json).a, graphql = __webpack_require__(1782), prism_graphql = __webpack_require__.n(graphql).a, markup = __webpack_require__(1741), prism_markup = __webpack_require__.n(markup).a, markdown = __webpack_require__(1779), prism_markdown = __webpack_require__.n(markdown).a, yaml = __webpack_require__(1778), prism_yaml = __webpack_require__.n(yaml).a, tsx = __webpack_require__(1781), prism_tsx = __webpack_require__.n(tsx).a, typescript = __webpack_require__(1745), prism_typescript = __webpack_require__.n(typescript).a, objectWithoutProperties = __webpack_require__(109), objectWithoutProperties_default = __webpack_require__.n(objectWithoutProperties), objectSpread = __webpack_require__(1743), objectSpread_default = __webpack_require__.n(objectSpread), helpers_extends = __webpack_require__(478), extends_default = __webpack_require__.n(helpers_extends);
|
|
7
|
+
function createStyleObject(classNames) { var elementStyle = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : {}, stylesheet = arguments.length > 2 ? arguments[2] : void 0; return classNames.reduce((function (styleObject, className) { return objectSpread_default()({}, styleObject, stylesheet[className]); }), elementStyle); }
|
|
8
|
+
function createClassNameString(classNames) { return classNames.join(" "); }
|
|
9
|
+
function createElement(_ref) { var node = _ref.node, stylesheet = _ref.stylesheet, _ref$style = _ref.style, style = void 0 === _ref$style ? {} : _ref$style, useInlineStyles = _ref.useInlineStyles, key = _ref.key, properties = node.properties, type = node.type, TagName = node.tagName, value = node.value; if ("text" === type)
|
|
10
|
+
return value; if (TagName) {
|
|
11
|
+
var childrenCreator = function createChildren(stylesheet, useInlineStyles) { var childrenCount = 0; return function (children) { return childrenCount += 1, children.map((function (child, i) { return createElement({ node: child, stylesheet: stylesheet, useInlineStyles: useInlineStyles, key: "code-segment-".concat(childrenCount, "-").concat(i) }); })); }; }(stylesheet, useInlineStyles), nonStylesheetClassNames = useInlineStyles && properties.className && properties.className.filter((function (className) { return !stylesheet[className]; })), className = nonStylesheetClassNames && nonStylesheetClassNames.length ? nonStylesheetClassNames : void 0, props = useInlineStyles ? objectSpread_default()({}, properties, { className: className && createClassNameString(className) }, { style: createStyleObject(properties.className, Object.assign({}, properties.style, style), stylesheet) }) : objectSpread_default()({}, properties, { className: createClassNameString(properties.className) }), children = childrenCreator(node.children);
|
|
12
|
+
return react_default.a.createElement(TagName, extends_default()({ key: key }, props), children);
|
|
13
|
+
} }
|
|
14
|
+
var newLineRegex = /\n/g;
|
|
15
|
+
function AllLineNumbers(_ref2) { var codeString = _ref2.codeString, codeStyle = _ref2.codeStyle, _ref2$containerStyle = _ref2.containerStyle, containerStyle = void 0 === _ref2$containerStyle ? { float: "left", paddingRight: "10px" } : _ref2$containerStyle, _ref2$numberStyle = _ref2.numberStyle, numberStyle = void 0 === _ref2$numberStyle ? {} : _ref2$numberStyle, startingLineNumber = _ref2.startingLineNumber; return react_default.a.createElement("code", { style: Object.assign({}, codeStyle, containerStyle) }, function getAllLineNumbers(_ref) { var lines = _ref.lines, startingLineNumber = _ref.startingLineNumber, style = _ref.style; return lines.map((function (_, i) { var number = i + startingLineNumber; return react_default.a.createElement("span", { key: "line-".concat(i), className: "react-syntax-highlighter-line-number", style: "function" == typeof style ? style(number) : style }, "".concat(number, "\n")); })); }({ lines: codeString.replace(/\n$/, "").split("\n"), style: numberStyle, startingLineNumber: startingLineNumber })); }
|
|
16
|
+
function getInlineLineNumber(lineNumber, inlineLineNumberStyle) { return { type: "element", tagName: "span", properties: { key: "line-number--".concat(lineNumber), className: ["comment", "linenumber", "react-syntax-highlighter-line-number"], style: inlineLineNumberStyle }, children: [{ type: "text", value: lineNumber }] }; }
|
|
17
|
+
function assembleLineNumberStyles(lineNumberStyle, lineNumber, largestLineNumber) { var num, len, defaultLineNumberStyle = { display: "inline-block", minWidth: (num = largestLineNumber, len = num.toString().length, "".concat(len, "em")), paddingRight: "1em", textAlign: "right", userSelect: "none" }, customLineNumberStyle = "function" == typeof lineNumberStyle ? lineNumberStyle(lineNumber) : lineNumberStyle; return objectSpread_default()({}, defaultLineNumberStyle, customLineNumberStyle); }
|
|
18
|
+
function createLineElement(_ref3) { var children = _ref3.children, lineNumber = _ref3.lineNumber, lineNumberStyle = _ref3.lineNumberStyle, largestLineNumber = _ref3.largestLineNumber, showInlineLineNumbers = _ref3.showInlineLineNumbers, _ref3$lineProps = _ref3.lineProps, lineProps = void 0 === _ref3$lineProps ? {} : _ref3$lineProps, _ref3$className = _ref3.className, className = void 0 === _ref3$className ? [] : _ref3$className, properties = "function" == typeof lineProps ? lineProps(lineNumber) : lineProps; if (properties.className = className, lineNumber && showInlineLineNumbers) {
|
|
19
|
+
var inlineLineNumberStyle = assembleLineNumberStyles(lineNumberStyle, lineNumber, largestLineNumber);
|
|
20
|
+
children.unshift(getInlineLineNumber(lineNumber, inlineLineNumberStyle));
|
|
21
|
+
} return { type: "element", tagName: "span", properties: properties, children: children }; }
|
|
22
|
+
function flattenCodeTree(tree) { for (var className = arguments.length > 1 && void 0 !== arguments[1] ? arguments[1] : [], newTree = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : [], i = 0; i < tree.length; i++) {
|
|
23
|
+
var node = tree[i];
|
|
24
|
+
if ("text" === node.type)
|
|
25
|
+
newTree.push(createLineElement({ children: [node], className: className }));
|
|
26
|
+
else if (node.children) {
|
|
27
|
+
var classNames = className.concat(node.properties.className);
|
|
28
|
+
newTree = newTree.concat(flattenCodeTree(node.children, classNames));
|
|
29
|
+
}
|
|
30
|
+
} return newTree; }
|
|
31
|
+
function processLines(codeTree, wrapLines, lineProps, showLineNumbers, showInlineLineNumbers, startingLineNumber, largestLineNumber, lineNumberStyle) { var _ref4, tree = flattenCodeTree(codeTree.value), newTree = [], lastLineBreakIndex = -1, index = 0; function createWrappedLine(children, lineNumber) { var className = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : []; return createLineElement({ children: children, lineNumber: lineNumber, lineNumberStyle: lineNumberStyle, largestLineNumber: largestLineNumber, showInlineLineNumbers: showInlineLineNumbers, lineProps: lineProps, className: className }); } function createUnwrappedLine(children, lineNumber) { if (lineNumber && showInlineLineNumbers) {
|
|
32
|
+
var inlineLineNumberStyle = assembleLineNumberStyles(lineNumberStyle, lineNumber, largestLineNumber);
|
|
33
|
+
children.unshift(getInlineLineNumber(lineNumber, inlineLineNumberStyle));
|
|
34
|
+
} return children; } function createLine(children, lineNumber) { var className = arguments.length > 2 && void 0 !== arguments[2] ? arguments[2] : []; return wrapLines || className.length > 0 ? createWrappedLine(children, lineNumber, className) : createUnwrappedLine(children, lineNumber); } for (var _loop = function _loop() { var node = tree[index], value = node.children[0].value; if (function getNewLines(str) { return str.match(newLineRegex); }(value)) {
|
|
35
|
+
var splitValue = value.split("\n");
|
|
36
|
+
splitValue.forEach((function (text, i) { var lineNumber = showLineNumbers && newTree.length + startingLineNumber, newChild = { type: "text", value: "".concat(text, "\n") }; if (0 === i) {
|
|
37
|
+
var _line = createLine(tree.slice(lastLineBreakIndex + 1, index).concat(createLineElement({ children: [newChild], className: node.properties.className })), lineNumber);
|
|
38
|
+
newTree.push(_line);
|
|
39
|
+
}
|
|
40
|
+
else if (i === splitValue.length - 1) {
|
|
41
|
+
if (tree[index + 1] && tree[index + 1].children && tree[index + 1].children[0]) {
|
|
42
|
+
var newElem = createLineElement({ children: [{ type: "text", value: "".concat(text) }], className: node.properties.className });
|
|
43
|
+
tree.splice(index + 1, 0, newElem);
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
var _line2 = createLine([newChild], lineNumber, node.properties.className);
|
|
47
|
+
newTree.push(_line2);
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
var _line3 = createLine([newChild], lineNumber, node.properties.className);
|
|
52
|
+
newTree.push(_line3);
|
|
53
|
+
} })), lastLineBreakIndex = index;
|
|
54
|
+
} index++; }; index < tree.length;)
|
|
55
|
+
_loop(); if (lastLineBreakIndex !== tree.length - 1) {
|
|
56
|
+
var children = tree.slice(lastLineBreakIndex + 1, tree.length);
|
|
57
|
+
if (children && children.length) {
|
|
58
|
+
var line = createLine(children, newTree.length + startingLineNumber);
|
|
59
|
+
newTree.push(line);
|
|
60
|
+
}
|
|
61
|
+
} return wrapLines ? newTree : (_ref4 = []).concat.apply(_ref4, newTree); }
|
|
62
|
+
function defaultRenderer(_ref5) { var rows = _ref5.rows, stylesheet = _ref5.stylesheet, useInlineStyles = _ref5.useInlineStyles; return rows.map((function (node, i) { return createElement({ node: node, stylesheet: stylesheet, useInlineStyles: useInlineStyles, key: "code-segement".concat(i) }); })); }
|
|
63
|
+
function isHighlightJs(astGenerator) { return astGenerator && void 0 !== astGenerator.highlightAuto; }
|
|
64
|
+
var defaultAstGenerator, defaultStyle, core = __webpack_require__(1749), core_default = __webpack_require__.n(core), prism_light_SyntaxHighlighter = (defaultAstGenerator = core_default.a, defaultStyle = {}, function SyntaxHighlighter(_ref7) { var language = _ref7.language, children = _ref7.children, _ref7$style = _ref7.style, style = void 0 === _ref7$style ? defaultStyle : _ref7$style, _ref7$customStyle = _ref7.customStyle, customStyle = void 0 === _ref7$customStyle ? {} : _ref7$customStyle, _ref7$codeTagProps = _ref7.codeTagProps, codeTagProps = void 0 === _ref7$codeTagProps ? { className: language ? "language-".concat(language) : void 0, style: style['code[class*="language-"]'] } : _ref7$codeTagProps, _ref7$useInlineStyles = _ref7.useInlineStyles, useInlineStyles = void 0 === _ref7$useInlineStyles || _ref7$useInlineStyles, _ref7$showLineNumbers = _ref7.showLineNumbers, showLineNumbers = void 0 !== _ref7$showLineNumbers && _ref7$showLineNumbers, _ref7$showInlineLineN = _ref7.showInlineLineNumbers, showInlineLineNumbers = void 0 !== _ref7$showInlineLineN && _ref7$showInlineLineN, _ref7$startingLineNum = _ref7.startingLineNumber, startingLineNumber = void 0 === _ref7$startingLineNum ? 1 : _ref7$startingLineNum, lineNumberContainerStyle = _ref7.lineNumberContainerStyle, _ref7$lineNumberStyle = _ref7.lineNumberStyle, lineNumberStyle = void 0 === _ref7$lineNumberStyle ? {} : _ref7$lineNumberStyle, wrapLines = _ref7.wrapLines, _ref7$lineProps = _ref7.lineProps, lineProps = void 0 === _ref7$lineProps ? {} : _ref7$lineProps, renderer = _ref7.renderer, _ref7$PreTag = _ref7.PreTag, PreTag = void 0 === _ref7$PreTag ? "pre" : _ref7$PreTag, _ref7$CodeTag = _ref7.CodeTag, CodeTag = void 0 === _ref7$CodeTag ? "code" : _ref7$CodeTag, _ref7$code = _ref7.code, code = void 0 === _ref7$code ? Array.isArray(children) ? children[0] : children : _ref7$code, astGenerator = _ref7.astGenerator, rest = objectWithoutProperties_default()(_ref7, ["language", "children", "style", "customStyle", "codeTagProps", "useInlineStyles", "showLineNumbers", "showInlineLineNumbers", "startingLineNumber", "lineNumberContainerStyle", "lineNumberStyle", "wrapLines", "lineProps", "renderer", "PreTag", "CodeTag", "code", "astGenerator"]); astGenerator = astGenerator || defaultAstGenerator; var allLineNumbers = showLineNumbers ? react_default.a.createElement(AllLineNumbers, { containerStyle: lineNumberContainerStyle, codeStyle: codeTagProps.style || {}, numberStyle: lineNumberStyle, startingLineNumber: startingLineNumber, codeString: code }) : null, defaultPreStyle = style.hljs || style['pre[class*="language-"]'] || { backgroundColor: "#fff" }, generatorClassName = isHighlightJs(astGenerator) ? "hljs" : "prismjs", preProps = useInlineStyles ? Object.assign({}, rest, { style: Object.assign({}, defaultPreStyle, customStyle) }) : Object.assign({}, rest, { className: rest.className ? "".concat(generatorClassName, " ").concat(rest.className) : generatorClassName, style: Object.assign({}, customStyle) }); if (!astGenerator)
|
|
65
|
+
return react_default.a.createElement(PreTag, preProps, allLineNumbers, react_default.a.createElement(CodeTag, codeTagProps, code)); wrapLines = !(!renderer || void 0 !== wrapLines) || wrapLines, renderer = renderer || defaultRenderer; var defaultCodeValue = [{ type: "text", value: code }], codeTree = function getCodeTree(_ref6) { var astGenerator = _ref6.astGenerator, language = _ref6.language, code = _ref6.code, defaultCodeValue = _ref6.defaultCodeValue; if (isHighlightJs(astGenerator)) {
|
|
66
|
+
var hasLanguage = function (astGenerator, language) { return -1 !== astGenerator.listLanguages().indexOf(language); }(astGenerator, language);
|
|
67
|
+
return "text" === language ? { value: defaultCodeValue, language: "text" } : hasLanguage ? astGenerator.highlight(language, code) : astGenerator.highlightAuto(code);
|
|
68
|
+
} try {
|
|
69
|
+
return language && "text" !== language ? { value: astGenerator.highlight(code, language) } : { value: defaultCodeValue };
|
|
70
|
+
}
|
|
71
|
+
catch (e) {
|
|
72
|
+
return { value: defaultCodeValue };
|
|
73
|
+
} }({ astGenerator: astGenerator, language: language, code: code, defaultCodeValue: defaultCodeValue }); null === codeTree.language && (codeTree.value = defaultCodeValue); var rows = processLines(codeTree, wrapLines, lineProps, showLineNumbers, showInlineLineNumbers, startingLineNumber, codeTree.value.length + startingLineNumber, lineNumberStyle); return react_default.a.createElement(PreTag, preProps, react_default.a.createElement(CodeTag, codeTagProps, !showInlineLineNumbers && allLineNumbers, renderer({ rows: rows, stylesheet: style, useInlineStyles: useInlineStyles }))); });
|
|
74
|
+
prism_light_SyntaxHighlighter.registerLanguage = function (_, language) { return core_default.a.register(language); };
|
|
75
|
+
var prism_light = prism_light_SyntaxHighlighter, ActionBar = __webpack_require__(237), ScrollArea = __webpack_require__(236), ts_dedent_esm = __webpack_require__(20), formatter = memoizerific_default()(2)((function (code) { return Object(ts_dedent_esm.a)(code); }));
|
|
76
|
+
function _extends() { return _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) {
|
|
77
|
+
var source = arguments[i];
|
|
78
|
+
for (var key in source)
|
|
79
|
+
Object.prototype.hasOwnProperty.call(source, key) && (target[key] = source[key]);
|
|
80
|
+
} return target; }, _extends.apply(this, arguments); }
|
|
81
|
+
function _objectWithoutProperties(source, excluded) { if (null == source)
|
|
82
|
+
return {}; var key, i, target = function _objectWithoutPropertiesLoose(source, excluded) { if (null == source)
|
|
83
|
+
return {}; var key, i, target = {}, sourceKeys = Object.keys(source); for (i = 0; i < sourceKeys.length; i++)
|
|
84
|
+
key = sourceKeys[i], excluded.indexOf(key) >= 0 || (target[key] = source[key]); return target; }(source, excluded); if (Object.getOwnPropertySymbols) {
|
|
85
|
+
var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
|
|
86
|
+
for (i = 0; i < sourceSymbolKeys.length; i++)
|
|
87
|
+
key = sourceSymbolKeys[i], excluded.indexOf(key) >= 0 || Object.prototype.propertyIsEnumerable.call(source, key) && (target[key] = source[key]);
|
|
88
|
+
} return target; }
|
|
89
|
+
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try {
|
|
90
|
+
var info = gen[key](arg), value = info.value;
|
|
91
|
+
}
|
|
92
|
+
catch (error) {
|
|
93
|
+
return void reject(error);
|
|
94
|
+
} info.done ? resolve(value) : Promise.resolve(value).then(_next, _throw); }
|
|
95
|
+
function _slicedToArray(arr, i) { return function _arrayWithHoles(arr) { if (Array.isArray(arr))
|
|
96
|
+
return arr; }(arr) || function _iterableToArrayLimit(arr, i) { if ("undefined" == typeof Symbol || !(Symbol.iterator in Object(arr)))
|
|
97
|
+
return; var _arr = [], _n = !0, _d = !1, _e = void 0; try {
|
|
98
|
+
for (var _s, _i = arr[Symbol.iterator](); !(_n = (_s = _i.next()).done) && (_arr.push(_s.value), !i || _arr.length !== i); _n = !0)
|
|
99
|
+
;
|
|
100
|
+
}
|
|
101
|
+
catch (err) {
|
|
102
|
+
_d = !0, _e = err;
|
|
103
|
+
}
|
|
104
|
+
finally {
|
|
105
|
+
try {
|
|
106
|
+
_n || null == _i.return || _i.return();
|
|
107
|
+
}
|
|
108
|
+
finally {
|
|
109
|
+
if (_d)
|
|
110
|
+
throw _e;
|
|
111
|
+
}
|
|
112
|
+
} return _arr; }(arr, i) || function _unsupportedIterableToArray(o, minLen) { if (!o)
|
|
113
|
+
return; if ("string" == typeof o)
|
|
114
|
+
return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); "Object" === n && o.constructor && (n = o.constructor.name); if ("Map" === n || "Set" === n)
|
|
115
|
+
return Array.from(o); if ("Arguments" === n || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))
|
|
116
|
+
return _arrayLikeToArray(o, minLen); }(arr, i) || function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }(); }
|
|
117
|
+
function _arrayLikeToArray(arr, len) { (null == len || len > arr.length) && (len = arr.length); for (var i = 0, arr2 = new Array(len); i < len; i++)
|
|
118
|
+
arr2[i] = arr[i]; return arr2; }
|
|
119
|
+
var syntaxhighlighter_navigator = window_default.a.navigator, syntaxhighlighter_document = window_default.a.document, globalWindow = window_default.a.window;
|
|
120
|
+
prism_light.registerLanguage("jsextra", prism_js_extras), prism_light.registerLanguage("jsx", prism_jsx), prism_light.registerLanguage("json", prism_json), prism_light.registerLanguage("yml", prism_yaml), prism_light.registerLanguage("md", prism_markdown), prism_light.registerLanguage("bash", prism_bash), prism_light.registerLanguage("css", prism_css), prism_light.registerLanguage("html", prism_markup), prism_light.registerLanguage("tsx", prism_tsx), prism_light.registerLanguage("typescript", prism_typescript), prism_light.registerLanguage("graphql", prism_graphql);
|
|
121
|
+
var copyToClipboard, themedSyntax = memoizerific_default()(2)((function (theme) { return Object.entries(theme.code || {}).reduce((function (acc, _ref) { var _ref2 = _slicedToArray(_ref, 2), key = _ref2[0], val = _ref2[1]; return Object.assign({}, acc, function _defineProperty(obj, key, value) { return key in obj ? Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }) : obj[key] = value, obj; }({}, "* .".concat(key), val)); }), {}); }));
|
|
122
|
+
copyToClipboard = null != syntaxhighlighter_navigator && syntaxhighlighter_navigator.clipboard ? function copyToClipboard(text) { return syntaxhighlighter_navigator.clipboard.writeText(text); } : function () { var _ref3 = function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise((function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(void 0); })); }; }(regeneratorRuntime.mark((function _callee(text) { var tmp, focus; return regeneratorRuntime.wrap((function _callee$(_context) { for (;;)
|
|
123
|
+
switch (_context.prev = _context.next) {
|
|
124
|
+
case 0: tmp = syntaxhighlighter_document.createElement("TEXTAREA"), focus = syntaxhighlighter_document.activeElement, tmp.value = text, syntaxhighlighter_document.body.appendChild(tmp), tmp.select(), syntaxhighlighter_document.execCommand("copy"), syntaxhighlighter_document.body.removeChild(tmp), focus.focus();
|
|
125
|
+
case 8:
|
|
126
|
+
case "end": return _context.stop();
|
|
127
|
+
} }), _callee); }))); return function copyToClipboard(_x) { return _ref3.apply(this, arguments); }; }();
|
|
128
|
+
var Wrapper = dist_esm.styled.div((function (_ref4) { return { position: "relative", overflow: "hidden", color: _ref4.theme.color.defaultText }; }), (function (_ref5) { var theme = _ref5.theme; return _ref5.bordered ? { border: "1px solid ".concat(theme.appBorderColor), borderRadius: theme.borderRadius, background: theme.background.content } : {}; })), Scroller = Object(dist_esm.styled)((function (_ref6) { var children = _ref6.children, className = _ref6.className; return react_default.a.createElement(ScrollArea.a, { horizontal: !0, vertical: !0, className: className }, children); }))({ position: "relative" }, (function (_ref7) { return { "& code": { paddingRight: _ref7.theme.layoutMargin } }; }), (function (_ref8) { var theme = _ref8.theme; return themedSyntax(theme); })), Pre = dist_esm.styled.pre((function (_ref9) { var theme = _ref9.theme; return { display: "flex", justifyContent: "flex-start", margin: 0, padding: _ref9.padded ? theme.layoutMargin : 0 }; })), Code = dist_esm.styled.code({ flex: 1, paddingRight: 0, opacity: 1 }), syntaxhighlighter_SyntaxHighlighter = function SyntaxHighlighter(_ref10) { var children = _ref10.children, _ref10$language = _ref10.language, language = void 0 === _ref10$language ? "jsx" : _ref10$language, _ref10$copyable = _ref10.copyable, copyable = void 0 !== _ref10$copyable && _ref10$copyable, _ref10$bordered = _ref10.bordered, bordered = void 0 !== _ref10$bordered && _ref10$bordered, _ref10$padded = _ref10.padded, padded = void 0 !== _ref10$padded && _ref10$padded, _ref10$format = _ref10.format, format = void 0 === _ref10$format || _ref10$format, _ref10$className = _ref10.className, className = void 0 === _ref10$className ? null : _ref10$className, _ref10$showLineNumber = _ref10.showLineNumbers, showLineNumbers = void 0 !== _ref10$showLineNumber && _ref10$showLineNumber, rest = _objectWithoutProperties(_ref10, ["children", "language", "copyable", "bordered", "padded", "format", "className", "showLineNumbers"]); if ("string" != typeof children || !children.trim())
|
|
129
|
+
return null; var highlightableCode = format ? formatter(children) : children.trim(), _useState2 = _slicedToArray(Object(react.useState)(!1), 2), copied = _useState2[0], setCopied = _useState2[1]; return react_default.a.createElement(Wrapper, { bordered: bordered, padded: padded, className: className }, react_default.a.createElement(Scroller, null, react_default.a.createElement(prism_light, _extends({ padded: padded || bordered, language: language, showLineNumbers: showLineNumbers, showInlineLineNumbers: showLineNumbers, useInlineStyles: !1, PreTag: Pre, CodeTag: Code, lineNumberContainerStyle: {} }, rest), highlightableCode)), copyable ? react_default.a.createElement(ActionBar.a, { actionItems: [{ title: copied ? "Copied" : "Copy", onClick: function onClick(e) { e.preventDefault(), copyToClipboard(highlightableCode).then((function () { setCopied(!0), globalWindow.setTimeout((function () { return setCopied(!1); }), 1500); })).catch(esm.a.error); } }] }) : null); };
|
|
130
|
+
syntaxhighlighter_SyntaxHighlighter.displayName = "SyntaxHighlighter";
|
|
131
|
+
__webpack_exports__.default = syntaxhighlighter_SyntaxHighlighter;
|
|
132
|
+
}, 1733: function (module, exports, __webpack_require__) {
|
|
133
|
+
"use strict";
|
|
134
|
+
var normalize = __webpack_require__(1734), Schema = __webpack_require__(1736), DefinedInfo = __webpack_require__(1737);
|
|
135
|
+
module.exports = function create(definition) { var prop, info, space = definition.space, mustUseProperty = definition.mustUseProperty || [], attributes = definition.attributes || {}, props = definition.properties, transform = definition.transform, property = {}, normal = {}; for (prop in props)
|
|
136
|
+
info = new DefinedInfo(prop, transform(attributes, prop), props[prop], space), -1 !== mustUseProperty.indexOf(prop) && (info.mustUseProperty = !0), property[prop] = info, normal[normalize(prop)] = prop, normal[normalize(info.attribute)] = prop; return new Schema(property, normal, space); };
|
|
137
|
+
}, 1734: function (module, exports, __webpack_require__) {
|
|
138
|
+
"use strict";
|
|
139
|
+
module.exports = function normalize(value) { return value.toLowerCase(); };
|
|
140
|
+
}, 1735: function (module, exports, __webpack_require__) {
|
|
141
|
+
"use strict";
|
|
142
|
+
var powers = 0;
|
|
143
|
+
function increment() { return Math.pow(2, ++powers); }
|
|
144
|
+
exports.boolean = increment(), exports.booleanish = increment(), exports.overloadedBoolean = increment(), exports.number = increment(), exports.spaceSeparated = increment(), exports.commaSeparated = increment(), exports.commaOrSpaceSeparated = increment();
|
|
145
|
+
}, 1736: function (module, exports, __webpack_require__) {
|
|
146
|
+
"use strict";
|
|
147
|
+
module.exports = Schema;
|
|
148
|
+
var proto = Schema.prototype;
|
|
149
|
+
function Schema(property, normal, space) { this.property = property, this.normal = normal, space && (this.space = space); }
|
|
150
|
+
proto.space = null, proto.normal = {}, proto.property = {};
|
|
151
|
+
}, 1737: function (module, exports, __webpack_require__) {
|
|
152
|
+
"use strict";
|
|
153
|
+
var Info = __webpack_require__(1738), types = __webpack_require__(1735);
|
|
154
|
+
module.exports = DefinedInfo, DefinedInfo.prototype = new Info, DefinedInfo.prototype.defined = !0;
|
|
155
|
+
var checks = ["boolean", "booleanish", "overloadedBoolean", "number", "commaSeparated", "spaceSeparated", "commaOrSpaceSeparated"], checksLength = checks.length;
|
|
156
|
+
function DefinedInfo(property, attribute, mask, space) { var check, index = -1; for (mark(this, "space", space), Info.call(this, property, attribute); ++index < checksLength;)
|
|
157
|
+
mark(this, check = checks[index], (mask & types[check]) === types[check]); }
|
|
158
|
+
function mark(values, key, value) { value && (values[key] = value); }
|
|
159
|
+
}, 1738: function (module, exports, __webpack_require__) {
|
|
160
|
+
"use strict";
|
|
161
|
+
module.exports = Info;
|
|
162
|
+
var proto = Info.prototype;
|
|
163
|
+
function Info(property, attribute) { this.property = property, this.attribute = attribute; }
|
|
164
|
+
proto.space = null, proto.attribute = null, proto.property = null, proto.boolean = !1, proto.booleanish = !1, proto.overloadedBoolean = !1, proto.number = !1, proto.commaSeparated = !1, proto.spaceSeparated = !1, proto.commaOrSpaceSeparated = !1, proto.mustUseProperty = !1, proto.defined = !1;
|
|
165
|
+
}, 1739: function (module, exports, __webpack_require__) {
|
|
166
|
+
"use strict";
|
|
167
|
+
var caseSensitiveTransform = __webpack_require__(1758);
|
|
168
|
+
module.exports = function caseInsensitiveTransform(attributes, property) { return caseSensitiveTransform(attributes, property.toLowerCase()); };
|
|
169
|
+
}, 1740: function (module, exports, __webpack_require__) {
|
|
170
|
+
"use strict";
|
|
171
|
+
module.exports = function decimal(character) { var code = "string" == typeof character ? character.charCodeAt(0) : character; return code >= 48 && code <= 57; };
|
|
172
|
+
}, 1741: function (module, exports, __webpack_require__) {
|
|
173
|
+
"use strict";
|
|
174
|
+
function markup(Prism) { Prism.languages.markup = { comment: { pattern: /<!--(?:(?!<!--)[\s\S])*?-->/, greedy: !0 }, prolog: { pattern: /<\?[\s\S]+?\?>/, greedy: !0 }, doctype: { pattern: /<!DOCTYPE(?:[^>"'[\]]|"[^"]*"|'[^']*')+(?:\[(?:[^<"'\]]|"[^"]*"|'[^']*'|<(?!!--)|<!--(?:[^-]|-(?!->))*-->)*\]\s*)?>/i, greedy: !0, inside: { "internal-subset": { pattern: /(^[^\[]*\[)[\s\S]+(?=\]>$)/, lookbehind: !0, greedy: !0, inside: null }, string: { pattern: /"[^"]*"|'[^']*'/, greedy: !0 }, punctuation: /^<!|>$|[[\]]/, "doctype-tag": /^DOCTYPE/i, name: /[^\s<>'"]+/ } }, cdata: { pattern: /<!\[CDATA\[[\s\S]*?\]\]>/i, greedy: !0 }, tag: { pattern: /<\/?(?!\d)[^\s>\/=$<%]+(?:\s(?:\s*[^\s>\/=]+(?:\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))|(?=[\s/>])))+)?\s*\/?>/, greedy: !0, inside: { tag: { pattern: /^<\/?[^\s>\/]+/, inside: { punctuation: /^<\/?/, namespace: /^[^\s>\/:]+:/ } }, "special-attr": [], "attr-value": { pattern: /=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+)/, inside: { punctuation: [{ pattern: /^=/, alias: "attr-equals" }, /"|'/] } }, punctuation: /\/?>/, "attr-name": { pattern: /[^\s>\/]+/, inside: { namespace: /^[^\s>\/:]+:/ } } } }, entity: [{ pattern: /&[\da-z]{1,8};/i, alias: "named-entity" }, /&#x?[\da-f]{1,8};/i] }, Prism.languages.markup.tag.inside["attr-value"].inside.entity = Prism.languages.markup.entity, Prism.languages.markup.doctype.inside["internal-subset"].inside = Prism.languages.markup, Prism.hooks.add("wrap", (function (env) { "entity" === env.type && (env.attributes.title = env.content.value.replace(/&/, "&")); })), Object.defineProperty(Prism.languages.markup.tag, "addInlined", { value: function addInlined(tagName, lang) { var includedCdataInside = {}; includedCdataInside["language-" + lang] = { pattern: /(^<!\[CDATA\[)[\s\S]+?(?=\]\]>$)/i, lookbehind: !0, inside: Prism.languages[lang] }, includedCdataInside.cdata = /^<!\[CDATA\[|\]\]>$/i; var inside = { "included-cdata": { pattern: /<!\[CDATA\[[\s\S]*?\]\]>/i, inside: includedCdataInside } }; inside["language-" + lang] = { pattern: /[\s\S]+/, inside: Prism.languages[lang] }; var def = {}; def[tagName] = { pattern: RegExp(/(<__[^>]*>)(?:<!\[CDATA\[(?:[^\]]|\](?!\]>))*\]\]>|(?!<!\[CDATA\[)[\s\S])*?(?=<\/__>)/.source.replace(/__/g, (function () { return tagName; })), "i"), lookbehind: !0, greedy: !0, inside: inside }, Prism.languages.insertBefore("markup", "cdata", def); } }), Object.defineProperty(Prism.languages.markup.tag, "addAttribute", { value: function (attrName, lang) { Prism.languages.markup.tag.inside["special-attr"].push({ pattern: RegExp(/(^|["'\s])/.source + "(?:" + attrName + ")" + /\s*=\s*(?:"[^"]*"|'[^']*'|[^\s'">=]+(?=[\s>]))/.source, "i"), lookbehind: !0, inside: { "attr-name": /^[^\s=]+/, "attr-value": { pattern: /=[\s\S]+/, inside: { value: { pattern: /(^=\s*(["']|(?!["'])))\S[\s\S]*(?=\2$)/, lookbehind: !0, alias: [lang, "language-" + lang], inside: Prism.languages[lang] }, punctuation: [{ pattern: /^=/, alias: "attr-equals" }, /"|'/] } } } }); } }), Prism.languages.html = Prism.languages.markup, Prism.languages.mathml = Prism.languages.markup, Prism.languages.svg = Prism.languages.markup, Prism.languages.xml = Prism.languages.extend("markup", {}), Prism.languages.ssml = Prism.languages.xml, Prism.languages.atom = Prism.languages.xml, Prism.languages.rss = Prism.languages.xml; }
|
|
175
|
+
module.exports = markup, markup.displayName = "markup", markup.aliases = ["html", "mathml", "svg", "xml", "ssml", "atom", "rss"];
|
|
176
|
+
}, 1742: function (module, exports, __webpack_require__) {
|
|
177
|
+
"use strict";
|
|
178
|
+
function css(Prism) { !function (Prism) { var string = /(?:"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"|'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n])*')/; Prism.languages.css = { comment: /\/\*[\s\S]*?\*\//, atrule: { pattern: /@[\w-](?:[^;{\s]|\s+(?![\s{]))*(?:;|(?=\s*\{))/, inside: { rule: /^@[\w-]+/, "selector-function-argument": { pattern: /(\bselector\s*\(\s*(?![\s)]))(?:[^()\s]|\s+(?![\s)])|\((?:[^()]|\([^()]*\))*\))+(?=\s*\))/, lookbehind: !0, alias: "selector" }, keyword: { pattern: /(^|[^\w-])(?:and|not|only|or)(?![\w-])/, lookbehind: !0 } } }, url: { pattern: RegExp("\\burl\\((?:" + string.source + "|" + /(?:[^\\\r\n()"']|\\[\s\S])*/.source + ")\\)", "i"), greedy: !0, inside: { function: /^url/i, punctuation: /^\(|\)$/, string: { pattern: RegExp("^" + string.source + "$"), alias: "url" } } }, selector: { pattern: RegExp("(^|[{}\\s])[^{}\\s](?:[^{};\"'\\s]|\\s+(?![\\s{])|" + string.source + ")*(?=\\s*\\{)"), lookbehind: !0 }, string: { pattern: string, greedy: !0 }, property: { pattern: /(^|[^-\w\xA0-\uFFFF])(?!\s)[-_a-z\xA0-\uFFFF](?:(?!\s)[-\w\xA0-\uFFFF])*(?=\s*:)/i, lookbehind: !0 }, important: /!important\b/i, function: { pattern: /(^|[^-a-z0-9])[-a-z0-9]+(?=\()/i, lookbehind: !0 }, punctuation: /[(){};:,]/ }, Prism.languages.css.atrule.inside.rest = Prism.languages.css; var markup = Prism.languages.markup; markup && (markup.tag.addInlined("style", "css"), markup.tag.addAttribute("style", "css")); }(Prism); }
|
|
179
|
+
module.exports = css, css.displayName = "css", css.aliases = [];
|
|
180
|
+
}, 1743: function (module, exports, __webpack_require__) { var defineProperty = __webpack_require__(69); module.exports = function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) {
|
|
181
|
+
var source = null != arguments[i] ? Object(arguments[i]) : {}, ownKeys = Object.keys(source);
|
|
182
|
+
"function" == typeof Object.getOwnPropertySymbols && ownKeys.push.apply(ownKeys, Object.getOwnPropertySymbols(source).filter((function (sym) { return Object.getOwnPropertyDescriptor(source, sym).enumerable; }))), ownKeys.forEach((function (key) { defineProperty(target, key, source[key]); }));
|
|
183
|
+
} return target; }, module.exports.default = module.exports, module.exports.__esModule = !0; }, 1744: function (module, exports, __webpack_require__) {
|
|
184
|
+
"use strict";
|
|
185
|
+
function jsx(Prism) { !function (Prism) { var javascript = Prism.util.clone(Prism.languages.javascript), space = /(?:\s|\/\/.*(?!.)|\/\*(?:[^*]|\*(?!\/))\*\/)/.source, braces = /(?:\{(?:\{(?:\{[^{}]*\}|[^{}])*\}|[^{}])*\})/.source, spread = /(?:\{<S>*\.{3}(?:[^{}]|<BRACES>)*\})/.source; function re(source, flags) { return source = source.replace(/<S>/g, (function () { return space; })).replace(/<BRACES>/g, (function () { return braces; })).replace(/<SPREAD>/g, (function () { return spread; })), RegExp(source, flags); } spread = re(spread).source, Prism.languages.jsx = Prism.languages.extend("markup", javascript), Prism.languages.jsx.tag.pattern = re(/<\/?(?:[\w.:-]+(?:<S>+(?:[\w.:$-]+(?:=(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s{'"/>=]+|<BRACES>))?|<SPREAD>))*<S>*\/?)?>/.source), Prism.languages.jsx.tag.inside.tag.pattern = /^<\/?[^\s>\/]*/i, Prism.languages.jsx.tag.inside["attr-value"].pattern = /=(?!\{)(?:"(?:\\[\s\S]|[^\\"])*"|'(?:\\[\s\S]|[^\\'])*'|[^\s'">]+)/i, Prism.languages.jsx.tag.inside.tag.inside["class-name"] = /^[A-Z]\w*(?:\.[A-Z]\w*)*$/, Prism.languages.jsx.tag.inside.comment = javascript.comment, Prism.languages.insertBefore("inside", "attr-name", { spread: { pattern: re(/<SPREAD>/.source), inside: Prism.languages.jsx } }, Prism.languages.jsx.tag), Prism.languages.insertBefore("inside", "special-attr", { script: { pattern: re(/=<BRACES>/.source), inside: { "script-punctuation": { pattern: /^=(?=\{)/, alias: "punctuation" }, rest: Prism.languages.jsx }, alias: "language-javascript" } }, Prism.languages.jsx.tag); var stringifyToken = function (token) { return token ? "string" == typeof token ? token : "string" == typeof token.content ? token.content : token.content.map(stringifyToken).join("") : ""; }, walkTokens = function (tokens) { for (var openedTags = [], i = 0; i < tokens.length; i++) {
|
|
186
|
+
var token = tokens[i], notTagNorBrace = !1;
|
|
187
|
+
if ("string" != typeof token && ("tag" === token.type && token.content[0] && "tag" === token.content[0].type ? "</" === token.content[0].content[0].content ? openedTags.length > 0 && openedTags[openedTags.length - 1].tagName === stringifyToken(token.content[0].content[1]) && openedTags.pop() : "/>" === token.content[token.content.length - 1].content || openedTags.push({ tagName: stringifyToken(token.content[0].content[1]), openedBraces: 0 }) : openedTags.length > 0 && "punctuation" === token.type && "{" === token.content ? openedTags[openedTags.length - 1].openedBraces++ : openedTags.length > 0 && openedTags[openedTags.length - 1].openedBraces > 0 && "punctuation" === token.type && "}" === token.content ? openedTags[openedTags.length - 1].openedBraces-- : notTagNorBrace = !0), (notTagNorBrace || "string" == typeof token) && openedTags.length > 0 && 0 === openedTags[openedTags.length - 1].openedBraces) {
|
|
188
|
+
var plainText = stringifyToken(token);
|
|
189
|
+
i < tokens.length - 1 && ("string" == typeof tokens[i + 1] || "plain-text" === tokens[i + 1].type) && (plainText += stringifyToken(tokens[i + 1]), tokens.splice(i + 1, 1)), i > 0 && ("string" == typeof tokens[i - 1] || "plain-text" === tokens[i - 1].type) && (plainText = stringifyToken(tokens[i - 1]) + plainText, tokens.splice(i - 1, 1), i--), tokens[i] = new Prism.Token("plain-text", plainText, null, plainText);
|
|
190
|
+
}
|
|
191
|
+
token.content && "string" != typeof token.content && walkTokens(token.content);
|
|
192
|
+
} }; Prism.hooks.add("after-tokenize", (function (env) { "jsx" !== env.language && "tsx" !== env.language || walkTokens(env.tokens); })); }(Prism); }
|
|
193
|
+
module.exports = jsx, jsx.displayName = "jsx", jsx.aliases = [];
|
|
194
|
+
}, 1745: function (module, exports, __webpack_require__) {
|
|
195
|
+
"use strict";
|
|
196
|
+
function typescript(Prism) { !function (Prism) { Prism.languages.typescript = Prism.languages.extend("javascript", { "class-name": { pattern: /(\b(?:class|extends|implements|instanceof|interface|new|type)\s+)(?!keyof\b)(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?:\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>)?/, lookbehind: !0, greedy: !0, inside: null }, builtin: /\b(?:string|Function|any|number|boolean|Array|symbol|console|Promise|unknown|never)\b/ }), Prism.languages.typescript.keyword.push(/\b(?:abstract|as|declare|implements|is|keyof|readonly|require)\b/, /\b(?:asserts|infer|interface|module|namespace|type)\b(?=\s*(?:[{_$a-zA-Z\xA0-\uFFFF]|$))/, /\btype\b(?=\s*(?:[\{*]|$))/), delete Prism.languages.typescript.parameter; var typeInside = Prism.languages.extend("typescript", {}); delete typeInside["class-name"], Prism.languages.typescript["class-name"].inside = typeInside, Prism.languages.insertBefore("typescript", "function", { decorator: { pattern: /@[$\w\xA0-\uFFFF]+/, inside: { at: { pattern: /^@/, alias: "operator" }, function: /^[\s\S]+/ } }, "generic-function": { pattern: /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*<(?:[^<>]|<(?:[^<>]|<[^<>]*>)*>)*>(?=\s*\()/, greedy: !0, inside: { function: /^#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/, generic: { pattern: /<[\s\S]+/, alias: "class-name", inside: typeInside } } } }), Prism.languages.ts = Prism.languages.typescript; }(Prism); }
|
|
197
|
+
module.exports = typescript, typescript.displayName = "typescript", typescript.aliases = ["ts"];
|
|
198
|
+
}, 1749: function (module, exports, __webpack_require__) {
|
|
199
|
+
"use strict";
|
|
200
|
+
(function (global) { var ctx = "object" == typeof globalThis ? globalThis : "object" == typeof self ? self : "object" == typeof window ? window : "object" == typeof global ? global : {}, restore = function capture() { var defined = "Prism" in ctx, current = defined ? ctx.Prism : void 0; return function restore() { defined ? ctx.Prism = current : delete ctx.Prism; defined = void 0, current = void 0; }; }(); ctx.Prism = { manual: !0, disableWorkerMessageHandler: !0 }; var h = __webpack_require__(1750), decode = __webpack_require__(1766), Prism = __webpack_require__(1773), markup = __webpack_require__(1741), css = __webpack_require__(1742), clike = __webpack_require__(1774), js = __webpack_require__(1775); restore(); var own = {}.hasOwnProperty; function Refractor() { } Refractor.prototype = Prism; var refract = new Refractor; function register(grammar) { if ("function" != typeof grammar || !grammar.displayName)
|
|
201
|
+
throw new Error("Expected `function` for `grammar`, got `" + grammar + "`"); void 0 === refract.languages[grammar.displayName] && grammar(refract); } module.exports = refract, refract.highlight = function highlight(value, name) { var grammar, sup = Prism.highlight; if ("string" != typeof value)
|
|
202
|
+
throw new Error("Expected `string` for `value`, got `" + value + "`"); if ("Object" === refract.util.type(name))
|
|
203
|
+
grammar = name, name = null;
|
|
204
|
+
else {
|
|
205
|
+
if ("string" != typeof name)
|
|
206
|
+
throw new Error("Expected `string` for `name`, got `" + name + "`");
|
|
207
|
+
if (!own.call(refract.languages, name))
|
|
208
|
+
throw new Error("Unknown language: `" + name + "` is not registered");
|
|
209
|
+
grammar = refract.languages[name];
|
|
210
|
+
} return sup.call(this, value, grammar, name); }, refract.register = register, refract.alias = function alias(name, alias) { var key, list, length, index, languages = refract.languages, map = name; alias && ((map = {})[name] = alias); for (key in map)
|
|
211
|
+
for (list = map[key], length = (list = "string" == typeof list ? [list] : list).length, index = -1; ++index < length;)
|
|
212
|
+
languages[list[index]] = languages[key]; }, refract.registered = function registered(language) { if ("string" != typeof language)
|
|
213
|
+
throw new Error("Expected `string` for `language`, got `" + language + "`"); return own.call(refract.languages, language); }, refract.listLanguages = function listLanguages() { var language, languages = refract.languages, list = []; for (language in languages)
|
|
214
|
+
own.call(languages, language) && "object" == typeof languages[language] && list.push(language); return list; }, register(markup), register(css), register(clike), register(js), refract.util.encode = function encode(tokens) { return tokens; }, refract.Token.stringify = function stringify(value, language, parent) { var env; if ("string" == typeof value)
|
|
215
|
+
return { type: "text", value: value }; if ("Array" === refract.util.type(value))
|
|
216
|
+
return function stringifyAll(values, language) { var value, result = [], length = values.length, index = -1; for (; ++index < length;)
|
|
217
|
+
"" !== (value = values[index]) && null != value && result.push(value); index = -1, length = result.length; for (; ++index < length;)
|
|
218
|
+
value = result[index], result[index] = refract.Token.stringify(value, language, result); return result; }(value, language); env = { type: value.type, content: refract.Token.stringify(value.content, language, parent), tag: "span", classes: ["token", value.type], attributes: {}, language: language, parent: parent }, value.alias && (env.classes = env.classes.concat(value.alias)); return refract.hooks.run("wrap", env), h(env.tag + "." + env.classes.join("."), function attributes(attrs) { var key; for (key in attrs)
|
|
219
|
+
attrs[key] = decode(attrs[key]); return attrs; }(env.attributes), env.content); }; }).call(this, __webpack_require__(76));
|
|
220
|
+
}, 1750: function (module, exports, __webpack_require__) {
|
|
221
|
+
"use strict";
|
|
222
|
+
module.exports = __webpack_require__(1751);
|
|
223
|
+
}, 1751: function (module, exports, __webpack_require__) {
|
|
224
|
+
"use strict";
|
|
225
|
+
var schema = __webpack_require__(1752), html = __webpack_require__(1761)(schema, "div");
|
|
226
|
+
html.displayName = "html", module.exports = html;
|
|
227
|
+
}, 1752: function (module, exports, __webpack_require__) {
|
|
228
|
+
"use strict";
|
|
229
|
+
var merge = __webpack_require__(1753), xlink = __webpack_require__(1755), xml = __webpack_require__(1756), xmlns = __webpack_require__(1757), aria = __webpack_require__(1759), html = __webpack_require__(1760);
|
|
230
|
+
module.exports = merge([xml, xlink, xmlns, aria, html]);
|
|
231
|
+
}, 1753: function (module, exports, __webpack_require__) {
|
|
232
|
+
"use strict";
|
|
233
|
+
var xtend = __webpack_require__(1754), Schema = __webpack_require__(1736);
|
|
234
|
+
module.exports = function merge(definitions) { var info, space, length = definitions.length, property = [], normal = [], index = -1; for (; ++index < length;)
|
|
235
|
+
info = definitions[index], property.push(info.property), normal.push(info.normal), space = info.space; return new Schema(xtend.apply(null, property), xtend.apply(null, normal), space); };
|
|
236
|
+
}, 1754: function (module, exports) { module.exports = function extend() { for (var target = {}, i = 0; i < arguments.length; i++) {
|
|
237
|
+
var source = arguments[i];
|
|
238
|
+
for (var key in source)
|
|
239
|
+
hasOwnProperty.call(source, key) && (target[key] = source[key]);
|
|
240
|
+
} return target; }; var hasOwnProperty = Object.prototype.hasOwnProperty; }, 1755: function (module, exports, __webpack_require__) {
|
|
241
|
+
"use strict";
|
|
242
|
+
var create = __webpack_require__(1733);
|
|
243
|
+
module.exports = create({ space: "xlink", transform: function xlinkTransform(_, prop) { return "xlink:" + prop.slice(5).toLowerCase(); }, properties: { xLinkActuate: null, xLinkArcRole: null, xLinkHref: null, xLinkRole: null, xLinkShow: null, xLinkTitle: null, xLinkType: null } });
|
|
244
|
+
}, 1756: function (module, exports, __webpack_require__) {
|
|
245
|
+
"use strict";
|
|
246
|
+
var create = __webpack_require__(1733);
|
|
247
|
+
module.exports = create({ space: "xml", transform: function xmlTransform(_, prop) { return "xml:" + prop.slice(3).toLowerCase(); }, properties: { xmlLang: null, xmlBase: null, xmlSpace: null } });
|
|
248
|
+
}, 1757: function (module, exports, __webpack_require__) {
|
|
249
|
+
"use strict";
|
|
250
|
+
var create = __webpack_require__(1733), caseInsensitiveTransform = __webpack_require__(1739);
|
|
251
|
+
module.exports = create({ space: "xmlns", attributes: { xmlnsxlink: "xmlns:xlink" }, transform: caseInsensitiveTransform, properties: { xmlns: null, xmlnsXLink: null } });
|
|
252
|
+
}, 1758: function (module, exports, __webpack_require__) {
|
|
253
|
+
"use strict";
|
|
254
|
+
module.exports = function caseSensitiveTransform(attributes, attribute) { return attribute in attributes ? attributes[attribute] : attribute; };
|
|
255
|
+
}, 1759: function (module, exports, __webpack_require__) {
|
|
256
|
+
"use strict";
|
|
257
|
+
var types = __webpack_require__(1735), create = __webpack_require__(1733), booleanish = types.booleanish, number = types.number, spaceSeparated = types.spaceSeparated;
|
|
258
|
+
module.exports = create({ transform: function ariaTransform(_, prop) { return "role" === prop ? prop : "aria-" + prop.slice(4).toLowerCase(); }, properties: { ariaActiveDescendant: null, ariaAtomic: booleanish, ariaAutoComplete: null, ariaBusy: booleanish, ariaChecked: booleanish, ariaColCount: number, ariaColIndex: number, ariaColSpan: number, ariaControls: spaceSeparated, ariaCurrent: null, ariaDescribedBy: spaceSeparated, ariaDetails: null, ariaDisabled: booleanish, ariaDropEffect: spaceSeparated, ariaErrorMessage: null, ariaExpanded: booleanish, ariaFlowTo: spaceSeparated, ariaGrabbed: booleanish, ariaHasPopup: null, ariaHidden: booleanish, ariaInvalid: null, ariaKeyShortcuts: null, ariaLabel: null, ariaLabelledBy: spaceSeparated, ariaLevel: number, ariaLive: null, ariaModal: booleanish, ariaMultiLine: booleanish, ariaMultiSelectable: booleanish, ariaOrientation: null, ariaOwns: spaceSeparated, ariaPlaceholder: null, ariaPosInSet: number, ariaPressed: booleanish, ariaReadOnly: booleanish, ariaRelevant: null, ariaRequired: booleanish, ariaRoleDescription: spaceSeparated, ariaRowCount: number, ariaRowIndex: number, ariaRowSpan: number, ariaSelected: booleanish, ariaSetSize: number, ariaSort: null, ariaValueMax: number, ariaValueMin: number, ariaValueNow: number, ariaValueText: null, role: null } });
|
|
259
|
+
}, 1760: function (module, exports, __webpack_require__) {
|
|
260
|
+
"use strict";
|
|
261
|
+
var types = __webpack_require__(1735), create = __webpack_require__(1733), caseInsensitiveTransform = __webpack_require__(1739), boolean = types.boolean, overloadedBoolean = types.overloadedBoolean, booleanish = types.booleanish, number = types.number, spaceSeparated = types.spaceSeparated, commaSeparated = types.commaSeparated;
|
|
262
|
+
module.exports = create({ space: "html", attributes: { acceptcharset: "accept-charset", classname: "class", htmlfor: "for", httpequiv: "http-equiv" }, transform: caseInsensitiveTransform, mustUseProperty: ["checked", "multiple", "muted", "selected"], properties: { abbr: null, accept: commaSeparated, acceptCharset: spaceSeparated, accessKey: spaceSeparated, action: null, allow: null, allowFullScreen: boolean, allowPaymentRequest: boolean, allowUserMedia: boolean, alt: null, as: null, async: boolean, autoCapitalize: null, autoComplete: spaceSeparated, autoFocus: boolean, autoPlay: boolean, capture: boolean, charSet: null, checked: boolean, cite: null, className: spaceSeparated, cols: number, colSpan: null, content: null, contentEditable: booleanish, controls: boolean, controlsList: spaceSeparated, coords: number | commaSeparated, crossOrigin: null, data: null, dateTime: null, decoding: null, default: boolean, defer: boolean, dir: null, dirName: null, disabled: boolean, download: overloadedBoolean, draggable: booleanish, encType: null, enterKeyHint: null, form: null, formAction: null, formEncType: null, formMethod: null, formNoValidate: boolean, formTarget: null, headers: spaceSeparated, height: number, hidden: boolean, high: number, href: null, hrefLang: null, htmlFor: spaceSeparated, httpEquiv: spaceSeparated, id: null, imageSizes: null, imageSrcSet: commaSeparated, inputMode: null, integrity: null, is: null, isMap: boolean, itemId: null, itemProp: spaceSeparated, itemRef: spaceSeparated, itemScope: boolean, itemType: spaceSeparated, kind: null, label: null, lang: null, language: null, list: null, loading: null, loop: boolean, low: number, manifest: null, max: null, maxLength: number, media: null, method: null, min: null, minLength: number, multiple: boolean, muted: boolean, name: null, nonce: null, noModule: boolean, noValidate: boolean, onAbort: null, onAfterPrint: null, onAuxClick: null, onBeforePrint: null, onBeforeUnload: null, onBlur: null, onCancel: null, onCanPlay: null, onCanPlayThrough: null, onChange: null, onClick: null, onClose: null, onContextMenu: null, onCopy: null, onCueChange: null, onCut: null, onDblClick: null, onDrag: null, onDragEnd: null, onDragEnter: null, onDragExit: null, onDragLeave: null, onDragOver: null, onDragStart: null, onDrop: null, onDurationChange: null, onEmptied: null, onEnded: null, onError: null, onFocus: null, onFormData: null, onHashChange: null, onInput: null, onInvalid: null, onKeyDown: null, onKeyPress: null, onKeyUp: null, onLanguageChange: null, onLoad: null, onLoadedData: null, onLoadedMetadata: null, onLoadEnd: null, onLoadStart: null, onMessage: null, onMessageError: null, onMouseDown: null, onMouseEnter: null, onMouseLeave: null, onMouseMove: null, onMouseOut: null, onMouseOver: null, onMouseUp: null, onOffline: null, onOnline: null, onPageHide: null, onPageShow: null, onPaste: null, onPause: null, onPlay: null, onPlaying: null, onPopState: null, onProgress: null, onRateChange: null, onRejectionHandled: null, onReset: null, onResize: null, onScroll: null, onSecurityPolicyViolation: null, onSeeked: null, onSeeking: null, onSelect: null, onSlotChange: null, onStalled: null, onStorage: null, onSubmit: null, onSuspend: null, onTimeUpdate: null, onToggle: null, onUnhandledRejection: null, onUnload: null, onVolumeChange: null, onWaiting: null, onWheel: null, open: boolean, optimum: number, pattern: null, ping: spaceSeparated, placeholder: null, playsInline: boolean, poster: null, preload: null, readOnly: boolean, referrerPolicy: null, rel: spaceSeparated, required: boolean, reversed: boolean, rows: number, rowSpan: number, sandbox: spaceSeparated, scope: null, scoped: boolean, seamless: boolean, selected: boolean, shape: null, size: number, sizes: null, slot: null, span: number, spellCheck: booleanish, src: null, srcDoc: null, srcLang: null, srcSet: commaSeparated, start: number, step: null, style: null, tabIndex: number, target: null, title: null, translate: null, type: null, typeMustMatch: boolean, useMap: null, value: booleanish, width: number, wrap: null, align: null, aLink: null, archive: spaceSeparated, axis: null, background: null, bgColor: null, border: number, borderColor: null, bottomMargin: number, cellPadding: null, cellSpacing: null, char: null, charOff: null, classId: null, clear: null, code: null, codeBase: null, codeType: null, color: null, compact: boolean, declare: boolean, event: null, face: null, frame: null, frameBorder: null, hSpace: number, leftMargin: number, link: null, longDesc: null, lowSrc: null, marginHeight: number, marginWidth: number, noResize: boolean, noHref: boolean, noShade: boolean, noWrap: boolean, object: null, profile: null, prompt: null, rev: null, rightMargin: number, rules: null, scheme: null, scrolling: booleanish, standby: null, summary: null, text: null, topMargin: number, valueType: null, version: null, vAlign: null, vLink: null, vSpace: number, allowTransparency: null, autoCorrect: null, autoSave: null, disablePictureInPicture: boolean, disableRemotePlayback: boolean, prefix: null, property: null, results: number, security: null, unselectable: null } });
|
|
263
|
+
}, 1761: function (module, exports, __webpack_require__) {
|
|
264
|
+
"use strict";
|
|
265
|
+
var find = __webpack_require__(1762), normalize = __webpack_require__(1734), parseSelector = __webpack_require__(1763), spaces = __webpack_require__(1764).parse, commas = __webpack_require__(1765).parse;
|
|
266
|
+
module.exports = function factory(schema, defaultTagName, caseSensitive) { var adjust = caseSensitive ? function createAdjustMap(values) { var value, length = values.length, index = -1, result = {}; for (; ++index < length;)
|
|
267
|
+
result[(value = values[index]).toLowerCase()] = value; return result; }(caseSensitive) : null; return function h(selector, properties) { var property, node = parseSelector(selector, defaultTagName), children = Array.prototype.slice.call(arguments, 2), name = node.tagName.toLowerCase(); node.tagName = adjust && own.call(adjust, name) ? adjust[name] : name, properties && isChildren(properties, node) && (children.unshift(properties), properties = null); if (properties)
|
|
268
|
+
for (property in properties)
|
|
269
|
+
addProperty(node.properties, property, properties[property]); addChild(node.children, children), "template" === node.tagName && (node.content = { type: "root", children: node.children }, node.children = []); return node; }; function addProperty(properties, key, value) { var info, property, result; null != value && value == value && (property = (info = find(schema, key)).property, "string" == typeof (result = value) && (info.spaceSeparated ? result = spaces(result) : info.commaSeparated ? result = commas(result) : info.commaOrSpaceSeparated && (result = spaces(commas(result).join(" ")))), "style" === property && "string" != typeof value && (result = function style(value) { var key, result = []; for (key in value)
|
|
270
|
+
result.push([key, value[key]].join(": ")); return result.join("; "); }(result)), "className" === property && properties.className && (result = properties.className.concat(result)), properties[property] = function parsePrimitives(info, name, value) { var index, length, result; if ("object" != typeof value || !("length" in value))
|
|
271
|
+
return parsePrimitive(info, name, value); length = value.length, index = -1, result = []; for (; ++index < length;)
|
|
272
|
+
result[index] = parsePrimitive(info, name, value[index]); return result; }(info, property, result)); } };
|
|
273
|
+
var own = {}.hasOwnProperty;
|
|
274
|
+
function isChildren(value, node) { return "string" == typeof value || "length" in value || function isNode(tagName, value) { var type = value.type; if ("input" === tagName || !type || "string" != typeof type)
|
|
275
|
+
return !1; if ("object" == typeof value.children && "length" in value.children)
|
|
276
|
+
return !0; if (type = type.toLowerCase(), "button" === tagName)
|
|
277
|
+
return "menu" !== type && "submit" !== type && "reset" !== type && "button" !== type; return "value" in value; }(node.tagName, value); }
|
|
278
|
+
function addChild(nodes, value) { var index, length; if ("string" != typeof value && "number" != typeof value)
|
|
279
|
+
if ("object" == typeof value && "length" in value)
|
|
280
|
+
for (index = -1, length = value.length; ++index < length;)
|
|
281
|
+
addChild(nodes, value[index]);
|
|
282
|
+
else {
|
|
283
|
+
if ("object" != typeof value || !("type" in value))
|
|
284
|
+
throw new Error("Expected node, nodes, or string, got `" + value + "`");
|
|
285
|
+
nodes.push(value);
|
|
286
|
+
}
|
|
287
|
+
else
|
|
288
|
+
nodes.push({ type: "text", value: String(value) }); }
|
|
289
|
+
function parsePrimitive(info, name, value) { var result = value; return info.number || info.positiveNumber ? isNaN(result) || "" === result || (result = Number(result)) : (info.boolean || info.overloadedBoolean) && ("string" != typeof result || "" !== result && normalize(value) !== normalize(name) || (result = !0)), result; }
|
|
290
|
+
}, 1762: function (module, exports, __webpack_require__) {
|
|
291
|
+
"use strict";
|
|
292
|
+
var normalize = __webpack_require__(1734), DefinedInfo = __webpack_require__(1737), Info = __webpack_require__(1738);
|
|
293
|
+
module.exports = function find(schema, value) { var normal = normalize(value), prop = value, Type = Info; if (normal in schema.normal)
|
|
294
|
+
return schema.property[schema.normal[normal]]; normal.length > 4 && "data" === normal.slice(0, 4) && valid.test(value) && ("-" === value.charAt(4) ? prop = function datasetToProperty(attribute) { var value = attribute.slice(5).replace(dash, camelcase); return "data" + value.charAt(0).toUpperCase() + value.slice(1); }(value) : value = function datasetToAttribute(property) { var value = property.slice(4); if (dash.test(value))
|
|
295
|
+
return property; "-" !== (value = value.replace(cap, kebab)).charAt(0) && (value = "-" + value); return "data" + value; }(value), Type = DefinedInfo); return new Type(prop, value); };
|
|
296
|
+
var valid = /^data[-\w.:]+$/i, dash = /-[a-z]/g, cap = /[A-Z]/g;
|
|
297
|
+
function kebab($0) { return "-" + $0.toLowerCase(); }
|
|
298
|
+
function camelcase($0) { return $0.charAt(1).toUpperCase(); }
|
|
299
|
+
}, 1763: function (module, exports, __webpack_require__) {
|
|
300
|
+
"use strict";
|
|
301
|
+
module.exports = function parse(selector, defaultTagName) { var subvalue, previous, match, value = selector || "", name = defaultTagName || "div", props = {}, start = 0; for (; start < value.length;)
|
|
302
|
+
search.lastIndex = start, match = search.exec(value), (subvalue = value.slice(start, match ? match.index : value.length)) && (previous ? "#" === previous ? props.id = subvalue : props.className ? props.className.push(subvalue) : props.className = [subvalue] : name = subvalue, start += subvalue.length), match && (previous = match[0], start++); return { type: "element", tagName: name, properties: props, children: [] }; };
|
|
303
|
+
var search = /[#.]/g;
|
|
304
|
+
}, 1764: function (module, exports, __webpack_require__) {
|
|
305
|
+
"use strict";
|
|
306
|
+
exports.parse = function parse(value) { var input = String(value || "").trim(); return "" === input ? [] : input.split(whiteSpace); }, exports.stringify = function stringify(values) { return values.join(" ").trim(); };
|
|
307
|
+
var whiteSpace = /[ \t\n\r\f]+/g;
|
|
308
|
+
}, 1765: function (module, exports, __webpack_require__) {
|
|
309
|
+
"use strict";
|
|
310
|
+
exports.parse = function parse(value) { var val, values = [], input = String(value || ""), index = input.indexOf(","), lastIndex = 0, end = !1; for (; !end;)
|
|
311
|
+
-1 === index && (index = input.length, end = !0), !(val = input.slice(lastIndex, index).trim()) && end || values.push(val), lastIndex = index + 1, index = input.indexOf(",", lastIndex); return values; }, exports.stringify = function stringify(values, options) { var settings = options || {}, left = !1 === settings.padLeft ? "" : " ", right = settings.padRight ? " " : ""; "" === values[values.length - 1] && (values = values.concat("")); return values.join(right + "," + left).trim(); };
|
|
312
|
+
}, 1766: function (module, exports, __webpack_require__) {
|
|
313
|
+
"use strict";
|
|
314
|
+
var legacy = __webpack_require__(1767), invalid = __webpack_require__(1768), decimal = __webpack_require__(1740), hexadecimal = __webpack_require__(1769), alphanumerical = __webpack_require__(1770), decodeEntity = __webpack_require__(1772);
|
|
315
|
+
module.exports = function parseEntities(value, options) { var option, key, settings = {}; options || (options = {}); for (key in defaults)
|
|
316
|
+
option = options[key], settings[key] = null == option ? defaults[key] : option; (settings.position.indent || settings.position.start) && (settings.indent = settings.position.indent || [], settings.position = settings.position.start); return function parse(value, settings) { var entityCharacters, namedEntity, terminated, characters, character, reference, following, warning, reason, output, entity, begin, start, type, test, prev, next, diff, end, additional = settings.additional, nonTerminated = settings.nonTerminated, handleText = settings.text, handleReference = settings.reference, handleWarning = settings.warning, textContext = settings.textContext, referenceContext = settings.referenceContext, warningContext = settings.warningContext, pos = settings.position, indent = settings.indent || [], length = value.length, index = 0, lines = -1, column = pos.column || 1, line = pos.line || 1, queue = "", result = []; "string" == typeof additional && (additional = additional.charCodeAt(0)); prev = now(), warning = handleWarning ? parseError : noop, index--, length++; for (; ++index < length;)
|
|
317
|
+
if (10 === character && (column = indent[lines] || 1), 38 === (character = value.charCodeAt(index))) {
|
|
318
|
+
if (9 === (following = value.charCodeAt(index + 1)) || 10 === following || 12 === following || 32 === following || 38 === following || 60 === following || following != following || additional && following === additional) {
|
|
319
|
+
queue += fromCharCode(character), column++;
|
|
320
|
+
continue;
|
|
321
|
+
}
|
|
322
|
+
for (begin = start = index + 1, end = start, 35 === following ? (end = ++begin, 88 === (following = value.charCodeAt(end)) || 120 === following ? (type = hexa, end = ++begin) : type = deci) : type = name, entityCharacters = "", entity = "", characters = "", test = tests[type], end--; ++end < length && test(following = value.charCodeAt(end));)
|
|
323
|
+
characters += fromCharCode(following), type === name && own.call(legacy, characters) && (entityCharacters = characters, entity = legacy[characters]);
|
|
324
|
+
(terminated = 59 === value.charCodeAt(end)) && (end++, (namedEntity = type === name && decodeEntity(characters)) && (entityCharacters = characters, entity = namedEntity)), diff = 1 + end - start, (terminated || nonTerminated) && (characters ? type === name ? (terminated && !entity ? warning(5, 1) : (entityCharacters !== characters && (diff = 1 + (end = begin + entityCharacters.length) - begin, terminated = !1), terminated || (reason = entityCharacters ? 1 : 3, settings.attribute ? 61 === (following = value.charCodeAt(end)) ? (warning(reason, diff), entity = null) : alphanumerical(following) ? entity = null : warning(reason, diff) : warning(reason, diff))), reference = entity) : (terminated || warning(2, diff), prohibited(reference = parseInt(characters, bases[type])) ? (warning(7, diff), reference = fromCharCode(65533)) : reference in invalid ? (warning(6, diff), reference = invalid[reference]) : (output = "", disallowed(reference) && warning(6, diff), reference > 65535 && (output += fromCharCode((reference -= 65536) >>> 10 | 55296), reference = 56320 | 1023 & reference), reference = output + fromCharCode(reference))) : type !== name && warning(4, diff)), reference ? (flush(), prev = now(), index = end - 1, column += end - start + 1, result.push(reference), (next = now()).offset++, handleReference && handleReference.call(referenceContext, reference, { start: prev, end: next }, value.slice(start - 1, end)), prev = next) : (characters = value.slice(start - 1, end), queue += characters, column += characters.length, index = end - 1);
|
|
325
|
+
}
|
|
326
|
+
else
|
|
327
|
+
10 === character && (line++, lines++, column = 0), character == character ? (queue += fromCharCode(character), column++) : flush(); return result.join(""); function now() { return { line: line, column: column, offset: index + (pos.offset || 0) }; } function parseError(code, offset) { var position = now(); position.column += offset, position.offset += offset, handleWarning.call(warningContext, messages[code], position, code); } function flush() { queue && (result.push(queue), handleText && handleText.call(textContext, queue, { start: prev, end: now() }), queue = ""); } }(value, settings); };
|
|
328
|
+
var own = {}.hasOwnProperty, fromCharCode = String.fromCharCode, noop = Function.prototype, defaults = { warning: null, reference: null, text: null, warningContext: null, referenceContext: null, textContext: null, position: {}, additional: null, attribute: !1, nonTerminated: !0 }, name = "named", hexa = "hexadecimal", deci = "decimal", bases = { hexadecimal: 16, decimal: 10 }, tests = {};
|
|
329
|
+
tests.named = alphanumerical, tests[deci] = decimal, tests[hexa] = hexadecimal;
|
|
330
|
+
var messages = {};
|
|
331
|
+
function prohibited(code) { return code >= 55296 && code <= 57343 || code > 1114111; }
|
|
332
|
+
function disallowed(code) { return code >= 1 && code <= 8 || 11 === code || code >= 13 && code <= 31 || code >= 127 && code <= 159 || code >= 64976 && code <= 65007 || 65535 == (65535 & code) || 65534 == (65535 & code); }
|
|
333
|
+
messages[1] = "Named character references must be terminated by a semicolon", messages[2] = "Numeric character references must be terminated by a semicolon", messages[3] = "Named character references cannot be empty", messages[4] = "Numeric character references cannot be empty", messages[5] = "Named character references must be known", messages[6] = "Numeric character references cannot be disallowed", messages[7] = "Numeric character references cannot be outside the permissible Unicode range";
|
|
334
|
+
}, 1767: function (module) { module.exports = JSON.parse('{"AElig":"Æ","AMP":"&","Aacute":"Á","Acirc":"Â","Agrave":"À","Aring":"Å","Atilde":"Ã","Auml":"Ä","COPY":"©","Ccedil":"Ç","ETH":"Ð","Eacute":"É","Ecirc":"Ê","Egrave":"È","Euml":"Ë","GT":">","Iacute":"Í","Icirc":"Î","Igrave":"Ì","Iuml":"Ï","LT":"<","Ntilde":"Ñ","Oacute":"Ó","Ocirc":"Ô","Ograve":"Ò","Oslash":"Ø","Otilde":"Õ","Ouml":"Ö","QUOT":"\\"","REG":"®","THORN":"Þ","Uacute":"Ú","Ucirc":"Û","Ugrave":"Ù","Uuml":"Ü","Yacute":"Ý","aacute":"á","acirc":"â","acute":"´","aelig":"æ","agrave":"à","amp":"&","aring":"å","atilde":"ã","auml":"ä","brvbar":"¦","ccedil":"ç","cedil":"¸","cent":"¢","copy":"©","curren":"¤","deg":"°","divide":"÷","eacute":"é","ecirc":"ê","egrave":"è","eth":"ð","euml":"ë","frac12":"½","frac14":"¼","frac34":"¾","gt":">","iacute":"í","icirc":"î","iexcl":"¡","igrave":"ì","iquest":"¿","iuml":"ï","laquo":"«","lt":"<","macr":"¯","micro":"µ","middot":"·","nbsp":" ","not":"¬","ntilde":"ñ","oacute":"ó","ocirc":"ô","ograve":"ò","ordf":"ª","ordm":"º","oslash":"ø","otilde":"õ","ouml":"ö","para":"¶","plusmn":"±","pound":"£","quot":"\\"","raquo":"»","reg":"®","sect":"§","shy":"","sup1":"¹","sup2":"²","sup3":"³","szlig":"ß","thorn":"þ","times":"×","uacute":"ú","ucirc":"û","ugrave":"ù","uml":"¨","uuml":"ü","yacute":"ý","yen":"¥","yuml":"ÿ"}'); }, 1768: function (module) { module.exports = JSON.parse('{"0":"�","128":"€","130":"‚","131":"ƒ","132":"„","133":"…","134":"†","135":"‡","136":"ˆ","137":"‰","138":"Š","139":"‹","140":"Œ","142":"Ž","145":"‘","146":"’","147":"“","148":"”","149":"•","150":"–","151":"—","152":"˜","153":"™","154":"š","155":"›","156":"œ","158":"ž","159":"Ÿ"}'); }, 1769: function (module, exports, __webpack_require__) {
|
|
335
|
+
"use strict";
|
|
336
|
+
module.exports = function hexadecimal(character) { var code = "string" == typeof character ? character.charCodeAt(0) : character; return code >= 97 && code <= 102 || code >= 65 && code <= 70 || code >= 48 && code <= 57; };
|
|
337
|
+
}, 1770: function (module, exports, __webpack_require__) {
|
|
338
|
+
"use strict";
|
|
339
|
+
var alphabetical = __webpack_require__(1771), decimal = __webpack_require__(1740);
|
|
340
|
+
module.exports = function alphanumerical(character) { return alphabetical(character) || decimal(character); };
|
|
341
|
+
}, 1771: function (module, exports, __webpack_require__) {
|
|
342
|
+
"use strict";
|
|
343
|
+
module.exports = function alphabetical(character) { var code = "string" == typeof character ? character.charCodeAt(0) : character; return code >= 97 && code <= 122 || code >= 65 && code <= 90; };
|
|
344
|
+
}, 1772: function (module, exports, __webpack_require__) {
|
|
345
|
+
"use strict";
|
|
346
|
+
var el;
|
|
347
|
+
module.exports = function decodeEntity(characters) { var char, entity = "&" + characters + ";"; if ((el = el || document.createElement("i")).innerHTML = entity, 59 === (char = el.textContent).charCodeAt(char.length - 1) && "semi" !== characters)
|
|
348
|
+
return !1; return char !== entity && char; };
|
|
349
|
+
}, 1773: function (module, exports, __webpack_require__) { (function (global) { var Prism = function (_self) { var lang = /\blang(?:uage)?-([\w-]+)\b/i, uniqueId = 0, plainTextGrammar = {}, _ = { manual: _self.Prism && _self.Prism.manual, disableWorkerMessageHandler: _self.Prism && _self.Prism.disableWorkerMessageHandler, util: { encode: function encode(tokens) { return tokens instanceof Token ? new Token(tokens.type, encode(tokens.content), tokens.alias) : Array.isArray(tokens) ? tokens.map(encode) : tokens.replace(/&/g, "&").replace(/</g, "<").replace(/\u00a0/g, " "); }, type: function (o) { return Object.prototype.toString.call(o).slice(8, -1); }, objId: function (obj) { return obj.__id || Object.defineProperty(obj, "__id", { value: ++uniqueId }), obj.__id; }, clone: function deepClone(o, visited) { var clone, id; switch (visited = visited || {}, _.util.type(o)) {
|
|
350
|
+
case "Object":
|
|
351
|
+
if (id = _.util.objId(o), visited[id])
|
|
352
|
+
return visited[id];
|
|
353
|
+
for (var key in clone = {}, visited[id] = clone, o)
|
|
354
|
+
o.hasOwnProperty(key) && (clone[key] = deepClone(o[key], visited));
|
|
355
|
+
return clone;
|
|
356
|
+
case "Array": return id = _.util.objId(o), visited[id] ? visited[id] : (clone = [], visited[id] = clone, o.forEach((function (v, i) { clone[i] = deepClone(v, visited); })), clone);
|
|
357
|
+
default: return o;
|
|
358
|
+
} }, getLanguage: function (element) { for (; element && !lang.test(element.className);)
|
|
359
|
+
element = element.parentElement; return element ? (element.className.match(lang) || [, "none"])[1].toLowerCase() : "none"; }, currentScript: function () { if ("undefined" == typeof document)
|
|
360
|
+
return null; if ("currentScript" in document)
|
|
361
|
+
return document.currentScript; try {
|
|
362
|
+
throw new Error;
|
|
363
|
+
}
|
|
364
|
+
catch (err) {
|
|
365
|
+
var src = (/at [^(\r\n]*\((.*):[^:]+:[^:]+\)$/i.exec(err.stack) || [])[1];
|
|
366
|
+
if (src) {
|
|
367
|
+
var scripts = document.getElementsByTagName("script");
|
|
368
|
+
for (var i in scripts)
|
|
369
|
+
if (scripts[i].src == src)
|
|
370
|
+
return scripts[i];
|
|
371
|
+
}
|
|
372
|
+
return null;
|
|
373
|
+
} }, isActive: function (element, className, defaultActivation) { for (var no = "no-" + className; element;) {
|
|
374
|
+
var classList = element.classList;
|
|
375
|
+
if (classList.contains(className))
|
|
376
|
+
return !0;
|
|
377
|
+
if (classList.contains(no))
|
|
378
|
+
return !1;
|
|
379
|
+
element = element.parentElement;
|
|
380
|
+
} return !!defaultActivation; } }, languages: { plain: plainTextGrammar, plaintext: plainTextGrammar, text: plainTextGrammar, txt: plainTextGrammar, extend: function (id, redef) { var lang = _.util.clone(_.languages[id]); for (var key in redef)
|
|
381
|
+
lang[key] = redef[key]; return lang; }, insertBefore: function (inside, before, insert, root) { var grammar = (root = root || _.languages)[inside], ret = {}; for (var token in grammar)
|
|
382
|
+
if (grammar.hasOwnProperty(token)) {
|
|
383
|
+
if (token == before)
|
|
384
|
+
for (var newToken in insert)
|
|
385
|
+
insert.hasOwnProperty(newToken) && (ret[newToken] = insert[newToken]);
|
|
386
|
+
insert.hasOwnProperty(token) || (ret[token] = grammar[token]);
|
|
387
|
+
} var old = root[inside]; return root[inside] = ret, _.languages.DFS(_.languages, (function (key, value) { value === old && key != inside && (this[key] = ret); })), ret; }, DFS: function DFS(o, callback, type, visited) { visited = visited || {}; var objId = _.util.objId; for (var i in o)
|
|
388
|
+
if (o.hasOwnProperty(i)) {
|
|
389
|
+
callback.call(o, i, o[i], type || i);
|
|
390
|
+
var property = o[i], propertyType = _.util.type(property);
|
|
391
|
+
"Object" !== propertyType || visited[objId(property)] ? "Array" !== propertyType || visited[objId(property)] || (visited[objId(property)] = !0, DFS(property, callback, i, visited)) : (visited[objId(property)] = !0, DFS(property, callback, null, visited));
|
|
392
|
+
} } }, plugins: {}, highlightAll: function (async, callback) { _.highlightAllUnder(document, async, callback); }, highlightAllUnder: function (container, async, callback) { var env = { callback: callback, container: container, selector: 'code[class*="language-"], [class*="language-"] code, code[class*="lang-"], [class*="lang-"] code' }; _.hooks.run("before-highlightall", env), env.elements = Array.prototype.slice.apply(env.container.querySelectorAll(env.selector)), _.hooks.run("before-all-elements-highlight", env); for (var element, i = 0; element = env.elements[i++];)
|
|
393
|
+
_.highlightElement(element, !0 === async, env.callback); }, highlightElement: function (element, async, callback) { var language = _.util.getLanguage(element), grammar = _.languages[language]; element.className = element.className.replace(lang, "").replace(/\s+/g, " ") + " language-" + language; var parent = element.parentElement; parent && "pre" === parent.nodeName.toLowerCase() && (parent.className = parent.className.replace(lang, "").replace(/\s+/g, " ") + " language-" + language); var env = { element: element, language: language, grammar: grammar, code: element.textContent }; function insertHighlightedCode(highlightedCode) { env.highlightedCode = highlightedCode, _.hooks.run("before-insert", env), env.element.innerHTML = env.highlightedCode, _.hooks.run("after-highlight", env), _.hooks.run("complete", env), callback && callback.call(env.element); } if (_.hooks.run("before-sanity-check", env), (parent = env.element.parentElement) && "pre" === parent.nodeName.toLowerCase() && !parent.hasAttribute("tabindex") && parent.setAttribute("tabindex", "0"), !env.code)
|
|
394
|
+
return _.hooks.run("complete", env), void (callback && callback.call(env.element)); if (_.hooks.run("before-highlight", env), env.grammar)
|
|
395
|
+
if (async && _self.Worker) {
|
|
396
|
+
var worker = new Worker(_.filename);
|
|
397
|
+
worker.onmessage = function (evt) { insertHighlightedCode(evt.data); }, worker.postMessage(JSON.stringify({ language: env.language, code: env.code, immediateClose: !0 }));
|
|
398
|
+
}
|
|
399
|
+
else
|
|
400
|
+
insertHighlightedCode(_.highlight(env.code, env.grammar, env.language));
|
|
401
|
+
else
|
|
402
|
+
insertHighlightedCode(_.util.encode(env.code)); }, highlight: function (text, grammar, language) { var env = { code: text, grammar: grammar, language: language }; return _.hooks.run("before-tokenize", env), env.tokens = _.tokenize(env.code, env.grammar), _.hooks.run("after-tokenize", env), Token.stringify(_.util.encode(env.tokens), env.language); }, tokenize: function (text, grammar) { var rest = grammar.rest; if (rest) {
|
|
403
|
+
for (var token in rest)
|
|
404
|
+
grammar[token] = rest[token];
|
|
405
|
+
delete grammar.rest;
|
|
406
|
+
} var tokenList = new LinkedList; return addAfter(tokenList, tokenList.head, text), matchGrammar(text, tokenList, grammar, tokenList.head, 0), function toArray(list) { var array = [], node = list.head.next; for (; node !== list.tail;)
|
|
407
|
+
array.push(node.value), node = node.next; return array; }(tokenList); }, hooks: { all: {}, add: function (name, callback) { var hooks = _.hooks.all; hooks[name] = hooks[name] || [], hooks[name].push(callback); }, run: function (name, env) { var callbacks = _.hooks.all[name]; if (callbacks && callbacks.length)
|
|
408
|
+
for (var callback, i = 0; callback = callbacks[i++];)
|
|
409
|
+
callback(env); } }, Token: Token }; function Token(type, content, alias, matchedStr) { this.type = type, this.content = content, this.alias = alias, this.length = 0 | (matchedStr || "").length; } function matchPattern(pattern, pos, text, lookbehind) { pattern.lastIndex = pos; var match = pattern.exec(text); if (match && lookbehind && match[1]) {
|
|
410
|
+
var lookbehindLength = match[1].length;
|
|
411
|
+
match.index += lookbehindLength, match[0] = match[0].slice(lookbehindLength);
|
|
412
|
+
} return match; } function matchGrammar(text, tokenList, grammar, startNode, startPos, rematch) { for (var token in grammar)
|
|
413
|
+
if (grammar.hasOwnProperty(token) && grammar[token]) {
|
|
414
|
+
var patterns = grammar[token];
|
|
415
|
+
patterns = Array.isArray(patterns) ? patterns : [patterns];
|
|
416
|
+
for (var j = 0; j < patterns.length; ++j) {
|
|
417
|
+
if (rematch && rematch.cause == token + "," + j)
|
|
418
|
+
return;
|
|
419
|
+
var patternObj = patterns[j], inside = patternObj.inside, lookbehind = !!patternObj.lookbehind, greedy = !!patternObj.greedy, alias = patternObj.alias;
|
|
420
|
+
if (greedy && !patternObj.pattern.global) {
|
|
421
|
+
var flags = patternObj.pattern.toString().match(/[imsuy]*$/)[0];
|
|
422
|
+
patternObj.pattern = RegExp(patternObj.pattern.source, flags + "g");
|
|
423
|
+
}
|
|
424
|
+
for (var pattern = patternObj.pattern || patternObj, currentNode = startNode.next, pos = startPos; currentNode !== tokenList.tail && !(rematch && pos >= rematch.reach); pos += currentNode.value.length, currentNode = currentNode.next) {
|
|
425
|
+
var str = currentNode.value;
|
|
426
|
+
if (tokenList.length > text.length)
|
|
427
|
+
return;
|
|
428
|
+
if (!(str instanceof Token)) {
|
|
429
|
+
var match, removeCount = 1;
|
|
430
|
+
if (greedy) {
|
|
431
|
+
if (!(match = matchPattern(pattern, pos, text, lookbehind)))
|
|
432
|
+
break;
|
|
433
|
+
var from = match.index, to = match.index + match[0].length, p = pos;
|
|
434
|
+
for (p += currentNode.value.length; from >= p;)
|
|
435
|
+
p += (currentNode = currentNode.next).value.length;
|
|
436
|
+
if (pos = p -= currentNode.value.length, currentNode.value instanceof Token)
|
|
437
|
+
continue;
|
|
438
|
+
for (var k = currentNode; k !== tokenList.tail && (p < to || "string" == typeof k.value); k = k.next)
|
|
439
|
+
removeCount++, p += k.value.length;
|
|
440
|
+
removeCount--, str = text.slice(pos, p), match.index -= pos;
|
|
441
|
+
}
|
|
442
|
+
else if (!(match = matchPattern(pattern, 0, str, lookbehind)))
|
|
443
|
+
continue;
|
|
444
|
+
from = match.index;
|
|
445
|
+
var matchStr = match[0], before = str.slice(0, from), after = str.slice(from + matchStr.length), reach = pos + str.length;
|
|
446
|
+
rematch && reach > rematch.reach && (rematch.reach = reach);
|
|
447
|
+
var removeFrom = currentNode.prev;
|
|
448
|
+
if (before && (removeFrom = addAfter(tokenList, removeFrom, before), pos += before.length), removeRange(tokenList, removeFrom, removeCount), currentNode = addAfter(tokenList, removeFrom, new Token(token, inside ? _.tokenize(matchStr, inside) : matchStr, alias, matchStr)), after && addAfter(tokenList, currentNode, after), removeCount > 1) {
|
|
449
|
+
var nestedRematch = { cause: token + "," + j, reach: reach };
|
|
450
|
+
matchGrammar(text, tokenList, grammar, currentNode.prev, pos, nestedRematch), rematch && nestedRematch.reach > rematch.reach && (rematch.reach = nestedRematch.reach);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
} } function LinkedList() { var head = { value: null, prev: null, next: null }, tail = { value: null, prev: head, next: null }; head.next = tail, this.head = head, this.tail = tail, this.length = 0; } function addAfter(list, node, value) { var next = node.next, newNode = { value: value, prev: node, next: next }; return node.next = newNode, next.prev = newNode, list.length++, newNode; } function removeRange(list, node, count) { for (var next = node.next, i = 0; i < count && next !== list.tail; i++)
|
|
456
|
+
next = next.next; node.next = next, next.prev = node, list.length -= i; } if (_self.Prism = _, Token.stringify = function stringify(o, language) { if ("string" == typeof o)
|
|
457
|
+
return o; if (Array.isArray(o)) {
|
|
458
|
+
var s = "";
|
|
459
|
+
return o.forEach((function (e) { s += stringify(e, language); })), s;
|
|
460
|
+
} var env = { type: o.type, content: stringify(o.content, language), tag: "span", classes: ["token", o.type], attributes: {}, language: language }, aliases = o.alias; aliases && (Array.isArray(aliases) ? Array.prototype.push.apply(env.classes, aliases) : env.classes.push(aliases)), _.hooks.run("wrap", env); var attributes = ""; for (var name in env.attributes)
|
|
461
|
+
attributes += " " + name + '="' + (env.attributes[name] || "").replace(/"/g, """) + '"'; return "<" + env.tag + ' class="' + env.classes.join(" ") + '"' + attributes + ">" + env.content + "</" + env.tag + ">"; }, !_self.document)
|
|
462
|
+
return _self.addEventListener ? (_.disableWorkerMessageHandler || _self.addEventListener("message", (function (evt) { var message = JSON.parse(evt.data), lang = message.language, code = message.code, immediateClose = message.immediateClose; _self.postMessage(_.highlight(code, _.languages[lang], lang)), immediateClose && _self.close(); }), !1), _) : _; var script = _.util.currentScript(); function highlightAutomaticallyCallback() { _.manual || _.highlightAll(); } if (script && (_.filename = script.src, script.hasAttribute("data-manual") && (_.manual = !0)), !_.manual) {
|
|
463
|
+
var readyState = document.readyState;
|
|
464
|
+
"loading" === readyState || "interactive" === readyState && script && script.defer ? document.addEventListener("DOMContentLoaded", highlightAutomaticallyCallback) : window.requestAnimationFrame ? window.requestAnimationFrame(highlightAutomaticallyCallback) : window.setTimeout(highlightAutomaticallyCallback, 16);
|
|
465
|
+
} return _; }("undefined" != typeof window ? window : "undefined" != typeof WorkerGlobalScope && self instanceof WorkerGlobalScope ? self : {}); module.exports && (module.exports = Prism), void 0 !== global && (global.Prism = Prism); }).call(this, __webpack_require__(76)); }, 1774: function (module, exports, __webpack_require__) {
|
|
466
|
+
"use strict";
|
|
467
|
+
function clike(Prism) { Prism.languages.clike = { comment: [{ pattern: /(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/, lookbehind: !0, greedy: !0 }, { pattern: /(^|[^\\:])\/\/.*/, lookbehind: !0, greedy: !0 }], string: { pattern: /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, greedy: !0 }, "class-name": { pattern: /(\b(?:class|interface|extends|implements|trait|instanceof|new)\s+|\bcatch\s+\()[\w.\\]+/i, lookbehind: !0, inside: { punctuation: /[.\\]/ } }, keyword: /\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/, boolean: /\b(?:true|false)\b/, function: /\b\w+(?=\()/, number: /\b0x[\da-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?/i, operator: /[<>]=?|[!=]=?=?|--?|\+\+?|&&?|\|\|?|[?*/~^%]/, punctuation: /[{}[\];(),.:]/ }; }
|
|
468
|
+
module.exports = clike, clike.displayName = "clike", clike.aliases = [];
|
|
469
|
+
}, 1775: function (module, exports, __webpack_require__) {
|
|
470
|
+
"use strict";
|
|
471
|
+
function javascript(Prism) { Prism.languages.javascript = Prism.languages.extend("clike", { "class-name": [Prism.languages.clike["class-name"], { pattern: /(^|[^$\w\xA0-\uFFFF])(?!\s)[_$A-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\.(?:prototype|constructor))/, lookbehind: !0 }], keyword: [{ pattern: /((?:^|\})\s*)catch\b/, lookbehind: !0 }, { pattern: /(^|[^.]|\.\.\.\s*)\b(?:as|assert(?=\s*\{)|async(?=\s*(?:function\b|\(|[$\w\xA0-\uFFFF]|$))|await|break|case|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally(?=\s*(?:\{|$))|for|from(?=\s*(?:['"]|$))|function|(?:get|set)(?=\s*(?:[#\[$\w\xA0-\uFFFF]|$))|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)\b/, lookbehind: !0 }], function: /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*(?:\.\s*(?:apply|bind|call)\s*)?\()/, number: /\b(?:(?:0[xX](?:[\dA-Fa-f](?:_[\dA-Fa-f])?)+|0[bB](?:[01](?:_[01])?)+|0[oO](?:[0-7](?:_[0-7])?)+)n?|(?:\d(?:_\d)?)+n|NaN|Infinity)\b|(?:\b(?:\d(?:_\d)?)+\.?(?:\d(?:_\d)?)*|\B\.(?:\d(?:_\d)?)+)(?:[Ee][+-]?(?:\d(?:_\d)?)+)?/, operator: /--|\+\+|\*\*=?|=>|&&=?|\|\|=?|[!=]==|<<=?|>>>?=?|[-+*/%&|^!=<>]=?|\.{3}|\?\?=?|\?\.?|[~:]/ }), Prism.languages.javascript["class-name"][0].pattern = /(\b(?:class|interface|extends|implements|instanceof|new)\s+)[\w.\\]+/, Prism.languages.insertBefore("javascript", "keyword", { regex: { pattern: /((?:^|[^$\w\xA0-\uFFFF."'\])\s]|\b(?:return|yield))\s*)\/(?:\[(?:[^\]\\\r\n]|\\.)*\]|\\.|[^/\\\[\r\n])+\/[dgimyus]{0,7}(?=(?:\s|\/\*(?:[^*]|\*(?!\/))*\*\/)*(?:$|[\r\n,.;:})\]]|\/\/))/, lookbehind: !0, greedy: !0, inside: { "regex-source": { pattern: /^(\/)[\s\S]+(?=\/[a-z]*$)/, lookbehind: !0, alias: "language-regex", inside: Prism.languages.regex }, "regex-delimiter": /^\/|\/$/, "regex-flags": /^[a-z]+$/ } }, "function-variable": { pattern: /#?(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:async\s*)?(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/, alias: "function" }, parameter: [{ pattern: /(function(?:\s+(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)?\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\))/, lookbehind: !0, inside: Prism.languages.javascript }, { pattern: /(^|[^$\w\xA0-\uFFFF])(?!\s)[_$a-z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*=>)/i, lookbehind: !0, inside: Prism.languages.javascript }, { pattern: /(\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*=>)/, lookbehind: !0, inside: Prism.languages.javascript }, { pattern: /((?:\b|\s|^)(?!(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|undefined|var|void|while|with|yield)(?![$\w\xA0-\uFFFF]))(?:(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*\s*)\(\s*|\]\s*\(\s*)(?!\s)(?:[^()\s]|\s+(?![\s)])|\([^()]*\))+(?=\s*\)\s*\{)/, lookbehind: !0, inside: Prism.languages.javascript }], constant: /\b[A-Z](?:[A-Z_]|\dx?)*\b/ }), Prism.languages.insertBefore("javascript", "string", { hashbang: { pattern: /^#!.*/, greedy: !0, alias: "comment" }, "template-string": { pattern: /`(?:\\[\s\S]|\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}|(?!\$\{)[^\\`])*`/, greedy: !0, inside: { "template-punctuation": { pattern: /^`|`$/, alias: "string" }, interpolation: { pattern: /((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^}]*\})*\})+\}/, lookbehind: !0, inside: { "interpolation-punctuation": { pattern: /^\$\{|\}$/, alias: "punctuation" }, rest: Prism.languages.javascript } }, string: /[\s\S]+/ } } }), Prism.languages.markup && (Prism.languages.markup.tag.addInlined("script", "javascript"), Prism.languages.markup.tag.addAttribute(/on(?:abort|blur|change|click|composition(?:end|start|update)|dblclick|error|focus(?:in|out)?|key(?:down|up)|load|mouse(?:down|enter|leave|move|out|over|up)|reset|resize|scroll|select|slotchange|submit|unload|wheel)/.source, "javascript")), Prism.languages.js = Prism.languages.javascript; }
|
|
472
|
+
module.exports = javascript, javascript.displayName = "javascript", javascript.aliases = ["js"];
|
|
473
|
+
}, 1776: function (module, exports, __webpack_require__) {
|
|
474
|
+
"use strict";
|
|
475
|
+
function jsExtras(Prism) { !function (Prism) { function withId(source, flags) { return RegExp(source.replace(/<ID>/g, (function () { return /(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*/.source; })), flags); } Prism.languages.insertBefore("javascript", "function-variable", { "method-variable": { pattern: RegExp("(\\.\\s*)" + Prism.languages.javascript["function-variable"].pattern.source), lookbehind: !0, alias: ["function-variable", "method", "function", "property-access"] } }), Prism.languages.insertBefore("javascript", "function", { method: { pattern: RegExp("(\\.\\s*)" + Prism.languages.javascript.function.source), lookbehind: !0, alias: ["function", "property-access"] } }), Prism.languages.insertBefore("javascript", "constant", { "known-class-name": [{ pattern: /\b(?:(?:(?:Uint|Int)(?:8|16|32)|Uint8Clamped|Float(?:32|64))?Array|ArrayBuffer|BigInt|Boolean|DataView|Date|Error|Function|Intl|JSON|Math|Number|Object|Promise|Proxy|Reflect|RegExp|String|Symbol|(?:Weak)?(?:Set|Map)|WebAssembly)\b/, alias: "class-name" }, { pattern: /\b(?:[A-Z]\w*)Error\b/, alias: "class-name" }] }), Prism.languages.insertBefore("javascript", "keyword", { imports: { pattern: withId(/(\bimport\b\s*)(?:<ID>(?:\s*,\s*(?:\*\s*as\s+<ID>|\{[^{}]*\}))?|\*\s*as\s+<ID>|\{[^{}]*\})(?=\s*\bfrom\b)/.source), lookbehind: !0, inside: Prism.languages.javascript }, exports: { pattern: withId(/(\bexport\b\s*)(?:\*(?:\s*as\s+<ID>)?(?=\s*\bfrom\b)|\{[^{}]*\})/.source), lookbehind: !0, inside: Prism.languages.javascript } }), Prism.languages.javascript.keyword.unshift({ pattern: /\b(?:as|default|export|from|import)\b/, alias: "module" }, { pattern: /\b(?:await|break|catch|continue|do|else|for|finally|if|return|switch|throw|try|while|yield)\b/, alias: "control-flow" }, { pattern: /\bnull\b/, alias: ["null", "nil"] }, { pattern: /\bundefined\b/, alias: "nil" }), Prism.languages.insertBefore("javascript", "operator", { spread: { pattern: /\.{3}/, alias: "operator" }, arrow: { pattern: /=>/, alias: "operator" } }), Prism.languages.insertBefore("javascript", "punctuation", { "property-access": { pattern: withId(/(\.\s*)#?<ID>/.source), lookbehind: !0 }, "maybe-class-name": { pattern: /(^|[^$\w\xA0-\uFFFF])[A-Z][$\w\xA0-\uFFFF]+/, lookbehind: !0 }, dom: { pattern: /\b(?:document|location|navigator|performance|(?:local|session)Storage|window)\b/, alias: "variable" }, console: { pattern: /\bconsole(?=\s*\.)/, alias: "class-name" } }); for (var maybeClassNameTokens = ["function", "function-variable", "method", "method-variable", "property-access"], i = 0; i < maybeClassNameTokens.length; i++) {
|
|
476
|
+
var token = maybeClassNameTokens[i], value = Prism.languages.javascript[token];
|
|
477
|
+
"RegExp" === Prism.util.type(value) && (value = Prism.languages.javascript[token] = { pattern: value });
|
|
478
|
+
var inside = value.inside || {};
|
|
479
|
+
value.inside = inside, inside["maybe-class-name"] = /^[A-Z][\s\S]*/;
|
|
480
|
+
} }(Prism); }
|
|
481
|
+
module.exports = jsExtras, jsExtras.displayName = "jsExtras", jsExtras.aliases = [];
|
|
482
|
+
}, 1777: function (module, exports, __webpack_require__) {
|
|
483
|
+
"use strict";
|
|
484
|
+
function json(Prism) { Prism.languages.json = { property: { pattern: /(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?=\s*:)/, lookbehind: !0, greedy: !0 }, string: { pattern: /(^|[^\\])"(?:\\.|[^\\"\r\n])*"(?!\s*:)/, lookbehind: !0, greedy: !0 }, comment: { pattern: /\/\/.*|\/\*[\s\S]*?(?:\*\/|$)/, greedy: !0 }, number: /-?\b\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i, punctuation: /[{}[\],]/, operator: /:/, boolean: /\b(?:true|false)\b/, null: { pattern: /\bnull\b/, alias: "keyword" } }, Prism.languages.webmanifest = Prism.languages.json; }
|
|
485
|
+
module.exports = json, json.displayName = "json", json.aliases = ["webmanifest"];
|
|
486
|
+
}, 1778: function (module, exports, __webpack_require__) {
|
|
487
|
+
"use strict";
|
|
488
|
+
function yaml(Prism) { !function (Prism) { var anchorOrAlias = /[*&][^\s[\]{},]+/, tag = /!(?:<[\w\-%#;/?:@&=+$,.!~*'()[\]]+>|(?:[a-zA-Z\d-]*!)?[\w\-%#;/?:@&=+$.~*'()]+)?/, properties = "(?:" + tag.source + "(?:[ \t]+" + anchorOrAlias.source + ")?|" + anchorOrAlias.source + "(?:[ \t]+" + tag.source + ")?)", plainKey = /(?:[^\s\x00-\x08\x0e-\x1f!"#%&'*,\-:>?@[\]`{|}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]|[?:-]<PLAIN>)(?:[ \t]*(?:(?![#:])<PLAIN>|:<PLAIN>))*/.source.replace(/<PLAIN>/g, (function () { return /[^\s\x00-\x08\x0e-\x1f,[\]{}\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]/.source; })), string = /"(?:[^"\\\r\n]|\\.)*"|'(?:[^'\\\r\n]|\\.)*'/.source; function createValuePattern(value, flags) { flags = (flags || "").replace(/m/g, "") + "m"; var pattern = /([:\-,[{]\s*(?:\s<<prop>>[ \t]+)?)(?:<<value>>)(?=[ \t]*(?:$|,|\]|\}|(?:[\r\n]\s*)?#))/.source.replace(/<<prop>>/g, (function () { return properties; })).replace(/<<value>>/g, (function () { return value; })); return RegExp(pattern, flags); } Prism.languages.yaml = { scalar: { pattern: RegExp(/([\-:]\s*(?:\s<<prop>>[ \t]+)?[|>])[ \t]*(?:((?:\r?\n|\r)[ \t]+)\S[^\r\n]*(?:\2[^\r\n]+)*)/.source.replace(/<<prop>>/g, (function () { return properties; }))), lookbehind: !0, alias: "string" }, comment: /#.*/, key: { pattern: RegExp(/((?:^|[:\-,[{\r\n?])[ \t]*(?:<<prop>>[ \t]+)?)<<key>>(?=\s*:\s)/.source.replace(/<<prop>>/g, (function () { return properties; })).replace(/<<key>>/g, (function () { return "(?:" + plainKey + "|" + string + ")"; }))), lookbehind: !0, greedy: !0, alias: "atrule" }, directive: { pattern: /(^[ \t]*)%.+/m, lookbehind: !0, alias: "important" }, datetime: { pattern: createValuePattern(/\d{4}-\d\d?-\d\d?(?:[tT]|[ \t]+)\d\d?:\d{2}:\d{2}(?:\.\d*)?(?:[ \t]*(?:Z|[-+]\d\d?(?::\d{2})?))?|\d{4}-\d{2}-\d{2}|\d\d?:\d{2}(?::\d{2}(?:\.\d*)?)?/.source), lookbehind: !0, alias: "number" }, boolean: { pattern: createValuePattern(/true|false/.source, "i"), lookbehind: !0, alias: "important" }, null: { pattern: createValuePattern(/null|~/.source, "i"), lookbehind: !0, alias: "important" }, string: { pattern: createValuePattern(string), lookbehind: !0, greedy: !0 }, number: { pattern: createValuePattern(/[+-]?(?:0x[\da-f]+|0o[0-7]+|(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?|\.inf|\.nan)/.source, "i"), lookbehind: !0 }, tag: tag, important: anchorOrAlias, punctuation: /---|[:[\]{}\-,|>?]|\.\.\./ }, Prism.languages.yml = Prism.languages.yaml; }(Prism); }
|
|
489
|
+
module.exports = yaml, yaml.displayName = "yaml", yaml.aliases = ["yml"];
|
|
490
|
+
}, 1779: function (module, exports, __webpack_require__) {
|
|
491
|
+
"use strict";
|
|
492
|
+
function markdown(Prism) { !function (Prism) { var inner = /(?:\\.|[^\\\n\r]|(?:\n|\r\n?)(?![\r\n]))/.source; function createInline(pattern) { return pattern = pattern.replace(/<inner>/g, (function () { return inner; })), RegExp(/((?:^|[^\\])(?:\\{2})*)/.source + "(?:" + pattern + ")"); } var tableCell = /(?:\\.|``(?:[^`\r\n]|`(?!`))+``|`[^`\r\n]+`|[^\\|\r\n`])+/.source, tableRow = /\|?__(?:\|__)+\|?(?:(?:\n|\r\n?)|(?![\s\S]))/.source.replace(/__/g, (function () { return tableCell; })), tableLine = /\|?[ \t]*:?-{3,}:?[ \t]*(?:\|[ \t]*:?-{3,}:?[ \t]*)+\|?(?:\n|\r\n?)/.source; Prism.languages.markdown = Prism.languages.extend("markup", {}), Prism.languages.insertBefore("markdown", "prolog", { "front-matter-block": { pattern: /(^(?:\s*[\r\n])?)---(?!.)[\s\S]*?[\r\n]---(?!.)/, lookbehind: !0, greedy: !0, inside: { punctuation: /^---|---$/, "font-matter": { pattern: /\S+(?:\s+\S+)*/, alias: ["yaml", "language-yaml"], inside: Prism.languages.yaml } } }, blockquote: { pattern: /^>(?:[\t ]*>)*/m, alias: "punctuation" }, table: { pattern: RegExp("^" + tableRow + tableLine + "(?:" + tableRow + ")*", "m"), inside: { "table-data-rows": { pattern: RegExp("^(" + tableRow + tableLine + ")(?:" + tableRow + ")*$"), lookbehind: !0, inside: { "table-data": { pattern: RegExp(tableCell), inside: Prism.languages.markdown }, punctuation: /\|/ } }, "table-line": { pattern: RegExp("^(" + tableRow + ")" + tableLine + "$"), lookbehind: !0, inside: { punctuation: /\||:?-{3,}:?/ } }, "table-header-row": { pattern: RegExp("^" + tableRow + "$"), inside: { "table-header": { pattern: RegExp(tableCell), alias: "important", inside: Prism.languages.markdown }, punctuation: /\|/ } } } }, code: [{ pattern: /((?:^|\n)[ \t]*\n|(?:^|\r\n?)[ \t]*\r\n?)(?: {4}|\t).+(?:(?:\n|\r\n?)(?: {4}|\t).+)*/, lookbehind: !0, alias: "keyword" }, { pattern: /^```[\s\S]*?^```$/m, greedy: !0, inside: { "code-block": { pattern: /^(```.*(?:\n|\r\n?))[\s\S]+?(?=(?:\n|\r\n?)^```$)/m, lookbehind: !0 }, "code-language": { pattern: /^(```).+/, lookbehind: !0 }, punctuation: /```/ } }], title: [{ pattern: /\S.*(?:\n|\r\n?)(?:==+|--+)(?=[ \t]*$)/m, alias: "important", inside: { punctuation: /==+$|--+$/ } }, { pattern: /(^\s*)#.+/m, lookbehind: !0, alias: "important", inside: { punctuation: /^#+|#+$/ } }], hr: { pattern: /(^\s*)([*-])(?:[\t ]*\2){2,}(?=\s*$)/m, lookbehind: !0, alias: "punctuation" }, list: { pattern: /(^\s*)(?:[*+-]|\d+\.)(?=[\t ].)/m, lookbehind: !0, alias: "punctuation" }, "url-reference": { pattern: /!?\[[^\]]+\]:[\t ]+(?:\S+|<(?:\\.|[^>\\])+>)(?:[\t ]+(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\)))?/, inside: { variable: { pattern: /^(!?\[)[^\]]+/, lookbehind: !0 }, string: /(?:"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|\((?:\\.|[^)\\])*\))$/, punctuation: /^[\[\]!:]|[<>]/ }, alias: "url" }, bold: { pattern: createInline(/\b__(?:(?!_)<inner>|_(?:(?!_)<inner>)+_)+__\b|\*\*(?:(?!\*)<inner>|\*(?:(?!\*)<inner>)+\*)+\*\*/.source), lookbehind: !0, greedy: !0, inside: { content: { pattern: /(^..)[\s\S]+(?=..$)/, lookbehind: !0, inside: {} }, punctuation: /\*\*|__/ } }, italic: { pattern: createInline(/\b_(?:(?!_)<inner>|__(?:(?!_)<inner>)+__)+_\b|\*(?:(?!\*)<inner>|\*\*(?:(?!\*)<inner>)+\*\*)+\*/.source), lookbehind: !0, greedy: !0, inside: { content: { pattern: /(^.)[\s\S]+(?=.$)/, lookbehind: !0, inside: {} }, punctuation: /[*_]/ } }, strike: { pattern: createInline(/(~~?)(?:(?!~)<inner>)+\2/.source), lookbehind: !0, greedy: !0, inside: { content: { pattern: /(^~~?)[\s\S]+(?=\1$)/, lookbehind: !0, inside: {} }, punctuation: /~~?/ } }, "code-snippet": { pattern: /(^|[^\\`])(?:``[^`\r\n]+(?:`[^`\r\n]+)*``(?!`)|`[^`\r\n]+`(?!`))/, lookbehind: !0, greedy: !0, alias: ["code", "keyword"] }, url: { pattern: createInline(/!?\[(?:(?!\])<inner>)+\](?:\([^\s)]+(?:[\t ]+"(?:\\.|[^"\\])*")?\)|[ \t]?\[(?:(?!\])<inner>)+\])/.source), lookbehind: !0, greedy: !0, inside: { operator: /^!/, content: { pattern: /(^\[)[^\]]+(?=\])/, lookbehind: !0, inside: {} }, variable: { pattern: /(^\][ \t]?\[)[^\]]+(?=\]$)/, lookbehind: !0 }, url: { pattern: /(^\]\()[^\s)]+/, lookbehind: !0 }, string: { pattern: /(^[ \t]+)"(?:\\.|[^"\\])*"(?=\)$)/, lookbehind: !0 } } } }), ["url", "bold", "italic", "strike"].forEach((function (token) { ["url", "bold", "italic", "strike", "code-snippet"].forEach((function (inside) { token !== inside && (Prism.languages.markdown[token].inside.content.inside[inside] = Prism.languages.markdown[inside]); })); })), Prism.hooks.add("after-tokenize", (function (env) { "markdown" !== env.language && "md" !== env.language || function walkTokens(tokens) { if (tokens && "string" != typeof tokens)
|
|
493
|
+
for (var i = 0, l = tokens.length; i < l; i++) {
|
|
494
|
+
var token = tokens[i];
|
|
495
|
+
if ("code" === token.type) {
|
|
496
|
+
var codeLang = token.content[1], codeBlock = token.content[3];
|
|
497
|
+
if (codeLang && codeBlock && "code-language" === codeLang.type && "code-block" === codeBlock.type && "string" == typeof codeLang.content) {
|
|
498
|
+
var lang = codeLang.content.replace(/\b#/g, "sharp").replace(/\b\+\+/g, "pp"), alias = "language-" + (lang = (/[a-z][\w-]*/i.exec(lang) || [""])[0].toLowerCase());
|
|
499
|
+
codeBlock.alias ? "string" == typeof codeBlock.alias ? codeBlock.alias = [codeBlock.alias, alias] : codeBlock.alias.push(alias) : codeBlock.alias = [alias];
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
else
|
|
503
|
+
walkTokens(token.content);
|
|
504
|
+
} }(env.tokens); })), Prism.hooks.add("wrap", (function (env) { if ("code-block" === env.type) {
|
|
505
|
+
for (var codeLang = "", i = 0, l = env.classes.length; i < l; i++) {
|
|
506
|
+
var cls = env.classes[i], match = /language-(.+)/.exec(cls);
|
|
507
|
+
if (match) {
|
|
508
|
+
codeLang = match[1];
|
|
509
|
+
break;
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
var grammar = Prism.languages[codeLang];
|
|
513
|
+
if (grammar)
|
|
514
|
+
env.content = Prism.highlight(function textContent(html) { var text = html.replace(tagPattern, ""); return text = text.replace(/&(\w{1,8}|#x?[\da-f]{1,8});/gi, (function (m, code) { var value; if ("#" === (code = code.toLowerCase())[0])
|
|
515
|
+
return value = "x" === code[1] ? parseInt(code.slice(2), 16) : Number(code.slice(1)), fromCodePoint(value); var known = KNOWN_ENTITY_NAMES[code]; return known || m; })); }(env.content.value), grammar, codeLang);
|
|
516
|
+
else if (codeLang && "none" !== codeLang && Prism.plugins.autoloader) {
|
|
517
|
+
var id = "md-" + (new Date).valueOf() + "-" + Math.floor(1e16 * Math.random());
|
|
518
|
+
env.attributes.id = id, Prism.plugins.autoloader.loadLanguages(codeLang, (function () { var ele = document.getElementById(id); ele && (ele.innerHTML = Prism.highlight(ele.textContent, Prism.languages[codeLang], codeLang)); }));
|
|
519
|
+
}
|
|
520
|
+
} })); var tagPattern = RegExp(Prism.languages.markup.tag.pattern.source, "gi"), KNOWN_ENTITY_NAMES = { amp: "&", lt: "<", gt: ">", quot: '"' }, fromCodePoint = String.fromCodePoint || String.fromCharCode; Prism.languages.md = Prism.languages.markdown; }(Prism); }
|
|
521
|
+
module.exports = markdown, markdown.displayName = "markdown", markdown.aliases = ["md"];
|
|
522
|
+
}, 1780: function (module, exports, __webpack_require__) {
|
|
523
|
+
"use strict";
|
|
524
|
+
function bash(Prism) { !function (Prism) { var envVars = "\\b(?:BASH|BASHOPTS|BASH_ALIASES|BASH_ARGC|BASH_ARGV|BASH_CMDS|BASH_COMPLETION_COMPAT_DIR|BASH_LINENO|BASH_REMATCH|BASH_SOURCE|BASH_VERSINFO|BASH_VERSION|COLORTERM|COLUMNS|COMP_WORDBREAKS|DBUS_SESSION_BUS_ADDRESS|DEFAULTS_PATH|DESKTOP_SESSION|DIRSTACK|DISPLAY|EUID|GDMSESSION|GDM_LANG|GNOME_KEYRING_CONTROL|GNOME_KEYRING_PID|GPG_AGENT_INFO|GROUPS|HISTCONTROL|HISTFILE|HISTFILESIZE|HISTSIZE|HOME|HOSTNAME|HOSTTYPE|IFS|INSTANCE|JOB|LANG|LANGUAGE|LC_ADDRESS|LC_ALL|LC_IDENTIFICATION|LC_MEASUREMENT|LC_MONETARY|LC_NAME|LC_NUMERIC|LC_PAPER|LC_TELEPHONE|LC_TIME|LESSCLOSE|LESSOPEN|LINES|LOGNAME|LS_COLORS|MACHTYPE|MAILCHECK|MANDATORY_PATH|NO_AT_BRIDGE|OLDPWD|OPTERR|OPTIND|ORBIT_SOCKETDIR|OSTYPE|PAPERSIZE|PATH|PIPESTATUS|PPID|PS1|PS2|PS3|PS4|PWD|RANDOM|REPLY|SECONDS|SELINUX_INIT|SESSION|SESSIONTYPE|SESSION_MANAGER|SHELL|SHELLOPTS|SHLVL|SSH_AUTH_SOCK|TERM|UID|UPSTART_EVENTS|UPSTART_INSTANCE|UPSTART_JOB|UPSTART_SESSION|USER|WINDOWID|XAUTHORITY|XDG_CONFIG_DIRS|XDG_CURRENT_DESKTOP|XDG_DATA_DIRS|XDG_GREETER_DATA_DIR|XDG_MENU_PREFIX|XDG_RUNTIME_DIR|XDG_SEAT|XDG_SEAT_PATH|XDG_SESSION_DESKTOP|XDG_SESSION_ID|XDG_SESSION_PATH|XDG_SESSION_TYPE|XDG_VTNR|XMODIFIERS)\\b", commandAfterHeredoc = { pattern: /(^(["']?)\w+\2)[ \t]+\S.*/, lookbehind: !0, alias: "punctuation", inside: null }, insideString = { bash: commandAfterHeredoc, environment: { pattern: RegExp("\\$" + envVars), alias: "constant" }, variable: [{ pattern: /\$?\(\([\s\S]+?\)\)/, greedy: !0, inside: { variable: [{ pattern: /(^\$\(\([\s\S]+)\)\)/, lookbehind: !0 }, /^\$\(\(/], number: /\b0x[\dA-Fa-f]+\b|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:[Ee]-?\d+)?/, operator: /--|\+\+|\*\*=?|<<=?|>>=?|&&|\|\||[=!+\-*/%<>^&|]=?|[?~:]/, punctuation: /\(\(?|\)\)?|,|;/ } }, { pattern: /\$\((?:\([^)]+\)|[^()])+\)|`[^`]+`/, greedy: !0, inside: { variable: /^\$\(|^`|\)$|`$/ } }, { pattern: /\$\{[^}]+\}/, greedy: !0, inside: { operator: /:[-=?+]?|[!\/]|##?|%%?|\^\^?|,,?/, punctuation: /[\[\]]/, environment: { pattern: RegExp("(\\{)" + envVars), lookbehind: !0, alias: "constant" } } }, /\$(?:\w+|[#?*!@$])/], entity: /\\(?:[abceEfnrtv\\"]|O?[0-7]{1,3}|x[0-9a-fA-F]{1,2}|u[0-9a-fA-F]{4}|U[0-9a-fA-F]{8})/ }; Prism.languages.bash = { shebang: { pattern: /^#!\s*\/.*/, alias: "important" }, comment: { pattern: /(^|[^"{\\$])#.*/, lookbehind: !0 }, "function-name": [{ pattern: /(\bfunction\s+)[\w-]+(?=(?:\s*\(?:\s*\))?\s*\{)/, lookbehind: !0, alias: "function" }, { pattern: /\b[\w-]+(?=\s*\(\s*\)\s*\{)/, alias: "function" }], "for-or-select": { pattern: /(\b(?:for|select)\s+)\w+(?=\s+in\s)/, alias: "variable", lookbehind: !0 }, "assign-left": { pattern: /(^|[\s;|&]|[<>]\()\w+(?=\+?=)/, inside: { environment: { pattern: RegExp("(^|[\\s;|&]|[<>]\\()" + envVars), lookbehind: !0, alias: "constant" } }, alias: "variable", lookbehind: !0 }, string: [{ pattern: /((?:^|[^<])<<-?\s*)(\w+)\s[\s\S]*?(?:\r?\n|\r)\2/, lookbehind: !0, greedy: !0, inside: insideString }, { pattern: /((?:^|[^<])<<-?\s*)(["'])(\w+)\2\s[\s\S]*?(?:\r?\n|\r)\3/, lookbehind: !0, greedy: !0, inside: { bash: commandAfterHeredoc } }, { pattern: /(^|[^\\](?:\\\\)*)"(?:\\[\s\S]|\$\([^)]+\)|\$(?!\()|`[^`]+`|[^"\\`$])*"/, lookbehind: !0, greedy: !0, inside: insideString }, { pattern: /(^|[^$\\])'[^']*'/, lookbehind: !0, greedy: !0 }, { pattern: /\$'(?:[^'\\]|\\[\s\S])*'/, greedy: !0, inside: { entity: insideString.entity } }], environment: { pattern: RegExp("\\$?" + envVars), alias: "constant" }, variable: insideString.variable, function: { pattern: /(^|[\s;|&]|[<>]\()(?:add|apropos|apt|aptitude|apt-cache|apt-get|aspell|automysqlbackup|awk|basename|bash|bc|bconsole|bg|bzip2|cal|cat|cfdisk|chgrp|chkconfig|chmod|chown|chroot|cksum|clear|cmp|column|comm|composer|cp|cron|crontab|csplit|curl|cut|date|dc|dd|ddrescue|debootstrap|df|diff|diff3|dig|dir|dircolors|dirname|dirs|dmesg|du|egrep|eject|env|ethtool|expand|expect|expr|fdformat|fdisk|fg|fgrep|file|find|fmt|fold|format|free|fsck|ftp|fuser|gawk|git|gparted|grep|groupadd|groupdel|groupmod|groups|grub-mkconfig|gzip|halt|head|hg|history|host|hostname|htop|iconv|id|ifconfig|ifdown|ifup|import|install|ip|jobs|join|kill|killall|less|link|ln|locate|logname|logrotate|look|lpc|lpr|lprint|lprintd|lprintq|lprm|ls|lsof|lynx|make|man|mc|mdadm|mkconfig|mkdir|mke2fs|mkfifo|mkfs|mkisofs|mknod|mkswap|mmv|more|most|mount|mtools|mtr|mutt|mv|nano|nc|netstat|nice|nl|nohup|notify-send|npm|nslookup|op|open|parted|passwd|paste|pathchk|ping|pkill|pnpm|popd|pr|printcap|printenv|ps|pushd|pv|quota|quotacheck|quotactl|ram|rar|rcp|reboot|remsync|rename|renice|rev|rm|rmdir|rpm|rsync|scp|screen|sdiff|sed|sendmail|seq|service|sftp|sh|shellcheck|shuf|shutdown|sleep|slocate|sort|split|ssh|stat|strace|su|sudo|sum|suspend|swapon|sync|tac|tail|tar|tee|time|timeout|top|touch|tr|traceroute|tsort|tty|umount|uname|unexpand|uniq|units|unrar|unshar|unzip|update-grub|uptime|useradd|userdel|usermod|users|uudecode|uuencode|v|vdir|vi|vim|virsh|vmstat|wait|watch|wc|wget|whereis|which|who|whoami|write|xargs|xdg-open|yarn|yes|zenity|zip|zsh|zypper)(?=$|[)\s;|&])/, lookbehind: !0 }, keyword: { pattern: /(^|[\s;|&]|[<>]\()(?:if|then|else|elif|fi|for|while|in|case|esac|function|select|do|done|until)(?=$|[)\s;|&])/, lookbehind: !0 }, builtin: { pattern: /(^|[\s;|&]|[<>]\()(?:\.|:|break|cd|continue|eval|exec|exit|export|getopts|hash|pwd|readonly|return|shift|test|times|trap|umask|unset|alias|bind|builtin|caller|command|declare|echo|enable|help|let|local|logout|mapfile|printf|read|readarray|source|type|typeset|ulimit|unalias|set|shopt)(?=$|[)\s;|&])/, lookbehind: !0, alias: "class-name" }, boolean: { pattern: /(^|[\s;|&]|[<>]\()(?:true|false)(?=$|[)\s;|&])/, lookbehind: !0 }, "file-descriptor": { pattern: /\B&\d\b/, alias: "important" }, operator: { pattern: /\d?<>|>\||\+=|=[=~]?|!=?|<<[<-]?|[&\d]?>>|\d[<>]&?|[<>][&=]?|&[>&]?|\|[&|]?/, inside: { "file-descriptor": { pattern: /^\d/, alias: "important" } } }, punctuation: /\$?\(\(?|\)\)?|\.\.|[{}[\];\\]/, number: { pattern: /(^|\s)(?:[1-9]\d*|0)(?:[.,]\d+)?\b/, lookbehind: !0 } }, commandAfterHeredoc.inside = Prism.languages.bash; for (var toBeCopied = ["comment", "function-name", "for-or-select", "assign-left", "string", "environment", "function", "keyword", "builtin", "boolean", "file-descriptor", "operator", "punctuation", "number"], inside = insideString.variable[1].inside, i = 0; i < toBeCopied.length; i++)
|
|
525
|
+
inside[toBeCopied[i]] = Prism.languages.bash[toBeCopied[i]]; Prism.languages.shell = Prism.languages.bash; }(Prism); }
|
|
526
|
+
module.exports = bash, bash.displayName = "bash", bash.aliases = ["shell"];
|
|
527
|
+
}, 1781: function (module, exports, __webpack_require__) {
|
|
528
|
+
"use strict";
|
|
529
|
+
var refractorJsx = __webpack_require__(1744), refractorTypescript = __webpack_require__(1745);
|
|
530
|
+
function tsx(Prism) { Prism.register(refractorJsx), Prism.register(refractorTypescript), function (Prism) { var typescript = Prism.util.clone(Prism.languages.typescript); Prism.languages.tsx = Prism.languages.extend("jsx", typescript); var tag = Prism.languages.tsx.tag; tag.pattern = RegExp(/(^|[^\w$]|(?=<\/))/.source + "(?:" + tag.pattern.source + ")", tag.pattern.flags), tag.lookbehind = !0; }(Prism); }
|
|
531
|
+
module.exports = tsx, tsx.displayName = "tsx", tsx.aliases = [];
|
|
532
|
+
}, 1782: function (module, exports, __webpack_require__) {
|
|
533
|
+
"use strict";
|
|
534
|
+
function graphql(Prism) { Prism.languages.graphql = { comment: /#.*/, description: { pattern: /(?:"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*")(?=\s*[a-z_])/i, greedy: !0, alias: "string", inside: { "language-markdown": { pattern: /(^"(?:"")?)(?!\1)[\s\S]+(?=\1$)/, lookbehind: !0, inside: Prism.languages.markdown } } }, string: { pattern: /"""(?:[^"]|(?!""")")*"""|"(?:\\.|[^\\"\r\n])*"/, greedy: !0 }, number: /(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i, boolean: /\b(?:true|false)\b/, variable: /\$[a-z_]\w*/i, directive: { pattern: /@[a-z_]\w*/i, alias: "function" }, "attr-name": { pattern: /[a-z_]\w*(?=\s*(?:\((?:[^()"]|"(?:\\.|[^\\"\r\n])*")*\))?:)/i, greedy: !0 }, "atom-input": { pattern: /[A-Z]\w*Input(?=!?.*$)/m, alias: "class-name" }, scalar: /\b(?:Boolean|Float|ID|Int|String)\b/, constant: /\b[A-Z][A-Z_\d]*\b/, "class-name": { pattern: /(\b(?:enum|implements|interface|on|scalar|type|union)\s+|&\s*|:\s*|\[)[A-Z_]\w*/, lookbehind: !0 }, fragment: { pattern: /(\bfragment\s+|\.{3}\s*(?!on\b))[a-zA-Z_]\w*/, lookbehind: !0, alias: "function" }, "definition-mutation": { pattern: /(\bmutation\s+)[a-zA-Z_]\w*/, lookbehind: !0, alias: "function" }, "definition-query": { pattern: /(\bquery\s+)[a-zA-Z_]\w*/, lookbehind: !0, alias: "function" }, keyword: /\b(?:directive|enum|extend|fragment|implements|input|interface|mutation|on|query|repeatable|scalar|schema|subscription|type|union)\b/, operator: /[!=|&]|\.{3}/, "property-query": /\w+(?=\s*\()/, object: /\w+(?=\s*\{)/, punctuation: /[!(){}\[\]:=,]/, property: /\w+/ }, Prism.hooks.add("after-tokenize", (function afterTokenizeGraphql(env) { if ("graphql" === env.language)
|
|
535
|
+
for (var validTokens = env.tokens.filter((function (token) { return "string" != typeof token && "comment" !== token.type && "scalar" !== token.type; })), currentIndex = 0; currentIndex < validTokens.length;) {
|
|
536
|
+
var startToken = validTokens[currentIndex++];
|
|
537
|
+
if ("keyword" === startToken.type && "mutation" === startToken.content) {
|
|
538
|
+
var inputVariables = [];
|
|
539
|
+
if (isTokenType(["definition-mutation", "punctuation"]) && "(" === getToken(1).content) {
|
|
540
|
+
currentIndex += 2;
|
|
541
|
+
var definitionEnd = findClosingBracket(/^\($/, /^\)$/);
|
|
542
|
+
if (-1 === definitionEnd)
|
|
543
|
+
continue;
|
|
544
|
+
for (; currentIndex < definitionEnd; currentIndex++) {
|
|
545
|
+
var t = getToken(0);
|
|
546
|
+
"variable" === t.type && (addAlias(t, "variable-input"), inputVariables.push(t.content));
|
|
547
|
+
}
|
|
548
|
+
currentIndex = definitionEnd + 1;
|
|
549
|
+
}
|
|
550
|
+
if (isTokenType(["punctuation", "property-query"]) && "{" === getToken(0).content && (currentIndex++, addAlias(getToken(0), "property-mutation"), inputVariables.length > 0)) {
|
|
551
|
+
var mutationEnd = findClosingBracket(/^\{$/, /^\}$/);
|
|
552
|
+
if (-1 === mutationEnd)
|
|
553
|
+
continue;
|
|
554
|
+
for (var i = currentIndex; i < mutationEnd; i++) {
|
|
555
|
+
var varToken = validTokens[i];
|
|
556
|
+
"variable" === varToken.type && inputVariables.indexOf(varToken.content) >= 0 && addAlias(varToken, "variable-input");
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
} function getToken(offset) { return validTokens[currentIndex + offset]; } function isTokenType(types, offset) { offset = offset || 0; for (var i = 0; i < types.length; i++) {
|
|
561
|
+
var token = getToken(i + offset);
|
|
562
|
+
if (!token || token.type !== types[i])
|
|
563
|
+
return !1;
|
|
564
|
+
} return !0; } function findClosingBracket(open, close) { for (var stackHeight = 1, i = currentIndex; i < validTokens.length; i++) {
|
|
565
|
+
var token = validTokens[i], content = token.content;
|
|
566
|
+
if ("punctuation" === token.type && "string" == typeof content)
|
|
567
|
+
if (open.test(content))
|
|
568
|
+
stackHeight++;
|
|
569
|
+
else if (close.test(content) && 0 === --stackHeight)
|
|
570
|
+
return i;
|
|
571
|
+
} return -1; } function addAlias(token, alias) { var aliases = token.alias; aliases ? Array.isArray(aliases) || (token.alias = aliases = [aliases]) : token.alias = aliases = [], aliases.push(alias); } })); }
|
|
572
|
+
module.exports = graphql, graphql.displayName = "graphql", graphql.aliases = [];
|
|
573
|
+
} }]);
|
|
574
|
+
//# sourceMappingURL=4.7657c50b.iframe.bundle.js.map
|