pds-dev-kit-web 1.7.0 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -1
- package/dist/index.js +5 -3
- package/dist/src/common/assets/icons/line/AnalyticsSearchTools.d.ts +4 -0
- package/dist/src/common/assets/icons/line/AnalyticsSearchTools.js +36 -0
- package/dist/src/common/assets/icons/line/DynamicLayout.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DynamicLayout.js +34 -0
- package/dist/src/common/assets/icons/line/Pages.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Pages.js +37 -0
- package/dist/src/common/assets/icons/line/SectionContent32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContent32.js +34 -0
- package/dist/src/common/assets/icons/line/SectionContent40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContent40.js +34 -0
- package/dist/src/common/assets/icons/line/SectionContentsCarousel32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContentsCarousel32.js +36 -0
- package/dist/src/common/assets/icons/line/SectionContentsCarousel40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionContentsCarousel40.js +36 -0
- package/dist/src/common/assets/icons/line/SectionDivider32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionDivider32.js +34 -0
- package/dist/src/common/assets/icons/line/SectionDivider40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionDivider40.js +34 -0
- package/dist/src/common/assets/icons/line/SectionFooter32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionFooter32.js +34 -0
- package/dist/src/common/assets/icons/line/SectionFooter40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionFooter40.js +34 -0
- package/dist/src/common/assets/icons/line/SectionInfoBox32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionInfoBox32.js +34 -0
- package/dist/src/common/assets/icons/line/SectionInfoBox40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionInfoBox40.js +34 -0
- package/dist/src/common/assets/icons/line/SectionIntro32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionIntro32.js +34 -0
- package/dist/src/common/assets/icons/line/SectionIntro40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionIntro40.js +34 -0
- package/dist/src/common/assets/icons/line/SectionMap32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionMap32.js +34 -0
- package/dist/src/common/assets/icons/line/SectionMap40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionMap40.js +34 -0
- package/dist/src/common/assets/icons/line/SectionPriceBox32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionPriceBox32.js +34 -0
- package/dist/src/common/assets/icons/line/SectionPriceBox40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionPriceBox40.js +34 -0
- package/dist/src/common/assets/icons/line/SectionProductsCarousel32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionProductsCarousel32.js +37 -0
- package/dist/src/common/assets/icons/line/SectionProductsCarousel40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionProductsCarousel40.js +36 -0
- package/dist/src/common/assets/icons/line/SectionReview32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionReview32.js +34 -0
- package/dist/src/common/assets/icons/line/SectionReview40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionReview40.js +34 -0
- package/dist/src/common/assets/icons/line/SectionSlider32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionSlider32.js +36 -0
- package/dist/src/common/assets/icons/line/SectionSlider40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionSlider40.js +36 -0
- package/dist/src/common/assets/icons/line/SectionTab32.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionTab32.js +34 -0
- package/dist/src/common/assets/icons/line/SectionTab40.d.ts +4 -0
- package/dist/src/common/assets/icons/line/SectionTab40.js +34 -0
- package/dist/src/common/assets/icons/line/index.d.ts +27 -0
- package/dist/src/common/assets/icons/line/index.js +54 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +4 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +4 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +2 -1
- package/dist/src/common/styles/colorSet/UIColor.json +9 -1
- package/dist/src/common/styles/colorSet/index.d.ts +96 -81
- package/dist/src/common/styles/colorSet/index.js +4 -4
- package/dist/src/common/styles/colorSet/ui-type.d.ts +8 -0
- package/dist/src/desktop/components/BasicChatListItem/BasicChatListItem.js +4 -11
- package/dist/src/desktop/index.d.ts +3 -0
- package/dist/src/desktop/index.js +11 -6
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.d.ts +12 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/ContentsContainer.js +29 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.d.ts +9 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHA.js +31 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.d.ts +12 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHB.js +110 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.d.ts +9 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHC.js +31 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.d.ts +12 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHD.js +110 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.d.ts +10 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/WHE.js +49 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/index.d.ts +5 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/ContentsContainer/variation/index.js +16 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/GlobalMenuContainer.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/GlobalMenuContainer.js +15 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/variation/PrimaryGlobalMenu.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/variation/PrimaryGlobalMenu.js +25 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/variation/SecondaryGlobalMenu.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/variation/SecondaryGlobalMenu.js +25 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/variation/index.d.ts +2 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/GlobalMenuContainer/variation/index.js +10 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/TabMenuContainer/TabMenuContainer.d.ts +7 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/TabMenuContainer/TabMenuContainer.js +14 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/TabMenuContainer/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/TabMenuContainer/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/TabMenuContainer/variation/TabMenu.d.ts +6 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/TabMenuContainer/variation/TabMenu.js +25 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/TabMenuContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/TabMenuContainer/variation/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/index.d.ts +3 -0
- package/dist/src/desktop/layout/LayoutWH/Containers/index.js +9 -0
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.d.ts +13 -0
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/ContainersBox.js +39 -0
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWH/ContainersBox/index.js +8 -0
- package/dist/src/desktop/layout/LayoutWH/LayoutWH.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWH/LayoutWH.js +31 -0
- package/dist/src/desktop/layout/LayoutWH/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWH/index.js +8 -0
- package/dist/src/mobile/components/BasicChatListItem/BasicChatListItem.js +4 -11
- package/package.json +1 -1
- package/release-note.md +8 -8
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
declare const lineIcons: {
|
|
3
|
+
readonly ic_analytics_search_tools: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
3
4
|
readonly ic_arrow_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
4
5
|
readonly ic_arrow_down_bold: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
5
6
|
readonly ic_arrow_left: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -40,6 +41,7 @@ declare const lineIcons: {
|
|
|
40
41
|
readonly ic_design_preference: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
41
42
|
readonly ic_developer: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
42
43
|
readonly ic_download: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
44
|
+
readonly ic_dynamic_layout: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
43
45
|
readonly ic_edit: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
44
46
|
readonly ic_editor: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
45
47
|
readonly ic_end: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -68,6 +70,7 @@ declare const lineIcons: {
|
|
|
68
70
|
readonly ic_minus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
69
71
|
readonly ic_open_page: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
70
72
|
readonly ic_order: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
73
|
+
readonly ic_pages: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
71
74
|
readonly ic_page_size_expand: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
72
75
|
readonly ic_page_size_reduce: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
73
76
|
readonly ic_papp: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -107,6 +110,30 @@ declare const lineIcons: {
|
|
|
107
110
|
readonly ic_requirement: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
108
111
|
readonly ic_sales: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
109
112
|
readonly ic_search: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
113
|
+
readonly ic_section_content_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
114
|
+
readonly ic_section_content_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
115
|
+
readonly ic_section_contents_carousel_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
116
|
+
readonly ic_section_contents_carousel_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
117
|
+
readonly ic_section_divider_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
118
|
+
readonly ic_section_divider_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
119
|
+
readonly ic_section_footer_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
120
|
+
readonly ic_section_footer_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
121
|
+
readonly ic_section_info_box_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
122
|
+
readonly ic_section_info_box_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
123
|
+
readonly ic_section_intro_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
124
|
+
readonly ic_section_intro_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
125
|
+
readonly ic_section_map_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
126
|
+
readonly ic_section_map_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
127
|
+
readonly ic_section_price_box_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
128
|
+
readonly ic_section_price_box_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
129
|
+
readonly ic_section_products_carousel_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
130
|
+
readonly ic_section_products_carousel_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
131
|
+
readonly ic_section_review_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
132
|
+
readonly ic_section_review_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
133
|
+
readonly ic_section_slider_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
134
|
+
readonly ic_section_slider_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
135
|
+
readonly ic_section_tab_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
136
|
+
readonly ic_section_tab_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
|
|
110
137
|
readonly ic_seller_info: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
111
138
|
readonly ic_seller_intro: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
112
139
|
readonly ic_seller_page: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -3,6 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var AnalyticsSearchTools_1 = __importDefault(require("./AnalyticsSearchTools"));
|
|
6
7
|
var ArrowDown_1 = __importDefault(require("./ArrowDown"));
|
|
7
8
|
var ArrowDownBold_1 = __importDefault(require("./ArrowDownBold"));
|
|
8
9
|
var ArrowLeft_1 = __importDefault(require("./ArrowLeft"));
|
|
@@ -43,6 +44,7 @@ var Dashboard_1 = __importDefault(require("./Dashboard"));
|
|
|
43
44
|
var DesignPreference_1 = __importDefault(require("./DesignPreference"));
|
|
44
45
|
var Developer_1 = __importDefault(require("./Developer"));
|
|
45
46
|
var Download_1 = __importDefault(require("./Download"));
|
|
47
|
+
var DynamicLayout_1 = __importDefault(require("./DynamicLayout"));
|
|
46
48
|
var Edit_1 = __importDefault(require("./Edit"));
|
|
47
49
|
var Editor_1 = __importDefault(require("./Editor"));
|
|
48
50
|
var End_1 = __importDefault(require("./End"));
|
|
@@ -71,6 +73,7 @@ var MicOn_1 = __importDefault(require("./MicOn"));
|
|
|
71
73
|
var MinusCircle_1 = __importDefault(require("./MinusCircle"));
|
|
72
74
|
var OpenPage_1 = __importDefault(require("./OpenPage"));
|
|
73
75
|
var Order_1 = __importDefault(require("./Order"));
|
|
76
|
+
var Pages_1 = __importDefault(require("./Pages"));
|
|
74
77
|
var PageSizeExpand_1 = __importDefault(require("./PageSizeExpand"));
|
|
75
78
|
var PageSizeReduce_1 = __importDefault(require("./PageSizeReduce"));
|
|
76
79
|
var Papp_1 = __importDefault(require("./Papp"));
|
|
@@ -110,6 +113,30 @@ var Report_1 = __importDefault(require("./Report"));
|
|
|
110
113
|
var Requirement_1 = __importDefault(require("./Requirement"));
|
|
111
114
|
var Sales_1 = __importDefault(require("./Sales"));
|
|
112
115
|
var Search_1 = __importDefault(require("./Search"));
|
|
116
|
+
var SectionContent32_1 = __importDefault(require("./SectionContent32"));
|
|
117
|
+
var SectionContent40_1 = __importDefault(require("./SectionContent40"));
|
|
118
|
+
var SectionContentsCarousel32_1 = __importDefault(require("./SectionContentsCarousel32"));
|
|
119
|
+
var SectionContentsCarousel40_1 = __importDefault(require("./SectionContentsCarousel40"));
|
|
120
|
+
var SectionDivider32_1 = __importDefault(require("./SectionDivider32"));
|
|
121
|
+
var SectionDivider40_1 = __importDefault(require("./SectionDivider40"));
|
|
122
|
+
var SectionFooter32_1 = __importDefault(require("./SectionFooter32"));
|
|
123
|
+
var SectionFooter40_1 = __importDefault(require("./SectionFooter40"));
|
|
124
|
+
var SectionInfoBox32_1 = __importDefault(require("./SectionInfoBox32"));
|
|
125
|
+
var SectionInfoBox40_1 = __importDefault(require("./SectionInfoBox40"));
|
|
126
|
+
var SectionIntro32_1 = __importDefault(require("./SectionIntro32"));
|
|
127
|
+
var SectionIntro40_1 = __importDefault(require("./SectionIntro40"));
|
|
128
|
+
var SectionMap32_1 = __importDefault(require("./SectionMap32"));
|
|
129
|
+
var SectionMap40_1 = __importDefault(require("./SectionMap40"));
|
|
130
|
+
var SectionPriceBox32_1 = __importDefault(require("./SectionPriceBox32"));
|
|
131
|
+
var SectionPriceBox40_1 = __importDefault(require("./SectionPriceBox40"));
|
|
132
|
+
var SectionProductsCarousel32_1 = __importDefault(require("./SectionProductsCarousel32"));
|
|
133
|
+
var SectionProductsCarousel40_1 = __importDefault(require("./SectionProductsCarousel40"));
|
|
134
|
+
var SectionReview32_1 = __importDefault(require("./SectionReview32"));
|
|
135
|
+
var SectionReview40_1 = __importDefault(require("./SectionReview40"));
|
|
136
|
+
var SectionSlider32_1 = __importDefault(require("./SectionSlider32"));
|
|
137
|
+
var SectionSlider40_1 = __importDefault(require("./SectionSlider40"));
|
|
138
|
+
var SectionTab32_1 = __importDefault(require("./SectionTab32"));
|
|
139
|
+
var SectionTab40_1 = __importDefault(require("./SectionTab40"));
|
|
113
140
|
var SellerInfo_1 = __importDefault(require("./SellerInfo"));
|
|
114
141
|
var SellerIntro_1 = __importDefault(require("./SellerIntro"));
|
|
115
142
|
var SellerPage_1 = __importDefault(require("./SellerPage"));
|
|
@@ -155,6 +182,7 @@ var Warning_1 = __importDefault(require("./Warning"));
|
|
|
155
182
|
var Weblink_1 = __importDefault(require("./Weblink"));
|
|
156
183
|
var Xmark_1 = __importDefault(require("./Xmark"));
|
|
157
184
|
var lineIcons = {
|
|
185
|
+
ic_analytics_search_tools: AnalyticsSearchTools_1.default,
|
|
158
186
|
ic_arrow_down: ArrowDown_1.default,
|
|
159
187
|
ic_arrow_down_bold: ArrowDownBold_1.default,
|
|
160
188
|
ic_arrow_left: ArrowLeft_1.default,
|
|
@@ -195,6 +223,7 @@ var lineIcons = {
|
|
|
195
223
|
ic_design_preference: DesignPreference_1.default,
|
|
196
224
|
ic_developer: Developer_1.default,
|
|
197
225
|
ic_download: Download_1.default,
|
|
226
|
+
ic_dynamic_layout: DynamicLayout_1.default,
|
|
198
227
|
ic_edit: Edit_1.default,
|
|
199
228
|
ic_editor: Editor_1.default,
|
|
200
229
|
ic_end: End_1.default,
|
|
@@ -223,6 +252,7 @@ var lineIcons = {
|
|
|
223
252
|
ic_minus_circle: MinusCircle_1.default,
|
|
224
253
|
ic_open_page: OpenPage_1.default,
|
|
225
254
|
ic_order: Order_1.default,
|
|
255
|
+
ic_pages: Pages_1.default,
|
|
226
256
|
ic_page_size_expand: PageSizeExpand_1.default,
|
|
227
257
|
ic_page_size_reduce: PageSizeReduce_1.default,
|
|
228
258
|
ic_papp: Papp_1.default,
|
|
@@ -262,6 +292,30 @@ var lineIcons = {
|
|
|
262
292
|
ic_requirement: Requirement_1.default,
|
|
263
293
|
ic_sales: Sales_1.default,
|
|
264
294
|
ic_search: Search_1.default,
|
|
295
|
+
ic_section_content_32: SectionContent32_1.default,
|
|
296
|
+
ic_section_content_40: SectionContent40_1.default,
|
|
297
|
+
ic_section_contents_carousel_32: SectionContentsCarousel32_1.default,
|
|
298
|
+
ic_section_contents_carousel_40: SectionContentsCarousel40_1.default,
|
|
299
|
+
ic_section_divider_32: SectionDivider32_1.default,
|
|
300
|
+
ic_section_divider_40: SectionDivider40_1.default,
|
|
301
|
+
ic_section_footer_32: SectionFooter32_1.default,
|
|
302
|
+
ic_section_footer_40: SectionFooter40_1.default,
|
|
303
|
+
ic_section_info_box_32: SectionInfoBox32_1.default,
|
|
304
|
+
ic_section_info_box_40: SectionInfoBox40_1.default,
|
|
305
|
+
ic_section_intro_32: SectionIntro32_1.default,
|
|
306
|
+
ic_section_intro_40: SectionIntro40_1.default,
|
|
307
|
+
ic_section_map_32: SectionMap32_1.default,
|
|
308
|
+
ic_section_map_40: SectionMap40_1.default,
|
|
309
|
+
ic_section_price_box_32: SectionPriceBox32_1.default,
|
|
310
|
+
ic_section_price_box_40: SectionPriceBox40_1.default,
|
|
311
|
+
ic_section_products_carousel_32: SectionProductsCarousel32_1.default,
|
|
312
|
+
ic_section_products_carousel_40: SectionProductsCarousel40_1.default,
|
|
313
|
+
ic_section_review_32: SectionReview32_1.default,
|
|
314
|
+
ic_section_review_40: SectionReview40_1.default,
|
|
315
|
+
ic_section_slider_32: SectionSlider32_1.default,
|
|
316
|
+
ic_section_slider_40: SectionSlider40_1.default,
|
|
317
|
+
ic_section_tab_32: SectionTab32_1.default,
|
|
318
|
+
ic_section_tab_40: SectionTab40_1.default,
|
|
265
319
|
ic_seller_info: SellerInfo_1.default,
|
|
266
320
|
ic_seller_intro: SellerIntro_1.default,
|
|
267
321
|
ic_seller_page: SellerPage_1.default,
|
|
@@ -221,5 +221,8 @@
|
|
|
221
221
|
"sys_widget_orange_01": "darkorange500",
|
|
222
222
|
"sys_text_warning_01": "darkorange500",
|
|
223
223
|
"sys_component_base_18": "darkgrey400",
|
|
224
|
-
"sys_cpnt_sheet_base_04": "darkblue500"
|
|
224
|
+
"sys_cpnt_sheet_base_04": "darkblue500",
|
|
225
|
+
"sys_cpnt_sheet_base_05": "grey950",
|
|
226
|
+
"sys_cpnt_sheet_base_06": "darkgreen500",
|
|
227
|
+
"sys_facebook": "facebookblue"
|
|
225
228
|
}
|
|
@@ -221,5 +221,8 @@
|
|
|
221
221
|
"sys_widget_orange_01": "orange500",
|
|
222
222
|
"sys_text_warning_01": "orange500",
|
|
223
223
|
"sys_component_base_18": "grey400",
|
|
224
|
-
"sys_cpnt_sheet_base_04": "blue500"
|
|
224
|
+
"sys_cpnt_sheet_base_04": "blue500",
|
|
225
|
+
"sys_cpnt_sheet_base_05": "grey950",
|
|
226
|
+
"sys_cpnt_sheet_base_06": "green500",
|
|
227
|
+
"sys_facebook": "facebookblue"
|
|
225
228
|
}
|
|
@@ -631,5 +631,13 @@
|
|
|
631
631
|
"ui_cpnt_calendar_text_today": "sys_widget_red_01",
|
|
632
632
|
"ui_cpnt_textlabel_sys_warning": "sys_text_warning_01",
|
|
633
633
|
"ui_cpnt_lottiereactionbutton_base_default": "sys_component_base_18",
|
|
634
|
-
"ui_cpnt_sheet_base_06": "sys_cpnt_sheet_base_04"
|
|
634
|
+
"ui_cpnt_sheet_base_06": "sys_cpnt_sheet_base_04",
|
|
635
|
+
"ui_cpnt_sheet_base_07": "sys_cpnt_sheet_base_05",
|
|
636
|
+
"ui_cpnt_sheet_base_08": "sys_cpnt_sheet_base_06",
|
|
637
|
+
"ui_cpnt_pagination_dot_01": "sys_widget_white",
|
|
638
|
+
"ui_cpnt_pagination_dot_02": "sys_cpnt_base_white_opacity50",
|
|
639
|
+
"ui_cpnt_pagination_dot_border": "sys_border_line_01",
|
|
640
|
+
"ui_63": "sys_facebook",
|
|
641
|
+
"ui_64": "sys_text_white",
|
|
642
|
+
"ui_cpnt_sheet_border_04": "sys_border_line_02"
|
|
635
643
|
}
|
|
@@ -1,84 +1,5 @@
|
|
|
1
1
|
declare const colorSet: {
|
|
2
|
-
readonly
|
|
3
|
-
blue500: string;
|
|
4
|
-
blue700: string;
|
|
5
|
-
blue300: string;
|
|
6
|
-
green700: string;
|
|
7
|
-
green500: string;
|
|
8
|
-
green300: string;
|
|
9
|
-
red500: string;
|
|
10
|
-
grey900: string;
|
|
11
|
-
grey500: string;
|
|
12
|
-
grey400: string;
|
|
13
|
-
grey100: string;
|
|
14
|
-
grey50: string;
|
|
15
|
-
white: string;
|
|
16
|
-
black: string;
|
|
17
|
-
darkblue500: string;
|
|
18
|
-
grey950: string;
|
|
19
|
-
darkgrey900: string;
|
|
20
|
-
darkgrey500: string;
|
|
21
|
-
darkgrey400: string;
|
|
22
|
-
darkgrey100: string;
|
|
23
|
-
darkgrey50: string;
|
|
24
|
-
darkred500: string;
|
|
25
|
-
darkgreen700: string;
|
|
26
|
-
orange500: string;
|
|
27
|
-
darkorange500: string;
|
|
28
|
-
opacity00: string;
|
|
29
|
-
opacity20: string;
|
|
30
|
-
opacity30: string;
|
|
31
|
-
opacity65: string;
|
|
32
|
-
darkgreen500: string;
|
|
33
|
-
grey70: string;
|
|
34
|
-
navy500: string;
|
|
35
|
-
lightgreen500: string;
|
|
36
|
-
pink500: string;
|
|
37
|
-
darkgrey70: string;
|
|
38
|
-
darknavy500: string;
|
|
39
|
-
darkpink500: string;
|
|
40
|
-
darklightgreen500: string;
|
|
41
|
-
opacity10: string;
|
|
42
|
-
grey600: string;
|
|
43
|
-
darkgrey600: string;
|
|
44
|
-
skyblue500: string;
|
|
45
|
-
skyblue300: string;
|
|
46
|
-
pink300: string;
|
|
47
|
-
lightpink500: string;
|
|
48
|
-
darkblue300: string;
|
|
49
|
-
darkblue700: string;
|
|
50
|
-
darkgreen300: string;
|
|
51
|
-
darkskyblue500: string;
|
|
52
|
-
navy100: string;
|
|
53
|
-
darknavy100: string;
|
|
54
|
-
opacity80: string;
|
|
55
|
-
opacity50: string;
|
|
56
|
-
grey30: string;
|
|
57
|
-
opacity95: string;
|
|
58
|
-
darkgrey30: string;
|
|
59
|
-
opacity40: string;
|
|
60
|
-
kakaoyellow: string;
|
|
61
|
-
pastelblue500: string;
|
|
62
|
-
pastelpink500: string;
|
|
63
|
-
pastelorange500: string;
|
|
64
|
-
pastelgreen500: string;
|
|
65
|
-
pastelpurple500: string;
|
|
66
|
-
darkpastelblue500: string;
|
|
67
|
-
darkpastelpink500: string;
|
|
68
|
-
darkpastelorange500: string;
|
|
69
|
-
darkpastelgreen500: string;
|
|
70
|
-
darkpastelpurple500: string;
|
|
71
|
-
green30: string;
|
|
72
|
-
darkgreen30: string;
|
|
73
|
-
orange50: string;
|
|
74
|
-
darkorange50: string;
|
|
75
|
-
orange30: string;
|
|
76
|
-
darkorange30: string;
|
|
77
|
-
green50: string;
|
|
78
|
-
darkgreen50: string;
|
|
79
|
-
opacity90: string;
|
|
80
|
-
};
|
|
81
|
-
readonly PaletteColor_light: {
|
|
2
|
+
readonly PaletteColor_Dark: {
|
|
82
3
|
sys_container_background_01: string;
|
|
83
4
|
sys_container_background_02: string;
|
|
84
5
|
sys_container_background_03: string;
|
|
@@ -302,8 +223,11 @@ declare const colorSet: {
|
|
|
302
223
|
sys_text_warning_01: string;
|
|
303
224
|
sys_component_base_18: string;
|
|
304
225
|
sys_cpnt_sheet_base_04: string;
|
|
226
|
+
sys_cpnt_sheet_base_05: string;
|
|
227
|
+
sys_cpnt_sheet_base_06: string;
|
|
228
|
+
sys_facebook: string;
|
|
305
229
|
};
|
|
306
|
-
readonly
|
|
230
|
+
readonly PaletteColor_light: {
|
|
307
231
|
sys_container_background_01: string;
|
|
308
232
|
sys_container_background_02: string;
|
|
309
233
|
sys_container_background_03: string;
|
|
@@ -527,6 +451,89 @@ declare const colorSet: {
|
|
|
527
451
|
sys_text_warning_01: string;
|
|
528
452
|
sys_component_base_18: string;
|
|
529
453
|
sys_cpnt_sheet_base_04: string;
|
|
454
|
+
sys_cpnt_sheet_base_05: string;
|
|
455
|
+
sys_cpnt_sheet_base_06: string;
|
|
456
|
+
sys_facebook: string;
|
|
457
|
+
};
|
|
458
|
+
readonly SemanticColor: {
|
|
459
|
+
blue500: string;
|
|
460
|
+
blue700: string;
|
|
461
|
+
blue300: string;
|
|
462
|
+
green700: string;
|
|
463
|
+
green500: string;
|
|
464
|
+
green300: string;
|
|
465
|
+
red500: string;
|
|
466
|
+
grey900: string;
|
|
467
|
+
grey500: string;
|
|
468
|
+
grey400: string;
|
|
469
|
+
grey100: string;
|
|
470
|
+
grey50: string;
|
|
471
|
+
white: string;
|
|
472
|
+
black: string;
|
|
473
|
+
darkblue500: string;
|
|
474
|
+
grey950: string;
|
|
475
|
+
darkgrey900: string;
|
|
476
|
+
darkgrey500: string;
|
|
477
|
+
darkgrey400: string;
|
|
478
|
+
darkgrey100: string;
|
|
479
|
+
darkgrey50: string;
|
|
480
|
+
darkred500: string;
|
|
481
|
+
darkgreen700: string;
|
|
482
|
+
orange500: string;
|
|
483
|
+
darkorange500: string;
|
|
484
|
+
opacity00: string;
|
|
485
|
+
opacity20: string;
|
|
486
|
+
opacity30: string;
|
|
487
|
+
opacity65: string;
|
|
488
|
+
darkgreen500: string;
|
|
489
|
+
grey70: string;
|
|
490
|
+
navy500: string;
|
|
491
|
+
lightgreen500: string;
|
|
492
|
+
pink500: string;
|
|
493
|
+
darkgrey70: string;
|
|
494
|
+
darknavy500: string;
|
|
495
|
+
darkpink500: string;
|
|
496
|
+
darklightgreen500: string;
|
|
497
|
+
opacity10: string;
|
|
498
|
+
grey600: string;
|
|
499
|
+
darkgrey600: string;
|
|
500
|
+
skyblue500: string;
|
|
501
|
+
skyblue300: string;
|
|
502
|
+
pink300: string;
|
|
503
|
+
lightpink500: string;
|
|
504
|
+
darkblue300: string;
|
|
505
|
+
darkblue700: string;
|
|
506
|
+
darkgreen300: string;
|
|
507
|
+
darkskyblue500: string;
|
|
508
|
+
navy100: string;
|
|
509
|
+
darknavy100: string;
|
|
510
|
+
opacity80: string;
|
|
511
|
+
opacity50: string;
|
|
512
|
+
grey30: string;
|
|
513
|
+
opacity95: string;
|
|
514
|
+
darkgrey30: string;
|
|
515
|
+
opacity40: string;
|
|
516
|
+
kakaoyellow: string;
|
|
517
|
+
pastelblue500: string;
|
|
518
|
+
pastelpink500: string;
|
|
519
|
+
pastelorange500: string;
|
|
520
|
+
pastelgreen500: string;
|
|
521
|
+
pastelpurple500: string;
|
|
522
|
+
darkpastelblue500: string;
|
|
523
|
+
darkpastelpink500: string;
|
|
524
|
+
darkpastelorange500: string;
|
|
525
|
+
darkpastelgreen500: string;
|
|
526
|
+
darkpastelpurple500: string;
|
|
527
|
+
green30: string;
|
|
528
|
+
darkgreen30: string;
|
|
529
|
+
orange50: string;
|
|
530
|
+
darkorange50: string;
|
|
531
|
+
orange30: string;
|
|
532
|
+
darkorange30: string;
|
|
533
|
+
green50: string;
|
|
534
|
+
darkgreen50: string;
|
|
535
|
+
opacity90: string;
|
|
536
|
+
facebookblue: string;
|
|
530
537
|
};
|
|
531
538
|
readonly UIColor: {
|
|
532
539
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1162,6 +1169,14 @@ declare const colorSet: {
|
|
|
1162
1169
|
ui_cpnt_textlabel_sys_warning: string;
|
|
1163
1170
|
ui_cpnt_lottiereactionbutton_base_default: string;
|
|
1164
1171
|
ui_cpnt_sheet_base_06: string;
|
|
1172
|
+
ui_cpnt_sheet_base_07: string;
|
|
1173
|
+
ui_cpnt_sheet_base_08: string;
|
|
1174
|
+
ui_cpnt_pagination_dot_01: string;
|
|
1175
|
+
ui_cpnt_pagination_dot_02: string;
|
|
1176
|
+
ui_cpnt_pagination_dot_border: string;
|
|
1177
|
+
ui_63: string;
|
|
1178
|
+
ui_64: string;
|
|
1179
|
+
ui_cpnt_sheet_border_04: string;
|
|
1165
1180
|
};
|
|
1166
1181
|
};
|
|
1167
1182
|
export default colorSet;
|
|
@@ -4,14 +4,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
|
-
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
|
-
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
7
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
8
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
|
+
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
|
-
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
12
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
13
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
+
SemanticColor: SemanticColor_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -632,4 +632,12 @@ export interface UITheme {
|
|
|
632
632
|
ui_cpnt_textlabel_sys_warning: string;
|
|
633
633
|
ui_cpnt_lottiereactionbutton_base_default: string;
|
|
634
634
|
ui_cpnt_sheet_base_06: string;
|
|
635
|
+
ui_cpnt_sheet_base_07: string;
|
|
636
|
+
ui_cpnt_sheet_base_08: string;
|
|
637
|
+
ui_cpnt_pagination_dot_01: string;
|
|
638
|
+
ui_cpnt_pagination_dot_02: string;
|
|
639
|
+
ui_cpnt_pagination_dot_border: string;
|
|
640
|
+
ui_63: string;
|
|
641
|
+
ui_64: string;
|
|
642
|
+
ui_cpnt_sheet_border_04: string;
|
|
635
643
|
}
|
|
@@ -50,7 +50,6 @@ function BasicChatListItem(_a) {
|
|
|
50
50
|
var titleText = _a.titleText, contentText = _a.contentText, _b = _a.leftImageMode, leftImageMode = _b === void 0 ? 'none' : _b, imageSrc = _a.imageSrc, _c = _a.hoverMode, hoverMode = _c === void 0 ? 'use' : _c, contextMenuOptionArray = _a.contextMenuOptionArray, onClickContextMenuItem = _a.onClickContextMenuItem, _d = _a.contextMenuState, contextMenuState = _d === void 0 ? 'normal' : _d, _e = _a.colorTheme, colorTheme = _e === void 0 ? 'subscriber' : _e;
|
|
51
51
|
var _f = (0, react_1.useState)(false), isContextMenuOpen = _f[0], setIsContextMenuOpen = _f[1];
|
|
52
52
|
var contextMenuRef = (0, react_1.useRef)(null);
|
|
53
|
-
var _g = (0, react_1.useState)(0), contentWidth = _g[0], setContentWidth = _g[1];
|
|
54
53
|
var chatBody = document.querySelector('#chatMessageBox');
|
|
55
54
|
var chatBodyRect = chatBody === null || chatBody === void 0 ? void 0 : chatBody.getBoundingClientRect();
|
|
56
55
|
/**
|
|
@@ -75,16 +74,13 @@ function BasicChatListItem(_a) {
|
|
|
75
74
|
}
|
|
76
75
|
setIsContextMenuOpen(false);
|
|
77
76
|
};
|
|
78
|
-
function getContentTextWidth(ref) {
|
|
79
|
-
setContentWidth(ref.getBoundingClientRect().width);
|
|
80
|
-
}
|
|
81
77
|
return (react_1.default.createElement(react_1.default.Fragment, null,
|
|
82
78
|
react_1.default.createElement(S_BasicChatListItem, { "x-pds-name": "BasicChatListItem", "x-pds-element-type": "component", "x-pds-device-type": "desktop", colorTheme: colorTheme },
|
|
83
79
|
leftImageMode === 'use' && (react_1.default.createElement(S_ImageViewWrapper, null,
|
|
84
80
|
react_1.default.createElement(hybrid_1.ImageView, { shapeType: "circular", ratio: "1_1", scaleType: "cover", src: imageSrc, width: "responsive" }))),
|
|
85
|
-
react_1.default.createElement(S_TitleTextWrapper,
|
|
81
|
+
react_1.default.createElement(S_TitleTextWrapper, null,
|
|
86
82
|
react_1.default.createElement(TextLabel_1.TextLabel, { text: titleText, styleTheme: "caption1Bold", wordBreak: "break_all", colorTheme: titleTextColors[colorTheme] })),
|
|
87
|
-
react_1.default.createElement(S_ContentTextWrapper,
|
|
83
|
+
react_1.default.createElement(S_ContentTextWrapper, null,
|
|
88
84
|
react_1.default.createElement(TextLabel_1.TextLabel, { text: contentText, styleTheme: "caption1Regular", colorTheme: colorTheme === 'subscriber_transparent' ? 'sysTextWhite' : 'sysTextPrimary', wordBreak: "break_all" })),
|
|
89
85
|
hoverMode === 'use' && (react_1.default.createElement(S_SeeMoreButton, { isContextMenuOpen: isContextMenuOpen, hoverMode: hoverMode, ref: contextMenuRef },
|
|
90
86
|
react_1.default.createElement(IconButton_1.IconButton, { fillType: "fill", baseSize: "xsmall", iconFillType: "fill", iconSize: 20, iconName: "ic_more", baseColorKey: "ui_cpnt_button_fill_base_transparent", iconColorKey: "ui_cpnt_button_icon_enabled", onClick: handleMoreButtonClick }))),
|
|
@@ -112,7 +108,7 @@ var S_ImageViewWrapper = styled_components_1.default.div(templateObject_2 || (te
|
|
|
112
108
|
var theme = _a.theme;
|
|
113
109
|
return theme.spacing.spacingB;
|
|
114
110
|
});
|
|
115
|
-
var S_ContentTextWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n flex:
|
|
111
|
+
var S_ContentTextWrapper = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n flex: 1;\n margin-left: ", ";\n"], ["\n flex: 1;\n margin-left: ", ";\n"])), function (_a) {
|
|
116
112
|
var theme = _a.theme;
|
|
117
113
|
return theme.spacing.spacingC;
|
|
118
114
|
});
|
|
@@ -126,9 +122,6 @@ var S_SeeMoreButton = styled_components_1.default.div(templateObject_4 || (templ
|
|
|
126
122
|
var hoverMode = _a.hoverMode;
|
|
127
123
|
return hoverMode === 'use' && '1';
|
|
128
124
|
});
|
|
129
|
-
var S_TitleTextWrapper = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n
|
|
130
|
-
var targetWidth = _a.targetWidth;
|
|
131
|
-
return targetWidth && targetWidth / 3 + "px";
|
|
132
|
-
});
|
|
125
|
+
var S_TitleTextWrapper = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n max-width: 120px;\n min-width: 56px;\n"], ["\n max-width: 120px;\n min-width: 56px;\n"])));
|
|
133
126
|
exports.default = BasicChatListItem;
|
|
134
127
|
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5;
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
import { LayoutWF } from './layout/LayoutWF';
|
|
2
2
|
import { ContainersBox as WFContainersBox } from './layout/LayoutWF/ContainersBox';
|
|
3
3
|
export { LayoutWF, WFContainersBox };
|
|
4
|
+
import { LayoutWH } from './layout/LayoutWH';
|
|
5
|
+
import { ContainersBox as WHContainersBox } from './layout/LayoutWH/ContainersBox';
|
|
6
|
+
export { LayoutWH, WHContainersBox };
|
|
4
7
|
import { LayoutWS } from './layout/LayoutWS';
|
|
5
8
|
import { GlobalMenuContainer as WSGlobalMenuContainer } from './layout/LayoutWS/Containers';
|
|
6
9
|
import { ContainersBox as WSContainersBox } from './layout/LayoutWS/ContainersBox';
|
|
@@ -2,27 +2,32 @@
|
|
|
2
2
|
/* eslint-disable import/order */
|
|
3
3
|
/* eslint-disable import/first */
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.
|
|
6
|
-
exports.D_SectionSheet = exports.D_DesktopHeadlessModal = exports.D_DesktopBasicModal = exports.D_ContentSheet = exports.D_AnnotationSheet = exports.D_UserDesktopSideTab = exports.D_UserDesktopTabBar = exports.D_UserDesktopNavBar = exports.D_UploadTextButton = void 0;
|
|
5
|
+
exports.D_TextLabel = exports.D_TextField = exports.D_TextButton = exports.D_StatusBlock = exports.D_ReactionButton = exports.D_Select = exports.D_Radio = exports.D_PageTitleTextGroup = exports.D_MainButton = exports.D_LottieReactionButton = exports.D_ImageSlide = exports.D_IconButton = exports.D_HorizontalFormGroup = exports.D_Hero = exports.D_FloatingActionButton = exports.D_FilterBar = exports.D_EditApplyTextField = exports.D_DynamicDesktopNavBarTemplates = exports.D_DynamicDesktopNavBar = exports.D_Dropdown = exports.D_DesktopTabBar = exports.D_DesktopHeaderBar = exports.D_DesktopAlertDialog = exports.D_ContextMenuItem = exports.D_ContextMenu = exports.D_Chip = exports.D_Checkbox = exports.D_ChatList = exports.D_ChatBubbleListItem = exports.D_CardList = exports.D_Card = exports.D_BodyTextGroup = exports.D_BlogTextField = exports.D_BasicListItem = exports.D_BasicList = exports.D_BasicFormGroup = exports.D_BasicChatListItem = exports.D_AdminListItem = exports.D_AdminListHeader = exports.D_AdminList = exports.WTContainersBox = exports.WTGlobalMenuContainer = exports.LayoutWT = exports.WSContainersBox = exports.WSGlobalMenuContainer = exports.LayoutWS = exports.WHContainersBox = exports.LayoutWH = exports.WFContainersBox = exports.LayoutWF = void 0;
|
|
6
|
+
exports.D_SectionSheet = exports.D_DesktopHeadlessModal = exports.D_DesktopBasicModal = exports.D_ContentSheet = exports.D_AnnotationSheet = exports.D_UserDesktopSideTab = exports.D_UserDesktopTabBar = exports.D_UserDesktopNavBar = exports.D_UploadTextButton = exports.D_UploadMainButton = exports.D_UploadIconButton = void 0;
|
|
7
7
|
// layoutWF
|
|
8
8
|
var LayoutWF_1 = require("./layout/LayoutWF");
|
|
9
9
|
Object.defineProperty(exports, "LayoutWF", { enumerable: true, get: function () { return LayoutWF_1.LayoutWF; } });
|
|
10
10
|
var ContainersBox_1 = require("./layout/LayoutWF/ContainersBox");
|
|
11
11
|
Object.defineProperty(exports, "WFContainersBox", { enumerable: true, get: function () { return ContainersBox_1.ContainersBox; } });
|
|
12
|
+
// layoutWH
|
|
13
|
+
var LayoutWH_1 = require("./layout/LayoutWH");
|
|
14
|
+
Object.defineProperty(exports, "LayoutWH", { enumerable: true, get: function () { return LayoutWH_1.LayoutWH; } });
|
|
15
|
+
var ContainersBox_2 = require("./layout/LayoutWH/ContainersBox");
|
|
16
|
+
Object.defineProperty(exports, "WHContainersBox", { enumerable: true, get: function () { return ContainersBox_2.ContainersBox; } });
|
|
12
17
|
// layoutWS
|
|
13
18
|
var LayoutWS_1 = require("./layout/LayoutWS");
|
|
14
19
|
Object.defineProperty(exports, "LayoutWS", { enumerable: true, get: function () { return LayoutWS_1.LayoutWS; } });
|
|
15
20
|
var Containers_1 = require("./layout/LayoutWS/Containers");
|
|
16
21
|
Object.defineProperty(exports, "WSGlobalMenuContainer", { enumerable: true, get: function () { return Containers_1.GlobalMenuContainer; } });
|
|
17
|
-
var
|
|
18
|
-
Object.defineProperty(exports, "WSContainersBox", { enumerable: true, get: function () { return
|
|
22
|
+
var ContainersBox_3 = require("./layout/LayoutWS/ContainersBox");
|
|
23
|
+
Object.defineProperty(exports, "WSContainersBox", { enumerable: true, get: function () { return ContainersBox_3.ContainersBox; } });
|
|
19
24
|
// layoutWT
|
|
20
25
|
var LayoutWT_1 = require("./layout/LayoutWT");
|
|
21
26
|
Object.defineProperty(exports, "LayoutWT", { enumerable: true, get: function () { return LayoutWT_1.LayoutWT; } });
|
|
22
27
|
var Containers_2 = require("./layout/LayoutWT/Containers");
|
|
23
28
|
Object.defineProperty(exports, "WTGlobalMenuContainer", { enumerable: true, get: function () { return Containers_2.GlobalMenuContainer; } });
|
|
24
|
-
var
|
|
25
|
-
Object.defineProperty(exports, "WTContainersBox", { enumerable: true, get: function () { return
|
|
29
|
+
var ContainersBox_4 = require("./layout/LayoutWT/ContainersBox");
|
|
30
|
+
Object.defineProperty(exports, "WTContainersBox", { enumerable: true, get: function () { return ContainersBox_4.ContainersBox; } });
|
|
26
31
|
// components
|
|
27
32
|
var components_1 = require("./components");
|
|
28
33
|
Object.defineProperty(exports, "D_AdminList", { enumerable: true, get: function () { return components_1.AdminList; } });
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type ContentsContainerProps = {
|
|
3
|
+
content1?: JSX.Element;
|
|
4
|
+
content2?: JSX.Element;
|
|
5
|
+
layoutType: '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';
|
|
6
|
+
containerColor?: string;
|
|
7
|
+
areaColor?: string;
|
|
8
|
+
isLoadingContainer1?: boolean;
|
|
9
|
+
isLoadingContainer2?: boolean;
|
|
10
|
+
};
|
|
11
|
+
declare const ContentsContainer: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2 }: ContentsContainerProps) => JSX.Element;
|
|
12
|
+
export default ContentsContainer;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var react_1 = __importDefault(require("react"));
|
|
7
|
+
var variation_1 = require("./variation");
|
|
8
|
+
var ContentsContainer = function (_a) {
|
|
9
|
+
var content1 = _a.content1, content2 = _a.content2, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2;
|
|
10
|
+
return (react_1.default.createElement(react_1.default.Fragment, null, {
|
|
11
|
+
WHA_1: (react_1.default.createElement(variation_1.WHA, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
|
|
12
|
+
WHB_1: (react_1.default.createElement(variation_1.WHB, { layoutType: "WHB_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
13
|
+
WHB_2: (react_1.default.createElement(variation_1.WHB, { layoutType: "WHB_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
14
|
+
WHB_3: (react_1.default.createElement(variation_1.WHB, { layoutType: "WHB_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
15
|
+
WHB_4: (react_1.default.createElement(variation_1.WHB, { layoutType: "WHB_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
16
|
+
WHB_5: (react_1.default.createElement(variation_1.WHB, { layoutType: "WHB_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
17
|
+
WHB_6: (react_1.default.createElement(variation_1.WHB, { layoutType: "WHB_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
18
|
+
WHC_1: (react_1.default.createElement(variation_1.WHC, { content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
|
|
19
|
+
WHD_1: (react_1.default.createElement(variation_1.WHD, { layoutType: "WHD_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
20
|
+
WHD_2: (react_1.default.createElement(variation_1.WHD, { layoutType: "WHD_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
21
|
+
WHD_3: (react_1.default.createElement(variation_1.WHD, { layoutType: "WHD_3", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
22
|
+
WHD_4: (react_1.default.createElement(variation_1.WHD, { layoutType: "WHD_4", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
23
|
+
WHD_5: (react_1.default.createElement(variation_1.WHD, { layoutType: "WHD_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
24
|
+
WHD_6: (react_1.default.createElement(variation_1.WHD, { layoutType: "WHD_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2 })),
|
|
25
|
+
WHE_1: (react_1.default.createElement(variation_1.WHE, { layoutType: "WHE_1", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 })),
|
|
26
|
+
WHE_2: (react_1.default.createElement(variation_1.WHE, { layoutType: "WHE_2", content1: content1, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1 }))
|
|
27
|
+
}[layoutType]));
|
|
28
|
+
};
|
|
29
|
+
exports.default = ContentsContainer;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ContentsContainer } from './ContentsContainer';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ContentsContainer = void 0;
|
|
7
|
+
var ContentsContainer_1 = require("./ContentsContainer");
|
|
8
|
+
Object.defineProperty(exports, "ContentsContainer", { enumerable: true, get: function () { return __importDefault(ContentsContainer_1).default; } });
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type WHAProps = {
|
|
3
|
+
content1?: JSX.Element;
|
|
4
|
+
containerColor?: string;
|
|
5
|
+
areaColor?: string;
|
|
6
|
+
isLoadingContainer1?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare const WHA: ({ content1, containerColor, areaColor, isLoadingContainer1 }: WHAProps) => JSX.Element;
|
|
9
|
+
export default WHA;
|