pds-dev-kit-web-test 0.0.22 → 0.0.24

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.
Files changed (61) hide show
  1. package/dist/src/common/assets/icons/fill/Chat.js +1 -1
  2. package/dist/src/common/assets/icons/fill/ChatOff.d.ts +4 -0
  3. package/dist/src/common/assets/icons/fill/ChatOff.js +34 -0
  4. package/dist/src/common/assets/icons/fill/MicOff.d.ts +4 -0
  5. package/dist/src/common/assets/icons/fill/MicOff.js +34 -0
  6. package/dist/src/common/assets/icons/fill/index.d.ts +2 -0
  7. package/dist/src/common/assets/icons/fill/index.js +4 -0
  8. package/dist/src/common/assets/icons/line/ChatOff.d.ts +4 -0
  9. package/dist/src/common/assets/icons/line/ChatOff.js +34 -0
  10. package/dist/src/common/assets/icons/line/Pages.js +2 -3
  11. package/dist/src/common/assets/icons/line/index.d.ts +1 -0
  12. package/dist/src/common/assets/icons/line/index.js +2 -0
  13. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +6 -1
  14. package/dist/src/common/styles/colorSet/PaletteColor_light.json +6 -1
  15. package/dist/src/common/styles/colorSet/UIColor.json +5 -3
  16. package/dist/src/common/styles/colorSet/index.d.ts +14 -2
  17. package/dist/src/common/styles/colorSet/index.js +2 -2
  18. package/dist/src/common/styles/colorSet/ui-type.d.ts +2 -0
  19. package/dist/src/sub/DynamicLayout/DynamicLayout.d.ts +1 -1
  20. package/dist/src/sub/DynamicLayout/DynamicLayout.js +66 -3
  21. package/dist/src/sub/DynamicLayout/components/Section/Section.js +12 -12
  22. package/dist/src/sub/DynamicLayout/components/{desktop/common → YouTubeIframe}/YouTubeIframe.d.ts +0 -0
  23. package/dist/src/sub/DynamicLayout/components/{desktop/common → YouTubeIframe}/YouTubeIframe.js +96 -51
  24. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/index.d.ts +1 -0
  25. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/index.js +8 -0
  26. package/dist/src/sub/DynamicLayout/components/desktop/common/index.d.ts +0 -1
  27. package/dist/src/sub/DynamicLayout/components/desktop/common/index.js +1 -3
  28. package/dist/src/sub/DynamicLayout/components/mobile/common/index.d.ts +0 -1
  29. package/dist/src/sub/DynamicLayout/components/mobile/common/index.js +1 -3
  30. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  31. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  32. package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  33. package/dist/src/sub/DynamicLayout/sections/ContentsSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  34. package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  35. package/dist/src/sub/DynamicLayout/sections/FooterSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  36. package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  37. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateA/desktop/D_TemplateA.js +1 -1
  38. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateB/desktop/D_TemplateB.js +1 -1
  39. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateC/desktop/D_TemplateC.js +1 -1
  40. package/dist/src/sub/DynamicLayout/sections/IntroSection/templates/TemplateD/desktop/D_TemplateD.js +1 -1
  41. package/dist/src/sub/DynamicLayout/types.d.ts +3 -1
  42. package/dist/storybook-static/{0.bd0d6a01.iframe.bundle.d.ts → 0.1e64cc00.iframe.bundle.d.ts} +0 -0
  43. package/dist/storybook-static/{0.bd0d6a01.iframe.bundle.js → 0.1e64cc00.iframe.bundle.js} +7 -7
  44. package/dist/storybook-static/{4.7657c50b.iframe.bundle.d.ts → 4.08a6743e.iframe.bundle.d.ts} +0 -0
  45. package/dist/storybook-static/{4.7657c50b.iframe.bundle.js → 4.08a6743e.iframe.bundle.js} +71 -71
  46. package/dist/storybook-static/{5.e4508546.iframe.bundle.d.ts → 5.fd119510.iframe.bundle.d.ts} +0 -0
  47. package/dist/storybook-static/{5.e4508546.iframe.bundle.js → 5.fd119510.iframe.bundle.js} +13 -13
  48. package/dist/storybook-static/{6.1ef60cd5.iframe.bundle.d.ts → 6.ed855029.iframe.bundle.d.ts} +0 -0
  49. package/dist/storybook-static/{6.1ef60cd5.iframe.bundle.js → 6.ed855029.iframe.bundle.js} +6 -6
  50. package/dist/storybook-static/{7.a68f8114.iframe.bundle.d.ts → 7.acdfc1e4.iframe.bundle.d.ts} +0 -0
  51. package/dist/storybook-static/{7.a68f8114.iframe.bundle.js → 7.acdfc1e4.iframe.bundle.js} +2 -2
  52. package/dist/storybook-static/{main.2acdfcf3.iframe.bundle.d.ts → main.3a848f92.iframe.bundle.d.ts} +200 -299
  53. package/dist/storybook-static/{main.2acdfcf3.iframe.bundle.js → main.3a848f92.iframe.bundle.js} +6301 -857
  54. package/dist/storybook-static/{runtime~main.13ad5ca1.iframe.bundle.d.ts → runtime~main.c94cafde.iframe.bundle.d.ts} +0 -0
  55. package/dist/storybook-static/{runtime~main.13ad5ca1.iframe.bundle.js → runtime~main.c94cafde.iframe.bundle.js} +1 -1
  56. package/dist/storybook-static/{vendors~main.ae66b3ac.iframe.bundle.d.ts → vendors~main.6ff7334c.iframe.bundle.d.ts} +0 -0
  57. package/dist/storybook-static/{vendors~main.ae66b3ac.iframe.bundle.js → vendors~main.6ff7334c.iframe.bundle.js} +2567 -665
  58. package/package.json +1 -1
  59. package/release-note.md +4 -9
  60. package/dist/src/sub/DynamicLayout/components/mobile/common/YouTubeIframe.d.ts +0 -7
  61. package/dist/src/sub/DynamicLayout/components/mobile/common/YouTubeIframe.js +0 -120
@@ -2,7 +2,7 @@ export = webpackContext;
2
2
  export = webpackContext;
3
3
  declare function webpackContext(req: any): any;
4
4
  declare namespace webpackContext {
5
- export { keys, webpackContextResolve as resolve, id, __esModule, Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch, CircularProgress, Form, ThreeBarProgress, TextLabel, IconButton, withFormProvider, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, SectionSheet as default, LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_SectionSheet, ContextMenu, MainButton, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, themeByGivenTone, AdminList, AdminListHeader, AdminListItem, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, ImageSlide, LottieReactionButton, PageTitleTextGroup, Radio, ReactionButton, Select, StatusBlock, TextButton, TextField, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopSideTab, UserDesktopTabBar, BasePathContext, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, NavigationContainer, TabContainer, parameters, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, ToggleTone, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, PageMenu, TabMenu, LeftSubMenu, WHA, WHB, WHC, WHD, WHE, PrimaryGlobalMenu, SecondaryGlobalMenu, WSA, WSB, WSC, WSD, WSE, WSF, WSG, WSH, GlobalMenu, WTA, WTB, WTC, WTD, WTE, WTF, WTG, WTH, WTI, WTJ, WTK, WTL, WTM, WTN, WTO, WTP, WTQ, WTS, WTT, WTU, TopPageMenu, LeftPageMenu, Popup, PopupProvider, iconStateColors, iconThemeColorLineColors, BrandLogo, PrimaryMenu, SecondaryMenu, UserProfile, ContextMenuNavs, ContextMenuItemNav, defaultValue, TEMPLATES_DATA, textStyles, textThemeColorLines, iconFillTypeColors, iconStyleThemeColors, iconColorThemeLineColors, AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopHeadlessModal, SectionSheet, Single, Multi, Auto, readOnly, disabled, Low, Medium, High, Empty, TextFieldType, SelectType, SwitchType, MixType, DefaultBasicList, Image, Badge, Validate, MultiState, MultiRows, AutoState, AutoRows, TitleOnly, WithDescription, WithContent, Both, DefaultCardList, MultiCardList, Grey01, Primary, LongText, SellerTail, Seller, SubscriberTail, Subscriber, MyTail, My, WithImage, AllVariation, AllIcon, WithChatBubbleListItem, CategoryChoice, FilterSingle, FilterMulti, Removable, Label, Time, Information, DefaultContextMenu, ListContextMenu, DefaultContextMenuItem, TitleDefault, IconDefault, tBtn3TextDefault, StackDefault, LeftBtnDesktopHeaderBar, RightBtnDesktopHeaderBar, ComplexBtnDesktopHeaderBar, MainDefault, SubDefault, ContentDefault, LeftIconButton, OverrideUserProfile, ColorThemeTransparent, SingleSize, SingleState, SinglePreventBlankMode, SingleValidation, MultiSizeOnlyLarge, MultiValidation, AutoSizeOnlyLarge, AutoValidation, TextFieldForm, MultiTextFieldForm, EditApply_textfieldForm, DropdownForm, TextStringType, EditButton, List, Disabled, TextType, CountTypeFormatting, CountTypeNonFormatting, OnlyHintText, OnlyDefaultValue, HintAndDefaultValue, NoHintNoDefaultValue, All, SingleSizeIcon, SingleStateIcon, SingleColorTheme, TransparentColorTheme, ShortText, LongTextWithLineBreakTab, TextDefault, CenterNoneDefault, WFA_1, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFF_1, WFG_1, WFG_2, WFG_3, WFG_4, WFG_5, WFG_6, WFH_1, WFI_1, WFI_2, WFI_3, WFI_4, WFI_5, WFI_6, WFJ_1, WFK_1, WHA_1, WHB_1, WHB_2, WHB_3, WHB_4, WHB_5, WHB_6, WHC_1, WHD_1, WHD_2, WHD_3, WHD_4, WHD_5, WHD_6, WHE_1, WHE_2, WSA_1, WSB_1, WSC_1, WSD_1, WSE_1, WSF_1, WSF_2, WSF_3, WSF_4, WSF_5, WSF_6, WSF_7, WSG_1, WSG_2, WSG_3, WSG_4, WSG_5, WSH_1, WTA_1, WTA_2, WTA_3, WTB_1, WTC_1, WTD_1, WTD_2, WTD_3, WTD_4, WTD_5, WTD_6, WTE_1, WTF_1, WTF_2, WTF_3, WTF_4, WTF_5, WTF_6, WTG_1, WTH_1, WTH_2, WTH_3, WTI_1, WTI_2, WTJ_1, WTK_1, WTK_2, WTK_3, WTK_4, WTL_1, WTM_1, WTM_2, WTN_1, WTN_2, WTN_3, WTO_1, WTP_1, WTQ_1, WTS_1, WTS_2, WTT_1, WTT_2, WTU_1, UseCase1MoreInformation, UseCase1Community, UseCase2Thumbnail, BodyScrollDefault, BodyOverflowVisible, imageMainButtonCase, imageFocusCase, imageHeaderCase, imageHeaderFixedCase, UseCase1PostsSettingSection, AllLineIcon, AllFillIcon, LineIcon, FillIcon, AutoWidthResponsive, AutoWidth300, AutoWidth300NoImage400, AutoHeightResponsive, AutoHeight300, AutoHeight300NoImage400, AutoWidth300Height500, RatioResponsive, Ratio300, MultiAutoHeight, MultiAutoWidth, AllLottieIcon, OneLottieIcon, IconLongTextDefault, Profile, CaptionText, MFA_1, MFB_1, MFB_2, MFC_1, MFD_1, MFE_1, MFE_2, MFA, MFB, MFC, MFD, MFE, MMA_1, MMB_1, MMA, MMB, Navigation, MPA_1, MPB_1, MPC_1, MPC_2, MPD_1, MPE_1, MPF_1, MPF_2, MPA, MPB, MPC, MPD, MPE, MPF, Tab, MSA_1, MSA_2, MSB_1, MSC_1, MSC_2, MSD_1, MSE_1, MSF_1, MSF_2, MSG_1, MSH_1, MSA, MSB, MSC, MSD, MSE, MSF, MSG, MSH, TwoButton, ContentTextScrollDefault };
5
+ export { keys, webpackContextResolve as resolve, id, __esModule, Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch, CircularProgress, Form, ThreeBarProgress, TextLabel, IconButton, MOCK_DATA, withFormProvider, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, Section, Item, IntroSection as default, LayoutWF, WFContainersBox, LayoutWH, WHContainersBox, LayoutWS, WSGlobalMenuContainer, WSContainersBox, LayoutWT, WTGlobalMenuContainer, WTContainersBox, D_AdminList, D_AdminListHeader, D_AdminListItem, D_BasicChatListItem, D_BasicFormGroup, D_BasicList, D_BasicListItem, D_BlogTextField, D_BodyTextGroup, D_Card, D_CardList, D_ChatBubbleListItem, D_ChatList, D_Checkbox, D_Chip, D_ContextMenu, D_ContextMenuItem, D_DesktopAlertDialog, D_DesktopHeaderBar, D_DesktopTabBar, D_Dropdown, D_DynamicDesktopNavBar, D_DynamicDesktopNavBarTemplates, D_EditApplyTextField, D_FilterBar, D_FloatingActionButton, D_Hero, D_HorizontalFormGroup, D_IconButton, D_ImageSlide, D_LottieReactionButton, D_MainButton, D_PageTitleTextGroup, D_Radio, D_ReactionButton, D_Select, D_StatusBlock, D_TextButton, D_TextField, D_TextLabel, D_UploadIconButton, D_UploadMainButton, D_UploadTextButton, D_UserDesktopNavBar, D_UserDesktopTabBar, D_UserDesktopSideTab, D_AnnotationSheet, D_ContentSheet, D_DesktopBasicModal, D_DesktopHeadlessModal, D_SectionSheet, ContextMenu, MainButton, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, themeByGivenTone, AdminList, AdminListHeader, AdminListItem, BasicChatListItem, BasicFormGroup, BasicList, BasicListItem, BlogTextField, BodyTextGroup, Card, CardList, ChatBubbleListItem, ChatList, Checkbox, Chip, ContextMenuItem, DesktopAlertDialog, DesktopHeaderBar, DesktopTabBar, Dropdown, DynamicDesktopNavBar, DynamicDesktopNavBarTemplates, EditApplyTextField, FilterBar, FloatingActionButton, Hero, HorizontalFormGroup, ImageSlide, LottieReactionButton, PageTitleTextGroup, Radio, ReactionButton, Select, StatusBlock, TextButton, TextField, UploadIconButton, UploadMainButton, UploadTextButton, UserDesktopNavBar, UserDesktopSideTab, UserDesktopTabBar, BasePathContext, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, dynamicLayoutContext, ContainersBox, TextFieldBase, NavigationContainer, TabContainer, parameters, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, ToggleTone, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, PageMenu, TabMenu, LeftSubMenu, WHA, WHB, WHC, WHD, WHE, PrimaryGlobalMenu, SecondaryGlobalMenu, WSA, WSB, WSC, WSD, WSE, WSF, WSG, WSH, GlobalMenu, WTA, WTB, WTC, WTD, WTE, WTF, WTG, WTH, WTI, WTJ, WTK, WTL, WTM, WTN, WTO, WTP, WTQ, WTS, WTT, WTU, TopPageMenu, LeftPageMenu, Popup, PopupProvider, iconStateColors, iconThemeColorLineColors, BrandLogo, PrimaryMenu, SecondaryMenu, UserProfile, ContextMenuNavs, ContextMenuItemNav, defaultValue, TEMPLATES_DATA, textStyles, textThemeColorLines, iconFillTypeColors, iconStyleThemeColors, iconColorThemeLineColors, AnnotationSheet, ContentSheet, DesktopBasicModal, DesktopHeadlessModal, SectionSheet, Single, Multi, Auto, readOnly, disabled, Low, Medium, High, Empty, TextFieldType, SelectType, SwitchType, MixType, DefaultBasicList, Image, Badge, Validate, MultiState, MultiRows, AutoState, AutoRows, TitleOnly, WithDescription, WithContent, Both, DefaultCardList, MultiCardList, Grey01, Primary, LongText, SellerTail, Seller, SubscriberTail, Subscriber, MyTail, My, WithImage, AllVariation, AllIcon, WithChatBubbleListItem, CategoryChoice, FilterSingle, FilterMulti, Removable, Label, Time, Information, DefaultContextMenu, ListContextMenu, DefaultContextMenuItem, TitleDefault, IconDefault, tBtn3TextDefault, StackDefault, LeftBtnDesktopHeaderBar, RightBtnDesktopHeaderBar, ComplexBtnDesktopHeaderBar, MainDefault, SubDefault, ContentDefault, LeftIconButton, OverrideUserProfile, ColorThemeTransparent, SingleSize, SingleState, SinglePreventBlankMode, SingleValidation, MultiSizeOnlyLarge, MultiValidation, AutoSizeOnlyLarge, AutoValidation, TextFieldForm, MultiTextFieldForm, EditApply_textfieldForm, DropdownForm, TextStringType, EditButton, List, Disabled, TextType, CountTypeFormatting, CountTypeNonFormatting, OnlyHintText, OnlyDefaultValue, HintAndDefaultValue, NoHintNoDefaultValue, All, SingleSizeIcon, SingleStateIcon, SingleColorTheme, TransparentColorTheme, ShortText, LongTextWithLineBreakTab, TextDefault, CenterNoneDefault, WFA_1, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFF_1, WFG_1, WFG_2, WFG_3, WFG_4, WFG_5, WFG_6, WFH_1, WFI_1, WFI_2, WFI_3, WFI_4, WFI_5, WFI_6, WFJ_1, WFK_1, WHA_1, WHB_1, WHB_2, WHB_3, WHB_4, WHB_5, WHB_6, WHC_1, WHD_1, WHD_2, WHD_3, WHD_4, WHD_5, WHD_6, WHE_1, WHE_2, WSA_1, WSB_1, WSC_1, WSD_1, WSE_1, WSF_1, WSF_2, WSF_3, WSF_4, WSF_5, WSF_6, WSF_7, WSG_1, WSG_2, WSG_3, WSG_4, WSG_5, WSH_1, WTA_1, WTA_2, WTA_3, WTB_1, WTC_1, WTD_1, WTD_2, WTD_3, WTD_4, WTD_5, WTD_6, WTE_1, WTF_1, WTF_2, WTF_3, WTF_4, WTF_5, WTF_6, WTG_1, WTH_1, WTH_2, WTH_3, WTI_1, WTI_2, WTJ_1, WTK_1, WTK_2, WTK_3, WTK_4, WTL_1, WTM_1, WTM_2, WTM_3, WTN_1, WTN_2, WTN_3, WTO_1, WTP_1, WTQ_1, WTS_1, WTS_2, WTT_1, WTT_2, WTU_1, UseCase1MoreInformation, UseCase1Community, UseCase2Thumbnail, BodyScrollDefault, BodyOverflowVisible, imageMainButtonCase, imageFocusCase, imageHeaderCase, imageHeaderFixedCase, UseCase1PostsSettingSection, AllLineIcon, AllFillIcon, LineIcon, FillIcon, AutoWidthResponsive, AutoWidth300, AutoWidth300NoImage400, AutoHeightResponsive, AutoHeight300, AutoHeight300NoImage400, AutoWidth300Height500, RatioResponsive, Ratio300, MultiAutoHeight, MultiAutoWidth, AllLottieIcon, OneLottieIcon, IconLongTextDefault, Profile, CaptionText, MFA_1, MFB_1, MFB_2, MFC_1, MFD_1, MFE_1, MFE_2, MFA, MFB, MFC, MFD, MFE, MMA_1, MMB_1, MMA, MMB, Navigation, MPA_1, MPB_1, MPC_1, MPC_2, MPD_1, MPE_1, MPF_1, MPF_2, MPA, MPB, MPC, MPD, MPE, MPF, Tab, MSA_1, MSA_2, MSB_1, MSC_1, MSC_2, MSD_1, MSE_1, MSF_1, MSF_2, MSG_1, MSH_1, MSA, MSB, MSC, MSD, MSE, MSF, MSG, MSH, TwoButton, ContentTextScrollDefault, Carousel, YouTubeIframe, TemplateA, TemplateB, TemplateC, TemplateD };
6
6
  }
7
7
  declare function keys(): string[];
8
8
  declare function webpackContextResolve(req: any): any;
@@ -20,6 +20,89 @@ declare var Form: any;
20
20
  declare var ThreeBarProgress: any;
21
21
  declare var TextLabel: any;
22
22
  declare var IconButton: any;
23
+ declare var MOCK_DATA: {
24
+ display: boolean;
25
+ dynamicLayoutSectionItems: {
26
+ display: boolean;
27
+ id: string;
28
+ manifest: {
29
+ availableProperties: string[];
30
+ schema: string;
31
+ };
32
+ order: number;
33
+ properties: {
34
+ body: string;
35
+ buttonLabel: string;
36
+ description: string;
37
+ imageSrc: string;
38
+ linkSrc: string;
39
+ linkType: string;
40
+ logoImageSrc: string;
41
+ title: string;
42
+ };
43
+ }[];
44
+ id: string;
45
+ manifest: {
46
+ availableProperties: string[];
47
+ availableStyles: string[];
48
+ schema: string;
49
+ };
50
+ order: number;
51
+ properties: {
52
+ buttonAlphaLabel: string;
53
+ buttonAlphaLinkSrc: string;
54
+ buttonAlphaLinkType: string;
55
+ buttonBravoLabel: string;
56
+ buttonBravoLinkSrc: string;
57
+ buttonBravoLinkType: string;
58
+ buttonCharlieLabel: string;
59
+ buttonCharlieLinkSrc: string;
60
+ buttonCharlieLinkType: string;
61
+ buttonDeltaLabel: string;
62
+ buttonDeltaLinkSrc: string;
63
+ buttonDeltaLinkType: string;
64
+ buttonEchoLabel: string;
65
+ buttonEchoLinkSrc: string;
66
+ buttonEchoLinkType: string;
67
+ carouselAutoplayMode: string;
68
+ carouselAutoplayTime: number;
69
+ carouselInfiniteLoopMode: string;
70
+ description: string;
71
+ itemLinkMethod: string;
72
+ sectionContentMediaSrc: string;
73
+ sectionContentMediaType: string;
74
+ title: string;
75
+ };
76
+ styles: {
77
+ backgroundColorInHex: string;
78
+ backgroundMediaSrc: string;
79
+ backgroundMediaType: string;
80
+ backgroundOverlayColorInHex: string;
81
+ buttonAlphaBackgroundColorInHex: string;
82
+ buttonAlphaDesignType: string;
83
+ buttonAlphaLabelColorInHex: string;
84
+ buttonBravoBackgroundColorInHex: string;
85
+ buttonBravoDesignType: string;
86
+ buttonBravoLabelColorInHex: string;
87
+ buttonCharlieBackgroundColorInHex: string;
88
+ buttonCharlieDesignType: string;
89
+ buttonCharlieLabelColorInHex: string;
90
+ buttonDeltaBackgroundColorInHex: string;
91
+ buttonDeltaDesignType: string;
92
+ buttonDeltaLabelColorInHex: string;
93
+ buttonEchoBackgroundColorInHex: string;
94
+ buttonEchoDesignType: string;
95
+ buttonEchoLabelColorInHex: string;
96
+ descriptionColorInHex: string;
97
+ itemButtonBackgroundColorInHex: string;
98
+ itemButtonDesignType: string;
99
+ itemButtonLabelColorInHex: string;
100
+ itemDescriptionColorInHex: string;
101
+ itemTitleColorInHex: string;
102
+ titleColorInHex: string;
103
+ };
104
+ template: string;
105
+ }[];
23
106
  declare function withFormProvider(storyFn: any): any;
24
107
  declare namespace withFormProvider {
25
108
  const displayName: string;
@@ -36,8 +119,10 @@ declare var NavLink: any;
36
119
  declare var Navs: any;
37
120
  declare var ContextTextLabelNav: any;
38
121
  declare var TextLabelNav: any;
39
- declare function SectionSheet(_a: any): any;
40
- declare namespace SectionSheet {
122
+ declare var Section: any;
123
+ declare var Item: any;
124
+ declare function IntroSection(_a: any): any;
125
+ declare namespace IntroSection {
41
126
  const displayName_2: string;
42
127
  export { displayName_2 as displayName };
43
128
  export namespace __docgenInfo_1 {
@@ -46,7 +131,7 @@ declare namespace SectionSheet {
46
131
  const displayName_3: string;
47
132
  export { displayName_3 as displayName };
48
133
  export namespace props_1 {
49
- namespace width {
134
+ namespace id {
50
135
  export const defaultValue: null;
51
136
  const description_2: string;
52
137
  export { description_2 as description };
@@ -57,7 +142,7 @@ declare namespace SectionSheet {
57
142
  export { name_1 as name };
58
143
  }
59
144
  }
60
- namespace height {
145
+ namespace display {
61
146
  const defaultValue_1: null;
62
147
  export { defaultValue_1 as defaultValue };
63
148
  const description_3: string;
@@ -72,10 +157,8 @@ declare namespace SectionSheet {
72
157
  }
73
158
  export { type_1 as type };
74
159
  }
75
- namespace backgroundColorTheme {
76
- export namespace defaultValue_2 {
77
- const value: string;
78
- }
160
+ namespace order {
161
+ const defaultValue_2: null;
79
162
  export { defaultValue_2 as defaultValue };
80
163
  const description_4: string;
81
164
  export { description_4 as description };
@@ -86,14 +169,10 @@ declare namespace SectionSheet {
86
169
  export namespace type_2 {
87
170
  const name_5: string;
88
171
  export { name_5 as name };
89
- const value_1: {
90
- value: string;
91
- }[];
92
- export { value_1 as value };
93
172
  }
94
173
  export { type_2 as type };
95
174
  }
96
- namespace overrideBackgroundColorKey {
175
+ namespace manifest {
97
176
  const defaultValue_3: null;
98
177
  export { defaultValue_3 as defaultValue };
99
178
  const description_5: string;
@@ -105,18 +184,11 @@ declare namespace SectionSheet {
105
184
  export namespace type_3 {
106
185
  const name_7: string;
107
186
  export { name_7 as name };
108
- const value_2: {
109
- value: string;
110
- }[];
111
- export { value_2 as value };
112
187
  }
113
188
  export { type_3 as type };
114
189
  }
115
- namespace borderMode {
116
- export namespace defaultValue_4 {
117
- const value_3: string;
118
- export { value_3 as value };
119
- }
190
+ namespace template {
191
+ const defaultValue_4: null;
120
192
  export { defaultValue_4 as defaultValue };
121
193
  const description_6: string;
122
194
  export { description_6 as description };
@@ -127,18 +199,14 @@ declare namespace SectionSheet {
127
199
  export namespace type_4 {
128
200
  const name_9: string;
129
201
  export { name_9 as name };
130
- const value_4: {
202
+ export const value: {
131
203
  value: string;
132
204
  }[];
133
- export { value_4 as value };
134
205
  }
135
206
  export { type_4 as type };
136
207
  }
137
- namespace borderWidth {
138
- export namespace defaultValue_5 {
139
- const value_5: string;
140
- export { value_5 as value };
141
- }
208
+ namespace properties {
209
+ const defaultValue_5: null;
142
210
  export { defaultValue_5 as defaultValue };
143
211
  const description_7: string;
144
212
  export { description_7 as description };
@@ -149,18 +217,11 @@ declare namespace SectionSheet {
149
217
  export namespace type_5 {
150
218
  const name_11: string;
151
219
  export { name_11 as name };
152
- const value_6: {
153
- value: string;
154
- }[];
155
- export { value_6 as value };
156
220
  }
157
221
  export { type_5 as type };
158
222
  }
159
- namespace borderColorTheme {
160
- export namespace defaultValue_6 {
161
- const value_7: string;
162
- export { value_7 as value };
163
- }
223
+ namespace styles {
224
+ const defaultValue_6: null;
164
225
  export { defaultValue_6 as defaultValue };
165
226
  const description_8: string;
166
227
  export { description_8 as description };
@@ -171,14 +232,10 @@ declare namespace SectionSheet {
171
232
  export namespace type_6 {
172
233
  const name_13: string;
173
234
  export { name_13 as name };
174
- const value_8: {
175
- value: string;
176
- }[];
177
- export { value_8 as value };
178
235
  }
179
236
  export { type_6 as type };
180
237
  }
181
- namespace overrideBorderColorKey {
238
+ namespace dynamicLayoutSectionItems {
182
239
  const defaultValue_7: null;
183
240
  export { defaultValue_7 as defaultValue };
184
241
  const description_9: string;
@@ -190,175 +247,9 @@ declare namespace SectionSheet {
190
247
  export namespace type_7 {
191
248
  const name_15: string;
192
249
  export { name_15 as name };
193
- const value_9: {
194
- value: string;
195
- }[];
196
- export { value_9 as value };
197
250
  }
198
251
  export { type_7 as type };
199
252
  }
200
- namespace shapeType {
201
- export namespace defaultValue_8 {
202
- const value_10: string;
203
- export { value_10 as value };
204
- }
205
- export { defaultValue_8 as defaultValue };
206
- const description_10: string;
207
- export { description_10 as description };
208
- const name_16: string;
209
- export { name_16 as name };
210
- const required_8: boolean;
211
- export { required_8 as required };
212
- export namespace type_8 {
213
- const name_17: string;
214
- export { name_17 as name };
215
- const value_11: {
216
- value: string;
217
- }[];
218
- export { value_11 as value };
219
- }
220
- export { type_8 as type };
221
- }
222
- namespace radius {
223
- export namespace defaultValue_9 {
224
- const value_12: string;
225
- export { value_12 as value };
226
- }
227
- export { defaultValue_9 as defaultValue };
228
- const description_11: string;
229
- export { description_11 as description };
230
- const name_18: string;
231
- export { name_18 as name };
232
- const required_9: boolean;
233
- export { required_9 as required };
234
- export namespace type_9 {
235
- const name_19: string;
236
- export { name_19 as name };
237
- const value_13: {
238
- value: string;
239
- }[];
240
- export { value_13 as value };
241
- }
242
- export { type_9 as type };
243
- }
244
- namespace paddingTop {
245
- export namespace defaultValue_10 {
246
- const value_14: string;
247
- export { value_14 as value };
248
- }
249
- export { defaultValue_10 as defaultValue };
250
- const description_12: string;
251
- export { description_12 as description };
252
- const name_20: string;
253
- export { name_20 as name };
254
- const required_10: boolean;
255
- export { required_10 as required };
256
- export namespace type_10 {
257
- const name_21: string;
258
- export { name_21 as name };
259
- const value_15: {
260
- value: string;
261
- }[];
262
- export { value_15 as value };
263
- }
264
- export { type_10 as type };
265
- }
266
- namespace paddingRight {
267
- export namespace defaultValue_11 {
268
- const value_16: string;
269
- export { value_16 as value };
270
- }
271
- export { defaultValue_11 as defaultValue };
272
- const description_13: string;
273
- export { description_13 as description };
274
- const name_22: string;
275
- export { name_22 as name };
276
- const required_11: boolean;
277
- export { required_11 as required };
278
- export namespace type_11 {
279
- const name_23: string;
280
- export { name_23 as name };
281
- const value_17: {
282
- value: string;
283
- }[];
284
- export { value_17 as value };
285
- }
286
- export { type_11 as type };
287
- }
288
- namespace paddingBottom {
289
- export namespace defaultValue_12 {
290
- const value_18: string;
291
- export { value_18 as value };
292
- }
293
- export { defaultValue_12 as defaultValue };
294
- const description_14: string;
295
- export { description_14 as description };
296
- const name_24: string;
297
- export { name_24 as name };
298
- const required_12: boolean;
299
- export { required_12 as required };
300
- export namespace type_12 {
301
- const name_25: string;
302
- export { name_25 as name };
303
- const value_19: {
304
- value: string;
305
- }[];
306
- export { value_19 as value };
307
- }
308
- export { type_12 as type };
309
- }
310
- namespace paddingLeft {
311
- export namespace defaultValue_13 {
312
- const value_20: string;
313
- export { value_20 as value };
314
- }
315
- export { defaultValue_13 as defaultValue };
316
- const description_15: string;
317
- export { description_15 as description };
318
- const name_26: string;
319
- export { name_26 as name };
320
- const required_13: boolean;
321
- export { required_13 as required };
322
- export namespace type_13 {
323
- const name_27: string;
324
- export { name_27 as name };
325
- const value_21: {
326
- value: string;
327
- }[];
328
- export { value_21 as value };
329
- }
330
- export { type_13 as type };
331
- }
332
- namespace overrideCSS {
333
- const defaultValue_14: null;
334
- export { defaultValue_14 as defaultValue };
335
- const description_16: string;
336
- export { description_16 as description };
337
- const name_28: string;
338
- export { name_28 as name };
339
- const required_14: boolean;
340
- export { required_14 as required };
341
- export namespace type_14 {
342
- const name_29: string;
343
- export { name_29 as name };
344
- }
345
- export { type_14 as type };
346
- }
347
- namespace onClick {
348
- const defaultValue_15: null;
349
- export { defaultValue_15 as defaultValue };
350
- const description_17: string;
351
- export { description_17 as description };
352
- const name_30: string;
353
- export { name_30 as name };
354
- const required_15: boolean;
355
- export { required_15 as required };
356
- export namespace type_15 {
357
- const name_31: string;
358
- export { name_31 as name };
359
- }
360
- export { type_15 as type };
361
- }
362
253
  }
363
254
  export { props_1 as props };
364
255
  }
@@ -484,6 +375,10 @@ declare var UserDesktopNavBar: any;
484
375
  declare var UserDesktopSideTab: any;
485
376
  declare var UserDesktopTabBar: any;
486
377
  declare var BasePathContext: any;
378
+ declare var M_MainButton: any;
379
+ declare var M_TextLabel: any;
380
+ declare var M_TextButton: any;
381
+ declare var M_IconButton: any;
487
382
  declare var ContentsContainer: any;
488
383
  declare var GlobalMenuContainer: any;
489
384
  declare var PageMenuContainer: any;
@@ -491,6 +386,7 @@ declare var TabMenuContainer: any;
491
386
  declare var SubMenuContainer: any;
492
387
  declare function formatCompactNumber(num: any): string;
493
388
  declare function formatStandardNumber(num: any): string;
389
+ declare var dynamicLayoutContext: any;
494
390
  declare var ContainersBox: any;
495
391
  declare var TextFieldBase: any;
496
392
  declare var NavigationContainer: any;
@@ -591,107 +487,106 @@ declare namespace Popup {
591
487
  const displayName_4: string;
592
488
  export { displayName_4 as displayName };
593
489
  export namespace __docgenInfo_2 {
594
- const description_18: string;
595
- export { description_18 as description };
490
+ const description_10: string;
491
+ export { description_10 as description };
596
492
  const displayName_5: string;
597
493
  export { displayName_5 as displayName };
598
494
  export namespace props_2 {
599
- export namespace targetRef {
600
- const defaultValue_16: null;
601
- export { defaultValue_16 as defaultValue };
602
- const description_19: string;
603
- export { description_19 as description };
604
- const name_32: string;
605
- export { name_32 as name };
606
- const required_16: boolean;
607
- export { required_16 as required };
608
- export namespace type_16 {
609
- const name_33: string;
610
- export { name_33 as name };
495
+ namespace targetRef {
496
+ const defaultValue_8: null;
497
+ export { defaultValue_8 as defaultValue };
498
+ const description_11: string;
499
+ export { description_11 as description };
500
+ const name_16: string;
501
+ export { name_16 as name };
502
+ const required_8: boolean;
503
+ export { required_8 as required };
504
+ export namespace type_8 {
505
+ const name_17: string;
506
+ export { name_17 as name };
611
507
  }
612
- export { type_16 as type };
508
+ export { type_8 as type };
613
509
  }
614
- export namespace isOpen {
615
- export namespace defaultValue_17 {
616
- const value_22: string;
617
- export { value_22 as value };
510
+ namespace isOpen {
511
+ export namespace defaultValue_9 {
512
+ const value_1: string;
513
+ export { value_1 as value };
618
514
  }
619
- export { defaultValue_17 as defaultValue };
620
- const description_20: string;
621
- export { description_20 as description };
622
- const name_34: string;
623
- export { name_34 as name };
624
- const required_17: boolean;
625
- export { required_17 as required };
626
- export namespace type_17 {
627
- const name_35: string;
628
- export { name_35 as name };
515
+ export { defaultValue_9 as defaultValue };
516
+ const description_12: string;
517
+ export { description_12 as description };
518
+ const name_18: string;
519
+ export { name_18 as name };
520
+ const required_9: boolean;
521
+ export { required_9 as required };
522
+ export namespace type_9 {
523
+ const name_19: string;
524
+ export { name_19 as name };
629
525
  }
630
- export { type_17 as type };
526
+ export { type_9 as type };
631
527
  }
632
- export namespace onClickOutside {
633
- const defaultValue_18: null;
634
- export { defaultValue_18 as defaultValue };
635
- const description_21: string;
636
- export { description_21 as description };
637
- const name_36: string;
638
- export { name_36 as name };
639
- const required_18: boolean;
640
- export { required_18 as required };
641
- export namespace type_18 {
642
- const name_37: string;
643
- export { name_37 as name };
528
+ namespace onClickOutside {
529
+ const defaultValue_10: null;
530
+ export { defaultValue_10 as defaultValue };
531
+ const description_13: string;
532
+ export { description_13 as description };
533
+ const name_20: string;
534
+ export { name_20 as name };
535
+ const required_10: boolean;
536
+ export { required_10 as required };
537
+ export namespace type_10 {
538
+ const name_21: string;
539
+ export { name_21 as name };
644
540
  }
645
- export { type_18 as type };
541
+ export { type_10 as type };
646
542
  }
647
- export namespace onClick_1 {
648
- const defaultValue_19: null;
649
- export { defaultValue_19 as defaultValue };
650
- const description_22: string;
651
- export { description_22 as description };
652
- const name_38: string;
653
- export { name_38 as name };
654
- const required_19: boolean;
655
- export { required_19 as required };
656
- export namespace type_19 {
657
- const name_39: string;
658
- export { name_39 as name };
543
+ namespace onClick {
544
+ const defaultValue_11: null;
545
+ export { defaultValue_11 as defaultValue };
546
+ const description_14: string;
547
+ export { description_14 as description };
548
+ const name_22: string;
549
+ export { name_22 as name };
550
+ const required_11: boolean;
551
+ export { required_11 as required };
552
+ export namespace type_11 {
553
+ const name_23: string;
554
+ export { name_23 as name };
659
555
  }
660
- export { type_19 as type };
556
+ export { type_11 as type };
661
557
  }
662
- export { onClick_1 as onClick };
663
- export namespace placement {
664
- export namespace defaultValue_20 {
665
- const value_23: string;
666
- export { value_23 as value };
558
+ namespace placement {
559
+ export namespace defaultValue_12 {
560
+ const value_2: string;
561
+ export { value_2 as value };
667
562
  }
668
- export { defaultValue_20 as defaultValue };
669
- const description_23: string;
670
- export { description_23 as description };
671
- const name_40: string;
672
- export { name_40 as name };
673
- const required_20: boolean;
674
- export { required_20 as required };
675
- export namespace type_20 {
676
- const name_41: string;
677
- export { name_41 as name };
563
+ export { defaultValue_12 as defaultValue };
564
+ const description_15: string;
565
+ export { description_15 as description };
566
+ const name_24: string;
567
+ export { name_24 as name };
568
+ const required_12: boolean;
569
+ export { required_12 as required };
570
+ export namespace type_12 {
571
+ const name_25: string;
572
+ export { name_25 as name };
678
573
  }
679
- export { type_20 as type };
574
+ export { type_12 as type };
680
575
  }
681
- export namespace wrapperHeight {
682
- const defaultValue_21: null;
683
- export { defaultValue_21 as defaultValue };
684
- const description_24: string;
685
- export { description_24 as description };
686
- const name_42: string;
687
- export { name_42 as name };
688
- const required_21: boolean;
689
- export { required_21 as required };
690
- export namespace type_21 {
691
- const name_43: string;
692
- export { name_43 as name };
576
+ namespace wrapperHeight {
577
+ const defaultValue_13: null;
578
+ export { defaultValue_13 as defaultValue };
579
+ const description_16: string;
580
+ export { description_16 as description };
581
+ const name_26: string;
582
+ export { name_26 as name };
583
+ const required_13: boolean;
584
+ export { required_13 as required };
585
+ export namespace type_13 {
586
+ const name_27: string;
587
+ export { name_27 as name };
693
588
  }
694
- export { type_21 as type };
589
+ export { type_13 as type };
695
590
  }
696
591
  }
697
592
  export { props_2 as props };
@@ -703,8 +598,8 @@ declare namespace PopupProvider {
703
598
  const displayName_6: string;
704
599
  export { displayName_6 as displayName };
705
600
  export namespace __docgenInfo_3 {
706
- const description_25: string;
707
- export { description_25 as description };
601
+ const description_17: string;
602
+ export { description_17 as description };
708
603
  const displayName_7: string;
709
604
  export { displayName_7 as displayName };
710
605
  const props_3: {};
@@ -739,8 +634,7 @@ declare namespace TEMPLATES_DATA {
739
634
  const showSecondaryMenu: boolean;
740
635
  namespace userProfileOptions {
741
636
  namespace style {
742
- const width_1: string;
743
- export { width_1 as width };
637
+ const width: string;
744
638
  }
745
639
  }
746
640
  namespace primaryMenuOptions {
@@ -1127,6 +1021,7 @@ declare var WTK_4: any;
1127
1021
  declare var WTL_1: any;
1128
1022
  declare var WTM_1: any;
1129
1023
  declare var WTM_2: any;
1024
+ declare var WTM_3: any;
1130
1025
  declare var WTN_1: any;
1131
1026
  declare var WTN_2: any;
1132
1027
  declare var WTN_3: any;
@@ -1221,3 +1116,9 @@ declare var MSG: any;
1221
1116
  declare var MSH: any;
1222
1117
  declare var TwoButton: any;
1223
1118
  declare var ContentTextScrollDefault: any;
1119
+ declare var Carousel: any;
1120
+ declare var YouTubeIframe: any;
1121
+ declare var TemplateA: any;
1122
+ declare var TemplateB: any;
1123
+ declare var TemplateC: any;
1124
+ declare var TemplateD: any;