pds-dev-kit-web-test 0.0.25 → 0.0.27

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 (60) hide show
  1. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +15 -3
  2. package/dist/src/common/styles/colorSet/PaletteColor_light.json +15 -3
  3. package/dist/src/common/styles/colorSet/SemanticColor.json +5 -1
  4. package/dist/src/common/styles/colorSet/UIColor.json +21 -4
  5. package/dist/src/common/styles/colorSet/index.d.ts +286 -241
  6. package/dist/src/common/styles/colorSet/index.js +3 -3
  7. package/dist/src/common/styles/colorSet/ui-type.d.ts +17 -0
  8. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/ContentsContainer.js +1 -1
  9. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.d.ts +1 -2
  10. package/dist/src/desktop/layout/LayoutWF/Containers/ContentsContainer/variation/WFA.js +28 -15
  11. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.d.ts +1 -1
  12. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/PageMenuContainer.js +2 -1
  13. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/PageMenu.js +2 -5
  14. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.d.ts +6 -0
  15. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/WizardPageMenu.js +22 -0
  16. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/index.d.ts +1 -0
  17. package/dist/src/desktop/layout/LayoutWF/Containers/PageMenuContainer/variation/index.js +3 -1
  18. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.d.ts +7 -0
  19. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/StepContainer.js +14 -0
  20. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/index.d.ts +1 -0
  21. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/index.js +8 -0
  22. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.d.ts +6 -0
  23. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/Step.js +22 -0
  24. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/index.d.ts +1 -0
  25. package/dist/src/desktop/layout/LayoutWF/Containers/StepContainer/variation/index.js +8 -0
  26. package/dist/src/desktop/layout/LayoutWF/ContainersBox/ContainersBox.js +90 -54
  27. package/dist/src/desktop/layout/LayoutWF/LayoutWF.js +1 -1
  28. package/dist/src/desktop/panels/DesktopHeadlessModal/DesktopHeadlessModal.js +1 -1
  29. package/dist/src/sub/DynamicLayout/components/Section/Section.js +9 -11
  30. package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +46 -9
  31. package/dist/src/sub/DynamicLayout/hooks/index.d.ts +1 -0
  32. package/dist/src/sub/DynamicLayout/hooks/index.js +5 -0
  33. package/dist/src/sub/DynamicLayout/hooks/usePrevious/index.d.ts +1 -0
  34. package/dist/src/sub/DynamicLayout/hooks/usePrevious/index.js +8 -0
  35. package/dist/src/sub/DynamicLayout/hooks/usePrevious/usePrevious.d.ts +15 -0
  36. package/dist/src/sub/DynamicLayout/hooks/usePrevious/usePrevious.js +25 -0
  37. package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.js +10 -2
  38. package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.js +10 -2
  39. package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.js +10 -2
  40. package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.js +10 -2
  41. package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.js +10 -2
  42. package/dist/storybook-static/{0.1e64cc00.iframe.bundle.d.ts → 0.ade47ed3.iframe.bundle.d.ts} +0 -0
  43. package/dist/storybook-static/{0.1e64cc00.iframe.bundle.js → 0.ade47ed3.iframe.bundle.js} +8 -8
  44. package/dist/storybook-static/{4.08a6743e.iframe.bundle.d.ts → 4.93bcde3d.iframe.bundle.d.ts} +0 -0
  45. package/dist/storybook-static/{4.08a6743e.iframe.bundle.js → 4.93bcde3d.iframe.bundle.js} +71 -71
  46. package/dist/storybook-static/{5.fd119510.iframe.bundle.d.ts → 5.ea6583af.iframe.bundle.d.ts} +0 -0
  47. package/dist/storybook-static/{5.fd119510.iframe.bundle.js → 5.ea6583af.iframe.bundle.js} +12 -12
  48. package/dist/storybook-static/{6.ed855029.iframe.bundle.d.ts → 6.e40cb5e6.iframe.bundle.d.ts} +0 -0
  49. package/dist/storybook-static/{6.ed855029.iframe.bundle.js → 6.e40cb5e6.iframe.bundle.js} +6 -6
  50. package/dist/storybook-static/{7.acdfc1e4.iframe.bundle.d.ts → 7.a63b16b9.iframe.bundle.d.ts} +0 -0
  51. package/dist/storybook-static/{7.acdfc1e4.iframe.bundle.js → 7.a63b16b9.iframe.bundle.js} +3 -3
  52. package/dist/storybook-static/main.997ab4f6.iframe.bundle.d.ts +3124 -0
  53. package/dist/storybook-static/{main.3a848f92.iframe.bundle.js → main.997ab4f6.iframe.bundle.js} +1812 -1718
  54. package/dist/storybook-static/{runtime~main.c94cafde.iframe.bundle.d.ts → runtime~main.a437dbd3.iframe.bundle.d.ts} +0 -0
  55. package/dist/storybook-static/{runtime~main.c94cafde.iframe.bundle.js → runtime~main.a437dbd3.iframe.bundle.js} +1 -1
  56. package/dist/storybook-static/{vendors~main.6ff7334c.iframe.bundle.d.ts → vendors~main.7bb94765.iframe.bundle.d.ts} +0 -0
  57. package/dist/storybook-static/{vendors~main.6ff7334c.iframe.bundle.js → vendors~main.7bb94765.iframe.bundle.js} +590 -590
  58. package/package.json +1 -1
  59. package/release-note.md +4 -41
  60. package/dist/storybook-static/main.3a848f92.iframe.bundle.d.ts +0 -1124
@@ -1,1124 +0,0 @@
1
- export = webpackContext;
2
- export = webpackContext;
3
- declare function webpackContext(req: any): any;
4
- declare namespace webpackContext {
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
- }
7
- declare function keys(): string[];
8
- declare function webpackContextResolve(req: any): any;
9
- declare var id: number;
10
- declare var __esModule: boolean;
11
- declare var Divider: any;
12
- declare var Icon: any;
13
- declare var ImageView: any;
14
- declare var LinearProgress: any;
15
- declare var LottieIcon: any;
16
- declare var Spacing: any;
17
- declare var Switch: any;
18
- declare var CircularProgress: any;
19
- declare var Form: any;
20
- declare var ThreeBarProgress: any;
21
- declare var TextLabel: any;
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
- }[];
106
- declare function withFormProvider(storyFn: any): any;
107
- declare namespace withFormProvider {
108
- const displayName: string;
109
- namespace __docgenInfo {
110
- export const description: string;
111
- const displayName_1: string;
112
- export { displayName_1 as displayName };
113
- export const props: {};
114
- }
115
- }
116
- declare var theme: any;
117
- declare var skeletonLoadingStyle: any;
118
- declare var NavLink: any;
119
- declare var Navs: any;
120
- declare var ContextTextLabelNav: any;
121
- declare var TextLabelNav: any;
122
- declare var Section: any;
123
- declare var Item: any;
124
- declare function IntroSection(_a: any): any;
125
- declare namespace IntroSection {
126
- const displayName_2: string;
127
- export { displayName_2 as displayName };
128
- export namespace __docgenInfo_1 {
129
- const description_1: string;
130
- export { description_1 as description };
131
- const displayName_3: string;
132
- export { displayName_3 as displayName };
133
- export namespace props_1 {
134
- namespace id {
135
- export const defaultValue: null;
136
- const description_2: string;
137
- export { description_2 as description };
138
- export const name: string;
139
- export const required: boolean;
140
- export namespace type {
141
- const name_1: string;
142
- export { name_1 as name };
143
- }
144
- }
145
- namespace display {
146
- const defaultValue_1: null;
147
- export { defaultValue_1 as defaultValue };
148
- const description_3: string;
149
- export { description_3 as description };
150
- const name_2: string;
151
- export { name_2 as name };
152
- const required_1: boolean;
153
- export { required_1 as required };
154
- export namespace type_1 {
155
- const name_3: string;
156
- export { name_3 as name };
157
- }
158
- export { type_1 as type };
159
- }
160
- namespace order {
161
- const defaultValue_2: null;
162
- export { defaultValue_2 as defaultValue };
163
- const description_4: string;
164
- export { description_4 as description };
165
- const name_4: string;
166
- export { name_4 as name };
167
- const required_2: boolean;
168
- export { required_2 as required };
169
- export namespace type_2 {
170
- const name_5: string;
171
- export { name_5 as name };
172
- }
173
- export { type_2 as type };
174
- }
175
- namespace manifest {
176
- const defaultValue_3: null;
177
- export { defaultValue_3 as defaultValue };
178
- const description_5: string;
179
- export { description_5 as description };
180
- const name_6: string;
181
- export { name_6 as name };
182
- const required_3: boolean;
183
- export { required_3 as required };
184
- export namespace type_3 {
185
- const name_7: string;
186
- export { name_7 as name };
187
- }
188
- export { type_3 as type };
189
- }
190
- namespace template {
191
- const defaultValue_4: null;
192
- export { defaultValue_4 as defaultValue };
193
- const description_6: string;
194
- export { description_6 as description };
195
- const name_8: string;
196
- export { name_8 as name };
197
- const required_4: boolean;
198
- export { required_4 as required };
199
- export namespace type_4 {
200
- const name_9: string;
201
- export { name_9 as name };
202
- export const value: {
203
- value: string;
204
- }[];
205
- }
206
- export { type_4 as type };
207
- }
208
- namespace properties {
209
- const defaultValue_5: null;
210
- export { defaultValue_5 as defaultValue };
211
- const description_7: string;
212
- export { description_7 as description };
213
- const name_10: string;
214
- export { name_10 as name };
215
- const required_5: boolean;
216
- export { required_5 as required };
217
- export namespace type_5 {
218
- const name_11: string;
219
- export { name_11 as name };
220
- }
221
- export { type_5 as type };
222
- }
223
- namespace styles {
224
- const defaultValue_6: null;
225
- export { defaultValue_6 as defaultValue };
226
- const description_8: string;
227
- export { description_8 as description };
228
- const name_12: string;
229
- export { name_12 as name };
230
- const required_6: boolean;
231
- export { required_6 as required };
232
- export namespace type_6 {
233
- const name_13: string;
234
- export { name_13 as name };
235
- }
236
- export { type_6 as type };
237
- }
238
- namespace dynamicLayoutSectionItems {
239
- const defaultValue_7: null;
240
- export { defaultValue_7 as defaultValue };
241
- const description_9: string;
242
- export { description_9 as description };
243
- const name_14: string;
244
- export { name_14 as name };
245
- const required_7: boolean;
246
- export { required_7 as required };
247
- export namespace type_7 {
248
- const name_15: string;
249
- export { name_15 as name };
250
- }
251
- export { type_7 as type };
252
- }
253
- }
254
- export { props_1 as props };
255
- }
256
- export { __docgenInfo_1 as __docgenInfo };
257
- }
258
- declare var LayoutWF: any;
259
- declare var WFContainersBox: any;
260
- declare var LayoutWH: any;
261
- declare var WHContainersBox: any;
262
- declare var LayoutWS: any;
263
- declare var WSGlobalMenuContainer: any;
264
- declare var WSContainersBox: any;
265
- declare var LayoutWT: any;
266
- declare var WTGlobalMenuContainer: any;
267
- declare var WTContainersBox: any;
268
- declare var D_AdminList: any;
269
- declare var D_AdminListHeader: any;
270
- declare var D_AdminListItem: any;
271
- declare var D_BasicChatListItem: any;
272
- declare var D_BasicFormGroup: any;
273
- declare var D_BasicList: any;
274
- declare var D_BasicListItem: any;
275
- declare var D_BlogTextField: any;
276
- declare var D_BodyTextGroup: any;
277
- declare var D_Card: any;
278
- declare var D_CardList: any;
279
- declare var D_ChatBubbleListItem: any;
280
- declare var D_ChatList: any;
281
- declare var D_Checkbox: any;
282
- declare var D_Chip: any;
283
- declare var D_ContextMenu: any;
284
- declare var D_ContextMenuItem: any;
285
- declare var D_DesktopAlertDialog: any;
286
- declare var D_DesktopHeaderBar: any;
287
- declare var D_DesktopTabBar: any;
288
- declare var D_Dropdown: any;
289
- declare var D_DynamicDesktopNavBar: any;
290
- declare var D_DynamicDesktopNavBarTemplates: any;
291
- declare var D_EditApplyTextField: any;
292
- declare var D_FilterBar: any;
293
- declare var D_FloatingActionButton: any;
294
- declare var D_Hero: any;
295
- declare var D_HorizontalFormGroup: any;
296
- declare var D_IconButton: any;
297
- declare var D_ImageSlide: any;
298
- declare var D_LottieReactionButton: any;
299
- declare var D_MainButton: any;
300
- declare var D_PageTitleTextGroup: any;
301
- declare var D_Radio: any;
302
- declare var D_ReactionButton: any;
303
- declare var D_Select: any;
304
- declare var D_StatusBlock: any;
305
- declare var D_TextButton: any;
306
- declare var D_TextField: any;
307
- declare var D_TextLabel: any;
308
- declare var D_UploadIconButton: any;
309
- declare var D_UploadMainButton: any;
310
- declare var D_UploadTextButton: any;
311
- declare var D_UserDesktopNavBar: any;
312
- declare var D_UserDesktopTabBar: any;
313
- declare var D_UserDesktopSideTab: any;
314
- declare var D_AnnotationSheet: any;
315
- declare var D_ContentSheet: any;
316
- declare var D_DesktopBasicModal: any;
317
- declare var D_DesktopHeadlessModal: any;
318
- declare var D_SectionSheet: any;
319
- declare var ContextMenu: any;
320
- declare var MainButton: any;
321
- declare var fontWeight: any;
322
- declare var desktopFontSize: any;
323
- declare var desktopLineHeight: any;
324
- declare var desktopEditorFontSize: any;
325
- declare var desktopEditorLineHeight: any;
326
- declare var mobileFontSize: any;
327
- declare var mobileLineHeight: any;
328
- declare var mobileEditorFontSize: any;
329
- declare var mobileEditorLineHeight: any;
330
- declare var boxShadow: any;
331
- declare var spacing: any;
332
- declare var uiColors: any;
333
- declare var customTheme: any;
334
- declare function themeByGivenTone(tone: any): any;
335
- declare var AdminList: any;
336
- declare var AdminListHeader: any;
337
- declare var AdminListItem: any;
338
- declare var BasicChatListItem: any;
339
- declare var BasicFormGroup: any;
340
- declare var BasicList: any;
341
- declare var BasicListItem: any;
342
- declare var BlogTextField: any;
343
- declare var BodyTextGroup: any;
344
- declare var Card: any;
345
- declare var CardList: any;
346
- declare var ChatBubbleListItem: any;
347
- declare var ChatList: any;
348
- declare var Checkbox: any;
349
- declare var Chip: any;
350
- declare var ContextMenuItem: any;
351
- declare var DesktopAlertDialog: any;
352
- declare var DesktopHeaderBar: any;
353
- declare var DesktopTabBar: any;
354
- declare var Dropdown: any;
355
- declare var DynamicDesktopNavBar: any;
356
- declare var DynamicDesktopNavBarTemplates: any;
357
- declare var EditApplyTextField: any;
358
- declare var FilterBar: any;
359
- declare var FloatingActionButton: any;
360
- declare var Hero: any;
361
- declare var HorizontalFormGroup: any;
362
- declare var ImageSlide: any;
363
- declare var LottieReactionButton: any;
364
- declare var PageTitleTextGroup: any;
365
- declare var Radio: any;
366
- declare var ReactionButton: any;
367
- declare var Select: any;
368
- declare var StatusBlock: any;
369
- declare var TextButton: any;
370
- declare var TextField: any;
371
- declare var UploadIconButton: any;
372
- declare var UploadMainButton: any;
373
- declare var UploadTextButton: any;
374
- declare var UserDesktopNavBar: any;
375
- declare var UserDesktopSideTab: any;
376
- declare var UserDesktopTabBar: any;
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;
382
- declare var ContentsContainer: any;
383
- declare var GlobalMenuContainer: any;
384
- declare var PageMenuContainer: any;
385
- declare var TabMenuContainer: any;
386
- declare var SubMenuContainer: any;
387
- declare function formatCompactNumber(num: any): string;
388
- declare function formatStandardNumber(num: any): string;
389
- declare var dynamicLayoutContext: any;
390
- declare var ContainersBox: any;
391
- declare var TextFieldBase: any;
392
- declare var NavigationContainer: any;
393
- declare var TabContainer: any;
394
- declare namespace parameters {
395
- const layout: string;
396
- namespace actions {
397
- const argTypesRegex: string;
398
- }
399
- namespace controls {
400
- const expanded: boolean;
401
- }
402
- namespace backgrounds {
403
- const _default: string;
404
- export { _default as default };
405
- export const values: {
406
- name: string;
407
- value: string;
408
- }[];
409
- }
410
- namespace options {
411
- namespace storySort {
412
- const method: string;
413
- }
414
- }
415
- }
416
- declare var decorators: ((Story: any) => any)[];
417
- declare var Col: any;
418
- declare var Grid: any;
419
- declare var Row: any;
420
- declare var useDetectOverflow: any;
421
- declare var usePrevious: any;
422
- declare var MenuItemNav: any;
423
- declare function getSearchExceptGivenName(search: any, name: any): string;
424
- declare var Default: any;
425
- declare var ChipDefault: any;
426
- declare var SearchFieldDefault: any;
427
- declare var DefaultCard: any;
428
- declare var ImageCard: any;
429
- declare var MobileAlertDialog: any;
430
- declare var MobileHeaderBar: any;
431
- declare var MobileTabBar: any;
432
- declare var ToggleTone: any;
433
- declare var WFA: any;
434
- declare var WFB: any;
435
- declare var WFC: any;
436
- declare var WFD: any;
437
- declare var WFE: any;
438
- declare var WFF: any;
439
- declare var WFG: any;
440
- declare var WFH: any;
441
- declare var WFI: any;
442
- declare var WFJ: any;
443
- declare var WFK: any;
444
- declare var PageMenu: any;
445
- declare var TabMenu: any;
446
- declare var LeftSubMenu: any;
447
- declare var WHA: any;
448
- declare var WHB: any;
449
- declare var WHC: any;
450
- declare var WHD: any;
451
- declare var WHE: any;
452
- declare var PrimaryGlobalMenu: any;
453
- declare var SecondaryGlobalMenu: any;
454
- declare var WSA: any;
455
- declare var WSB: any;
456
- declare var WSC: any;
457
- declare var WSD: any;
458
- declare var WSE: any;
459
- declare var WSF: any;
460
- declare var WSG: any;
461
- declare var WSH: any;
462
- declare var GlobalMenu: any;
463
- declare var WTA: any;
464
- declare var WTB: any;
465
- declare var WTC: any;
466
- declare var WTD: any;
467
- declare var WTE: any;
468
- declare var WTF: any;
469
- declare var WTG: any;
470
- declare var WTH: any;
471
- declare var WTI: any;
472
- declare var WTJ: any;
473
- declare var WTK: any;
474
- declare var WTL: any;
475
- declare var WTM: any;
476
- declare var WTN: any;
477
- declare var WTO: any;
478
- declare var WTP: any;
479
- declare var WTQ: any;
480
- declare var WTS: any;
481
- declare var WTT: any;
482
- declare var WTU: any;
483
- declare var TopPageMenu: any;
484
- declare var LeftPageMenu: any;
485
- declare function Popup(_a: any): any;
486
- declare namespace Popup {
487
- const displayName_4: string;
488
- export { displayName_4 as displayName };
489
- export namespace __docgenInfo_2 {
490
- const description_10: string;
491
- export { description_10 as description };
492
- const displayName_5: string;
493
- export { displayName_5 as displayName };
494
- export namespace props_2 {
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 };
507
- }
508
- export { type_8 as type };
509
- }
510
- namespace isOpen {
511
- export namespace defaultValue_9 {
512
- const value_1: string;
513
- export { value_1 as value };
514
- }
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 };
525
- }
526
- export { type_9 as type };
527
- }
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 };
540
- }
541
- export { type_10 as type };
542
- }
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 };
555
- }
556
- export { type_11 as type };
557
- }
558
- namespace placement {
559
- export namespace defaultValue_12 {
560
- const value_2: string;
561
- export { value_2 as value };
562
- }
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 };
573
- }
574
- export { type_12 as type };
575
- }
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 };
588
- }
589
- export { type_13 as type };
590
- }
591
- }
592
- export { props_2 as props };
593
- }
594
- export { __docgenInfo_2 as __docgenInfo };
595
- }
596
- declare function PopupProvider(_a: any): any;
597
- declare namespace PopupProvider {
598
- const displayName_6: string;
599
- export { displayName_6 as displayName };
600
- export namespace __docgenInfo_3 {
601
- const description_17: string;
602
- export { description_17 as description };
603
- const displayName_7: string;
604
- export { displayName_7 as displayName };
605
- const props_3: {};
606
- export { props_3 as props };
607
- }
608
- export { __docgenInfo_3 as __docgenInfo };
609
- }
610
- declare namespace iconStateColors {
611
- const fill: string;
612
- const line: string;
613
- }
614
- declare namespace iconThemeColorLineColors {
615
- const line1: string;
616
- const line2: string;
617
- }
618
- declare var BrandLogo: any;
619
- declare var PrimaryMenu: any;
620
- declare var SecondaryMenu: any;
621
- declare var UserProfile: any;
622
- declare var ContextMenuNavs: any;
623
- declare var ContextMenuItemNav: any;
624
- declare namespace defaultValue {
625
- const mode: string;
626
- const clickedURL: string;
627
- }
628
- declare namespace TEMPLATES_DATA {
629
- namespace W1_0001 {
630
- const gridTemplate: string;
631
- namespace gridStyle {
632
- const gridTemplateColumns: string;
633
- }
634
- const showSecondaryMenu: boolean;
635
- namespace userProfileOptions {
636
- namespace style {
637
- const width: string;
638
- }
639
- }
640
- namespace primaryMenuOptions {
641
- export const showMenuAsIcon: boolean;
642
- export const maxLength: number;
643
- export namespace style_1 {
644
- const justifyContent: string;
645
- }
646
- export { style_1 as style };
647
- }
648
- namespace secondaryMenuOptions {
649
- const showMenuAsIcon_1: boolean;
650
- export { showMenuAsIcon_1 as showMenuAsIcon };
651
- const maxLength_1: number;
652
- export { maxLength_1 as maxLength };
653
- const style_2: {};
654
- export { style_2 as style };
655
- }
656
- }
657
- namespace W1_0002 {
658
- const gridTemplate_1: string;
659
- export { gridTemplate_1 as gridTemplate };
660
- export namespace gridStyle_1 {
661
- const gridTemplateColumns_1: string;
662
- export { gridTemplateColumns_1 as gridTemplateColumns };
663
- }
664
- export { gridStyle_1 as gridStyle };
665
- const showSecondaryMenu_1: boolean;
666
- export { showSecondaryMenu_1 as showSecondaryMenu };
667
- export namespace primaryMenuOptions_1 {
668
- const showMenuAsIcon_2: boolean;
669
- export { showMenuAsIcon_2 as showMenuAsIcon };
670
- const maxLength_2: number;
671
- export { maxLength_2 as maxLength };
672
- const style_3: {};
673
- export { style_3 as style };
674
- }
675
- export { primaryMenuOptions_1 as primaryMenuOptions };
676
- export namespace secondaryMenuOptions_1 {
677
- const showMenuAsIcon_3: boolean;
678
- export { showMenuAsIcon_3 as showMenuAsIcon };
679
- const maxLength_3: number;
680
- export { maxLength_3 as maxLength };
681
- const style_4: {};
682
- export { style_4 as style };
683
- }
684
- export { secondaryMenuOptions_1 as secondaryMenuOptions };
685
- export namespace userProfileOptions_1 {
686
- const style_5: {};
687
- export { style_5 as style };
688
- }
689
- export { userProfileOptions_1 as userProfileOptions };
690
- }
691
- namespace W1_0003 {
692
- const gridTemplate_2: string;
693
- export { gridTemplate_2 as gridTemplate };
694
- export namespace gridStyle_2 {
695
- const gridTemplateColumns_2: string;
696
- export { gridTemplateColumns_2 as gridTemplateColumns };
697
- }
698
- export { gridStyle_2 as gridStyle };
699
- const showSecondaryMenu_2: boolean;
700
- export { showSecondaryMenu_2 as showSecondaryMenu };
701
- export namespace primaryMenuOptions_2 {
702
- const showMenuAsIcon_4: boolean;
703
- export { showMenuAsIcon_4 as showMenuAsIcon };
704
- const maxLength_4: number;
705
- export { maxLength_4 as maxLength };
706
- const style_6: {};
707
- export { style_6 as style };
708
- }
709
- export { primaryMenuOptions_2 as primaryMenuOptions };
710
- export namespace secondaryMenuOptions_2 {
711
- const showMenuAsIcon_5: boolean;
712
- export { showMenuAsIcon_5 as showMenuAsIcon };
713
- const maxLength_5: number;
714
- export { maxLength_5 as maxLength };
715
- const style_7: {};
716
- export { style_7 as style };
717
- }
718
- export { secondaryMenuOptions_2 as secondaryMenuOptions };
719
- export namespace userProfileOptions_2 {
720
- const style_8: {};
721
- export { style_8 as style };
722
- }
723
- export { userProfileOptions_2 as userProfileOptions };
724
- }
725
- namespace W1_0004 {
726
- const gridTemplate_3: string;
727
- export { gridTemplate_3 as gridTemplate };
728
- export namespace gridStyle_3 {
729
- const gridTemplateColumns_3: string;
730
- export { gridTemplateColumns_3 as gridTemplateColumns };
731
- }
732
- export { gridStyle_3 as gridStyle };
733
- const showSecondaryMenu_3: boolean;
734
- export { showSecondaryMenu_3 as showSecondaryMenu };
735
- export namespace primaryMenuOptions_3 {
736
- const showMenuAsIcon_6: boolean;
737
- export { showMenuAsIcon_6 as showMenuAsIcon };
738
- const maxLength_6: number;
739
- export { maxLength_6 as maxLength };
740
- export namespace style_9 {
741
- const justifyContent_1: string;
742
- export { justifyContent_1 as justifyContent };
743
- }
744
- export { style_9 as style };
745
- }
746
- export { primaryMenuOptions_3 as primaryMenuOptions };
747
- export namespace secondaryMenuOptions_3 {
748
- const showMenuAsIcon_7: boolean;
749
- export { showMenuAsIcon_7 as showMenuAsIcon };
750
- const maxLength_7: number;
751
- export { maxLength_7 as maxLength };
752
- const style_10: {};
753
- export { style_10 as style };
754
- }
755
- export { secondaryMenuOptions_3 as secondaryMenuOptions };
756
- export namespace userProfileOptions_3 {
757
- const style_11: {};
758
- export { style_11 as style };
759
- }
760
- export { userProfileOptions_3 as userProfileOptions };
761
- }
762
- namespace W1_0005 {
763
- const gridTemplate_4: string;
764
- export { gridTemplate_4 as gridTemplate };
765
- export namespace gridStyle_4 {
766
- const gridTemplateColumns_4: string;
767
- export { gridTemplateColumns_4 as gridTemplateColumns };
768
- }
769
- export { gridStyle_4 as gridStyle };
770
- const showSecondaryMenu_4: boolean;
771
- export { showSecondaryMenu_4 as showSecondaryMenu };
772
- export namespace primaryMenuOptions_4 {
773
- const showMenuAsIcon_8: boolean;
774
- export { showMenuAsIcon_8 as showMenuAsIcon };
775
- const maxLength_8: number;
776
- export { maxLength_8 as maxLength };
777
- export namespace style_12 {
778
- const justifyContent_2: string;
779
- export { justifyContent_2 as justifyContent };
780
- }
781
- export { style_12 as style };
782
- }
783
- export { primaryMenuOptions_4 as primaryMenuOptions };
784
- export namespace secondaryMenuOptions_4 {
785
- const showMenuAsIcon_9: boolean;
786
- export { showMenuAsIcon_9 as showMenuAsIcon };
787
- const maxLength_9: number;
788
- export { maxLength_9 as maxLength };
789
- export namespace style_13 {
790
- const justifyContent_3: string;
791
- export { justifyContent_3 as justifyContent };
792
- }
793
- export { style_13 as style };
794
- }
795
- export { secondaryMenuOptions_4 as secondaryMenuOptions };
796
- export namespace userProfileOptions_4 {
797
- const style_14: {};
798
- export { style_14 as style };
799
- }
800
- export { userProfileOptions_4 as userProfileOptions };
801
- }
802
- }
803
- declare namespace textStyles {
804
- const rlarge: string;
805
- const large: string;
806
- const medium: string;
807
- const small: string;
808
- const xsmall: string;
809
- }
810
- declare namespace textThemeColorLines {
811
- const line1_1: string;
812
- export { line1_1 as line1 };
813
- const line2_1: string;
814
- export { line2_1 as line2 };
815
- export const line3: string;
816
- }
817
- declare namespace iconFillTypeColors {
818
- const fill_1: string;
819
- export { fill_1 as fill };
820
- const line_1: string;
821
- export { line_1 as line };
822
- }
823
- declare namespace iconStyleThemeColors {
824
- const primary: string;
825
- const secondary: string;
826
- }
827
- declare namespace iconColorThemeLineColors {
828
- const line1_2: string;
829
- export { line1_2 as line1 };
830
- const line2_2: string;
831
- export { line2_2 as line2 };
832
- const line3_1: string;
833
- export { line3_1 as line3 };
834
- }
835
- declare var AnnotationSheet: any;
836
- declare var ContentSheet: any;
837
- declare var DesktopBasicModal: any;
838
- declare var DesktopHeadlessModal: any;
839
- declare var SectionSheet: any;
840
- declare var Single: any;
841
- declare var Multi: any;
842
- declare var Auto: any;
843
- declare var readOnly: any;
844
- declare var disabled: any;
845
- declare var Low: any;
846
- declare var Medium: any;
847
- declare var High: any;
848
- declare var Empty: any;
849
- declare var TextFieldType: any;
850
- declare var SelectType: any;
851
- declare var SwitchType: any;
852
- declare var MixType: any;
853
- declare var DefaultBasicList: any;
854
- declare var Image: any;
855
- declare var Badge: any;
856
- declare var Validate: any;
857
- declare var MultiState: any;
858
- declare var MultiRows: any;
859
- declare var AutoState: any;
860
- declare var AutoRows: any;
861
- declare var TitleOnly: any;
862
- declare var WithDescription: any;
863
- declare var WithContent: any;
864
- declare var Both: any;
865
- declare var DefaultCardList: any;
866
- declare var MultiCardList: any;
867
- declare var Grey01: any;
868
- declare var Primary: any;
869
- declare var LongText: any;
870
- declare var SellerTail: any;
871
- declare var Seller: any;
872
- declare var SubscriberTail: any;
873
- declare var Subscriber: any;
874
- declare var MyTail: any;
875
- declare var My: any;
876
- declare var WithImage: any;
877
- declare var AllVariation: any;
878
- declare var AllIcon: any;
879
- declare var WithChatBubbleListItem: any;
880
- declare var CategoryChoice: any;
881
- declare var FilterSingle: any;
882
- declare var FilterMulti: any;
883
- declare var Removable: any;
884
- declare var Label: any;
885
- declare var Time: any;
886
- declare var Information: any;
887
- declare var DefaultContextMenu: any;
888
- declare var ListContextMenu: any;
889
- declare var DefaultContextMenuItem: any;
890
- declare var TitleDefault: any;
891
- declare var IconDefault: any;
892
- declare var tBtn3TextDefault: any;
893
- declare var StackDefault: any;
894
- declare var LeftBtnDesktopHeaderBar: any;
895
- declare var RightBtnDesktopHeaderBar: any;
896
- declare var ComplexBtnDesktopHeaderBar: any;
897
- declare function MainDefault(args: any): any;
898
- declare function SubDefault(args: any): any;
899
- declare function ContentDefault(): any;
900
- declare var LeftIconButton: any;
901
- declare var OverrideUserProfile: any;
902
- declare var ColorThemeTransparent: any;
903
- declare var SingleSize: any;
904
- declare var SingleState: any;
905
- declare var SinglePreventBlankMode: any;
906
- declare var SingleValidation: any;
907
- declare var MultiSizeOnlyLarge: any;
908
- declare var MultiValidation: any;
909
- declare var AutoSizeOnlyLarge: any;
910
- declare var AutoValidation: any;
911
- declare var TextFieldForm: any;
912
- declare var MultiTextFieldForm: any;
913
- declare var EditApply_textfieldForm: any;
914
- declare var DropdownForm: any;
915
- declare var TextStringType: any;
916
- declare var EditButton: any;
917
- declare var List: any;
918
- declare var Disabled: any;
919
- declare var TextType: any;
920
- declare var CountTypeFormatting: any;
921
- declare var CountTypeNonFormatting: any;
922
- declare var OnlyHintText: any;
923
- declare var OnlyDefaultValue: any;
924
- declare var HintAndDefaultValue: any;
925
- declare var NoHintNoDefaultValue: any;
926
- declare var All: any;
927
- declare var SingleSizeIcon: any;
928
- declare var SingleStateIcon: any;
929
- declare var SingleColorTheme: any;
930
- declare var TransparentColorTheme: any;
931
- declare var ShortText: any;
932
- declare var LongTextWithLineBreakTab: any;
933
- declare var TextDefault: any;
934
- declare var CenterNoneDefault: any;
935
- declare var WFA_1: any;
936
- declare var WFB_1: any;
937
- declare var WFC_1: any;
938
- declare var WFD_1: any;
939
- declare var WFD_2: any;
940
- declare var WFE_1: any;
941
- declare var WFE_2: any;
942
- declare var WFF_1: any;
943
- declare var WFG_1: any;
944
- declare var WFG_2: any;
945
- declare var WFG_3: any;
946
- declare var WFG_4: any;
947
- declare var WFG_5: any;
948
- declare var WFG_6: any;
949
- declare var WFH_1: any;
950
- declare var WFI_1: any;
951
- declare var WFI_2: any;
952
- declare var WFI_3: any;
953
- declare var WFI_4: any;
954
- declare var WFI_5: any;
955
- declare var WFI_6: any;
956
- declare var WFJ_1: any;
957
- declare var WFK_1: any;
958
- declare var WHA_1: any;
959
- declare var WHB_1: any;
960
- declare var WHB_2: any;
961
- declare var WHB_3: any;
962
- declare var WHB_4: any;
963
- declare var WHB_5: any;
964
- declare var WHB_6: any;
965
- declare var WHC_1: any;
966
- declare var WHD_1: any;
967
- declare var WHD_2: any;
968
- declare var WHD_3: any;
969
- declare var WHD_4: any;
970
- declare var WHD_5: any;
971
- declare var WHD_6: any;
972
- declare var WHE_1: any;
973
- declare var WHE_2: any;
974
- declare var WSA_1: any;
975
- declare var WSB_1: any;
976
- declare var WSC_1: any;
977
- declare var WSD_1: any;
978
- declare var WSE_1: any;
979
- declare var WSF_1: any;
980
- declare var WSF_2: any;
981
- declare var WSF_3: any;
982
- declare var WSF_4: any;
983
- declare var WSF_5: any;
984
- declare var WSF_6: any;
985
- declare var WSF_7: any;
986
- declare var WSG_1: any;
987
- declare var WSG_2: any;
988
- declare var WSG_3: any;
989
- declare var WSG_4: any;
990
- declare var WSG_5: any;
991
- declare var WSH_1: any;
992
- declare var WTA_1: any;
993
- declare var WTA_2: any;
994
- declare var WTA_3: any;
995
- declare var WTB_1: any;
996
- declare var WTC_1: any;
997
- declare var WTD_1: any;
998
- declare var WTD_2: any;
999
- declare var WTD_3: any;
1000
- declare var WTD_4: any;
1001
- declare var WTD_5: any;
1002
- declare var WTD_6: any;
1003
- declare var WTE_1: any;
1004
- declare var WTF_1: any;
1005
- declare var WTF_2: any;
1006
- declare var WTF_3: any;
1007
- declare var WTF_4: any;
1008
- declare var WTF_5: any;
1009
- declare var WTF_6: any;
1010
- declare var WTG_1: any;
1011
- declare var WTH_1: any;
1012
- declare var WTH_2: any;
1013
- declare var WTH_3: any;
1014
- declare var WTI_1: any;
1015
- declare var WTI_2: any;
1016
- declare var WTJ_1: any;
1017
- declare var WTK_1: any;
1018
- declare var WTK_2: any;
1019
- declare var WTK_3: any;
1020
- declare var WTK_4: any;
1021
- declare var WTL_1: any;
1022
- declare var WTM_1: any;
1023
- declare var WTM_2: any;
1024
- declare var WTM_3: any;
1025
- declare var WTN_1: any;
1026
- declare var WTN_2: any;
1027
- declare var WTN_3: any;
1028
- declare var WTO_1: any;
1029
- declare var WTP_1: any;
1030
- declare var WTQ_1: any;
1031
- declare var WTS_1: any;
1032
- declare var WTS_2: any;
1033
- declare var WTT_1: any;
1034
- declare var WTT_2: any;
1035
- declare var WTU_1: any;
1036
- declare var UseCase1MoreInformation: any;
1037
- declare var UseCase1Community: any;
1038
- declare var UseCase2Thumbnail: any;
1039
- declare var BodyScrollDefault: any;
1040
- declare var BodyOverflowVisible: any;
1041
- declare var imageMainButtonCase: any;
1042
- declare var imageFocusCase: any;
1043
- declare var imageHeaderCase: any;
1044
- declare var imageHeaderFixedCase: any;
1045
- declare var UseCase1PostsSettingSection: any;
1046
- declare var AllLineIcon: any;
1047
- declare var AllFillIcon: any;
1048
- declare var LineIcon: any;
1049
- declare var FillIcon: any;
1050
- declare var AutoWidthResponsive: any;
1051
- declare var AutoWidth300: any;
1052
- declare var AutoWidth300NoImage400: any;
1053
- declare var AutoHeightResponsive: any;
1054
- declare var AutoHeight300: any;
1055
- declare var AutoHeight300NoImage400: any;
1056
- declare var AutoWidth300Height500: any;
1057
- declare var RatioResponsive: any;
1058
- declare var Ratio300: any;
1059
- declare var MultiAutoHeight: any;
1060
- declare var MultiAutoWidth: any;
1061
- declare var AllLottieIcon: any;
1062
- declare var OneLottieIcon: any;
1063
- declare var IconLongTextDefault: any;
1064
- declare var Profile: any;
1065
- declare var CaptionText: any;
1066
- declare var MFA_1: any;
1067
- declare var MFB_1: any;
1068
- declare var MFB_2: any;
1069
- declare var MFC_1: any;
1070
- declare var MFD_1: any;
1071
- declare var MFE_1: any;
1072
- declare var MFE_2: any;
1073
- declare var MFA: any;
1074
- declare var MFB: any;
1075
- declare var MFC: any;
1076
- declare var MFD: any;
1077
- declare var MFE: any;
1078
- declare var MMA_1: any;
1079
- declare var MMB_1: any;
1080
- declare var MMA: any;
1081
- declare var MMB: any;
1082
- declare var Navigation: any;
1083
- declare var MPA_1: any;
1084
- declare var MPB_1: any;
1085
- declare var MPC_1: any;
1086
- declare var MPC_2: any;
1087
- declare var MPD_1: any;
1088
- declare var MPE_1: any;
1089
- declare var MPF_1: any;
1090
- declare var MPF_2: any;
1091
- declare var MPA: any;
1092
- declare var MPB: any;
1093
- declare var MPC: any;
1094
- declare var MPD: any;
1095
- declare var MPE: any;
1096
- declare var MPF: any;
1097
- declare var Tab: any;
1098
- declare var MSA_1: any;
1099
- declare var MSA_2: any;
1100
- declare var MSB_1: any;
1101
- declare var MSC_1: any;
1102
- declare var MSC_2: any;
1103
- declare var MSD_1: any;
1104
- declare var MSE_1: any;
1105
- declare var MSF_1: any;
1106
- declare var MSF_2: any;
1107
- declare var MSG_1: any;
1108
- declare var MSH_1: any;
1109
- declare var MSA: any;
1110
- declare var MSB: any;
1111
- declare var MSC: any;
1112
- declare var MSD: any;
1113
- declare var MSE: any;
1114
- declare var MSF: any;
1115
- declare var MSG: any;
1116
- declare var MSH: any;
1117
- declare var TwoButton: any;
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;