pds-dev-kit-web 1.8.6 → 1.8.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/common/assets/icons/fill/ArrowDown.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowDown.js +34 -0
- package/dist/src/common/assets/icons/fill/ArrowUp.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ArrowUp.js +34 -0
- package/dist/src/common/assets/icons/fill/ToggleDown.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ToggleDown.js +36 -0
- package/dist/src/common/assets/icons/fill/ToggleUp.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/ToggleUp.js +36 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/index.js +8 -0
- package/dist/src/common/assets/icons/line/Confetti.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Confetti.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceApp.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceApp.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceDesktop.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceDesktop.js +36 -0
- package/dist/src/common/assets/icons/line/DeviceMobile.d.ts +4 -0
- package/dist/src/common/assets/icons/line/DeviceMobile.js +34 -0
- package/dist/src/common/assets/icons/line/EditorLeftSide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/EditorLeftSide.js +34 -0
- package/dist/src/common/assets/icons/line/EditorRightSide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/EditorRightSide.js +34 -0
- package/dist/src/common/assets/icons/line/Mail.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Mail.js +36 -0
- package/dist/src/common/assets/icons/line/News.d.ts +4 -0
- package/dist/src/common/assets/icons/line/News.js +36 -0
- package/dist/src/common/assets/icons/line/Rocket.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Rocket.js +36 -0
- package/dist/src/common/assets/icons/line/VideoGuide.d.ts +4 -0
- package/dist/src/common/assets/icons/line/VideoGuide.js +36 -0
- package/dist/src/common/assets/icons/line/index.d.ts +10 -0
- package/dist/src/common/assets/icons/line/index.js +20 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +20 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +20 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +13 -1
- package/dist/src/common/styles/colorSet/UIColor.json +43 -4
- package/dist/src/common/styles/colorSet/index.d.ts +328 -239
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +39 -0
- package/dist/src/common/styles/index.d.ts +4 -0
- package/dist/src/common/styles/theme.d.ts +4 -0
- package/dist/src/common/styles/theme.js +4 -0
- package/dist/src/common/types/styled-components.d.ts +4 -0
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +2 -2
- package/dist/src/desktop/components/TextLabel/TextLabel.js +51 -40
- package/dist/src/hybrid/components/Icon/Icon.d.ts +1 -1
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +2 -2
- package/dist/src/mobile/components/TextLabel/TextLabel.js +47 -36
- package/dist/src/sub/DynamicLayout/components/Section/Section.js +9 -11
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +39 -4
- package/dist/src/sub/DynamicLayout/hooks/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/index.js +5 -0
- package/dist/src/sub/DynamicLayout/hooks/usePrevious/index.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/hooks/usePrevious/index.js +8 -0
- package/dist/src/sub/DynamicLayout/hooks/usePrevious/usePrevious.d.ts +15 -0
- package/dist/src/sub/DynamicLayout/hooks/usePrevious/usePrevious.js +25 -0
- package/dist/src/sub/DynamicLayout/sections/ContentsCarouselSection/ContentsCarouselSection.js +10 -2
- package/dist/src/sub/DynamicLayout/sections/ContentsSection/ContentsSection.js +10 -2
- package/dist/src/sub/DynamicLayout/sections/FooterSection/FooterSection.js +10 -2
- package/dist/src/sub/DynamicLayout/sections/InfoBoxSection/InfoBoxSection.js +10 -2
- package/dist/src/sub/DynamicLayout/sections/IntroSection/IntroSection.js +10 -2
- package/dist/storybook-static/{0.1e64cc00.iframe.bundle.d.ts → 0.a1562720.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{0.1e64cc00.iframe.bundle.js → 0.a1562720.iframe.bundle.js} +8 -8
- package/dist/storybook-static/{4.08a6743e.iframe.bundle.d.ts → 4.f6aa0ddb.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{4.08a6743e.iframe.bundle.js → 4.f6aa0ddb.iframe.bundle.js} +71 -71
- package/dist/storybook-static/{5.fd119510.iframe.bundle.d.ts → 5.45d40fc4.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{5.fd119510.iframe.bundle.js → 5.45d40fc4.iframe.bundle.js} +12 -12
- package/dist/storybook-static/{6.ed855029.iframe.bundle.d.ts → 6.c25f6d33.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{6.ed855029.iframe.bundle.js → 6.c25f6d33.iframe.bundle.js} +6 -6
- package/dist/storybook-static/{7.acdfc1e4.iframe.bundle.d.ts → 7.1fe04b11.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{7.acdfc1e4.iframe.bundle.js → 7.1fe04b11.iframe.bundle.js} +3 -3
- package/dist/storybook-static/main.ef70f048.iframe.bundle.d.ts +3121 -0
- package/dist/storybook-static/{main.3a848f92.iframe.bundle.js → main.ef70f048.iframe.bundle.js} +2016 -1734
- package/dist/storybook-static/{runtime~main.c94cafde.iframe.bundle.d.ts → runtime~main.549d38be.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{runtime~main.c94cafde.iframe.bundle.js → runtime~main.549d38be.iframe.bundle.js} +1 -1
- package/dist/storybook-static/{vendors~main.6ff7334c.iframe.bundle.d.ts → vendors~main.1bc2d8cb.iframe.bundle.d.ts} +0 -0
- package/dist/storybook-static/{vendors~main.6ff7334c.iframe.bundle.js → vendors~main.1bc2d8cb.iframe.bundle.js} +590 -590
- package/package.json +1 -1
- package/release-note.md +28 -7
- package/dist/storybook-static/main.3a848f92.iframe.bundle.d.ts +0 -1124
|
@@ -78,6 +78,276 @@ declare const colorSet: {
|
|
|
78
78
|
darkgreen50: string;
|
|
79
79
|
opacity90: string;
|
|
80
80
|
facebookblue: string;
|
|
81
|
+
opacity05: string;
|
|
82
|
+
opacity15: string;
|
|
83
|
+
grey80: string;
|
|
84
|
+
grey200: string;
|
|
85
|
+
darkgrey80: string;
|
|
86
|
+
darkgrey200: string;
|
|
87
|
+
opacity70: string;
|
|
88
|
+
opacity60: string;
|
|
89
|
+
skyblue100: string;
|
|
90
|
+
green100: string;
|
|
91
|
+
darkgreen100: string;
|
|
92
|
+
darkskyblue100: string;
|
|
93
|
+
};
|
|
94
|
+
readonly PaletteColor_Dark: {
|
|
95
|
+
sys_container_background_01: string;
|
|
96
|
+
sys_container_background_02: string;
|
|
97
|
+
sys_container_background_03: string;
|
|
98
|
+
sys_background_dimmed: string;
|
|
99
|
+
sys_text_grey_01: string;
|
|
100
|
+
sys_text_grey_02: string;
|
|
101
|
+
sys_text_grey_03: string;
|
|
102
|
+
sys_text_white: string;
|
|
103
|
+
sys_text_brand_primary: string;
|
|
104
|
+
sys_text_error_01: string;
|
|
105
|
+
sys_widget_grey_01: string;
|
|
106
|
+
sys_widget_grey_02: string;
|
|
107
|
+
sys_widget_grey_03: string;
|
|
108
|
+
sys_widget_primary_01: string;
|
|
109
|
+
sys_widget_error_01: string;
|
|
110
|
+
sys_widget_warning_01: string;
|
|
111
|
+
sys_widget_success_01: string;
|
|
112
|
+
sys_widget_white: string;
|
|
113
|
+
sys_border_area_01: string;
|
|
114
|
+
sys_border_line_01: string;
|
|
115
|
+
sys_border_line_02: string;
|
|
116
|
+
sys_border_line_03: string;
|
|
117
|
+
sys_border_line_04: string;
|
|
118
|
+
sys_border_line_05: string;
|
|
119
|
+
sys_component_base_01: string;
|
|
120
|
+
sys_component_base_02: string;
|
|
121
|
+
sys_component_base_03: string;
|
|
122
|
+
sys_component_base_red: string;
|
|
123
|
+
sys_component_base_white: string;
|
|
124
|
+
sys_component_base_white_opacity00: string;
|
|
125
|
+
sys_on_base_white_opacity00: string;
|
|
126
|
+
sys_on_base_white_opacity30: string;
|
|
127
|
+
sys_on_base_black_opacity20: string;
|
|
128
|
+
usr_brand_primary: string;
|
|
129
|
+
usr_brand_secondary: string;
|
|
130
|
+
usr_brand_secondary_variant: string;
|
|
131
|
+
usr_background: string;
|
|
132
|
+
usr_surface: string;
|
|
133
|
+
usr_border: string;
|
|
134
|
+
usr_on_brand_primary: string;
|
|
135
|
+
usr_on_brand_secondary: string;
|
|
136
|
+
usr_on_background: string;
|
|
137
|
+
usr_on_surface: string;
|
|
138
|
+
sys_widget_status_active_01: string;
|
|
139
|
+
sys_text_success_01: string;
|
|
140
|
+
sys_widget_grey_04: string;
|
|
141
|
+
sys_text_active: string;
|
|
142
|
+
sys_component_base_blue: string;
|
|
143
|
+
sys_on_base_black_opacity65: string;
|
|
144
|
+
sys_component_base_04: string;
|
|
145
|
+
sys_component_base_black: string;
|
|
146
|
+
sys_component_base_black_opacity00: string;
|
|
147
|
+
usr_text_brand_secondary_variant: string;
|
|
148
|
+
usr_text_brand_primary: string;
|
|
149
|
+
usr_text_brand_on_primary: string;
|
|
150
|
+
sys_text_brand_secondary_variant: string;
|
|
151
|
+
sys_component_base_navy: string;
|
|
152
|
+
sys_widget_lightgreen: string;
|
|
153
|
+
sys_border_line_06: string;
|
|
154
|
+
sys_background_dimmed_20: string;
|
|
155
|
+
sys_widget_pink: string;
|
|
156
|
+
sys_widget_primary_opacity20: string;
|
|
157
|
+
sys_widget_secondary_variant_01: string;
|
|
158
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
159
|
+
sys_temp_grey_01: string;
|
|
160
|
+
sys_temp_grey_02: string;
|
|
161
|
+
sys_temp_grey_03: string;
|
|
162
|
+
sys_temp_grey_04: string;
|
|
163
|
+
sys_temp_grey_05: string;
|
|
164
|
+
sys_temp_white: string;
|
|
165
|
+
sys_temp_primary_01: string;
|
|
166
|
+
sys_temp_secondary_01: string;
|
|
167
|
+
sys_temp_red: string;
|
|
168
|
+
sys_temp_white_opacity_00: string;
|
|
169
|
+
sys_temp_dimmed: string;
|
|
170
|
+
sys_temp_black: string;
|
|
171
|
+
sys_temp_primary_02: string;
|
|
172
|
+
sys_temp_primary_03: string;
|
|
173
|
+
sys_temp_secondary_02: string;
|
|
174
|
+
sys_temp_lightgreen_01: string;
|
|
175
|
+
sys_text_grey_04: string;
|
|
176
|
+
sys_papp_post_social_background: string;
|
|
177
|
+
sys_papp_post_notice_background: string;
|
|
178
|
+
sys_papp_post_free_background: string;
|
|
179
|
+
sys_papp_vod_background: string;
|
|
180
|
+
sys_papp_vodplus_background: string;
|
|
181
|
+
sys_papp_live_background: string;
|
|
182
|
+
sys_selcontrols_base_off_disabled: string;
|
|
183
|
+
sys_selcontrols_base_on_disabled: string;
|
|
184
|
+
sys_component_base_blue_opacity10: string;
|
|
185
|
+
sys_component_base_05: string;
|
|
186
|
+
sys_background_dimmed_65: string;
|
|
187
|
+
sys_temp_grey_06: string;
|
|
188
|
+
sys_on_base_white_opacity10: string;
|
|
189
|
+
sys_on_base_black_opacity10: string;
|
|
190
|
+
sys_component_base_05_opacity00: string;
|
|
191
|
+
sys_papp_post_notice_link: string;
|
|
192
|
+
sys_component_base_navy_light: string;
|
|
193
|
+
sys_component_base_orange: string;
|
|
194
|
+
sys_component_base_grey: string;
|
|
195
|
+
sys_component_base_black_opacity80: string;
|
|
196
|
+
sys_text_darkgrey_02: string;
|
|
197
|
+
sys_border_line_darktheme_01: string;
|
|
198
|
+
sys_border_line_darktheme_02: string;
|
|
199
|
+
sys_component_base_darktheme_01: string;
|
|
200
|
+
sys_component_base_darktheme_02: string;
|
|
201
|
+
sys_component_base_darktheme_03: string;
|
|
202
|
+
sys_text_grey_darktheme_01: string;
|
|
203
|
+
sys_text_grey_darktheme_02: string;
|
|
204
|
+
sys_text_grey_darktheme_03: string;
|
|
205
|
+
sys_widget_grey_darktheme_01: string;
|
|
206
|
+
sys_widget_grey_darktheme_02: string;
|
|
207
|
+
sys_widget_grey_darktheme_03: string;
|
|
208
|
+
sys_component_base_green: string;
|
|
209
|
+
sys_text_error_darktheme_01: string;
|
|
210
|
+
sys_border_line_darktheme_03: string;
|
|
211
|
+
sys_border_line_darktheme_04: string;
|
|
212
|
+
usr_widget_brand_primary_darktheme_01: string;
|
|
213
|
+
usr_text_brand_primary_darktheme_01: string;
|
|
214
|
+
sys_component_base_black_opacity50: string;
|
|
215
|
+
sys_component_base_card: string;
|
|
216
|
+
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
217
|
+
sys_widget_green_01: string;
|
|
218
|
+
sys_component_base_black_opacity30: string;
|
|
219
|
+
sys_area_background: string;
|
|
220
|
+
sys_border_white_opacity30: string;
|
|
221
|
+
sys_container_background_wt: string;
|
|
222
|
+
sys_channeldesc_grey_03: string;
|
|
223
|
+
sys_channeldesc_border_grey_03: string;
|
|
224
|
+
sys_gradient_base_01: string;
|
|
225
|
+
sys_gradient_base_01_opacity00: string;
|
|
226
|
+
sys_channeldesc_background: string;
|
|
227
|
+
sys_channeldesc_bottomsheet_base: string;
|
|
228
|
+
sys_channeldesc_bottomsheet_border: string;
|
|
229
|
+
sys_channeldesc_contents_base: string;
|
|
230
|
+
sys_channeldesc_dimmed: string;
|
|
231
|
+
sys_gradient_base_01_opacity50: string;
|
|
232
|
+
sys_gradient_base_01_opacity75: string;
|
|
233
|
+
sys_gradient_base_01_opacity40: string;
|
|
234
|
+
sys_widget_black: string;
|
|
235
|
+
usr_temp_primary_01: string;
|
|
236
|
+
sys_cpnt_sheet_base_02_opacity50: string;
|
|
237
|
+
usr_menu_primarymenu_main: string;
|
|
238
|
+
usr_menu_primarymenu_sub: string;
|
|
239
|
+
usr_menu_secondarymenu_main: string;
|
|
240
|
+
usr_menu_secondarymenu_sub: string;
|
|
241
|
+
usr_menu_hover: string;
|
|
242
|
+
usr_menu_active: string;
|
|
243
|
+
usr_menu_background: string;
|
|
244
|
+
sys_cpnt_base_white_opacity50: string;
|
|
245
|
+
sys_widget_dark_01: string;
|
|
246
|
+
usr_menu_background_gradient_opacity00: string;
|
|
247
|
+
sys_border_line_white: string;
|
|
248
|
+
sys_component_base_white_opacity10: string;
|
|
249
|
+
sys_cpnt_sheet_base_01: string;
|
|
250
|
+
sys_component_base_white_opacity20: string;
|
|
251
|
+
sys_border_line_07: string;
|
|
252
|
+
sys_border_line_white_opacity50: string;
|
|
253
|
+
sys_background_dimmed_02: string;
|
|
254
|
+
sys_border_line_08: string;
|
|
255
|
+
sys_component_base_06: string;
|
|
256
|
+
sys_component_base_07: string;
|
|
257
|
+
sys_border_line_09: string;
|
|
258
|
+
sys_component_base_darktheme_04: string;
|
|
259
|
+
sys_border_line_10: string;
|
|
260
|
+
sys_component_base_darktheme_05: string;
|
|
261
|
+
sys_border_line_darktheme_05: string;
|
|
262
|
+
sys_component_base_darktheme_06: string;
|
|
263
|
+
sys_border_line_darktheme_06: string;
|
|
264
|
+
sys_border_line_darktheme_07: string;
|
|
265
|
+
sys_border_line_11: string;
|
|
266
|
+
sys_base_dimmed_01: string;
|
|
267
|
+
sys_kakao: string;
|
|
268
|
+
sys_border_line_12: string;
|
|
269
|
+
sys_component_base_08: string;
|
|
270
|
+
sys_text_social_login_01: string;
|
|
271
|
+
sys_text_social_login_02: string;
|
|
272
|
+
sys_papp_livechat_link: string;
|
|
273
|
+
sys_text_lighttone_grey_01: string;
|
|
274
|
+
sys_widget_lighttone_primary_01: string;
|
|
275
|
+
sys_text_lighttone_grey_02: string;
|
|
276
|
+
sys_component_base_09: string;
|
|
277
|
+
sys_component_base_darktheme_opacity20: string;
|
|
278
|
+
sys_component_base_darktheme_disabled_opacity20: string;
|
|
279
|
+
sys_border_white_opacity00: string;
|
|
280
|
+
sys_border_line_darktheme_07_opacity00: string;
|
|
281
|
+
sys_border_line_darktheme_02_opacity20: string;
|
|
282
|
+
sys_border_line_darktheme_03_opacity20: string;
|
|
283
|
+
sys_border_line_darktheme_07_opacity20: string;
|
|
284
|
+
sys_component_base_grey_02_opacity80: string;
|
|
285
|
+
sys_component_base_10: string;
|
|
286
|
+
sys_component_pastel_base_01: string;
|
|
287
|
+
sys_component_pastel_base_02: string;
|
|
288
|
+
sys_component_pastel_base_03: string;
|
|
289
|
+
sys_component_pastel_base_04: string;
|
|
290
|
+
sys_component_pastel_base_05: string;
|
|
291
|
+
sys_component_base_11: string;
|
|
292
|
+
sys_loading_skeleton_01: string;
|
|
293
|
+
sys_loading_skeleton_02: string;
|
|
294
|
+
sys_loading_linear_bar: string;
|
|
295
|
+
sys_loading_linear_base: string;
|
|
296
|
+
sys_loading_three_bar: string;
|
|
297
|
+
sys_widget_grey_05: string;
|
|
298
|
+
sys_menu_background_transparent: string;
|
|
299
|
+
sys_container_background_04: string;
|
|
300
|
+
sys_menu_button_base: string;
|
|
301
|
+
sys_background_dimmed_03: string;
|
|
302
|
+
sys_cpnt_sheet_base_03: string;
|
|
303
|
+
sys_dimmed_gradient_01: string;
|
|
304
|
+
sys_dimmed_gradient_02: string;
|
|
305
|
+
sys_border_line_13: string;
|
|
306
|
+
sys_component_base_12: string;
|
|
307
|
+
sys_border_line_14: string;
|
|
308
|
+
sys_component_base_13: string;
|
|
309
|
+
sys_component_base_14: string;
|
|
310
|
+
sys_component_base_15: string;
|
|
311
|
+
sys_component_base_16: string;
|
|
312
|
+
sys_component_base_17: string;
|
|
313
|
+
sys_widget_red_01: string;
|
|
314
|
+
sys_widget_orange_01: string;
|
|
315
|
+
sys_text_warning_01: string;
|
|
316
|
+
sys_component_base_18: string;
|
|
317
|
+
sys_cpnt_sheet_base_04: string;
|
|
318
|
+
sys_cpnt_sheet_base_05: string;
|
|
319
|
+
sys_cpnt_sheet_base_06: string;
|
|
320
|
+
sys_facebook: string;
|
|
321
|
+
sys_component_base_19: string;
|
|
322
|
+
sys_cpnt_pagination_dot_01: string;
|
|
323
|
+
sys_cpnt_pagination_dot_02: string;
|
|
324
|
+
sys_component_base_white_opacity50: string;
|
|
325
|
+
sys_component_base_20: string;
|
|
326
|
+
sys_component_base_22: string;
|
|
327
|
+
sys_component_base_21: string;
|
|
328
|
+
sys_component_border_white_opacity20: string;
|
|
329
|
+
sys_component_base_23: string;
|
|
330
|
+
sys_component_base_darkgreen: string;
|
|
331
|
+
sys_component_base_24: string;
|
|
332
|
+
sys_border_line_15: string;
|
|
333
|
+
sys_border_line_16: string;
|
|
334
|
+
sys_component_base_hover_01: string;
|
|
335
|
+
sys_component_on_base_01: string;
|
|
336
|
+
sys_component_on_base_02: string;
|
|
337
|
+
sys_component_on_base_03: string;
|
|
338
|
+
sys_component_on_base_04: string;
|
|
339
|
+
sys_component_on_base_05: string;
|
|
340
|
+
sys_component_base_hover_02: string;
|
|
341
|
+
sys_component_base_pressed_01: string;
|
|
342
|
+
sys_widget_white_02: string;
|
|
343
|
+
sys_component_base_hover_03: string;
|
|
344
|
+
sys_component_base_pressed_02: string;
|
|
345
|
+
sys_component_base_25: string;
|
|
346
|
+
sys_editor_base_pages: string;
|
|
347
|
+
sys_editor_base_papp: string;
|
|
348
|
+
sys_text_black: string;
|
|
349
|
+
sys_component_base_26: string;
|
|
350
|
+
sys_component_base_27: string;
|
|
81
351
|
};
|
|
82
352
|
readonly PaletteColor_light: {
|
|
83
353
|
sys_container_background_01: string;
|
|
@@ -317,6 +587,25 @@ declare const colorSet: {
|
|
|
317
587
|
sys_component_base_23: string;
|
|
318
588
|
sys_component_base_darkgreen: string;
|
|
319
589
|
sys_component_base_24: string;
|
|
590
|
+
sys_border_line_15: string;
|
|
591
|
+
sys_border_line_16: string;
|
|
592
|
+
sys_component_base_hover_01: string;
|
|
593
|
+
sys_component_on_base_01: string;
|
|
594
|
+
sys_component_on_base_02: string;
|
|
595
|
+
sys_component_on_base_03: string;
|
|
596
|
+
sys_component_on_base_04: string;
|
|
597
|
+
sys_component_on_base_05: string;
|
|
598
|
+
sys_component_base_hover_02: string;
|
|
599
|
+
sys_component_base_pressed_01: string;
|
|
600
|
+
sys_widget_white_02: string;
|
|
601
|
+
sys_component_base_hover_03: string;
|
|
602
|
+
sys_component_base_pressed_02: string;
|
|
603
|
+
sys_component_base_25: string;
|
|
604
|
+
sys_editor_base_pages: string;
|
|
605
|
+
sys_editor_base_papp: string;
|
|
606
|
+
sys_text_black: string;
|
|
607
|
+
sys_component_base_26: string;
|
|
608
|
+
sys_component_base_27: string;
|
|
320
609
|
};
|
|
321
610
|
readonly UIColor: {
|
|
322
611
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -973,245 +1262,45 @@ declare const colorSet: {
|
|
|
973
1262
|
ui_68: string;
|
|
974
1263
|
ui_69: string;
|
|
975
1264
|
ui_cpnt_divider_white_02: string;
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
usr_surface: string;
|
|
1016
|
-
usr_border: string;
|
|
1017
|
-
usr_on_brand_primary: string;
|
|
1018
|
-
usr_on_brand_secondary: string;
|
|
1019
|
-
usr_on_background: string;
|
|
1020
|
-
usr_on_surface: string;
|
|
1021
|
-
sys_widget_status_active_01: string;
|
|
1022
|
-
sys_text_success_01: string;
|
|
1023
|
-
sys_widget_grey_04: string;
|
|
1024
|
-
sys_text_active: string;
|
|
1025
|
-
sys_component_base_blue: string;
|
|
1026
|
-
sys_on_base_black_opacity65: string;
|
|
1027
|
-
sys_component_base_04: string;
|
|
1028
|
-
sys_component_base_black: string;
|
|
1029
|
-
sys_component_base_black_opacity00: string;
|
|
1030
|
-
usr_text_brand_secondary_variant: string;
|
|
1031
|
-
usr_text_brand_primary: string;
|
|
1032
|
-
usr_text_brand_on_primary: string;
|
|
1033
|
-
sys_text_brand_secondary_variant: string;
|
|
1034
|
-
sys_component_base_navy: string;
|
|
1035
|
-
sys_widget_lightgreen: string;
|
|
1036
|
-
sys_border_line_06: string;
|
|
1037
|
-
sys_background_dimmed_20: string;
|
|
1038
|
-
sys_widget_pink: string;
|
|
1039
|
-
sys_widget_primary_opacity20: string;
|
|
1040
|
-
sys_widget_secondary_variant_01: string;
|
|
1041
|
-
usr_component_base_brand_primary_opacity10: string;
|
|
1042
|
-
sys_temp_grey_01: string;
|
|
1043
|
-
sys_temp_grey_02: string;
|
|
1044
|
-
sys_temp_grey_03: string;
|
|
1045
|
-
sys_temp_grey_04: string;
|
|
1046
|
-
sys_temp_grey_05: string;
|
|
1047
|
-
sys_temp_white: string;
|
|
1048
|
-
sys_temp_primary_01: string;
|
|
1049
|
-
sys_temp_secondary_01: string;
|
|
1050
|
-
sys_temp_red: string;
|
|
1051
|
-
sys_temp_white_opacity_00: string;
|
|
1052
|
-
sys_temp_dimmed: string;
|
|
1053
|
-
sys_temp_black: string;
|
|
1054
|
-
sys_temp_primary_02: string;
|
|
1055
|
-
sys_temp_primary_03: string;
|
|
1056
|
-
sys_temp_secondary_02: string;
|
|
1057
|
-
sys_temp_lightgreen_01: string;
|
|
1058
|
-
sys_text_grey_04: string;
|
|
1059
|
-
sys_papp_post_social_background: string;
|
|
1060
|
-
sys_papp_post_notice_background: string;
|
|
1061
|
-
sys_papp_post_free_background: string;
|
|
1062
|
-
sys_papp_vod_background: string;
|
|
1063
|
-
sys_papp_vodplus_background: string;
|
|
1064
|
-
sys_papp_live_background: string;
|
|
1065
|
-
sys_selcontrols_base_off_disabled: string;
|
|
1066
|
-
sys_selcontrols_base_on_disabled: string;
|
|
1067
|
-
sys_component_base_blue_opacity10: string;
|
|
1068
|
-
sys_component_base_05: string;
|
|
1069
|
-
sys_background_dimmed_65: string;
|
|
1070
|
-
sys_temp_grey_06: string;
|
|
1071
|
-
sys_on_base_white_opacity10: string;
|
|
1072
|
-
sys_on_base_black_opacity10: string;
|
|
1073
|
-
sys_component_base_05_opacity00: string;
|
|
1074
|
-
sys_papp_post_notice_link: string;
|
|
1075
|
-
sys_component_base_navy_light: string;
|
|
1076
|
-
sys_component_base_orange: string;
|
|
1077
|
-
sys_component_base_grey: string;
|
|
1078
|
-
sys_component_base_black_opacity80: string;
|
|
1079
|
-
sys_text_darkgrey_02: string;
|
|
1080
|
-
sys_border_line_darktheme_01: string;
|
|
1081
|
-
sys_border_line_darktheme_02: string;
|
|
1082
|
-
sys_component_base_darktheme_01: string;
|
|
1083
|
-
sys_component_base_darktheme_02: string;
|
|
1084
|
-
sys_component_base_darktheme_03: string;
|
|
1085
|
-
sys_text_grey_darktheme_01: string;
|
|
1086
|
-
sys_text_grey_darktheme_02: string;
|
|
1087
|
-
sys_text_grey_darktheme_03: string;
|
|
1088
|
-
sys_widget_grey_darktheme_01: string;
|
|
1089
|
-
sys_widget_grey_darktheme_02: string;
|
|
1090
|
-
sys_widget_grey_darktheme_03: string;
|
|
1091
|
-
sys_component_base_green: string;
|
|
1092
|
-
sys_text_error_darktheme_01: string;
|
|
1093
|
-
sys_border_line_darktheme_03: string;
|
|
1094
|
-
sys_border_line_darktheme_04: string;
|
|
1095
|
-
usr_widget_brand_primary_darktheme_01: string;
|
|
1096
|
-
usr_text_brand_primary_darktheme_01: string;
|
|
1097
|
-
sys_component_base_black_opacity50: string;
|
|
1098
|
-
sys_component_base_card: string;
|
|
1099
|
-
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
1100
|
-
sys_widget_green_01: string;
|
|
1101
|
-
sys_component_base_black_opacity30: string;
|
|
1102
|
-
sys_area_background: string;
|
|
1103
|
-
sys_border_white_opacity30: string;
|
|
1104
|
-
sys_container_background_wt: string;
|
|
1105
|
-
sys_channeldesc_grey_03: string;
|
|
1106
|
-
sys_channeldesc_border_grey_03: string;
|
|
1107
|
-
sys_gradient_base_01: string;
|
|
1108
|
-
sys_gradient_base_01_opacity00: string;
|
|
1109
|
-
sys_channeldesc_background: string;
|
|
1110
|
-
sys_channeldesc_bottomsheet_base: string;
|
|
1111
|
-
sys_channeldesc_bottomsheet_border: string;
|
|
1112
|
-
sys_channeldesc_contents_base: string;
|
|
1113
|
-
sys_channeldesc_dimmed: string;
|
|
1114
|
-
sys_gradient_base_01_opacity50: string;
|
|
1115
|
-
sys_gradient_base_01_opacity75: string;
|
|
1116
|
-
sys_gradient_base_01_opacity40: string;
|
|
1117
|
-
sys_widget_black: string;
|
|
1118
|
-
usr_temp_primary_01: string;
|
|
1119
|
-
sys_cpnt_sheet_base_02_opacity50: string;
|
|
1120
|
-
usr_menu_primarymenu_main: string;
|
|
1121
|
-
usr_menu_primarymenu_sub: string;
|
|
1122
|
-
usr_menu_secondarymenu_main: string;
|
|
1123
|
-
usr_menu_secondarymenu_sub: string;
|
|
1124
|
-
usr_menu_hover: string;
|
|
1125
|
-
usr_menu_active: string;
|
|
1126
|
-
usr_menu_background: string;
|
|
1127
|
-
sys_cpnt_base_white_opacity50: string;
|
|
1128
|
-
sys_widget_dark_01: string;
|
|
1129
|
-
usr_menu_background_gradient_opacity00: string;
|
|
1130
|
-
sys_border_line_white: string;
|
|
1131
|
-
sys_component_base_white_opacity10: string;
|
|
1132
|
-
sys_cpnt_sheet_base_01: string;
|
|
1133
|
-
sys_component_base_white_opacity20: string;
|
|
1134
|
-
sys_border_line_07: string;
|
|
1135
|
-
sys_border_line_white_opacity50: string;
|
|
1136
|
-
sys_background_dimmed_02: string;
|
|
1137
|
-
sys_border_line_08: string;
|
|
1138
|
-
sys_component_base_06: string;
|
|
1139
|
-
sys_component_base_07: string;
|
|
1140
|
-
sys_border_line_09: string;
|
|
1141
|
-
sys_component_base_darktheme_04: string;
|
|
1142
|
-
sys_border_line_10: string;
|
|
1143
|
-
sys_component_base_darktheme_05: string;
|
|
1144
|
-
sys_border_line_darktheme_05: string;
|
|
1145
|
-
sys_component_base_darktheme_06: string;
|
|
1146
|
-
sys_border_line_darktheme_06: string;
|
|
1147
|
-
sys_border_line_darktheme_07: string;
|
|
1148
|
-
sys_border_line_11: string;
|
|
1149
|
-
sys_base_dimmed_01: string;
|
|
1150
|
-
sys_kakao: string;
|
|
1151
|
-
sys_border_line_12: string;
|
|
1152
|
-
sys_component_base_08: string;
|
|
1153
|
-
sys_text_social_login_01: string;
|
|
1154
|
-
sys_text_social_login_02: string;
|
|
1155
|
-
sys_papp_livechat_link: string;
|
|
1156
|
-
sys_text_lighttone_grey_01: string;
|
|
1157
|
-
sys_widget_lighttone_primary_01: string;
|
|
1158
|
-
sys_text_lighttone_grey_02: string;
|
|
1159
|
-
sys_component_base_09: string;
|
|
1160
|
-
sys_component_base_darktheme_opacity20: string;
|
|
1161
|
-
sys_component_base_darktheme_disabled_opacity20: string;
|
|
1162
|
-
sys_border_white_opacity00: string;
|
|
1163
|
-
sys_border_line_darktheme_07_opacity00: string;
|
|
1164
|
-
sys_border_line_darktheme_02_opacity20: string;
|
|
1165
|
-
sys_border_line_darktheme_03_opacity20: string;
|
|
1166
|
-
sys_border_line_darktheme_07_opacity20: string;
|
|
1167
|
-
sys_component_base_grey_02_opacity80: string;
|
|
1168
|
-
sys_component_base_10: string;
|
|
1169
|
-
sys_component_pastel_base_01: string;
|
|
1170
|
-
sys_component_pastel_base_02: string;
|
|
1171
|
-
sys_component_pastel_base_03: string;
|
|
1172
|
-
sys_component_pastel_base_04: string;
|
|
1173
|
-
sys_component_pastel_base_05: string;
|
|
1174
|
-
sys_component_base_11: string;
|
|
1175
|
-
sys_loading_skeleton_01: string;
|
|
1176
|
-
sys_loading_skeleton_02: string;
|
|
1177
|
-
sys_loading_linear_bar: string;
|
|
1178
|
-
sys_loading_linear_base: string;
|
|
1179
|
-
sys_loading_three_bar: string;
|
|
1180
|
-
sys_widget_grey_05: string;
|
|
1181
|
-
sys_menu_background_transparent: string;
|
|
1182
|
-
sys_container_background_04: string;
|
|
1183
|
-
sys_menu_button_base: string;
|
|
1184
|
-
sys_background_dimmed_03: string;
|
|
1185
|
-
sys_cpnt_sheet_base_03: string;
|
|
1186
|
-
sys_dimmed_gradient_01: string;
|
|
1187
|
-
sys_dimmed_gradient_02: string;
|
|
1188
|
-
sys_border_line_13: string;
|
|
1189
|
-
sys_component_base_12: string;
|
|
1190
|
-
sys_border_line_14: string;
|
|
1191
|
-
sys_component_base_13: string;
|
|
1192
|
-
sys_component_base_14: string;
|
|
1193
|
-
sys_component_base_15: string;
|
|
1194
|
-
sys_component_base_16: string;
|
|
1195
|
-
sys_component_base_17: string;
|
|
1196
|
-
sys_widget_red_01: string;
|
|
1197
|
-
sys_widget_orange_01: string;
|
|
1198
|
-
sys_text_warning_01: string;
|
|
1199
|
-
sys_component_base_18: string;
|
|
1200
|
-
sys_cpnt_sheet_base_04: string;
|
|
1201
|
-
sys_cpnt_sheet_base_05: string;
|
|
1202
|
-
sys_cpnt_sheet_base_06: string;
|
|
1203
|
-
sys_facebook: string;
|
|
1204
|
-
sys_component_base_19: string;
|
|
1205
|
-
sys_cpnt_pagination_dot_01: string;
|
|
1206
|
-
sys_cpnt_pagination_dot_02: string;
|
|
1207
|
-
sys_component_base_white_opacity50: string;
|
|
1208
|
-
sys_component_base_20: string;
|
|
1209
|
-
sys_component_base_22: string;
|
|
1210
|
-
sys_component_base_21: string;
|
|
1211
|
-
sys_component_border_white_opacity20: string;
|
|
1212
|
-
sys_component_base_23: string;
|
|
1213
|
-
sys_component_base_darkgreen: string;
|
|
1214
|
-
sys_component_base_24: string;
|
|
1265
|
+
ui_cpnt_list_chatbubble_base_brand_primary: string;
|
|
1266
|
+
ui_cpnt_list_chatbubble_base_grey: string;
|
|
1267
|
+
ui_cpnt_list_chatbubble_base_translucent_white: string;
|
|
1268
|
+
ui_cpnt_list_chatbubble_base_translucent_black: string;
|
|
1269
|
+
ui_avatar_border_translucent_white: string;
|
|
1270
|
+
ui_avatar_border_translucent_black: string;
|
|
1271
|
+
ui_cpnt_textfield_base_hover: string;
|
|
1272
|
+
ui_cpnt_textfield_base_pressed: string;
|
|
1273
|
+
ui_cpnt_button_secondary_on_base_hover: string;
|
|
1274
|
+
ui_cpnt_button_secondary_on_base_pressed: string;
|
|
1275
|
+
ui_cpnt_select_base_hover: string;
|
|
1276
|
+
ui_cpnt_select_base_pressed: string;
|
|
1277
|
+
ui_cpnt_dropdown_base_hover: string;
|
|
1278
|
+
ui_cpnt_dropdown_base_pressed: string;
|
|
1279
|
+
ui_cpnt_sheet_base_09: string;
|
|
1280
|
+
ui_wizard_pagemenucontainer_background: string;
|
|
1281
|
+
ui_stepcontainer_background: string;
|
|
1282
|
+
ui_wizard_contentscontainer01_background: string;
|
|
1283
|
+
ui_wizard_contentscontainer02_background: string;
|
|
1284
|
+
ui_70: string;
|
|
1285
|
+
ui_cpnt_button_primary_variation_base_enabled: string;
|
|
1286
|
+
ui_cpnt_button_text_secondary_variation_disabled: string;
|
|
1287
|
+
ui_cpnt_button_icon_secondary_variation_disabled: string;
|
|
1288
|
+
ui_cpnt_button_secondary_variation_base_default: string;
|
|
1289
|
+
ui_cpnt_button_secondary_variation_base_hover: string;
|
|
1290
|
+
ui_cpnt_button_secondary_variation_base_pressed: string;
|
|
1291
|
+
ui_editor_base_pages: string;
|
|
1292
|
+
ui_editor_base_papp: string;
|
|
1293
|
+
ui_container_scroll: string;
|
|
1294
|
+
ui_pages_section_dimmed: string;
|
|
1295
|
+
ui_71: string;
|
|
1296
|
+
ui_cpnt_textlabel_sys_black: string;
|
|
1297
|
+
ui_cpnt_sheet_base_10: string;
|
|
1298
|
+
ui_cpnt_sheet_base_11: string;
|
|
1299
|
+
ui_72: string;
|
|
1300
|
+
ui_73: string;
|
|
1301
|
+
ui_cpnt_sidebar_listitem_base_hover: string;
|
|
1302
|
+
ui_avatar_border_brandprimary: string;
|
|
1303
|
+
ui_avatar_border: string;
|
|
1215
1304
|
};
|
|
1216
1305
|
};
|
|
1217
1306
|
export default colorSet;
|
|
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
|
+
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
8
9
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
10
|
-
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
13
14
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
-
UIColor: UIColor_json_1.default
|
|
15
|
-
PaletteColor_Dark: PaletteColor_Dark_json_1.default
|
|
15
|
+
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -653,4 +653,43 @@ export interface UITheme {
|
|
|
653
653
|
ui_68: string;
|
|
654
654
|
ui_69: string;
|
|
655
655
|
ui_cpnt_divider_white_02: string;
|
|
656
|
+
ui_cpnt_list_chatbubble_base_brand_primary: string;
|
|
657
|
+
ui_cpnt_list_chatbubble_base_grey: string;
|
|
658
|
+
ui_cpnt_list_chatbubble_base_translucent_white: string;
|
|
659
|
+
ui_cpnt_list_chatbubble_base_translucent_black: string;
|
|
660
|
+
ui_avatar_border_translucent_white: string;
|
|
661
|
+
ui_avatar_border_translucent_black: string;
|
|
662
|
+
ui_cpnt_textfield_base_hover: string;
|
|
663
|
+
ui_cpnt_textfield_base_pressed: string;
|
|
664
|
+
ui_cpnt_button_secondary_on_base_hover: string;
|
|
665
|
+
ui_cpnt_button_secondary_on_base_pressed: string;
|
|
666
|
+
ui_cpnt_select_base_hover: string;
|
|
667
|
+
ui_cpnt_select_base_pressed: string;
|
|
668
|
+
ui_cpnt_dropdown_base_hover: string;
|
|
669
|
+
ui_cpnt_dropdown_base_pressed: string;
|
|
670
|
+
ui_cpnt_sheet_base_09: string;
|
|
671
|
+
ui_wizard_pagemenucontainer_background: string;
|
|
672
|
+
ui_stepcontainer_background: string;
|
|
673
|
+
ui_wizard_contentscontainer01_background: string;
|
|
674
|
+
ui_wizard_contentscontainer02_background: string;
|
|
675
|
+
ui_70: string;
|
|
676
|
+
ui_cpnt_button_primary_variation_base_enabled: string;
|
|
677
|
+
ui_cpnt_button_text_secondary_variation_disabled: string;
|
|
678
|
+
ui_cpnt_button_icon_secondary_variation_disabled: string;
|
|
679
|
+
ui_cpnt_button_secondary_variation_base_default: string;
|
|
680
|
+
ui_cpnt_button_secondary_variation_base_hover: string;
|
|
681
|
+
ui_cpnt_button_secondary_variation_base_pressed: string;
|
|
682
|
+
ui_editor_base_pages: string;
|
|
683
|
+
ui_editor_base_papp: string;
|
|
684
|
+
ui_container_scroll: string;
|
|
685
|
+
ui_pages_section_dimmed: string;
|
|
686
|
+
ui_71: string;
|
|
687
|
+
ui_cpnt_textlabel_sys_black: string;
|
|
688
|
+
ui_cpnt_sheet_base_10: string;
|
|
689
|
+
ui_cpnt_sheet_base_11: string;
|
|
690
|
+
ui_72: string;
|
|
691
|
+
ui_73: string;
|
|
692
|
+
ui_cpnt_sidebar_listitem_base_hover: string;
|
|
693
|
+
ui_avatar_border_brandprimary: string;
|
|
694
|
+
ui_avatar_border: string;
|
|
656
695
|
}
|
|
@@ -5,6 +5,7 @@ export declare const theme: {
|
|
|
5
5
|
};
|
|
6
6
|
desktopFontSize: {
|
|
7
7
|
displayHeading: string;
|
|
8
|
+
wizardPageTitle: string;
|
|
8
9
|
heading: string;
|
|
9
10
|
leadParagraph: string;
|
|
10
11
|
subtitle: string;
|
|
@@ -18,6 +19,7 @@ export declare const theme: {
|
|
|
18
19
|
};
|
|
19
20
|
desktopLineHeight: {
|
|
20
21
|
displayHeading: string;
|
|
22
|
+
wizardPageTitle: string;
|
|
21
23
|
heading: string;
|
|
22
24
|
leadParagraph: string;
|
|
23
25
|
subtitle: string;
|
|
@@ -44,6 +46,7 @@ export declare const theme: {
|
|
|
44
46
|
};
|
|
45
47
|
mobileFontSize: {
|
|
46
48
|
displayHeading: string;
|
|
49
|
+
wizardPageTitle: string;
|
|
47
50
|
heading: string;
|
|
48
51
|
leadParagraph: string;
|
|
49
52
|
subtitle: string;
|
|
@@ -57,6 +60,7 @@ export declare const theme: {
|
|
|
57
60
|
};
|
|
58
61
|
mobileLineHeight: {
|
|
59
62
|
displayHeading: string;
|
|
63
|
+
wizardPageTitle: string;
|
|
60
64
|
heading: string;
|
|
61
65
|
leadParagraph: string;
|
|
62
66
|
subtitle: string;
|