pds-dev-kit-web 2.1.24 → 2.1.26
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/styles/colorSet/UIColor.json +5 -1
- package/dist/src/common/styles/colorSet/index.d.ts +350 -346
- package/dist/src/common/styles/colorSet/index.js +3 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +4 -0
- package/dist/src/desktop/components/TextLabel/TextLabel.js +83 -32
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +1 -1
- package/package.json +1 -1
- package/release-note.md +6 -6
|
@@ -829,5 +829,9 @@
|
|
|
829
829
|
"ui_sw_sidebar_label_icon_normal_02": "sys_sw_sidebar_label_icon_normal_02",
|
|
830
830
|
"ui_104": "sys_text_black_02",
|
|
831
831
|
"ui_sw_sidebar_item_text_disabled": "sys_sw_sidebar_item_text_disabled",
|
|
832
|
-
"ui_106": "sys_text_grey_05"
|
|
832
|
+
"ui_106": "sys_text_grey_05",
|
|
833
|
+
"ui_cpnt_modalwithtab_leftside_base": "sys_component_base_06",
|
|
834
|
+
"ui_cpnt_modalwithtab_sidetab_default": "sys_component_base_white_opacity00",
|
|
835
|
+
"ui_cpnt_modalwithtab_sidetab_hover": "sys_component_base_01",
|
|
836
|
+
"ui_cpnt_modalwithtab_sidetab_pressed": "sys_component_base_04"
|
|
833
837
|
}
|
|
@@ -119,352 +119,7 @@ declare const colorSet: {
|
|
|
119
119
|
grey300: string;
|
|
120
120
|
darkgrey300: string;
|
|
121
121
|
};
|
|
122
|
-
readonly
|
|
123
|
-
sys_container_background_01: string;
|
|
124
|
-
sys_container_background_02: string;
|
|
125
|
-
sys_container_background_03: string;
|
|
126
|
-
sys_background_dimmed: string;
|
|
127
|
-
sys_text_grey_01: string;
|
|
128
|
-
sys_text_grey_02: string;
|
|
129
|
-
sys_text_grey_03: string;
|
|
130
|
-
sys_text_white: string;
|
|
131
|
-
sys_text_brand_primary: string;
|
|
132
|
-
sys_text_error_01: string;
|
|
133
|
-
sys_widget_grey_01: string;
|
|
134
|
-
sys_widget_grey_02: string;
|
|
135
|
-
sys_widget_grey_03: string;
|
|
136
|
-
sys_widget_primary_01: string;
|
|
137
|
-
sys_widget_error_01: string;
|
|
138
|
-
sys_widget_warning_01: string;
|
|
139
|
-
sys_widget_success_01: string;
|
|
140
|
-
sys_widget_white: string;
|
|
141
|
-
sys_border_area_01: string;
|
|
142
|
-
sys_border_line_01: string;
|
|
143
|
-
sys_border_line_02: string;
|
|
144
|
-
sys_border_line_03: string;
|
|
145
|
-
sys_border_line_04: string;
|
|
146
|
-
sys_border_line_05: string;
|
|
147
|
-
sys_component_base_01: string;
|
|
148
|
-
sys_component_base_02: string;
|
|
149
|
-
sys_component_base_03: string;
|
|
150
|
-
sys_component_base_red: string;
|
|
151
|
-
sys_component_base_white: string;
|
|
152
|
-
sys_component_base_white_opacity00: string;
|
|
153
|
-
sys_on_base_white_opacity00: string;
|
|
154
|
-
sys_on_base_white_opacity30: string;
|
|
155
|
-
sys_on_base_black_opacity20: string;
|
|
156
|
-
usr_brand_primary: string;
|
|
157
|
-
usr_brand_secondary: string;
|
|
158
|
-
usr_brand_secondary_variant: string;
|
|
159
|
-
usr_background: string;
|
|
160
|
-
usr_surface: string;
|
|
161
|
-
usr_border: string;
|
|
162
|
-
usr_on_brand_primary: string;
|
|
163
|
-
usr_on_brand_secondary: string;
|
|
164
|
-
usr_on_background: string;
|
|
165
|
-
usr_on_surface: string;
|
|
166
|
-
sys_widget_status_active_01: string;
|
|
167
|
-
sys_text_success_01: string;
|
|
168
|
-
sys_widget_grey_04: string;
|
|
169
|
-
sys_text_active: string;
|
|
170
|
-
sys_component_base_blue: string;
|
|
171
|
-
sys_on_base_black_opacity65: string;
|
|
172
|
-
sys_component_base_04: string;
|
|
173
|
-
sys_component_base_black: string;
|
|
174
|
-
sys_component_base_black_opacity00: string;
|
|
175
|
-
usr_text_brand_secondary_variant: string;
|
|
176
|
-
usr_text_brand_primary: string;
|
|
177
|
-
usr_text_brand_on_primary: string;
|
|
178
|
-
sys_text_brand_secondary_variant: string;
|
|
179
|
-
sys_component_base_navy: string;
|
|
180
|
-
sys_widget_lightgreen: string;
|
|
181
|
-
sys_border_line_06: string;
|
|
182
|
-
sys_background_dimmed_20: string;
|
|
183
|
-
sys_widget_pink: string;
|
|
184
|
-
sys_widget_primary_opacity20: string;
|
|
185
|
-
sys_widget_secondary_variant_01: string;
|
|
186
|
-
usr_component_base_brand_primary_opacity10: string;
|
|
187
|
-
sys_temp_grey_01: string;
|
|
188
|
-
sys_temp_grey_02: string;
|
|
189
|
-
sys_temp_grey_03: string;
|
|
190
|
-
sys_temp_grey_04: string;
|
|
191
|
-
sys_temp_grey_05: string;
|
|
192
|
-
sys_temp_white: string;
|
|
193
|
-
sys_temp_primary_01: string;
|
|
194
|
-
sys_temp_secondary_01: string;
|
|
195
|
-
sys_temp_red: string;
|
|
196
|
-
sys_temp_white_opacity_00: string;
|
|
197
|
-
sys_temp_dimmed: string;
|
|
198
|
-
sys_temp_black: string;
|
|
199
|
-
sys_temp_primary_02: string;
|
|
200
|
-
sys_temp_primary_03: string;
|
|
201
|
-
sys_temp_secondary_02: string;
|
|
202
|
-
sys_temp_lightgreen_01: string;
|
|
203
|
-
sys_text_grey_04: string;
|
|
204
|
-
sys_papp_post_social_background: string;
|
|
205
|
-
sys_papp_post_notice_background: string;
|
|
206
|
-
sys_papp_post_free_background: string;
|
|
207
|
-
sys_papp_vod_background: string;
|
|
208
|
-
sys_papp_vodplus_background: string;
|
|
209
|
-
sys_papp_live_background: string;
|
|
210
|
-
sys_selcontrols_base_off_disabled: string;
|
|
211
|
-
sys_selcontrols_base_on_disabled: string;
|
|
212
|
-
sys_component_base_blue_opacity10: string;
|
|
213
|
-
sys_component_base_05: string;
|
|
214
|
-
sys_background_dimmed_65: string;
|
|
215
|
-
sys_temp_grey_06: string;
|
|
216
|
-
sys_on_base_white_opacity10: string;
|
|
217
|
-
sys_on_base_black_opacity10: string;
|
|
218
|
-
sys_component_base_05_opacity00: string;
|
|
219
|
-
sys_papp_post_notice_link: string;
|
|
220
|
-
sys_component_base_navy_light: string;
|
|
221
|
-
sys_component_base_orange: string;
|
|
222
|
-
sys_component_base_grey: string;
|
|
223
|
-
sys_component_base_black_opacity80: string;
|
|
224
|
-
sys_text_darkgrey_02: string;
|
|
225
|
-
sys_border_line_darktheme_01: string;
|
|
226
|
-
sys_border_line_darktheme_02: string;
|
|
227
|
-
sys_component_base_darktheme_01: string;
|
|
228
|
-
sys_component_base_darktheme_02: string;
|
|
229
|
-
sys_component_base_darktheme_03: string;
|
|
230
|
-
sys_text_grey_darktheme_01: string;
|
|
231
|
-
sys_text_grey_darktheme_02: string;
|
|
232
|
-
sys_text_grey_darktheme_03: string;
|
|
233
|
-
sys_widget_grey_darktheme_01: string;
|
|
234
|
-
sys_widget_grey_darktheme_02: string;
|
|
235
|
-
sys_widget_grey_darktheme_03: string;
|
|
236
|
-
sys_component_base_green: string;
|
|
237
|
-
sys_text_error_darktheme_01: string;
|
|
238
|
-
sys_border_line_darktheme_03: string;
|
|
239
|
-
sys_border_line_darktheme_04: string;
|
|
240
|
-
usr_widget_brand_primary_darktheme_01: string;
|
|
241
|
-
usr_text_brand_primary_darktheme_01: string;
|
|
242
|
-
sys_component_base_black_opacity50: string;
|
|
243
|
-
sys_component_base_card: string;
|
|
244
|
-
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
245
|
-
sys_widget_green_01: string;
|
|
246
|
-
sys_component_base_black_opacity30: string;
|
|
247
|
-
sys_area_background: string;
|
|
248
|
-
sys_border_white_opacity30: string;
|
|
249
|
-
sys_container_background_wt: string;
|
|
250
|
-
sys_channeldesc_grey_03: string;
|
|
251
|
-
sys_channeldesc_border_grey_03: string;
|
|
252
|
-
sys_gradient_base_01: string;
|
|
253
|
-
sys_gradient_base_01_opacity00: string;
|
|
254
|
-
sys_channeldesc_background: string;
|
|
255
|
-
sys_channeldesc_bottomsheet_base: string;
|
|
256
|
-
sys_channeldesc_bottomsheet_border: string;
|
|
257
|
-
sys_channeldesc_contents_base: string;
|
|
258
|
-
sys_channeldesc_dimmed: string;
|
|
259
|
-
sys_gradient_base_01_opacity50: string;
|
|
260
|
-
sys_gradient_base_01_opacity75: string;
|
|
261
|
-
sys_gradient_base_01_opacity40: string;
|
|
262
|
-
sys_widget_black: string;
|
|
263
|
-
usr_temp_primary_01: string;
|
|
264
|
-
sys_cpnt_sheet_base_02_opacity50: string;
|
|
265
|
-
usr_menu_primarymenu_main: string;
|
|
266
|
-
usr_menu_primarymenu_sub: string;
|
|
267
|
-
usr_menu_secondarymenu_main: string;
|
|
268
|
-
usr_menu_secondarymenu_sub: string;
|
|
269
|
-
usr_menu_hover: string;
|
|
270
|
-
usr_menu_active: string;
|
|
271
|
-
usr_menu_background: string;
|
|
272
|
-
sys_cpnt_base_white_opacity50: string;
|
|
273
|
-
sys_widget_dark_01: string;
|
|
274
|
-
usr_menu_background_gradient_opacity00: string;
|
|
275
|
-
sys_border_line_white: string;
|
|
276
|
-
sys_component_base_white_opacity10: string;
|
|
277
|
-
sys_cpnt_sheet_base_01: string;
|
|
278
|
-
sys_component_base_white_opacity20: string;
|
|
279
|
-
sys_border_line_07: string;
|
|
280
|
-
sys_border_line_white_opacity50: string;
|
|
281
|
-
sys_background_dimmed_02: string;
|
|
282
|
-
sys_border_line_08: string;
|
|
283
|
-
sys_component_base_06: string;
|
|
284
|
-
sys_component_base_07: string;
|
|
285
|
-
sys_border_line_09: string;
|
|
286
|
-
sys_component_base_darktheme_04: string;
|
|
287
|
-
sys_border_line_10: string;
|
|
288
|
-
sys_component_base_darktheme_05: string;
|
|
289
|
-
sys_border_line_darktheme_05: string;
|
|
290
|
-
sys_component_base_darktheme_06: string;
|
|
291
|
-
sys_border_line_darktheme_06: string;
|
|
292
|
-
sys_border_line_darktheme_07: string;
|
|
293
|
-
sys_border_line_11: string;
|
|
294
|
-
sys_base_dimmed_01: string;
|
|
295
|
-
sys_kakao: string;
|
|
296
|
-
sys_border_line_12: string;
|
|
297
|
-
sys_component_base_08: string;
|
|
298
|
-
sys_text_social_login_01: string;
|
|
299
|
-
sys_text_social_login_02: string;
|
|
300
|
-
sys_papp_livechat_link: string;
|
|
301
|
-
sys_text_lighttone_grey_01: string;
|
|
302
|
-
sys_widget_lighttone_primary_01: string;
|
|
303
|
-
sys_text_lighttone_grey_02: string;
|
|
304
|
-
sys_component_base_09: string;
|
|
305
|
-
sys_component_base_darktheme_opacity20: string;
|
|
306
|
-
sys_component_base_darktheme_disabled_opacity20: string;
|
|
307
|
-
sys_border_white_opacity00: string;
|
|
308
|
-
sys_border_line_darktheme_07_opacity00: string;
|
|
309
|
-
sys_border_line_darktheme_02_opacity20: string;
|
|
310
|
-
sys_border_line_darktheme_03_opacity20: string;
|
|
311
|
-
sys_border_line_darktheme_07_opacity20: string;
|
|
312
|
-
sys_component_base_grey_02_opacity80: string;
|
|
313
|
-
sys_component_base_10: string;
|
|
314
|
-
sys_component_pastel_base_01: string;
|
|
315
|
-
sys_component_pastel_base_02: string;
|
|
316
|
-
sys_component_pastel_base_03: string;
|
|
317
|
-
sys_component_pastel_base_04: string;
|
|
318
|
-
sys_component_pastel_base_05: string;
|
|
319
|
-
sys_component_base_11: string;
|
|
320
|
-
sys_loading_skeleton_01: string;
|
|
321
|
-
sys_loading_skeleton_02: string;
|
|
322
|
-
sys_loading_linear_bar: string;
|
|
323
|
-
sys_loading_linear_base: string;
|
|
324
|
-
sys_loading_three_bar: string;
|
|
325
|
-
sys_widget_grey_05: string;
|
|
326
|
-
sys_menu_background_transparent: string;
|
|
327
|
-
sys_container_background_04: string;
|
|
328
|
-
sys_menu_button_base: string;
|
|
329
|
-
sys_background_dimmed_03: string;
|
|
330
|
-
sys_cpnt_sheet_base_03: string;
|
|
331
|
-
sys_dimmed_gradient_01: string;
|
|
332
|
-
sys_dimmed_gradient_02: string;
|
|
333
|
-
sys_border_line_13: string;
|
|
334
|
-
sys_component_base_12: string;
|
|
335
|
-
sys_border_line_14: string;
|
|
336
|
-
sys_component_base_13: string;
|
|
337
|
-
sys_component_base_14: string;
|
|
338
|
-
sys_component_base_15: string;
|
|
339
|
-
sys_component_base_16: string;
|
|
340
|
-
sys_component_base_17: string;
|
|
341
|
-
sys_widget_red_01: string;
|
|
342
|
-
sys_widget_orange_01: string;
|
|
343
|
-
sys_text_warning_01: string;
|
|
344
|
-
sys_component_base_18: string;
|
|
345
|
-
sys_cpnt_sheet_base_04: string;
|
|
346
|
-
sys_cpnt_sheet_base_05: string;
|
|
347
|
-
sys_cpnt_sheet_base_06: string;
|
|
348
|
-
sys_facebook: string;
|
|
349
|
-
sys_component_base_19: string;
|
|
350
|
-
sys_cpnt_pagination_dot_01: string;
|
|
351
|
-
sys_cpnt_pagination_dot_02: string;
|
|
352
|
-
sys_component_base_white_opacity50: string;
|
|
353
|
-
sys_component_base_20: string;
|
|
354
|
-
sys_component_base_22: string;
|
|
355
|
-
sys_component_base_21: string;
|
|
356
|
-
sys_component_border_white_opacity20: string;
|
|
357
|
-
sys_component_base_23: string;
|
|
358
|
-
sys_component_base_darkgreen: string;
|
|
359
|
-
sys_component_base_24: string;
|
|
360
|
-
sys_border_line_15: string;
|
|
361
|
-
sys_border_line_16: string;
|
|
362
|
-
sys_component_base_hover_01: string;
|
|
363
|
-
sys_component_on_base_01: string;
|
|
364
|
-
sys_component_on_base_02: string;
|
|
365
|
-
sys_component_on_base_03: string;
|
|
366
|
-
sys_component_on_base_04: string;
|
|
367
|
-
sys_component_on_base_05: string;
|
|
368
|
-
sys_component_base_hover_02: string;
|
|
369
|
-
sys_component_base_pressed_01: string;
|
|
370
|
-
sys_widget_white_02: string;
|
|
371
|
-
sys_component_base_hover_03: string;
|
|
372
|
-
sys_component_base_pressed_02: string;
|
|
373
|
-
sys_component_base_25: string;
|
|
374
|
-
sys_editor_base_pages: string;
|
|
375
|
-
sys_editor_base_papp: string;
|
|
376
|
-
sys_text_black: string;
|
|
377
|
-
sys_component_base_26: string;
|
|
378
|
-
sys_component_base_27: string;
|
|
379
|
-
sys_component_base_28: string;
|
|
380
|
-
sys_widget_sidebar_label_text: string;
|
|
381
|
-
sys_component_base_hover_darktheme: string;
|
|
382
|
-
sys_component_base_pressed_darktheme: string;
|
|
383
|
-
sys_component_base_hover_white: string;
|
|
384
|
-
sys_component_base_pressed_white: string;
|
|
385
|
-
sys_component_base_hover_transparent: string;
|
|
386
|
-
sys_component_base_pressed_transparent: string;
|
|
387
|
-
sys_text_white_opacity_01: string;
|
|
388
|
-
sys_component_base_hover_04: string;
|
|
389
|
-
sys_component_base_pressed_03: string;
|
|
390
|
-
sys_cpnt_sheet_base_07: string;
|
|
391
|
-
sys_cpnt_sheet_base_08: string;
|
|
392
|
-
sys_cpnt_sheet_base_09: string;
|
|
393
|
-
sys_cpnt_sheet_base_10: string;
|
|
394
|
-
sys_component_base_29: string;
|
|
395
|
-
sys_storyboard_group_base_grey01: string;
|
|
396
|
-
sys_storyboard_group_base_blue01: string;
|
|
397
|
-
sys_storyboard_group_base_red01: string;
|
|
398
|
-
sys_storyboard_group_base_green01: string;
|
|
399
|
-
sys_storyboard_card_base_blue01: string;
|
|
400
|
-
sys_storyboard_card_base_red01: string;
|
|
401
|
-
sys_storyboard_card_base_green01: string;
|
|
402
|
-
sys_brand_secondary_variant: string;
|
|
403
|
-
sys_button_tooltip_base: string;
|
|
404
|
-
sys_text_button_tooltip: string;
|
|
405
|
-
sys_membership_button_base: string;
|
|
406
|
-
sys_membership_item_membership_base: string;
|
|
407
|
-
sys_membership_item_price_product_base: string;
|
|
408
|
-
sys_component_base_30: string;
|
|
409
|
-
sys_component_base_31: string;
|
|
410
|
-
sys_component_base_32: string;
|
|
411
|
-
sys_component_base_33: string;
|
|
412
|
-
sys_component_base_34: string;
|
|
413
|
-
sys_component_base_35: string;
|
|
414
|
-
sys_component_base_36: string;
|
|
415
|
-
sys_component_base_37: string;
|
|
416
|
-
sys_component_base_38: string;
|
|
417
|
-
sys_plan_base_01: string;
|
|
418
|
-
sys_plan_base_02: string;
|
|
419
|
-
sys_plan_base_03: string;
|
|
420
|
-
sys_text_warning_02: string;
|
|
421
|
-
sys_component_base_39: string;
|
|
422
|
-
sys_component_base_40: string;
|
|
423
|
-
sys_component_base_41: string;
|
|
424
|
-
sys_cpnt_slider_track: string;
|
|
425
|
-
sys_cpnt_slider_track_active: string;
|
|
426
|
-
sys_cpnt_slider_thumb_normal: string;
|
|
427
|
-
sys_cpnt_slider_thumb_disabled: string;
|
|
428
|
-
sys_cpnt_slider_thumb_hover_circle: string;
|
|
429
|
-
sys_cpnt_slider_thumb_pressed_circle: string;
|
|
430
|
-
sys_cpnt_slider_track_disabled: string;
|
|
431
|
-
sys_component_base_42: string;
|
|
432
|
-
sys_component_base_43: string;
|
|
433
|
-
sys_icon_grey_darktheme_01: string;
|
|
434
|
-
sys_icon_grey_darktheme_02: string;
|
|
435
|
-
sys_icon_grey_darktheme_03: string;
|
|
436
|
-
sys_widget_grey_01_opacity_50: string;
|
|
437
|
-
sys_editor_layout_header: string;
|
|
438
|
-
sys_editor_layout_navigation_panel: string;
|
|
439
|
-
sys_editor_layout_canvas_area: string;
|
|
440
|
-
sys_editor_layout_control_panel: string;
|
|
441
|
-
sys_editor_layout_property_panel: string;
|
|
442
|
-
sys_editor_layout_navigation_panel_section_item_area_normal: string;
|
|
443
|
-
sys_component_base_44: string;
|
|
444
|
-
sys_sw_sidebar_base: string;
|
|
445
|
-
sys_sw_sidebar_label_text_normal: string;
|
|
446
|
-
sys_sw_sidebar_item_text_normal: string;
|
|
447
|
-
sys_sw_sidebar_item_text_selected: string;
|
|
448
|
-
sys_sw_sidebar_label_icon_normal_01: string;
|
|
449
|
-
sys_sw_sidebar_item_icon_normal: string;
|
|
450
|
-
sys_sw_sidebar_item_icon_selected: string;
|
|
451
|
-
sys_sw_sidebar_badge_base_01: string;
|
|
452
|
-
sys_sw_sidebar_badge_base_02: string;
|
|
453
|
-
sys_sw_sidebar_badge_text_01: string;
|
|
454
|
-
sys_sw_sidebar_badge_text_02: string;
|
|
455
|
-
sys_sw_sidebar_divider: string;
|
|
456
|
-
sys_sw_sidebar_label_base_normal: string;
|
|
457
|
-
sys_sw_sidebar_label_base_hover: string;
|
|
458
|
-
sys_sw_sidebar_label_base_pressed: string;
|
|
459
|
-
sys_sw_sidebar_item_base_normal: string;
|
|
460
|
-
sys_sw_sidebar_item_base_hover: string;
|
|
461
|
-
sys_sw_sidebar_item_base_pressed: string;
|
|
462
|
-
sys_sw_sidebar_label_icon_normal_02: string;
|
|
463
|
-
sys_text_black_02: string;
|
|
464
|
-
sys_sw_sidebar_item_text_disabled: string;
|
|
465
|
-
sys_text_grey_05: string;
|
|
466
|
-
};
|
|
467
|
-
readonly PaletteColor_Dark: {
|
|
122
|
+
readonly PaletteColor_Dark: {
|
|
468
123
|
sys_container_background_01: string;
|
|
469
124
|
sys_container_background_02: string;
|
|
470
125
|
sys_container_background_03: string;
|
|
@@ -1641,6 +1296,355 @@ declare const colorSet: {
|
|
|
1641
1296
|
ui_104: string;
|
|
1642
1297
|
ui_sw_sidebar_item_text_disabled: string;
|
|
1643
1298
|
ui_106: string;
|
|
1299
|
+
ui_cpnt_modalwithtab_leftside_base: string;
|
|
1300
|
+
ui_cpnt_modalwithtab_sidetab_default: string;
|
|
1301
|
+
ui_cpnt_modalwithtab_sidetab_hover: string;
|
|
1302
|
+
ui_cpnt_modalwithtab_sidetab_pressed: string;
|
|
1303
|
+
};
|
|
1304
|
+
readonly PaletteColor_light: {
|
|
1305
|
+
sys_container_background_01: string;
|
|
1306
|
+
sys_container_background_02: string;
|
|
1307
|
+
sys_container_background_03: string;
|
|
1308
|
+
sys_background_dimmed: string;
|
|
1309
|
+
sys_text_grey_01: string;
|
|
1310
|
+
sys_text_grey_02: string;
|
|
1311
|
+
sys_text_grey_03: string;
|
|
1312
|
+
sys_text_white: string;
|
|
1313
|
+
sys_text_brand_primary: string;
|
|
1314
|
+
sys_text_error_01: string;
|
|
1315
|
+
sys_widget_grey_01: string;
|
|
1316
|
+
sys_widget_grey_02: string;
|
|
1317
|
+
sys_widget_grey_03: string;
|
|
1318
|
+
sys_widget_primary_01: string;
|
|
1319
|
+
sys_widget_error_01: string;
|
|
1320
|
+
sys_widget_warning_01: string;
|
|
1321
|
+
sys_widget_success_01: string;
|
|
1322
|
+
sys_widget_white: string;
|
|
1323
|
+
sys_border_area_01: string;
|
|
1324
|
+
sys_border_line_01: string;
|
|
1325
|
+
sys_border_line_02: string;
|
|
1326
|
+
sys_border_line_03: string;
|
|
1327
|
+
sys_border_line_04: string;
|
|
1328
|
+
sys_border_line_05: string;
|
|
1329
|
+
sys_component_base_01: string;
|
|
1330
|
+
sys_component_base_02: string;
|
|
1331
|
+
sys_component_base_03: string;
|
|
1332
|
+
sys_component_base_red: string;
|
|
1333
|
+
sys_component_base_white: string;
|
|
1334
|
+
sys_component_base_white_opacity00: string;
|
|
1335
|
+
sys_on_base_white_opacity00: string;
|
|
1336
|
+
sys_on_base_white_opacity30: string;
|
|
1337
|
+
sys_on_base_black_opacity20: string;
|
|
1338
|
+
usr_brand_primary: string;
|
|
1339
|
+
usr_brand_secondary: string;
|
|
1340
|
+
usr_brand_secondary_variant: string;
|
|
1341
|
+
usr_background: string;
|
|
1342
|
+
usr_surface: string;
|
|
1343
|
+
usr_border: string;
|
|
1344
|
+
usr_on_brand_primary: string;
|
|
1345
|
+
usr_on_brand_secondary: string;
|
|
1346
|
+
usr_on_background: string;
|
|
1347
|
+
usr_on_surface: string;
|
|
1348
|
+
sys_widget_status_active_01: string;
|
|
1349
|
+
sys_text_success_01: string;
|
|
1350
|
+
sys_widget_grey_04: string;
|
|
1351
|
+
sys_text_active: string;
|
|
1352
|
+
sys_component_base_blue: string;
|
|
1353
|
+
sys_on_base_black_opacity65: string;
|
|
1354
|
+
sys_component_base_04: string;
|
|
1355
|
+
sys_component_base_black: string;
|
|
1356
|
+
sys_component_base_black_opacity00: string;
|
|
1357
|
+
usr_text_brand_secondary_variant: string;
|
|
1358
|
+
usr_text_brand_primary: string;
|
|
1359
|
+
usr_text_brand_on_primary: string;
|
|
1360
|
+
sys_text_brand_secondary_variant: string;
|
|
1361
|
+
sys_component_base_navy: string;
|
|
1362
|
+
sys_widget_lightgreen: string;
|
|
1363
|
+
sys_border_line_06: string;
|
|
1364
|
+
sys_background_dimmed_20: string;
|
|
1365
|
+
sys_widget_pink: string;
|
|
1366
|
+
sys_widget_primary_opacity20: string;
|
|
1367
|
+
sys_widget_secondary_variant_01: string;
|
|
1368
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
1369
|
+
sys_temp_grey_01: string;
|
|
1370
|
+
sys_temp_grey_02: string;
|
|
1371
|
+
sys_temp_grey_03: string;
|
|
1372
|
+
sys_temp_grey_04: string;
|
|
1373
|
+
sys_temp_grey_05: string;
|
|
1374
|
+
sys_temp_white: string;
|
|
1375
|
+
sys_temp_primary_01: string;
|
|
1376
|
+
sys_temp_secondary_01: string;
|
|
1377
|
+
sys_temp_red: string;
|
|
1378
|
+
sys_temp_white_opacity_00: string;
|
|
1379
|
+
sys_temp_dimmed: string;
|
|
1380
|
+
sys_temp_black: string;
|
|
1381
|
+
sys_temp_primary_02: string;
|
|
1382
|
+
sys_temp_primary_03: string;
|
|
1383
|
+
sys_temp_secondary_02: string;
|
|
1384
|
+
sys_temp_lightgreen_01: string;
|
|
1385
|
+
sys_text_grey_04: string;
|
|
1386
|
+
sys_papp_post_social_background: string;
|
|
1387
|
+
sys_papp_post_notice_background: string;
|
|
1388
|
+
sys_papp_post_free_background: string;
|
|
1389
|
+
sys_papp_vod_background: string;
|
|
1390
|
+
sys_papp_vodplus_background: string;
|
|
1391
|
+
sys_papp_live_background: string;
|
|
1392
|
+
sys_selcontrols_base_off_disabled: string;
|
|
1393
|
+
sys_selcontrols_base_on_disabled: string;
|
|
1394
|
+
sys_component_base_blue_opacity10: string;
|
|
1395
|
+
sys_component_base_05: string;
|
|
1396
|
+
sys_background_dimmed_65: string;
|
|
1397
|
+
sys_temp_grey_06: string;
|
|
1398
|
+
sys_on_base_white_opacity10: string;
|
|
1399
|
+
sys_on_base_black_opacity10: string;
|
|
1400
|
+
sys_component_base_05_opacity00: string;
|
|
1401
|
+
sys_papp_post_notice_link: string;
|
|
1402
|
+
sys_component_base_navy_light: string;
|
|
1403
|
+
sys_component_base_orange: string;
|
|
1404
|
+
sys_component_base_grey: string;
|
|
1405
|
+
sys_component_base_black_opacity80: string;
|
|
1406
|
+
sys_text_darkgrey_02: string;
|
|
1407
|
+
sys_border_line_darktheme_01: string;
|
|
1408
|
+
sys_border_line_darktheme_02: string;
|
|
1409
|
+
sys_component_base_darktheme_01: string;
|
|
1410
|
+
sys_component_base_darktheme_02: string;
|
|
1411
|
+
sys_component_base_darktheme_03: string;
|
|
1412
|
+
sys_text_grey_darktheme_01: string;
|
|
1413
|
+
sys_text_grey_darktheme_02: string;
|
|
1414
|
+
sys_text_grey_darktheme_03: string;
|
|
1415
|
+
sys_widget_grey_darktheme_01: string;
|
|
1416
|
+
sys_widget_grey_darktheme_02: string;
|
|
1417
|
+
sys_widget_grey_darktheme_03: string;
|
|
1418
|
+
sys_component_base_green: string;
|
|
1419
|
+
sys_text_error_darktheme_01: string;
|
|
1420
|
+
sys_border_line_darktheme_03: string;
|
|
1421
|
+
sys_border_line_darktheme_04: string;
|
|
1422
|
+
usr_widget_brand_primary_darktheme_01: string;
|
|
1423
|
+
usr_text_brand_primary_darktheme_01: string;
|
|
1424
|
+
sys_component_base_black_opacity50: string;
|
|
1425
|
+
sys_component_base_card: string;
|
|
1426
|
+
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
1427
|
+
sys_widget_green_01: string;
|
|
1428
|
+
sys_component_base_black_opacity30: string;
|
|
1429
|
+
sys_area_background: string;
|
|
1430
|
+
sys_border_white_opacity30: string;
|
|
1431
|
+
sys_container_background_wt: string;
|
|
1432
|
+
sys_channeldesc_grey_03: string;
|
|
1433
|
+
sys_channeldesc_border_grey_03: string;
|
|
1434
|
+
sys_gradient_base_01: string;
|
|
1435
|
+
sys_gradient_base_01_opacity00: string;
|
|
1436
|
+
sys_channeldesc_background: string;
|
|
1437
|
+
sys_channeldesc_bottomsheet_base: string;
|
|
1438
|
+
sys_channeldesc_bottomsheet_border: string;
|
|
1439
|
+
sys_channeldesc_contents_base: string;
|
|
1440
|
+
sys_channeldesc_dimmed: string;
|
|
1441
|
+
sys_gradient_base_01_opacity50: string;
|
|
1442
|
+
sys_gradient_base_01_opacity75: string;
|
|
1443
|
+
sys_gradient_base_01_opacity40: string;
|
|
1444
|
+
sys_widget_black: string;
|
|
1445
|
+
usr_temp_primary_01: string;
|
|
1446
|
+
sys_cpnt_sheet_base_02_opacity50: string;
|
|
1447
|
+
usr_menu_primarymenu_main: string;
|
|
1448
|
+
usr_menu_primarymenu_sub: string;
|
|
1449
|
+
usr_menu_secondarymenu_main: string;
|
|
1450
|
+
usr_menu_secondarymenu_sub: string;
|
|
1451
|
+
usr_menu_hover: string;
|
|
1452
|
+
usr_menu_active: string;
|
|
1453
|
+
usr_menu_background: string;
|
|
1454
|
+
sys_cpnt_base_white_opacity50: string;
|
|
1455
|
+
sys_widget_dark_01: string;
|
|
1456
|
+
usr_menu_background_gradient_opacity00: string;
|
|
1457
|
+
sys_border_line_white: string;
|
|
1458
|
+
sys_component_base_white_opacity10: string;
|
|
1459
|
+
sys_cpnt_sheet_base_01: string;
|
|
1460
|
+
sys_component_base_white_opacity20: string;
|
|
1461
|
+
sys_border_line_07: string;
|
|
1462
|
+
sys_border_line_white_opacity50: string;
|
|
1463
|
+
sys_background_dimmed_02: string;
|
|
1464
|
+
sys_border_line_08: string;
|
|
1465
|
+
sys_component_base_06: string;
|
|
1466
|
+
sys_component_base_07: string;
|
|
1467
|
+
sys_border_line_09: string;
|
|
1468
|
+
sys_component_base_darktheme_04: string;
|
|
1469
|
+
sys_border_line_10: string;
|
|
1470
|
+
sys_component_base_darktheme_05: string;
|
|
1471
|
+
sys_border_line_darktheme_05: string;
|
|
1472
|
+
sys_component_base_darktheme_06: string;
|
|
1473
|
+
sys_border_line_darktheme_06: string;
|
|
1474
|
+
sys_border_line_darktheme_07: string;
|
|
1475
|
+
sys_border_line_11: string;
|
|
1476
|
+
sys_base_dimmed_01: string;
|
|
1477
|
+
sys_kakao: string;
|
|
1478
|
+
sys_border_line_12: string;
|
|
1479
|
+
sys_component_base_08: string;
|
|
1480
|
+
sys_text_social_login_01: string;
|
|
1481
|
+
sys_text_social_login_02: string;
|
|
1482
|
+
sys_papp_livechat_link: string;
|
|
1483
|
+
sys_text_lighttone_grey_01: string;
|
|
1484
|
+
sys_widget_lighttone_primary_01: string;
|
|
1485
|
+
sys_text_lighttone_grey_02: string;
|
|
1486
|
+
sys_component_base_09: string;
|
|
1487
|
+
sys_component_base_darktheme_opacity20: string;
|
|
1488
|
+
sys_component_base_darktheme_disabled_opacity20: string;
|
|
1489
|
+
sys_border_white_opacity00: string;
|
|
1490
|
+
sys_border_line_darktheme_07_opacity00: string;
|
|
1491
|
+
sys_border_line_darktheme_02_opacity20: string;
|
|
1492
|
+
sys_border_line_darktheme_03_opacity20: string;
|
|
1493
|
+
sys_border_line_darktheme_07_opacity20: string;
|
|
1494
|
+
sys_component_base_grey_02_opacity80: string;
|
|
1495
|
+
sys_component_base_10: string;
|
|
1496
|
+
sys_component_pastel_base_01: string;
|
|
1497
|
+
sys_component_pastel_base_02: string;
|
|
1498
|
+
sys_component_pastel_base_03: string;
|
|
1499
|
+
sys_component_pastel_base_04: string;
|
|
1500
|
+
sys_component_pastel_base_05: string;
|
|
1501
|
+
sys_component_base_11: string;
|
|
1502
|
+
sys_loading_skeleton_01: string;
|
|
1503
|
+
sys_loading_skeleton_02: string;
|
|
1504
|
+
sys_loading_linear_bar: string;
|
|
1505
|
+
sys_loading_linear_base: string;
|
|
1506
|
+
sys_loading_three_bar: string;
|
|
1507
|
+
sys_widget_grey_05: string;
|
|
1508
|
+
sys_menu_background_transparent: string;
|
|
1509
|
+
sys_container_background_04: string;
|
|
1510
|
+
sys_menu_button_base: string;
|
|
1511
|
+
sys_background_dimmed_03: string;
|
|
1512
|
+
sys_cpnt_sheet_base_03: string;
|
|
1513
|
+
sys_dimmed_gradient_01: string;
|
|
1514
|
+
sys_dimmed_gradient_02: string;
|
|
1515
|
+
sys_border_line_13: string;
|
|
1516
|
+
sys_component_base_12: string;
|
|
1517
|
+
sys_border_line_14: string;
|
|
1518
|
+
sys_component_base_13: string;
|
|
1519
|
+
sys_component_base_14: string;
|
|
1520
|
+
sys_component_base_15: string;
|
|
1521
|
+
sys_component_base_16: string;
|
|
1522
|
+
sys_component_base_17: string;
|
|
1523
|
+
sys_widget_red_01: string;
|
|
1524
|
+
sys_widget_orange_01: string;
|
|
1525
|
+
sys_text_warning_01: string;
|
|
1526
|
+
sys_component_base_18: string;
|
|
1527
|
+
sys_cpnt_sheet_base_04: string;
|
|
1528
|
+
sys_cpnt_sheet_base_05: string;
|
|
1529
|
+
sys_cpnt_sheet_base_06: string;
|
|
1530
|
+
sys_facebook: string;
|
|
1531
|
+
sys_component_base_19: string;
|
|
1532
|
+
sys_cpnt_pagination_dot_01: string;
|
|
1533
|
+
sys_cpnt_pagination_dot_02: string;
|
|
1534
|
+
sys_component_base_white_opacity50: string;
|
|
1535
|
+
sys_component_base_20: string;
|
|
1536
|
+
sys_component_base_22: string;
|
|
1537
|
+
sys_component_base_21: string;
|
|
1538
|
+
sys_component_border_white_opacity20: string;
|
|
1539
|
+
sys_component_base_23: string;
|
|
1540
|
+
sys_component_base_darkgreen: string;
|
|
1541
|
+
sys_component_base_24: string;
|
|
1542
|
+
sys_border_line_15: string;
|
|
1543
|
+
sys_border_line_16: string;
|
|
1544
|
+
sys_component_base_hover_01: string;
|
|
1545
|
+
sys_component_on_base_01: string;
|
|
1546
|
+
sys_component_on_base_02: string;
|
|
1547
|
+
sys_component_on_base_03: string;
|
|
1548
|
+
sys_component_on_base_04: string;
|
|
1549
|
+
sys_component_on_base_05: string;
|
|
1550
|
+
sys_component_base_hover_02: string;
|
|
1551
|
+
sys_component_base_pressed_01: string;
|
|
1552
|
+
sys_widget_white_02: string;
|
|
1553
|
+
sys_component_base_hover_03: string;
|
|
1554
|
+
sys_component_base_pressed_02: string;
|
|
1555
|
+
sys_component_base_25: string;
|
|
1556
|
+
sys_editor_base_pages: string;
|
|
1557
|
+
sys_editor_base_papp: string;
|
|
1558
|
+
sys_text_black: string;
|
|
1559
|
+
sys_component_base_26: string;
|
|
1560
|
+
sys_component_base_27: string;
|
|
1561
|
+
sys_component_base_28: string;
|
|
1562
|
+
sys_widget_sidebar_label_text: string;
|
|
1563
|
+
sys_component_base_hover_darktheme: string;
|
|
1564
|
+
sys_component_base_pressed_darktheme: string;
|
|
1565
|
+
sys_component_base_hover_white: string;
|
|
1566
|
+
sys_component_base_pressed_white: string;
|
|
1567
|
+
sys_component_base_hover_transparent: string;
|
|
1568
|
+
sys_component_base_pressed_transparent: string;
|
|
1569
|
+
sys_text_white_opacity_01: string;
|
|
1570
|
+
sys_component_base_hover_04: string;
|
|
1571
|
+
sys_component_base_pressed_03: string;
|
|
1572
|
+
sys_cpnt_sheet_base_07: string;
|
|
1573
|
+
sys_cpnt_sheet_base_08: string;
|
|
1574
|
+
sys_cpnt_sheet_base_09: string;
|
|
1575
|
+
sys_cpnt_sheet_base_10: string;
|
|
1576
|
+
sys_component_base_29: string;
|
|
1577
|
+
sys_storyboard_group_base_grey01: string;
|
|
1578
|
+
sys_storyboard_group_base_blue01: string;
|
|
1579
|
+
sys_storyboard_group_base_red01: string;
|
|
1580
|
+
sys_storyboard_group_base_green01: string;
|
|
1581
|
+
sys_storyboard_card_base_blue01: string;
|
|
1582
|
+
sys_storyboard_card_base_red01: string;
|
|
1583
|
+
sys_storyboard_card_base_green01: string;
|
|
1584
|
+
sys_brand_secondary_variant: string;
|
|
1585
|
+
sys_button_tooltip_base: string;
|
|
1586
|
+
sys_text_button_tooltip: string;
|
|
1587
|
+
sys_membership_button_base: string;
|
|
1588
|
+
sys_membership_item_membership_base: string;
|
|
1589
|
+
sys_membership_item_price_product_base: string;
|
|
1590
|
+
sys_component_base_30: string;
|
|
1591
|
+
sys_component_base_31: string;
|
|
1592
|
+
sys_component_base_32: string;
|
|
1593
|
+
sys_component_base_33: string;
|
|
1594
|
+
sys_component_base_34: string;
|
|
1595
|
+
sys_component_base_35: string;
|
|
1596
|
+
sys_component_base_36: string;
|
|
1597
|
+
sys_component_base_37: string;
|
|
1598
|
+
sys_component_base_38: string;
|
|
1599
|
+
sys_plan_base_01: string;
|
|
1600
|
+
sys_plan_base_02: string;
|
|
1601
|
+
sys_plan_base_03: string;
|
|
1602
|
+
sys_text_warning_02: string;
|
|
1603
|
+
sys_component_base_39: string;
|
|
1604
|
+
sys_component_base_40: string;
|
|
1605
|
+
sys_component_base_41: string;
|
|
1606
|
+
sys_cpnt_slider_track: string;
|
|
1607
|
+
sys_cpnt_slider_track_active: string;
|
|
1608
|
+
sys_cpnt_slider_thumb_normal: string;
|
|
1609
|
+
sys_cpnt_slider_thumb_disabled: string;
|
|
1610
|
+
sys_cpnt_slider_thumb_hover_circle: string;
|
|
1611
|
+
sys_cpnt_slider_thumb_pressed_circle: string;
|
|
1612
|
+
sys_cpnt_slider_track_disabled: string;
|
|
1613
|
+
sys_component_base_42: string;
|
|
1614
|
+
sys_component_base_43: string;
|
|
1615
|
+
sys_icon_grey_darktheme_01: string;
|
|
1616
|
+
sys_icon_grey_darktheme_02: string;
|
|
1617
|
+
sys_icon_grey_darktheme_03: string;
|
|
1618
|
+
sys_widget_grey_01_opacity_50: string;
|
|
1619
|
+
sys_editor_layout_header: string;
|
|
1620
|
+
sys_editor_layout_navigation_panel: string;
|
|
1621
|
+
sys_editor_layout_canvas_area: string;
|
|
1622
|
+
sys_editor_layout_control_panel: string;
|
|
1623
|
+
sys_editor_layout_property_panel: string;
|
|
1624
|
+
sys_editor_layout_navigation_panel_section_item_area_normal: string;
|
|
1625
|
+
sys_component_base_44: string;
|
|
1626
|
+
sys_sw_sidebar_base: string;
|
|
1627
|
+
sys_sw_sidebar_label_text_normal: string;
|
|
1628
|
+
sys_sw_sidebar_item_text_normal: string;
|
|
1629
|
+
sys_sw_sidebar_item_text_selected: string;
|
|
1630
|
+
sys_sw_sidebar_label_icon_normal_01: string;
|
|
1631
|
+
sys_sw_sidebar_item_icon_normal: string;
|
|
1632
|
+
sys_sw_sidebar_item_icon_selected: string;
|
|
1633
|
+
sys_sw_sidebar_badge_base_01: string;
|
|
1634
|
+
sys_sw_sidebar_badge_base_02: string;
|
|
1635
|
+
sys_sw_sidebar_badge_text_01: string;
|
|
1636
|
+
sys_sw_sidebar_badge_text_02: string;
|
|
1637
|
+
sys_sw_sidebar_divider: string;
|
|
1638
|
+
sys_sw_sidebar_label_base_normal: string;
|
|
1639
|
+
sys_sw_sidebar_label_base_hover: string;
|
|
1640
|
+
sys_sw_sidebar_label_base_pressed: string;
|
|
1641
|
+
sys_sw_sidebar_item_base_normal: string;
|
|
1642
|
+
sys_sw_sidebar_item_base_hover: string;
|
|
1643
|
+
sys_sw_sidebar_item_base_pressed: string;
|
|
1644
|
+
sys_sw_sidebar_label_icon_normal_02: string;
|
|
1645
|
+
sys_text_black_02: string;
|
|
1646
|
+
sys_sw_sidebar_item_text_disabled: string;
|
|
1647
|
+
sys_text_grey_05: string;
|
|
1644
1648
|
};
|
|
1645
1649
|
};
|
|
1646
1650
|
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_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
8
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
10
9
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
10
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
13
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
|
-
UIColor: UIColor_json_1.default
|
|
14
|
+
UIColor: UIColor_json_1.default,
|
|
15
|
+
PaletteColor_light: PaletteColor_light_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -830,4 +830,8 @@ export interface UITheme {
|
|
|
830
830
|
ui_104: string;
|
|
831
831
|
ui_sw_sidebar_item_text_disabled: string;
|
|
832
832
|
ui_106: string;
|
|
833
|
+
ui_cpnt_modalwithtab_leftside_base: string;
|
|
834
|
+
ui_cpnt_modalwithtab_sidetab_default: string;
|
|
835
|
+
ui_cpnt_modalwithtab_sidetab_hover: string;
|
|
836
|
+
ui_cpnt_modalwithtab_sidetab_pressed: string;
|
|
833
837
|
}
|
|
@@ -40,15 +40,76 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
40
40
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
41
|
var jsx_runtime_1 = require("react/jsx-runtime");
|
|
42
42
|
var react_1 = require("react");
|
|
43
|
+
var react_dom_1 = require("react-dom");
|
|
43
44
|
var styled_components_1 = __importStar(require("styled-components"));
|
|
44
45
|
var hybrid_1 = require("../../../hybrid");
|
|
45
46
|
function TextLabel(_a) {
|
|
46
47
|
var text = _a.text, tooltipText = _a.tooltipText, _b = _a.tooltipPosition, tooltipPosition = _b === void 0 ? 'right_bottom' : _b, _c = _a.tooltipIconColorKey, tooltipIconColorKey = _c === void 0 ? 'ui_cpnt_icon_sys_grey_03' : _c, _d = _a.textAlign, textAlign = _d === void 0 ? 'left' : _d, _e = _a.styleTheme, styleTheme = _e === void 0 ? 'body2Bold' : _e, colorOverride = _a.colorOverride, _f = _a.colorTheme, colorTheme = _f === void 0 ? 'sysTextPrimary' : _f, _g = _a.singleLineMode, singleLineMode = _g === void 0 ? 'none' : _g, _h = _a.ellipsisMode, ellipsisMode = _h === void 0 ? 'none' : _h, lineLimit = _a.lineLimit, _j = _a.userSelectMode, userSelectMode = _j === void 0 ? 'none' : _j, customFontSize = _a.customFontSize, customFontWeight = _a.customFontWeight, _k = _a.textDecorationType, textDecorationType = _k === void 0 ? 'none' : _k, _l = _a.requirementMode, requirementMode = _l === void 0 ? 'none' : _l, _m = _a.bulletPointMode, bulletPointMode = _m === void 0 ? 'none' : _m, _o = _a.wordBreak, wordBreak = _o === void 0 ? 'keep_all' : _o, letterSpacing = _a.letterSpacing;
|
|
47
48
|
var _p = (0, react_1.useState)(false), isTooltipOpen = _p[0], setIsTooltipOpen = _p[1];
|
|
48
|
-
var
|
|
49
|
-
|
|
49
|
+
var _q = (0, react_1.useState)(null), tooltipSizeOffset = _q[0], setTooltipSizeOffset = _q[1];
|
|
50
|
+
var _r = (0, react_1.useState)(null), tooltipPositionOffset = _r[0], setTooltipPositionOffset = _r[1];
|
|
51
|
+
var tooltipRef = (0, react_1.useRef)(null);
|
|
52
|
+
var tooltipPositionTargetRef = (0, react_1.useRef)(null);
|
|
53
|
+
var handleTooltipOpen = function () {
|
|
54
|
+
setIsTooltipOpen(true);
|
|
50
55
|
};
|
|
51
|
-
|
|
56
|
+
var handleTooltipClose = function () {
|
|
57
|
+
setIsTooltipOpen(false);
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* @when : isTooltipOpen이 변경되었을 때
|
|
61
|
+
* @expected : tooltipPositionTargetRef, tooltipRef 의 위치를 업데이트합니다.
|
|
62
|
+
* @clear :
|
|
63
|
+
*/
|
|
64
|
+
(0, react_1.useEffect)(function () {
|
|
65
|
+
if (tooltipPositionTargetRef.current) {
|
|
66
|
+
var _a = tooltipPositionTargetRef.current.getBoundingClientRect(), top_1 = _a.top, right = _a.right, left = _a.left, bottom = _a.bottom;
|
|
67
|
+
setTooltipPositionOffset({
|
|
68
|
+
top: top_1 + window.scrollY,
|
|
69
|
+
right: right + window.scrollX,
|
|
70
|
+
bottom: bottom + window.scrollY,
|
|
71
|
+
left: left + window.scrollX
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
if (!isTooltipOpen && tooltipRef.current) {
|
|
75
|
+
setTooltipSizeOffset(null);
|
|
76
|
+
return;
|
|
77
|
+
}
|
|
78
|
+
if (tooltipRef.current) {
|
|
79
|
+
setTooltipSizeOffset({
|
|
80
|
+
height: tooltipRef.current.offsetHeight,
|
|
81
|
+
width: tooltipRef.current.offsetWidth
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
}, [isTooltipOpen]);
|
|
85
|
+
var tooltipPositionCss = getTooltipPositionCss(tooltipSizeOffset, tooltipPositionOffset, tooltipPosition);
|
|
86
|
+
return ((0, jsx_runtime_1.jsxs)(S_TextLabel, __assign({ "x-pds-name": "TextLabel", "x-pds-element-type": "component", "x-pds-device-type": "desktop", textAlign: textAlign, styleTheme: styleTheme, colorOverride: colorOverride, colorTheme: colorTheme, singleLineMode: singleLineMode, ellipsisMode: ellipsisMode, lineLimit: lineLimit, userSelectMode: userSelectMode, customFontSize: customFontSize, customFontWeight: customFontWeight, textDecorationType: textDecorationType, bulletPointMode: bulletPointMode, wordBreak: wordBreak, "$letterSpacing": letterSpacing }, { children: [text, requirementMode === 'use' && ((0, jsx_runtime_1.jsx)(S_AfterTextBox, __assign({ styleTheme: styleTheme }, { children: (0, jsx_runtime_1.jsx)(S_IconWrapper, { children: (0, jsx_runtime_1.jsx)(hybrid_1.Icon, { iconName: "ic_requirement", size: 16, fillType: "line", colorKey: "ui_cpnt_icon_sys_error_01" }) }) }))), tooltipText && ((0, jsx_runtime_1.jsxs)(S_AfterTextBox, __assign({ styleTheme: styleTheme, ref: tooltipPositionTargetRef }, { children: [(0, jsx_runtime_1.jsx)(S_IconWrapper, __assign({ onMouseEnter: handleTooltipOpen, onMouseLeave: handleTooltipClose }, { children: (0, jsx_runtime_1.jsx)(hybrid_1.Icon, { iconName: "ic_question", size: 16, fillType: "fill", colorKey: tooltipIconColorKey }) })), (0, react_dom_1.createPortal)((0, jsx_runtime_1.jsx)(S_TooltipWrapper, __assign({ className: "TooltipWrapper", ref: tooltipRef, isTooltipOpen: isTooltipOpen, tooltipPosition: tooltipPosition, tooltipPositionCss: tooltipPositionCss, onMouseEnter: handleTooltipOpen, onMouseLeave: handleTooltipClose }, { children: "".concat(tooltipText) })), document.body)] })))] })));
|
|
87
|
+
}
|
|
88
|
+
function getTooltipPositionCss(size, position, positionType) {
|
|
89
|
+
if (!size || !position) {
|
|
90
|
+
return '';
|
|
91
|
+
}
|
|
92
|
+
var left = position.left, bottom = position.bottom, top = position.top;
|
|
93
|
+
var width = size.width, height = size.height;
|
|
94
|
+
var leftValue = left - width + 16;
|
|
95
|
+
var bottomValue = bottom + 4;
|
|
96
|
+
var topValue = top - height - 4;
|
|
97
|
+
var isOverLeft = leftValue < 0;
|
|
98
|
+
var isOverRight = window.innerWidth < left + width;
|
|
99
|
+
var isOverBottom = window.innerHeight < bottomValue + height;
|
|
100
|
+
var isOverTop = topValue < 0;
|
|
101
|
+
switch (positionType) {
|
|
102
|
+
case 'left_bottom':
|
|
103
|
+
return "\n left: ".concat(isOverLeft ? 5 : leftValue, "px;\n ").concat(isOverBottom ? 'bottom: 5px;' : "top: ".concat(bottomValue, "px;"));
|
|
104
|
+
case 'left_top':
|
|
105
|
+
return "\n left: ".concat(isOverLeft ? 5 : leftValue, "px;\n top: ").concat(isOverTop ? 5 : topValue, "px;");
|
|
106
|
+
case 'right_bottom':
|
|
107
|
+
return "\n ".concat(isOverRight ? 'right: 5px;' : "left: ".concat(isOverRight ? 5 : left, "px;"), "\n ").concat(isOverBottom ? 'bottom: 5px;' : "top: ".concat(bottomValue, "px;"));
|
|
108
|
+
case 'right_top':
|
|
109
|
+
return "\n ".concat(isOverRight ? 'right: 5px;' : "left: ".concat(isOverRight ? 5 : left, "px;"), "\n top: ").concat(isOverTop ? 5 : topValue, "px;");
|
|
110
|
+
default:
|
|
111
|
+
return '';
|
|
112
|
+
}
|
|
52
113
|
}
|
|
53
114
|
var displayBold = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n"], ["\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n"])), function (_a) {
|
|
54
115
|
var theme = _a.theme;
|
|
@@ -315,11 +376,7 @@ var ellipsisStyle = (0, styled_components_1.css)(templateObject_35 || (templateO
|
|
|
315
376
|
});
|
|
316
377
|
var userSelectModeStyle = (0, styled_components_1.css)(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n -khtml-user-select: none;\n -moz-user-select: -moz-none;\n -ms-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"], ["\n -khtml-user-select: none;\n -moz-user-select: -moz-none;\n -ms-user-select: none;\n -webkit-user-select: none;\n user-select: none;\n"])));
|
|
317
378
|
var bulletPointModeStyle = (0, styled_components_1.css)(templateObject_37 || (templateObject_37 = __makeTemplateObject(["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n left: 0;\n position: absolute;\n width: 16px;\n }\n"], ["\n padding-left: 16px;\n ::before {\n content: '\u2022';\n left: 0;\n position: absolute;\n width: 16px;\n }\n"])));
|
|
318
|
-
var
|
|
319
|
-
var tooltipLeftBottom = (0, styled_components_1.css)(templateObject_39 || (templateObject_39 = __makeTemplateObject(["\n right: 0;\n top: 20px;\n"], ["\n right: 0;\n top: 20px;\n"])));
|
|
320
|
-
var tooltipRightTop = (0, styled_components_1.css)(templateObject_40 || (templateObject_40 = __makeTemplateObject(["\n bottom: 20px;\n left: 0;\n"], ["\n bottom: 20px;\n left: 0;\n"])));
|
|
321
|
-
var tooltipRightBottom = (0, styled_components_1.css)(templateObject_41 || (templateObject_41 = __makeTemplateObject(["\n left: 0;\n top: 20px;\n"], ["\n left: 0;\n top: 20px;\n"])));
|
|
322
|
-
var S_TextLabel = styled_components_1.default.div(templateObject_42 || (templateObject_42 = __makeTemplateObject(["\n box-sizing: border-box;\n overflow-wrap: break-word;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n\n ", ";\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"], ["\n box-sizing: border-box;\n overflow-wrap: break-word;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n\n ", ";\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"])), function (_a) {
|
|
379
|
+
var S_TextLabel = styled_components_1.default.div(templateObject_38 || (templateObject_38 = __makeTemplateObject(["\n box-sizing: border-box;\n overflow-wrap: break-word;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n\n ", ";\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"], ["\n box-sizing: border-box;\n overflow-wrap: break-word;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: ", ";\n\n ", ";\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"])), function (_a) {
|
|
323
380
|
var textAlign = _a.textAlign;
|
|
324
381
|
return textAlign;
|
|
325
382
|
}, function (_a) {
|
|
@@ -404,19 +461,19 @@ var S_TextLabel = styled_components_1.default.div(templateObject_42 || (template
|
|
|
404
461
|
var bulletPointMode = _a.bulletPointMode;
|
|
405
462
|
return bulletPointMode === 'use' && bulletPointModeStyle;
|
|
406
463
|
});
|
|
407
|
-
var displayAfterTextBox = (0, styled_components_1.css)(
|
|
408
|
-
var headingAfterTextBox = (0, styled_components_1.css)(
|
|
409
|
-
var wizardPageTitleAfterTextBox = (0, styled_components_1.css)(
|
|
410
|
-
var leadParaAfterTextBox = (0, styled_components_1.css)(
|
|
411
|
-
var subTitleAfterTextBox = (0, styled_components_1.css)(
|
|
412
|
-
var body1AfterTextBox = (0, styled_components_1.css)(
|
|
413
|
-
var body2AfterTextBox = (0, styled_components_1.css)(
|
|
414
|
-
var caption1AfterTextBox = (0, styled_components_1.css)(
|
|
415
|
-
var caption2AfterTextBox = (0, styled_components_1.css)(
|
|
416
|
-
var form1AfterTextBox = (0, styled_components_1.css)(
|
|
417
|
-
var form2AfterTextBox = (0, styled_components_1.css)(
|
|
418
|
-
var blog1RAfterTextBox = (0, styled_components_1.css)(
|
|
419
|
-
var S_AfterTextBox = styled_components_1.default.div(
|
|
464
|
+
var displayAfterTextBox = (0, styled_components_1.css)(templateObject_39 || (templateObject_39 = __makeTemplateObject(["\n margin-bottom: 5px;\n"], ["\n margin-bottom: 5px;\n"])));
|
|
465
|
+
var headingAfterTextBox = (0, styled_components_1.css)(templateObject_40 || (templateObject_40 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
466
|
+
var wizardPageTitleAfterTextBox = (0, styled_components_1.css)(templateObject_41 || (templateObject_41 = __makeTemplateObject(["\n margin-bottom: 7px;\n"], ["\n margin-bottom: 7px;\n"])));
|
|
467
|
+
var leadParaAfterTextBox = (0, styled_components_1.css)(templateObject_42 || (templateObject_42 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
468
|
+
var subTitleAfterTextBox = (0, styled_components_1.css)(templateObject_43 || (templateObject_43 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
469
|
+
var body1AfterTextBox = (0, styled_components_1.css)(templateObject_44 || (templateObject_44 = __makeTemplateObject(["\n margin-bottom: 2px;\n"], ["\n margin-bottom: 2px;\n"])));
|
|
470
|
+
var body2AfterTextBox = (0, styled_components_1.css)(templateObject_45 || (templateObject_45 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
471
|
+
var caption1AfterTextBox = (0, styled_components_1.css)(templateObject_46 || (templateObject_46 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
472
|
+
var caption2AfterTextBox = (0, styled_components_1.css)(templateObject_47 || (templateObject_47 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
473
|
+
var form1AfterTextBox = (0, styled_components_1.css)(templateObject_48 || (templateObject_48 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
474
|
+
var form2AfterTextBox = (0, styled_components_1.css)(templateObject_49 || (templateObject_49 = __makeTemplateObject(["\n margin-bottom: 2px;\n"], ["\n margin-bottom: 2px;\n"])));
|
|
475
|
+
var blog1RAfterTextBox = (0, styled_components_1.css)(templateObject_50 || (templateObject_50 = __makeTemplateObject(["\n margin-bottom: 3px;\n"], ["\n margin-bottom: 3px;\n"])));
|
|
476
|
+
var S_AfterTextBox = styled_components_1.default.div(templateObject_51 || (templateObject_51 = __makeTemplateObject(["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n vertical-align: middle;\n\n ", ";\n"], ["\n display: inline-block;\n margin-left: ", ";\n position: relative;\n vertical-align: middle;\n\n ", ";\n"])), function (_a) {
|
|
420
477
|
var theme = _a.theme;
|
|
421
478
|
return theme.spacing.spacingA;
|
|
422
479
|
}, function (_a) {
|
|
@@ -445,8 +502,8 @@ var S_AfterTextBox = styled_components_1.default.div(templateObject_55 || (templ
|
|
|
445
502
|
blog1Regular: blog1RAfterTextBox
|
|
446
503
|
}[styleTheme];
|
|
447
504
|
});
|
|
448
|
-
var S_IconWrapper = styled_components_1.default.div(
|
|
449
|
-
var S_TooltipWrapper = styled_components_1.default.div(
|
|
505
|
+
var S_IconWrapper = styled_components_1.default.div(templateObject_52 || (templateObject_52 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 16px;\n height: 100%;\n justify-content: center;\n width: 16px;\n"], ["\n align-items: center;\n display: flex;\n height: 16px;\n height: 100%;\n justify-content: center;\n width: 16px;\n"])));
|
|
506
|
+
var S_TooltipWrapper = styled_components_1.default.div(templateObject_53 || (templateObject_53 = __makeTemplateObject(["\n ", "\n align-items: center;\n background-color: ", ";\n border-radius: ", ";\n box-sizing: border-box;\n color: ", ";\n display: flex;\n justify-content: center;\n line-height: 1.2;\n max-width: 240px;\n overflow-wrap: break-word;\n padding: ", ";\n position: fixed;\n text-align: left;\n white-space: pre-wrap;\n width: max-content;\n word-break: keep-all;\n z-index: 400;\n\n ", ";\n ", ";\n"], ["\n ", "\n align-items: center;\n background-color: ", ";\n border-radius: ", ";\n box-sizing: border-box;\n color: ", ";\n display: flex;\n justify-content: center;\n line-height: 1.2;\n max-width: 240px;\n overflow-wrap: break-word;\n padding: ", ";\n position: fixed;\n text-align: left;\n white-space: pre-wrap;\n width: max-content;\n word-break: keep-all;\n z-index: 400;\n\n ", ";\n ", ";\n"])), caption2Regular, function (_a) {
|
|
450
507
|
var theme = _a.theme;
|
|
451
508
|
return theme.ui_cpnt_button_tooltip_base;
|
|
452
509
|
}, function (_a) {
|
|
@@ -462,14 +519,8 @@ var S_TooltipWrapper = styled_components_1.default.div(templateObject_57 || (tem
|
|
|
462
519
|
var isTooltipOpen = _a.isTooltipOpen;
|
|
463
520
|
return !isTooltipOpen && 'display: none';
|
|
464
521
|
}, function (_a) {
|
|
465
|
-
var
|
|
466
|
-
return
|
|
467
|
-
{
|
|
468
|
-
left_top: tooltipLeftTop,
|
|
469
|
-
left_bottom: tooltipLeftBottom,
|
|
470
|
-
right_top: tooltipRightTop,
|
|
471
|
-
right_bottom: tooltipRightBottom
|
|
472
|
-
}[tooltipPosition];
|
|
522
|
+
var tooltipPositionCss = _a.tooltipPositionCss;
|
|
523
|
+
return tooltipPositionCss && tooltipPositionCss;
|
|
473
524
|
});
|
|
474
525
|
exports.default = TextLabel;
|
|
475
|
-
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36, templateObject_37, templateObject_38, templateObject_39, templateObject_40, templateObject_41, templateObject_42, templateObject_43, templateObject_44, templateObject_45, templateObject_46, templateObject_47, templateObject_48, templateObject_49, templateObject_50, templateObject_51, templateObject_52, templateObject_53
|
|
526
|
+
var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9, templateObject_10, templateObject_11, templateObject_12, templateObject_13, templateObject_14, templateObject_15, templateObject_16, templateObject_17, templateObject_18, templateObject_19, templateObject_20, templateObject_21, templateObject_22, templateObject_23, templateObject_24, templateObject_25, templateObject_26, templateObject_27, templateObject_28, templateObject_29, templateObject_30, templateObject_31, templateObject_32, templateObject_33, templateObject_34, templateObject_35, templateObject_36, templateObject_37, templateObject_38, templateObject_39, templateObject_40, templateObject_41, templateObject_42, templateObject_43, templateObject_44, templateObject_45, templateObject_46, templateObject_47, templateObject_48, templateObject_49, templateObject_50, templateObject_51, templateObject_52, templateObject_53;
|
|
@@ -172,7 +172,7 @@ function CustomSection(props) {
|
|
|
172
172
|
if (device === 'MOBILE') {
|
|
173
173
|
var cellWidth_1 = width / MOBILE_GRID_COLS;
|
|
174
174
|
setRowHeight(cellWidth_1 * 0.56);
|
|
175
|
-
baseFontSize !==
|
|
175
|
+
baseFontSize !== 16 && setBaseFontSize(16);
|
|
176
176
|
return;
|
|
177
177
|
}
|
|
178
178
|
var cellWidth = width / DESKTOP_GRID_COLS;
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v2.1.
|
|
2
|
+
## [v2.1.26]
|
|
3
3
|
## daily|https://design.storybook.publ.biz/
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
|
|
9
|
-
|
|
5
|
+
### Component
|
|
6
|
+
* TextLabel
|
|
7
|
+
* tooltip 사용시 tooltip이 측정 영역에 갇히거나 window 화면 밖으로 튀어나가지 않을 수 있도록 강화
|
|
8
|
+
### Color
|
|
9
|
+
* 컬러 키 값 23.08.22 17시 25분 기준 싱크
|