pds-dev-kit-web 1.9.0-beta.4 → 1.9.0-beta.5

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 (77) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +14 -0
  3. package/dist/src/common/assets/icons/fill/ArrowDown.js +1 -1
  4. package/dist/src/common/assets/icons/fill/ArrowUp.js +1 -1
  5. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -1
  6. package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -1
  7. package/dist/src/common/styles/colorSet/SemanticColor.json +3 -1
  8. package/dist/src/common/styles/colorSet/UIColor.json +1 -1
  9. package/dist/src/common/styles/colorSet/index.d.ts +4 -2
  10. package/dist/src/common/styles/colorSet/index.js +2 -2
  11. package/dist/src/common/styles/movement/animationStyle.d.ts +8 -0
  12. package/dist/src/common/styles/movement/animationStyle.js +18 -0
  13. package/dist/src/common/styles/movement/keyframes.d.ts +14 -0
  14. package/dist/src/common/styles/movement/keyframes.js +23 -0
  15. package/dist/src/common/styles/movement/transitionStyle.d.ts +3 -0
  16. package/dist/src/common/styles/movement/transitionStyle.js +12 -0
  17. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +4 -3
  18. package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +5 -4
  19. package/dist/src/desktop/components/Dropdown/Dropdown.js +34 -3
  20. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +15 -4
  21. package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +5 -4
  22. package/dist/src/desktop/components/IconButton/IconButton.js +7 -6
  23. package/dist/src/desktop/components/LottieReactionButton/LottieReactionButton.js +4 -3
  24. package/dist/src/desktop/components/MainButton/MainButton.d.ts +1 -1
  25. package/dist/src/desktop/components/MainButton/MainButton.js +129 -41
  26. package/dist/src/desktop/components/ReactionButton/ReactionButton.js +5 -1
  27. package/dist/src/desktop/components/Select/Select.js +29 -2
  28. package/dist/src/desktop/components/TextButton/TextButton.js +3 -2
  29. package/dist/src/desktop/components/TextField/TextField.js +35 -4
  30. package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +7 -6
  31. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  32. package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +141 -49
  33. package/dist/src/desktop/components/UploadMainButton/types.d.ts +0 -10
  34. package/dist/src/desktop/components/UploadMainButton/types.js +1 -11
  35. package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +3 -2
  36. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +1 -1
  37. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFB.js +1 -1
  38. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFE.js +2 -2
  39. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFL.js +2 -2
  40. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.d.ts +3 -2
  41. package/dist/src/desktop/panels/DesktopBasicModal/DesktopBasicModal.js +35 -18
  42. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +8 -7
  43. package/dist/src/mobile/components/Dropdown/Dropdown.js +21 -3
  44. package/dist/src/mobile/components/FloatingActionButton/FloatingActionButton.js +4 -3
  45. package/dist/src/mobile/components/IconButton/IconButton.js +6 -5
  46. package/dist/src/mobile/components/LottieReactionButton/LottieReactionButton.js +3 -2
  47. package/dist/src/mobile/components/MainButton/MainButton.d.ts +1 -1
  48. package/dist/src/mobile/components/MainButton/MainButton.js +122 -37
  49. package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +5 -4
  50. package/dist/src/mobile/components/Select/Select.js +18 -2
  51. package/dist/src/mobile/components/TextButton/TextButton.js +2 -1
  52. package/dist/src/mobile/components/TextField/TextField.js +22 -4
  53. package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +6 -5
  54. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.d.ts +1 -1
  55. package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +134 -42
  56. package/dist/src/mobile/components/UploadMainButton/types.d.ts +0 -10
  57. package/dist/src/mobile/components/UploadMainButton/types.js +1 -11
  58. package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +3 -2
  59. package/dist/src/mobile/panels/MobileBasicModal/MobileBasicModal.js +5 -4
  60. package/dist/storybook-static/{0.8a8ae8fa.iframe.bundle.d.ts → 0.2023c95c.iframe.bundle.d.ts} +0 -0
  61. package/dist/storybook-static/{0.8a8ae8fa.iframe.bundle.js → 0.2023c95c.iframe.bundle.js} +4 -4
  62. package/dist/storybook-static/{4.0cae350a.iframe.bundle.d.ts → 4.d1de0501.iframe.bundle.d.ts} +0 -0
  63. package/dist/storybook-static/{4.0cae350a.iframe.bundle.js → 4.d1de0501.iframe.bundle.js} +68 -68
  64. package/dist/storybook-static/{5.6dd988b7.iframe.bundle.d.ts → 5.2f192ddf.iframe.bundle.d.ts} +0 -0
  65. package/dist/storybook-static/{5.6dd988b7.iframe.bundle.js → 5.2f192ddf.iframe.bundle.js} +10 -10
  66. package/dist/storybook-static/{6.16e7a5f8.iframe.bundle.d.ts → 6.62fc7663.iframe.bundle.d.ts} +0 -0
  67. package/dist/storybook-static/{6.16e7a5f8.iframe.bundle.js → 6.62fc7663.iframe.bundle.js} +5 -5
  68. package/dist/storybook-static/{7.d9eac22c.iframe.bundle.d.ts → 7.3518bf24.iframe.bundle.d.ts} +0 -0
  69. package/dist/storybook-static/{7.d9eac22c.iframe.bundle.js → 7.3518bf24.iframe.bundle.js} +1 -1
  70. package/dist/storybook-static/{main.a2e80e11.iframe.bundle.d.ts → main.bea0ee46.iframe.bundle.d.ts} +296 -311
  71. package/dist/storybook-static/{main.a2e80e11.iframe.bundle.js → main.bea0ee46.iframe.bundle.js} +123 -42
  72. package/dist/storybook-static/{runtime~main.d6679bc3.iframe.bundle.d.ts → runtime~main.54fba058.iframe.bundle.d.ts} +0 -0
  73. package/dist/storybook-static/{runtime~main.d6679bc3.iframe.bundle.js → runtime~main.54fba058.iframe.bundle.js} +1 -1
  74. package/dist/storybook-static/{vendors~main.acdf7090.iframe.bundle.d.ts → vendors~main.dd7c8d3f.iframe.bundle.d.ts} +0 -0
  75. package/dist/storybook-static/{vendors~main.acdf7090.iframe.bundle.js → vendors~main.dd7c8d3f.iframe.bundle.js} +14 -14
  76. package/package.json +1 -1
  77. package/release-note.md +91 -7
@@ -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, AdminListItemTransition, InputTransition, ButtonTransition, Section, sectionContext, dynamicLayoutContext, IconButton, Item, withFormProvider, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, 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, SectionBox as default, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, 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, dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni, BasePathContext, samplePageIntroSection, samplePageContentsCarouselSection, samplePageIntroSection2, samplePageContentsSection, samplePageInfoBoxSection, samplePageIntroSection3, samplePageFooterSection, samplePage, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, NavigationContainer, TabContainer, parameters, globalTypes, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, SectionMatcher, ContentsCarouselSection, ContentsSection, FooterSection, InfoBoxSection, IntroSection, ToggleTone, StepContainer, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, WFL, PageMenu, WizardPageMenu, TabMenu, LeftSubMenu, Step, 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, fadeIn, fadeOut, glow, scaleUp, scaleDown, scaleUpIncludeTranslate, scaleDownIncludeTranslate, gelatine, scaleBounceIn, scaleBounceIn02, scaleBounceInIncludeTranslate, scaleBounceOutIncludeTranslate, scaleBounceInIncludeTranslate02, scaleBounceOutIncludeTranslate02, 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, WFA_2, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFE_3, WFE_4, 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, WFL_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, WSB_2, 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, Sample, EditModeSectionMatcher, YouTubeIframe, TemplateA, TemplateB, D_TemplateA, Carousel, SectionTitle, SectionDescription, SectionImage, SectionButton, M_TemplateA, D_TemplateB, M_TemplateB, TemplateC, TemplateD, D_TemplateC, M_TemplateC, D_TemplateD, M_TemplateD, TemplateA_desktop, TemplateA_mobile, TemplateB_desktop, TemplateB_mobile, TemplateC_desktop, TemplateC_mobile, TemplateD_desktop, TemplateD_mobile };
5
+ export { keys, webpackContextResolve as resolve, id, __esModule, Divider, Icon, ImageView, LinearProgress, LottieIcon, Spacing, Switch, CircularProgress, Form, ThreeBarProgress, TextLabel, AdminListItemTransition, InputTransition, ButtonTransition, Section, sectionContext, dynamicLayoutContext, IconButton, Item, withFormProvider, theme, skeletonLoadingStyle, NavLink, Navs, ContextTextLabelNav, TextLabelNav, 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, OverlayBorders as default, M_MainButton, M_TextLabel, M_TextButton, M_IconButton, 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, dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni, BasePathContext, samplePageIntroSection, samplePageContentsCarouselSection, samplePageIntroSection2, samplePageContentsSection, samplePageInfoBoxSection, samplePageIntroSection3, samplePageFooterSection, samplePage, ContentsContainer, GlobalMenuContainer, PageMenuContainer, TabMenuContainer, SubMenuContainer, formatCompactNumber, formatStandardNumber, ContainersBox, TextFieldBase, NavigationContainer, TabContainer, parameters, globalTypes, decorators, Col, Grid, Row, useDetectOverflow, usePrevious, MenuItemNav, getSearchExceptGivenName, Default, ChipDefault, SearchFieldDefault, DefaultCard, ImageCard, MobileAlertDialog, MobileHeaderBar, MobileTabBar, SectionMatcher, ContentsCarouselSection, ContentsSection, FooterSection, InfoBoxSection, IntroSection, ToggleTone, StepContainer, WFA, WFB, WFC, WFD, WFE, WFF, WFG, WFH, WFI, WFJ, WFK, WFL, PageMenu, WizardPageMenu, TabMenu, LeftSubMenu, Step, 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, fadeIn, fadeOut, glow, scaleUp, scaleDown, scaleUpIncludeTranslate, scaleDownIncludeTranslate, gelatine, scaleBounceIn, scaleBounceIn02, scaleBounceInIncludeTranslate, scaleBounceOutIncludeTranslate, scaleBounceInIncludeTranslate02, scaleBounceOutIncludeTranslate02, 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, WFA_2, WFB_1, WFC_1, WFD_1, WFD_2, WFE_1, WFE_2, WFE_3, WFE_4, 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, WFL_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, WSB_2, 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, Sample, EditModeSectionMatcher, YouTubeIframe, TemplateA, TemplateB, D_TemplateA, Carousel, SectionTitle, SectionDescription, SectionImage, SectionButton, M_TemplateA, D_TemplateB, M_TemplateB, TemplateC, TemplateD, D_TemplateC, M_TemplateC, D_TemplateD, M_TemplateD, useLazyUnmount, TemplateA_desktop, TemplateA_mobile, TemplateB_desktop, TemplateB_mobile, TemplateC_desktop, TemplateC_mobile, TemplateD_desktop, TemplateD_mobile };
6
6
  }
7
7
  declare function keys(): string[];
8
8
  declare function webpackContextResolve(req: any): any;
@@ -104,8 +104,8 @@ declare var D_ContentSheet: any;
104
104
  declare var D_DesktopBasicModal: any;
105
105
  declare var D_DesktopHeadlessModal: any;
106
106
  declare var D_SectionSheet: any;
107
- declare function SectionBox(_a: any): any;
108
- declare namespace SectionBox {
107
+ declare function OverlayBorders(_a: any): any;
108
+ declare namespace OverlayBorders {
109
109
  const displayName_2: string;
110
110
  export { displayName_2 as displayName };
111
111
  export namespace __docgenInfo_1 {
@@ -114,7 +114,7 @@ declare namespace SectionBox {
114
114
  const displayName_3: string;
115
115
  export { displayName_3 as displayName };
116
116
  export namespace props_1 {
117
- namespace scrollIntoThisSection {
117
+ namespace zIndex {
118
118
  export const defaultValue: null;
119
119
  const description_2: string;
120
120
  export { description_2 as description };
@@ -125,21 +125,6 @@ declare namespace SectionBox {
125
125
  export { name_1 as name };
126
126
  }
127
127
  }
128
- namespace onClick {
129
- const defaultValue_1: null;
130
- export { defaultValue_1 as defaultValue };
131
- const description_3: string;
132
- export { description_3 as description };
133
- const name_2: string;
134
- export { name_2 as name };
135
- const required_1: boolean;
136
- export { required_1 as required };
137
- export namespace type_1 {
138
- const name_3: string;
139
- export { name_3 as name };
140
- }
141
- export { type_1 as type };
142
- }
143
128
  }
144
129
  export { props_1 as props };
145
130
  }
@@ -247,8 +232,8 @@ declare namespace samplePageIntroSection {
247
232
  export const carouselAutoplayMode: string;
248
233
  export const carouselAutoplayTime: number;
249
234
  export const carouselInfiniteLoopMode: string;
250
- const description_4: string;
251
- export { description_4 as description };
235
+ const description_3: string;
236
+ export { description_3 as description };
252
237
  export const itemLinkMethod: string;
253
238
  export const sectionContentMediaSrc: string;
254
239
  export const sectionContentMediaType: string;
@@ -365,8 +350,8 @@ declare namespace samplePageContentsCarouselSection {
365
350
  export { carouselAutoplayTime_1 as carouselAutoplayTime };
366
351
  const carouselInfiniteLoopMode_1: string;
367
352
  export { carouselInfiniteLoopMode_1 as carouselInfiniteLoopMode };
368
- const description_5: string;
369
- export { description_5 as description };
353
+ const description_4: string;
354
+ export { description_4 as description };
370
355
  const itemLinkMethod_1: string;
371
356
  export { itemLinkMethod_1 as itemLinkMethod };
372
357
  const sectionContentMediaSrc_1: string;
@@ -496,8 +481,8 @@ declare namespace samplePageIntroSection2 {
496
481
  export { carouselAutoplayTime_2 as carouselAutoplayTime };
497
482
  const carouselInfiniteLoopMode_2: string;
498
483
  export { carouselInfiniteLoopMode_2 as carouselInfiniteLoopMode };
499
- const description_6: string;
500
- export { description_6 as description };
484
+ const description_5: string;
485
+ export { description_5 as description };
501
486
  const itemLinkMethod_2: string;
502
487
  export { itemLinkMethod_2 as itemLinkMethod };
503
488
  const sectionContentMediaSrc_2: string;
@@ -627,8 +612,8 @@ declare namespace samplePageContentsSection {
627
612
  export { carouselAutoplayTime_3 as carouselAutoplayTime };
628
613
  const carouselInfiniteLoopMode_3: string;
629
614
  export { carouselInfiniteLoopMode_3 as carouselInfiniteLoopMode };
630
- const description_7: string;
631
- export { description_7 as description };
615
+ const description_6: string;
616
+ export { description_6 as description };
632
617
  const itemLinkMethod_3: string;
633
618
  export { itemLinkMethod_3 as itemLinkMethod };
634
619
  const sectionContentMediaSrc_3: string;
@@ -779,8 +764,8 @@ declare namespace samplePageInfoBoxSection {
779
764
  export { carouselAutoplayTime_4 as carouselAutoplayTime };
780
765
  const carouselInfiniteLoopMode_4: string;
781
766
  export { carouselInfiniteLoopMode_4 as carouselInfiniteLoopMode };
782
- const description_8: string;
783
- export { description_8 as description };
767
+ const description_7: string;
768
+ export { description_7 as description };
784
769
  const itemLinkMethod_4: string;
785
770
  export { itemLinkMethod_4 as itemLinkMethod };
786
771
  const sectionContentMediaSrc_4: string;
@@ -910,8 +895,8 @@ declare namespace samplePageIntroSection3 {
910
895
  export { carouselAutoplayTime_5 as carouselAutoplayTime };
911
896
  const carouselInfiniteLoopMode_5: string;
912
897
  export { carouselInfiniteLoopMode_5 as carouselInfiniteLoopMode };
913
- const description_9: string;
914
- export { description_9 as description };
898
+ const description_8: string;
899
+ export { description_8 as description };
915
900
  const itemLinkMethod_5: string;
916
901
  export { itemLinkMethod_5 as itemLinkMethod };
917
902
  const sectionContentMediaSrc_5: string;
@@ -1062,8 +1047,8 @@ declare namespace samplePageFooterSection {
1062
1047
  export { carouselAutoplayTime_6 as carouselAutoplayTime };
1063
1048
  const carouselInfiniteLoopMode_6: string;
1064
1049
  export { carouselInfiniteLoopMode_6 as carouselInfiniteLoopMode };
1065
- const description_10: string;
1066
- export { description_10 as description };
1050
+ const description_9: string;
1051
+ export { description_9 as description };
1067
1052
  const itemLinkMethod_6: string;
1068
1053
  export { itemLinkMethod_6 as itemLinkMethod };
1069
1054
  const sectionContentMediaSrc_6: string;
@@ -1162,12 +1147,12 @@ declare namespace parameters {
1162
1147
  }
1163
1148
  declare namespace globalTypes {
1164
1149
  namespace theme {
1165
- const name_4: string;
1166
- export { name_4 as name };
1167
- const description_11: string;
1168
- export { description_11 as description };
1169
- const defaultValue_2: string;
1170
- export { defaultValue_2 as defaultValue };
1150
+ const name_2: string;
1151
+ export { name_2 as name };
1152
+ const description_10: string;
1153
+ export { description_10 as description };
1154
+ const defaultValue_1: string;
1155
+ export { defaultValue_1 as defaultValue };
1171
1156
  export namespace toolbar {
1172
1157
  const icon: string;
1173
1158
  const items: {
@@ -1263,13 +1248,30 @@ declare namespace Popup {
1263
1248
  const displayName_4: string;
1264
1249
  export { displayName_4 as displayName };
1265
1250
  export namespace __docgenInfo_2 {
1266
- const description_12: string;
1267
- export { description_12 as description };
1251
+ const description_11: string;
1252
+ export { description_11 as description };
1268
1253
  const displayName_5: string;
1269
1254
  export { displayName_5 as displayName };
1270
1255
  export namespace props_2 {
1271
- export namespace targetRef {
1272
- const defaultValue_3: null;
1256
+ namespace targetRef {
1257
+ const defaultValue_2: null;
1258
+ export { defaultValue_2 as defaultValue };
1259
+ const description_12: string;
1260
+ export { description_12 as description };
1261
+ const name_3: string;
1262
+ export { name_3 as name };
1263
+ const required_1: boolean;
1264
+ export { required_1 as required };
1265
+ export namespace type_1 {
1266
+ const name_4: string;
1267
+ export { name_4 as name };
1268
+ }
1269
+ export { type_1 as type };
1270
+ }
1271
+ namespace isOpen {
1272
+ export namespace defaultValue_3 {
1273
+ const value: string;
1274
+ }
1273
1275
  export { defaultValue_3 as defaultValue };
1274
1276
  const description_13: string;
1275
1277
  export { description_13 as description };
@@ -1283,10 +1285,8 @@ declare namespace Popup {
1283
1285
  }
1284
1286
  export { type_2 as type };
1285
1287
  }
1286
- export namespace isOpen {
1287
- export namespace defaultValue_4 {
1288
- const value: string;
1289
- }
1288
+ namespace onClickOutside {
1289
+ const defaultValue_4: null;
1290
1290
  export { defaultValue_4 as defaultValue };
1291
1291
  const description_14: string;
1292
1292
  export { description_14 as description };
@@ -1300,7 +1300,7 @@ declare namespace Popup {
1300
1300
  }
1301
1301
  export { type_3 as type };
1302
1302
  }
1303
- export namespace onClickOutside {
1303
+ namespace onClick {
1304
1304
  const defaultValue_5: null;
1305
1305
  export { defaultValue_5 as defaultValue };
1306
1306
  const description_15: string;
@@ -1315,8 +1315,11 @@ declare namespace Popup {
1315
1315
  }
1316
1316
  export { type_4 as type };
1317
1317
  }
1318
- export namespace onClick_1 {
1319
- const defaultValue_6: null;
1318
+ namespace placement {
1319
+ export namespace defaultValue_6 {
1320
+ const value_1: string;
1321
+ export { value_1 as value };
1322
+ }
1320
1323
  export { defaultValue_6 as defaultValue };
1321
1324
  const description_16: string;
1322
1325
  export { description_16 as description };
@@ -1330,12 +1333,8 @@ declare namespace Popup {
1330
1333
  }
1331
1334
  export { type_5 as type };
1332
1335
  }
1333
- export { onClick_1 as onClick };
1334
- export namespace placement {
1335
- export namespace defaultValue_7 {
1336
- const value_1: string;
1337
- export { value_1 as value };
1338
- }
1336
+ namespace wrapperHeight {
1337
+ const defaultValue_7: null;
1339
1338
  export { defaultValue_7 as defaultValue };
1340
1339
  const description_17: string;
1341
1340
  export { description_17 as description };
@@ -1349,21 +1348,6 @@ declare namespace Popup {
1349
1348
  }
1350
1349
  export { type_6 as type };
1351
1350
  }
1352
- export namespace wrapperHeight {
1353
- const defaultValue_8: null;
1354
- export { defaultValue_8 as defaultValue };
1355
- const description_18: string;
1356
- export { description_18 as description };
1357
- const name_15: string;
1358
- export { name_15 as name };
1359
- const required_7: boolean;
1360
- export { required_7 as required };
1361
- export namespace type_7 {
1362
- const name_16: string;
1363
- export { name_16 as name };
1364
- }
1365
- export { type_7 as type };
1366
- }
1367
1351
  }
1368
1352
  export { props_2 as props };
1369
1353
  }
@@ -1374,8 +1358,8 @@ declare namespace PopupProvider {
1374
1358
  const displayName_6: string;
1375
1359
  export { displayName_6 as displayName };
1376
1360
  export namespace __docgenInfo_3 {
1377
- const description_19: string;
1378
- export { description_19 as description };
1361
+ const description_18: string;
1362
+ export { description_18 as description };
1379
1363
  const displayName_7: string;
1380
1364
  export { displayName_7 as displayName };
1381
1365
  const props_3: {};
@@ -1923,12 +1907,27 @@ declare namespace SectionTitle {
1923
1907
  const displayName_8: string;
1924
1908
  export { displayName_8 as displayName };
1925
1909
  export namespace __docgenInfo_4 {
1926
- const description_20: string;
1927
- export { description_20 as description };
1910
+ const description_19: string;
1911
+ export { description_19 as description };
1928
1912
  const displayName_9: string;
1929
1913
  export { displayName_9 as displayName };
1930
1914
  export namespace props_4 {
1931
1915
  namespace text {
1916
+ const defaultValue_8: null;
1917
+ export { defaultValue_8 as defaultValue };
1918
+ const description_20: string;
1919
+ export { description_20 as description };
1920
+ const name_15: string;
1921
+ export { name_15 as name };
1922
+ const required_7: boolean;
1923
+ export { required_7 as required };
1924
+ export namespace type_7 {
1925
+ const name_16: string;
1926
+ export { name_16 as name };
1927
+ }
1928
+ export { type_7 as type };
1929
+ }
1930
+ namespace color {
1932
1931
  const defaultValue_9: null;
1933
1932
  export { defaultValue_9 as defaultValue };
1934
1933
  const description_21: string;
@@ -1943,7 +1942,7 @@ declare namespace SectionTitle {
1943
1942
  }
1944
1943
  export { type_8 as type };
1945
1944
  }
1946
- namespace color {
1945
+ namespace tooltipText {
1947
1946
  const defaultValue_10: null;
1948
1947
  export { defaultValue_10 as defaultValue };
1949
1948
  const description_22: string;
@@ -1958,7 +1957,7 @@ declare namespace SectionTitle {
1958
1957
  }
1959
1958
  export { type_9 as type };
1960
1959
  }
1961
- namespace tooltipText {
1960
+ namespace tooltipPosition {
1962
1961
  const defaultValue_11: null;
1963
1962
  export { defaultValue_11 as defaultValue };
1964
1963
  const description_23: string;
@@ -1970,10 +1969,14 @@ declare namespace SectionTitle {
1970
1969
  export namespace type_10 {
1971
1970
  const name_22: string;
1972
1971
  export { name_22 as name };
1972
+ const value_2: {
1973
+ value: string;
1974
+ }[];
1975
+ export { value_2 as value };
1973
1976
  }
1974
1977
  export { type_10 as type };
1975
1978
  }
1976
- namespace tooltipPosition {
1979
+ namespace textAlign {
1977
1980
  const defaultValue_12: null;
1978
1981
  export { defaultValue_12 as defaultValue };
1979
1982
  const description_24: string;
@@ -1985,14 +1988,14 @@ declare namespace SectionTitle {
1985
1988
  export namespace type_11 {
1986
1989
  const name_24: string;
1987
1990
  export { name_24 as name };
1988
- const value_2: {
1991
+ const value_3: {
1989
1992
  value: string;
1990
1993
  }[];
1991
- export { value_2 as value };
1994
+ export { value_3 as value };
1992
1995
  }
1993
1996
  export { type_11 as type };
1994
1997
  }
1995
- namespace textAlign {
1998
+ namespace styleTheme {
1996
1999
  const defaultValue_13: null;
1997
2000
  export { defaultValue_13 as defaultValue };
1998
2001
  const description_25: string;
@@ -2004,14 +2007,14 @@ declare namespace SectionTitle {
2004
2007
  export namespace type_12 {
2005
2008
  const name_26: string;
2006
2009
  export { name_26 as name };
2007
- const value_3: {
2010
+ const value_4: {
2008
2011
  value: string;
2009
2012
  }[];
2010
- export { value_3 as value };
2013
+ export { value_4 as value };
2011
2014
  }
2012
2015
  export { type_12 as type };
2013
2016
  }
2014
- namespace styleTheme {
2017
+ namespace colorOverride {
2015
2018
  const defaultValue_14: null;
2016
2019
  export { defaultValue_14 as defaultValue };
2017
2020
  const description_26: string;
@@ -2023,14 +2026,14 @@ declare namespace SectionTitle {
2023
2026
  export namespace type_13 {
2024
2027
  const name_28: string;
2025
2028
  export { name_28 as name };
2026
- const value_4: {
2029
+ const value_5: {
2027
2030
  value: string;
2028
2031
  }[];
2029
- export { value_4 as value };
2032
+ export { value_5 as value };
2030
2033
  }
2031
2034
  export { type_13 as type };
2032
2035
  }
2033
- namespace colorOverride {
2036
+ namespace colorTheme {
2034
2037
  const defaultValue_15: null;
2035
2038
  export { defaultValue_15 as defaultValue };
2036
2039
  const description_27: string;
@@ -2042,14 +2045,14 @@ declare namespace SectionTitle {
2042
2045
  export namespace type_14 {
2043
2046
  const name_30: string;
2044
2047
  export { name_30 as name };
2045
- const value_5: {
2048
+ const value_6: {
2046
2049
  value: string;
2047
2050
  }[];
2048
- export { value_5 as value };
2051
+ export { value_6 as value };
2049
2052
  }
2050
2053
  export { type_14 as type };
2051
2054
  }
2052
- namespace colorTheme {
2055
+ namespace singleLineMode {
2053
2056
  const defaultValue_16: null;
2054
2057
  export { defaultValue_16 as defaultValue };
2055
2058
  const description_28: string;
@@ -2061,14 +2064,14 @@ declare namespace SectionTitle {
2061
2064
  export namespace type_15 {
2062
2065
  const name_32: string;
2063
2066
  export { name_32 as name };
2064
- const value_6: {
2067
+ const value_7: {
2065
2068
  value: string;
2066
2069
  }[];
2067
- export { value_6 as value };
2070
+ export { value_7 as value };
2068
2071
  }
2069
2072
  export { type_15 as type };
2070
2073
  }
2071
- namespace singleLineMode {
2074
+ namespace ellipsisMode {
2072
2075
  const defaultValue_17: null;
2073
2076
  export { defaultValue_17 as defaultValue };
2074
2077
  const description_29: string;
@@ -2080,14 +2083,14 @@ declare namespace SectionTitle {
2080
2083
  export namespace type_16 {
2081
2084
  const name_34: string;
2082
2085
  export { name_34 as name };
2083
- const value_7: {
2086
+ const value_8: {
2084
2087
  value: string;
2085
2088
  }[];
2086
- export { value_7 as value };
2089
+ export { value_8 as value };
2087
2090
  }
2088
2091
  export { type_16 as type };
2089
2092
  }
2090
- namespace ellipsisMode {
2093
+ namespace lineLimit {
2091
2094
  const defaultValue_18: null;
2092
2095
  export { defaultValue_18 as defaultValue };
2093
2096
  const description_30: string;
@@ -2099,14 +2102,10 @@ declare namespace SectionTitle {
2099
2102
  export namespace type_17 {
2100
2103
  const name_36: string;
2101
2104
  export { name_36 as name };
2102
- const value_8: {
2103
- value: string;
2104
- }[];
2105
- export { value_8 as value };
2106
2105
  }
2107
2106
  export { type_17 as type };
2108
2107
  }
2109
- namespace lineLimit {
2108
+ namespace userSelectMode {
2110
2109
  const defaultValue_19: null;
2111
2110
  export { defaultValue_19 as defaultValue };
2112
2111
  const description_31: string;
@@ -2118,10 +2117,14 @@ declare namespace SectionTitle {
2118
2117
  export namespace type_18 {
2119
2118
  const name_38: string;
2120
2119
  export { name_38 as name };
2120
+ const value_9: {
2121
+ value: string;
2122
+ }[];
2123
+ export { value_9 as value };
2121
2124
  }
2122
2125
  export { type_18 as type };
2123
2126
  }
2124
- namespace userSelectMode {
2127
+ namespace customFontSize {
2125
2128
  const defaultValue_20: null;
2126
2129
  export { defaultValue_20 as defaultValue };
2127
2130
  const description_32: string;
@@ -2133,14 +2136,10 @@ declare namespace SectionTitle {
2133
2136
  export namespace type_19 {
2134
2137
  const name_40: string;
2135
2138
  export { name_40 as name };
2136
- const value_9: {
2137
- value: string;
2138
- }[];
2139
- export { value_9 as value };
2140
2139
  }
2141
2140
  export { type_19 as type };
2142
2141
  }
2143
- namespace customFontSize {
2142
+ namespace customFontWeight {
2144
2143
  const defaultValue_21: null;
2145
2144
  export { defaultValue_21 as defaultValue };
2146
2145
  const description_33: string;
@@ -2152,10 +2151,14 @@ declare namespace SectionTitle {
2152
2151
  export namespace type_20 {
2153
2152
  const name_42: string;
2154
2153
  export { name_42 as name };
2154
+ const value_10: {
2155
+ value: string;
2156
+ }[];
2157
+ export { value_10 as value };
2155
2158
  }
2156
2159
  export { type_20 as type };
2157
2160
  }
2158
- namespace customFontWeight {
2161
+ namespace textDecorationType {
2159
2162
  const defaultValue_22: null;
2160
2163
  export { defaultValue_22 as defaultValue };
2161
2164
  const description_34: string;
@@ -2167,14 +2170,14 @@ declare namespace SectionTitle {
2167
2170
  export namespace type_21 {
2168
2171
  const name_44: string;
2169
2172
  export { name_44 as name };
2170
- const value_10: {
2173
+ const value_11: {
2171
2174
  value: string;
2172
2175
  }[];
2173
- export { value_10 as value };
2176
+ export { value_11 as value };
2174
2177
  }
2175
2178
  export { type_21 as type };
2176
2179
  }
2177
- namespace textDecorationType {
2180
+ namespace requirementMode {
2178
2181
  const defaultValue_23: null;
2179
2182
  export { defaultValue_23 as defaultValue };
2180
2183
  const description_35: string;
@@ -2186,14 +2189,14 @@ declare namespace SectionTitle {
2186
2189
  export namespace type_22 {
2187
2190
  const name_46: string;
2188
2191
  export { name_46 as name };
2189
- const value_11: {
2192
+ const value_12: {
2190
2193
  value: string;
2191
2194
  }[];
2192
- export { value_11 as value };
2195
+ export { value_12 as value };
2193
2196
  }
2194
2197
  export { type_22 as type };
2195
2198
  }
2196
- namespace requirementMode {
2199
+ namespace bulletPointMode {
2197
2200
  const defaultValue_24: null;
2198
2201
  export { defaultValue_24 as defaultValue };
2199
2202
  const description_36: string;
@@ -2205,14 +2208,14 @@ declare namespace SectionTitle {
2205
2208
  export namespace type_23 {
2206
2209
  const name_48: string;
2207
2210
  export { name_48 as name };
2208
- const value_12: {
2211
+ const value_13: {
2209
2212
  value: string;
2210
2213
  }[];
2211
- export { value_12 as value };
2214
+ export { value_13 as value };
2212
2215
  }
2213
2216
  export { type_23 as type };
2214
2217
  }
2215
- namespace bulletPointMode {
2218
+ namespace wordBreak {
2216
2219
  const defaultValue_25: null;
2217
2220
  export { defaultValue_25 as defaultValue };
2218
2221
  const description_37: string;
@@ -2224,15 +2227,18 @@ declare namespace SectionTitle {
2224
2227
  export namespace type_24 {
2225
2228
  const name_50: string;
2226
2229
  export { name_50 as name };
2227
- const value_13: {
2230
+ const value_14: {
2228
2231
  value: string;
2229
2232
  }[];
2230
- export { value_13 as value };
2233
+ export { value_14 as value };
2231
2234
  }
2232
2235
  export { type_24 as type };
2233
2236
  }
2234
- namespace wordBreak {
2235
- const defaultValue_26: null;
2237
+ namespace lineHeight {
2238
+ export namespace defaultValue_26 {
2239
+ const value_15: string;
2240
+ export { value_15 as value };
2241
+ }
2236
2242
  export { defaultValue_26 as defaultValue };
2237
2243
  const description_38: string;
2238
2244
  export { description_38 as description };
@@ -2243,31 +2249,9 @@ declare namespace SectionTitle {
2243
2249
  export namespace type_25 {
2244
2250
  const name_52: string;
2245
2251
  export { name_52 as name };
2246
- const value_14: {
2247
- value: string;
2248
- }[];
2249
- export { value_14 as value };
2250
2252
  }
2251
2253
  export { type_25 as type };
2252
2254
  }
2253
- namespace lineHeight {
2254
- export namespace defaultValue_27 {
2255
- const value_15: string;
2256
- export { value_15 as value };
2257
- }
2258
- export { defaultValue_27 as defaultValue };
2259
- const description_39: string;
2260
- export { description_39 as description };
2261
- const name_53: string;
2262
- export { name_53 as name };
2263
- const required_26: boolean;
2264
- export { required_26 as required };
2265
- export namespace type_26 {
2266
- const name_54: string;
2267
- export { name_54 as name };
2268
- }
2269
- export { type_26 as type };
2270
- }
2271
2255
  }
2272
2256
  export { props_4 as props };
2273
2257
  }
@@ -2278,12 +2262,28 @@ declare namespace SectionDescription {
2278
2262
  const displayName_10: string;
2279
2263
  export { displayName_10 as displayName };
2280
2264
  export namespace __docgenInfo_5 {
2281
- const description_40: string;
2282
- export { description_40 as description };
2265
+ const description_39: string;
2266
+ export { description_39 as description };
2283
2267
  const displayName_11: string;
2284
2268
  export { displayName_11 as displayName };
2285
2269
  export namespace props_5 {
2286
2270
  export namespace text_1 {
2271
+ const defaultValue_27: null;
2272
+ export { defaultValue_27 as defaultValue };
2273
+ const description_40: string;
2274
+ export { description_40 as description };
2275
+ const name_53: string;
2276
+ export { name_53 as name };
2277
+ const required_26: boolean;
2278
+ export { required_26 as required };
2279
+ export namespace type_26 {
2280
+ const name_54: string;
2281
+ export { name_54 as name };
2282
+ }
2283
+ export { type_26 as type };
2284
+ }
2285
+ export { text_1 as text };
2286
+ export namespace color_1 {
2287
2287
  const defaultValue_28: null;
2288
2288
  export { defaultValue_28 as defaultValue };
2289
2289
  const description_41: string;
@@ -2298,8 +2298,8 @@ declare namespace SectionDescription {
2298
2298
  }
2299
2299
  export { type_27 as type };
2300
2300
  }
2301
- export { text_1 as text };
2302
- export namespace color_1 {
2301
+ export { color_1 as color };
2302
+ export namespace tooltipText_1 {
2303
2303
  const defaultValue_29: null;
2304
2304
  export { defaultValue_29 as defaultValue };
2305
2305
  const description_42: string;
@@ -2314,8 +2314,8 @@ declare namespace SectionDescription {
2314
2314
  }
2315
2315
  export { type_28 as type };
2316
2316
  }
2317
- export { color_1 as color };
2318
- export namespace tooltipText_1 {
2317
+ export { tooltipText_1 as tooltipText };
2318
+ export namespace tooltipPosition_1 {
2319
2319
  const defaultValue_30: null;
2320
2320
  export { defaultValue_30 as defaultValue };
2321
2321
  const description_43: string;
@@ -2327,11 +2327,15 @@ declare namespace SectionDescription {
2327
2327
  export namespace type_29 {
2328
2328
  const name_60: string;
2329
2329
  export { name_60 as name };
2330
+ const value_16: {
2331
+ value: string;
2332
+ }[];
2333
+ export { value_16 as value };
2330
2334
  }
2331
2335
  export { type_29 as type };
2332
2336
  }
2333
- export { tooltipText_1 as tooltipText };
2334
- export namespace tooltipPosition_1 {
2337
+ export { tooltipPosition_1 as tooltipPosition };
2338
+ export namespace textAlign_1 {
2335
2339
  const defaultValue_31: null;
2336
2340
  export { defaultValue_31 as defaultValue };
2337
2341
  const description_44: string;
@@ -2343,15 +2347,15 @@ declare namespace SectionDescription {
2343
2347
  export namespace type_30 {
2344
2348
  const name_62: string;
2345
2349
  export { name_62 as name };
2346
- const value_16: {
2350
+ const value_17: {
2347
2351
  value: string;
2348
2352
  }[];
2349
- export { value_16 as value };
2353
+ export { value_17 as value };
2350
2354
  }
2351
2355
  export { type_30 as type };
2352
2356
  }
2353
- export { tooltipPosition_1 as tooltipPosition };
2354
- export namespace textAlign_1 {
2357
+ export { textAlign_1 as textAlign };
2358
+ export namespace styleTheme_1 {
2355
2359
  const defaultValue_32: null;
2356
2360
  export { defaultValue_32 as defaultValue };
2357
2361
  const description_45: string;
@@ -2363,15 +2367,15 @@ declare namespace SectionDescription {
2363
2367
  export namespace type_31 {
2364
2368
  const name_64: string;
2365
2369
  export { name_64 as name };
2366
- const value_17: {
2370
+ const value_18: {
2367
2371
  value: string;
2368
2372
  }[];
2369
- export { value_17 as value };
2373
+ export { value_18 as value };
2370
2374
  }
2371
2375
  export { type_31 as type };
2372
2376
  }
2373
- export { textAlign_1 as textAlign };
2374
- export namespace styleTheme_1 {
2377
+ export { styleTheme_1 as styleTheme };
2378
+ export namespace colorOverride_1 {
2375
2379
  const defaultValue_33: null;
2376
2380
  export { defaultValue_33 as defaultValue };
2377
2381
  const description_46: string;
@@ -2383,15 +2387,15 @@ declare namespace SectionDescription {
2383
2387
  export namespace type_32 {
2384
2388
  const name_66: string;
2385
2389
  export { name_66 as name };
2386
- const value_18: {
2390
+ const value_19: {
2387
2391
  value: string;
2388
2392
  }[];
2389
- export { value_18 as value };
2393
+ export { value_19 as value };
2390
2394
  }
2391
2395
  export { type_32 as type };
2392
2396
  }
2393
- export { styleTheme_1 as styleTheme };
2394
- export namespace colorOverride_1 {
2397
+ export { colorOverride_1 as colorOverride };
2398
+ export namespace colorTheme_1 {
2395
2399
  const defaultValue_34: null;
2396
2400
  export { defaultValue_34 as defaultValue };
2397
2401
  const description_47: string;
@@ -2403,15 +2407,15 @@ declare namespace SectionDescription {
2403
2407
  export namespace type_33 {
2404
2408
  const name_68: string;
2405
2409
  export { name_68 as name };
2406
- const value_19: {
2410
+ const value_20: {
2407
2411
  value: string;
2408
2412
  }[];
2409
- export { value_19 as value };
2413
+ export { value_20 as value };
2410
2414
  }
2411
2415
  export { type_33 as type };
2412
2416
  }
2413
- export { colorOverride_1 as colorOverride };
2414
- export namespace colorTheme_1 {
2417
+ export { colorTheme_1 as colorTheme };
2418
+ export namespace singleLineMode_1 {
2415
2419
  const defaultValue_35: null;
2416
2420
  export { defaultValue_35 as defaultValue };
2417
2421
  const description_48: string;
@@ -2423,15 +2427,15 @@ declare namespace SectionDescription {
2423
2427
  export namespace type_34 {
2424
2428
  const name_70: string;
2425
2429
  export { name_70 as name };
2426
- const value_20: {
2430
+ const value_21: {
2427
2431
  value: string;
2428
2432
  }[];
2429
- export { value_20 as value };
2433
+ export { value_21 as value };
2430
2434
  }
2431
2435
  export { type_34 as type };
2432
2436
  }
2433
- export { colorTheme_1 as colorTheme };
2434
- export namespace singleLineMode_1 {
2437
+ export { singleLineMode_1 as singleLineMode };
2438
+ export namespace ellipsisMode_1 {
2435
2439
  const defaultValue_36: null;
2436
2440
  export { defaultValue_36 as defaultValue };
2437
2441
  const description_49: string;
@@ -2443,15 +2447,15 @@ declare namespace SectionDescription {
2443
2447
  export namespace type_35 {
2444
2448
  const name_72: string;
2445
2449
  export { name_72 as name };
2446
- const value_21: {
2450
+ const value_22: {
2447
2451
  value: string;
2448
2452
  }[];
2449
- export { value_21 as value };
2453
+ export { value_22 as value };
2450
2454
  }
2451
2455
  export { type_35 as type };
2452
2456
  }
2453
- export { singleLineMode_1 as singleLineMode };
2454
- export namespace ellipsisMode_1 {
2457
+ export { ellipsisMode_1 as ellipsisMode };
2458
+ export namespace lineLimit_1 {
2455
2459
  const defaultValue_37: null;
2456
2460
  export { defaultValue_37 as defaultValue };
2457
2461
  const description_50: string;
@@ -2463,15 +2467,11 @@ declare namespace SectionDescription {
2463
2467
  export namespace type_36 {
2464
2468
  const name_74: string;
2465
2469
  export { name_74 as name };
2466
- const value_22: {
2467
- value: string;
2468
- }[];
2469
- export { value_22 as value };
2470
2470
  }
2471
2471
  export { type_36 as type };
2472
2472
  }
2473
- export { ellipsisMode_1 as ellipsisMode };
2474
- export namespace lineLimit_1 {
2473
+ export { lineLimit_1 as lineLimit };
2474
+ export namespace userSelectMode_1 {
2475
2475
  const defaultValue_38: null;
2476
2476
  export { defaultValue_38 as defaultValue };
2477
2477
  const description_51: string;
@@ -2483,11 +2483,15 @@ declare namespace SectionDescription {
2483
2483
  export namespace type_37 {
2484
2484
  const name_76: string;
2485
2485
  export { name_76 as name };
2486
+ const value_23: {
2487
+ value: string;
2488
+ }[];
2489
+ export { value_23 as value };
2486
2490
  }
2487
2491
  export { type_37 as type };
2488
2492
  }
2489
- export { lineLimit_1 as lineLimit };
2490
- export namespace userSelectMode_1 {
2493
+ export { userSelectMode_1 as userSelectMode };
2494
+ export namespace customFontSize_1 {
2491
2495
  const defaultValue_39: null;
2492
2496
  export { defaultValue_39 as defaultValue };
2493
2497
  const description_52: string;
@@ -2499,15 +2503,11 @@ declare namespace SectionDescription {
2499
2503
  export namespace type_38 {
2500
2504
  const name_78: string;
2501
2505
  export { name_78 as name };
2502
- const value_23: {
2503
- value: string;
2504
- }[];
2505
- export { value_23 as value };
2506
2506
  }
2507
2507
  export { type_38 as type };
2508
2508
  }
2509
- export { userSelectMode_1 as userSelectMode };
2510
- export namespace customFontSize_1 {
2509
+ export { customFontSize_1 as customFontSize };
2510
+ export namespace customFontWeight_1 {
2511
2511
  const defaultValue_40: null;
2512
2512
  export { defaultValue_40 as defaultValue };
2513
2513
  const description_53: string;
@@ -2519,11 +2519,15 @@ declare namespace SectionDescription {
2519
2519
  export namespace type_39 {
2520
2520
  const name_80: string;
2521
2521
  export { name_80 as name };
2522
+ const value_24: {
2523
+ value: string;
2524
+ }[];
2525
+ export { value_24 as value };
2522
2526
  }
2523
2527
  export { type_39 as type };
2524
2528
  }
2525
- export { customFontSize_1 as customFontSize };
2526
- export namespace customFontWeight_1 {
2529
+ export { customFontWeight_1 as customFontWeight };
2530
+ export namespace textDecorationType_1 {
2527
2531
  const defaultValue_41: null;
2528
2532
  export { defaultValue_41 as defaultValue };
2529
2533
  const description_54: string;
@@ -2535,15 +2539,15 @@ declare namespace SectionDescription {
2535
2539
  export namespace type_40 {
2536
2540
  const name_82: string;
2537
2541
  export { name_82 as name };
2538
- const value_24: {
2542
+ const value_25: {
2539
2543
  value: string;
2540
2544
  }[];
2541
- export { value_24 as value };
2545
+ export { value_25 as value };
2542
2546
  }
2543
2547
  export { type_40 as type };
2544
2548
  }
2545
- export { customFontWeight_1 as customFontWeight };
2546
- export namespace textDecorationType_1 {
2549
+ export { textDecorationType_1 as textDecorationType };
2550
+ export namespace requirementMode_1 {
2547
2551
  const defaultValue_42: null;
2548
2552
  export { defaultValue_42 as defaultValue };
2549
2553
  const description_55: string;
@@ -2555,15 +2559,15 @@ declare namespace SectionDescription {
2555
2559
  export namespace type_41 {
2556
2560
  const name_84: string;
2557
2561
  export { name_84 as name };
2558
- const value_25: {
2562
+ const value_26: {
2559
2563
  value: string;
2560
2564
  }[];
2561
- export { value_25 as value };
2565
+ export { value_26 as value };
2562
2566
  }
2563
2567
  export { type_41 as type };
2564
2568
  }
2565
- export { textDecorationType_1 as textDecorationType };
2566
- export namespace requirementMode_1 {
2569
+ export { requirementMode_1 as requirementMode };
2570
+ export namespace bulletPointMode_1 {
2567
2571
  const defaultValue_43: null;
2568
2572
  export { defaultValue_43 as defaultValue };
2569
2573
  const description_56: string;
@@ -2575,15 +2579,15 @@ declare namespace SectionDescription {
2575
2579
  export namespace type_42 {
2576
2580
  const name_86: string;
2577
2581
  export { name_86 as name };
2578
- const value_26: {
2582
+ const value_27: {
2579
2583
  value: string;
2580
2584
  }[];
2581
- export { value_26 as value };
2585
+ export { value_27 as value };
2582
2586
  }
2583
2587
  export { type_42 as type };
2584
2588
  }
2585
- export { requirementMode_1 as requirementMode };
2586
- export namespace bulletPointMode_1 {
2589
+ export { bulletPointMode_1 as bulletPointMode };
2590
+ export namespace wordBreak_1 {
2587
2591
  const defaultValue_44: null;
2588
2592
  export { defaultValue_44 as defaultValue };
2589
2593
  const description_57: string;
@@ -2595,15 +2599,15 @@ declare namespace SectionDescription {
2595
2599
  export namespace type_43 {
2596
2600
  const name_88: string;
2597
2601
  export { name_88 as name };
2598
- const value_27: {
2602
+ const value_28: {
2599
2603
  value: string;
2600
2604
  }[];
2601
- export { value_27 as value };
2605
+ export { value_28 as value };
2602
2606
  }
2603
2607
  export { type_43 as type };
2604
2608
  }
2605
- export { bulletPointMode_1 as bulletPointMode };
2606
- export namespace wordBreak_1 {
2609
+ export { wordBreak_1 as wordBreak };
2610
+ export namespace fontWeight {
2607
2611
  const defaultValue_45: null;
2608
2612
  export { defaultValue_45 as defaultValue };
2609
2613
  const description_58: string;
@@ -2615,29 +2619,9 @@ declare namespace SectionDescription {
2615
2619
  export namespace type_44 {
2616
2620
  const name_90: string;
2617
2621
  export { name_90 as name };
2618
- const value_28: {
2619
- value: string;
2620
- }[];
2621
- export { value_28 as value };
2622
2622
  }
2623
2623
  export { type_44 as type };
2624
2624
  }
2625
- export { wordBreak_1 as wordBreak };
2626
- export namespace fontWeight {
2627
- const defaultValue_46: null;
2628
- export { defaultValue_46 as defaultValue };
2629
- const description_59: string;
2630
- export { description_59 as description };
2631
- const name_91: string;
2632
- export { name_91 as name };
2633
- const required_45: boolean;
2634
- export { required_45 as required };
2635
- export namespace type_45 {
2636
- const name_92: string;
2637
- export { name_92 as name };
2638
- }
2639
- export { type_45 as type };
2640
- }
2641
2625
  }
2642
2626
  export { props_5 as props };
2643
2627
  }
@@ -2648,12 +2632,27 @@ declare namespace SectionImage {
2648
2632
  const displayName_12: string;
2649
2633
  export { displayName_12 as displayName };
2650
2634
  export namespace __docgenInfo_6 {
2651
- const description_60: string;
2652
- export { description_60 as description };
2635
+ const description_59: string;
2636
+ export { description_59 as description };
2653
2637
  const displayName_13: string;
2654
2638
  export { displayName_13 as displayName };
2655
2639
  export namespace props_6 {
2656
2640
  export namespace src {
2641
+ const defaultValue_46: null;
2642
+ export { defaultValue_46 as defaultValue };
2643
+ const description_60: string;
2644
+ export { description_60 as description };
2645
+ const name_91: string;
2646
+ export { name_91 as name };
2647
+ const required_45: boolean;
2648
+ export { required_45 as required };
2649
+ export namespace type_45 {
2650
+ const name_92: string;
2651
+ export { name_92 as name };
2652
+ }
2653
+ export { type_45 as type };
2654
+ }
2655
+ export namespace shapeType {
2657
2656
  const defaultValue_47: null;
2658
2657
  export { defaultValue_47 as defaultValue };
2659
2658
  const description_61: string;
@@ -2665,10 +2664,14 @@ declare namespace SectionImage {
2665
2664
  export namespace type_46 {
2666
2665
  const name_94: string;
2667
2666
  export { name_94 as name };
2667
+ const value_29: {
2668
+ value: string;
2669
+ }[];
2670
+ export { value_29 as value };
2668
2671
  }
2669
2672
  export { type_46 as type };
2670
2673
  }
2671
- export namespace shapeType {
2674
+ export namespace radius {
2672
2675
  const defaultValue_48: null;
2673
2676
  export { defaultValue_48 as defaultValue };
2674
2677
  const description_62: string;
@@ -2680,14 +2683,14 @@ declare namespace SectionImage {
2680
2683
  export namespace type_47 {
2681
2684
  const name_96: string;
2682
2685
  export { name_96 as name };
2683
- const value_29: {
2686
+ const value_30: {
2684
2687
  value: string;
2685
2688
  }[];
2686
- export { value_29 as value };
2689
+ export { value_30 as value };
2687
2690
  }
2688
2691
  export { type_47 as type };
2689
2692
  }
2690
- export namespace radius {
2693
+ export namespace width_1 {
2691
2694
  const defaultValue_49: null;
2692
2695
  export { defaultValue_49 as defaultValue };
2693
2696
  const description_63: string;
@@ -2699,14 +2702,11 @@ declare namespace SectionImage {
2699
2702
  export namespace type_48 {
2700
2703
  const name_98: string;
2701
2704
  export { name_98 as name };
2702
- const value_30: {
2703
- value: string;
2704
- }[];
2705
- export { value_30 as value };
2706
2705
  }
2707
2706
  export { type_48 as type };
2708
2707
  }
2709
- export namespace width_1 {
2708
+ export { width_1 as width };
2709
+ export namespace height {
2710
2710
  const defaultValue_50: null;
2711
2711
  export { defaultValue_50 as defaultValue };
2712
2712
  const description_64: string;
@@ -2721,8 +2721,7 @@ declare namespace SectionImage {
2721
2721
  }
2722
2722
  export { type_49 as type };
2723
2723
  }
2724
- export { width_1 as width };
2725
- export namespace height {
2724
+ export namespace noImageHeight {
2726
2725
  const defaultValue_51: null;
2727
2726
  export { defaultValue_51 as defaultValue };
2728
2727
  const description_65: string;
@@ -2737,7 +2736,7 @@ declare namespace SectionImage {
2737
2736
  }
2738
2737
  export { type_50 as type };
2739
2738
  }
2740
- export namespace noImageHeight {
2739
+ export namespace noImageWidth {
2741
2740
  const defaultValue_52: null;
2742
2741
  export { defaultValue_52 as defaultValue };
2743
2742
  const description_66: string;
@@ -2752,7 +2751,7 @@ declare namespace SectionImage {
2752
2751
  }
2753
2752
  export { type_51 as type };
2754
2753
  }
2755
- export namespace noImageWidth {
2754
+ export namespace ratio {
2756
2755
  const defaultValue_53: null;
2757
2756
  export { defaultValue_53 as defaultValue };
2758
2757
  const description_67: string;
@@ -2764,10 +2763,14 @@ declare namespace SectionImage {
2764
2763
  export namespace type_52 {
2765
2764
  const name_106: string;
2766
2765
  export { name_106 as name };
2766
+ const value_31: {
2767
+ value: string;
2768
+ }[];
2769
+ export { value_31 as value };
2767
2770
  }
2768
2771
  export { type_52 as type };
2769
2772
  }
2770
- export namespace ratio {
2773
+ export namespace scaleType {
2771
2774
  const defaultValue_54: null;
2772
2775
  export { defaultValue_54 as defaultValue };
2773
2776
  const description_68: string;
@@ -2779,14 +2782,14 @@ declare namespace SectionImage {
2779
2782
  export namespace type_53 {
2780
2783
  const name_108: string;
2781
2784
  export { name_108 as name };
2782
- const value_31: {
2785
+ const value_32: {
2783
2786
  value: string;
2784
2787
  }[];
2785
- export { value_31 as value };
2788
+ export { value_32 as value };
2786
2789
  }
2787
2790
  export { type_53 as type };
2788
2791
  }
2789
- export namespace scaleType {
2792
+ export namespace borderMode {
2790
2793
  const defaultValue_55: null;
2791
2794
  export { defaultValue_55 as defaultValue };
2792
2795
  const description_69: string;
@@ -2798,14 +2801,14 @@ declare namespace SectionImage {
2798
2801
  export namespace type_54 {
2799
2802
  const name_110: string;
2800
2803
  export { name_110 as name };
2801
- const value_32: {
2804
+ const value_33: {
2802
2805
  value: string;
2803
2806
  }[];
2804
- export { value_32 as value };
2807
+ export { value_33 as value };
2805
2808
  }
2806
2809
  export { type_54 as type };
2807
2810
  }
2808
- export namespace borderMode {
2811
+ export namespace backgroundFillMode {
2809
2812
  const defaultValue_56: null;
2810
2813
  export { defaultValue_56 as defaultValue };
2811
2814
  const description_70: string;
@@ -2817,14 +2820,14 @@ declare namespace SectionImage {
2817
2820
  export namespace type_55 {
2818
2821
  const name_112: string;
2819
2822
  export { name_112 as name };
2820
- const value_33: {
2823
+ const value_34: {
2821
2824
  value: string;
2822
2825
  }[];
2823
- export { value_33 as value };
2826
+ export { value_34 as value };
2824
2827
  }
2825
2828
  export { type_55 as type };
2826
2829
  }
2827
- export namespace backgroundFillMode {
2830
+ export namespace isLoading {
2828
2831
  const defaultValue_57: null;
2829
2832
  export { defaultValue_57 as defaultValue };
2830
2833
  const description_71: string;
@@ -2836,28 +2839,9 @@ declare namespace SectionImage {
2836
2839
  export namespace type_56 {
2837
2840
  const name_114: string;
2838
2841
  export { name_114 as name };
2839
- const value_34: {
2840
- value: string;
2841
- }[];
2842
- export { value_34 as value };
2843
2842
  }
2844
2843
  export { type_56 as type };
2845
2844
  }
2846
- export namespace isLoading {
2847
- const defaultValue_58: null;
2848
- export { defaultValue_58 as defaultValue };
2849
- const description_72: string;
2850
- export { description_72 as description };
2851
- const name_115: string;
2852
- export { name_115 as name };
2853
- const required_57: boolean;
2854
- export { required_57 as required };
2855
- export namespace type_57 {
2856
- const name_116: string;
2857
- export { name_116 as name };
2858
- }
2859
- export { type_57 as type };
2860
- }
2861
2845
  }
2862
2846
  export { props_6 as props };
2863
2847
  }
@@ -2868,16 +2852,35 @@ declare namespace SectionButton {
2868
2852
  const displayName_14: string;
2869
2853
  export { displayName_14 as displayName };
2870
2854
  export namespace __docgenInfo_7 {
2871
- const description_73: string;
2872
- export { description_73 as description };
2855
+ const description_72: string;
2856
+ export { description_72 as description };
2873
2857
  const displayName_15: string;
2874
2858
  export { displayName_15 as displayName };
2875
2859
  export namespace props_7 {
2876
2860
  export namespace linkType {
2877
- export namespace defaultValue_59 {
2861
+ export namespace defaultValue_58 {
2878
2862
  const value_35: string;
2879
2863
  export { value_35 as value };
2880
2864
  }
2865
+ export { defaultValue_58 as defaultValue };
2866
+ const description_73: string;
2867
+ export { description_73 as description };
2868
+ const name_115: string;
2869
+ export { name_115 as name };
2870
+ const required_57: boolean;
2871
+ export { required_57 as required };
2872
+ export namespace type_57 {
2873
+ const name_116: string;
2874
+ export { name_116 as name };
2875
+ const value_36: {
2876
+ value: string;
2877
+ }[];
2878
+ export { value_36 as value };
2879
+ }
2880
+ export { type_57 as type };
2881
+ }
2882
+ export namespace buttonType {
2883
+ const defaultValue_59: null;
2881
2884
  export { defaultValue_59 as defaultValue };
2882
2885
  const description_74: string;
2883
2886
  export { description_74 as description };
@@ -2888,14 +2891,10 @@ declare namespace SectionButton {
2888
2891
  export namespace type_58 {
2889
2892
  const name_118: string;
2890
2893
  export { name_118 as name };
2891
- const value_36: {
2892
- value: string;
2893
- }[];
2894
- export { value_36 as value };
2895
2894
  }
2896
2895
  export { type_58 as type };
2897
2896
  }
2898
- export namespace buttonType {
2897
+ export namespace backgroundColor {
2899
2898
  const defaultValue_60: null;
2900
2899
  export { defaultValue_60 as defaultValue };
2901
2900
  const description_75: string;
@@ -2910,7 +2909,7 @@ declare namespace SectionButton {
2910
2909
  }
2911
2910
  export { type_59 as type };
2912
2911
  }
2913
- export namespace backgroundColor {
2912
+ export namespace textColor {
2914
2913
  const defaultValue_61: null;
2915
2914
  export { defaultValue_61 as defaultValue };
2916
2915
  const description_76: string;
@@ -2925,7 +2924,7 @@ declare namespace SectionButton {
2925
2924
  }
2926
2925
  export { type_60 as type };
2927
2926
  }
2928
- export namespace textColor {
2927
+ export namespace text_2 {
2929
2928
  const defaultValue_62: null;
2930
2929
  export { defaultValue_62 as defaultValue };
2931
2930
  const description_77: string;
@@ -2940,8 +2939,12 @@ declare namespace SectionButton {
2940
2939
  }
2941
2940
  export { type_61 as type };
2942
2941
  }
2943
- export namespace text_2 {
2944
- const defaultValue_63: null;
2942
+ export { text_2 as text };
2943
+ export namespace src_1 {
2944
+ export namespace defaultValue_63 {
2945
+ const value_37: string;
2946
+ export { value_37 as value };
2947
+ }
2945
2948
  export { defaultValue_63 as defaultValue };
2946
2949
  const description_78: string;
2947
2950
  export { description_78 as description };
@@ -2955,12 +2958,9 @@ declare namespace SectionButton {
2955
2958
  }
2956
2959
  export { type_62 as type };
2957
2960
  }
2958
- export { text_2 as text };
2959
- export namespace src_1 {
2960
- export namespace defaultValue_64 {
2961
- const value_37: string;
2962
- export { value_37 as value };
2963
- }
2961
+ export { src_1 as src };
2962
+ export namespace borderColor {
2963
+ const defaultValue_64: null;
2964
2964
  export { defaultValue_64 as defaultValue };
2965
2965
  const description_79: string;
2966
2966
  export { description_79 as description };
@@ -2974,9 +2974,11 @@ declare namespace SectionButton {
2974
2974
  }
2975
2975
  export { type_63 as type };
2976
2976
  }
2977
- export { src_1 as src };
2978
- export namespace borderColor {
2979
- const defaultValue_65: null;
2977
+ export namespace state {
2978
+ export namespace defaultValue_65 {
2979
+ const value_38: string;
2980
+ export { value_38 as value };
2981
+ }
2980
2982
  export { defaultValue_65 as defaultValue };
2981
2983
  const description_80: string;
2982
2984
  export { description_80 as description };
@@ -2987,30 +2989,12 @@ declare namespace SectionButton {
2987
2989
  export namespace type_64 {
2988
2990
  const name_130: string;
2989
2991
  export { name_130 as name };
2990
- }
2991
- export { type_64 as type };
2992
- }
2993
- export namespace state {
2994
- export namespace defaultValue_66 {
2995
- const value_38: string;
2996
- export { value_38 as value };
2997
- }
2998
- export { defaultValue_66 as defaultValue };
2999
- const description_81: string;
3000
- export { description_81 as description };
3001
- const name_131: string;
3002
- export { name_131 as name };
3003
- const required_65: boolean;
3004
- export { required_65 as required };
3005
- export namespace type_65 {
3006
- const name_132: string;
3007
- export { name_132 as name };
3008
2992
  const value_39: {
3009
2993
  value: string;
3010
2994
  }[];
3011
2995
  export { value_39 as value };
3012
2996
  }
3013
- export { type_65 as type };
2997
+ export { type_64 as type };
3014
2998
  }
3015
2999
  }
3016
3000
  export { props_7 as props };
@@ -3026,6 +3010,7 @@ declare var D_TemplateC: any;
3026
3010
  declare var M_TemplateC: any;
3027
3011
  declare var D_TemplateD: any;
3028
3012
  declare var M_TemplateD: any;
3013
+ declare var useLazyUnmount: any;
3029
3014
  declare var TemplateA_desktop: any;
3030
3015
  declare var TemplateA_mobile: any;
3031
3016
  declare var TemplateB_desktop: any;