pds-dev-kit-web 0.3.43 → 0.3.47
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/line/PostPhotobook.d.ts +4 -0
- package/dist/src/common/assets/icons/line/PostPhotobook.js +36 -0
- package/dist/src/common/assets/icons/line/index.d.ts +1 -0
- package/dist/src/common/assets/icons/line/index.js +2 -0
- package/dist/src/common/services/i18n/resources/en.json +93 -10
- package/dist/src/common/services/i18n/resources/es.json +93 -10
- package/dist/src/common/services/i18n/resources/index.d.ts +332 -0
- package/dist/src/common/services/i18n/resources/jp.json +93 -10
- package/dist/src/common/services/i18n/resources/ko.json +93 -10
- package/dist/src/common/styles/colorSet/UIColor.json +5 -1
- package/dist/src/common/styles/colorSet/index.d.ts +179 -175
- package/dist/src/common/styles/colorSet/index.js +5 -5
- package/dist/src/common/styles/colorSet/ui-type.d.ts +4 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +10 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.d.ts +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTH.js +25 -7
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.d.ts +9 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTK.js +51 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTL.js +31 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.d.ts +9 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTM.js +49 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +8 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +31 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +4 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +9 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +27 -3
- package/package.json +1 -1
|
@@ -432,5 +432,9 @@
|
|
|
432
432
|
"ui_cpnt_button_text_darktheme_default": "sys_text_grey_darktheme_02",
|
|
433
433
|
"ui_cpnt_button_text_darktheme_primary": "usr_text_brand_primary_darktheme_01",
|
|
434
434
|
"ui_35": "black",
|
|
435
|
-
"ui_cpnt_button_fill_base_black_opacity50": "sys_component_base_black_opacity50"
|
|
435
|
+
"ui_cpnt_button_fill_base_black_opacity50": "sys_component_base_black_opacity50",
|
|
436
|
+
"ui_cpnt_sheet_base_white": "sys_component_base_white",
|
|
437
|
+
"ui_cpnt_sheet_base_black": "sys_component_base_black",
|
|
438
|
+
"ui_cpnt_sheet_base_01": "sys_component_base_02",
|
|
439
|
+
"ui_cpnt_sheet_base_02": "sys_component_base_01"
|
|
436
440
|
}
|
|
@@ -1,4 +1,179 @@
|
|
|
1
1
|
declare const colorSet: {
|
|
2
|
+
readonly PaletteColor_light: {
|
|
3
|
+
sys_container_background_01: string;
|
|
4
|
+
sys_container_background_02: string;
|
|
5
|
+
sys_container_background_03: string;
|
|
6
|
+
sys_background_dimmed: string;
|
|
7
|
+
sys_text_grey_01: string;
|
|
8
|
+
sys_text_grey_02: string;
|
|
9
|
+
sys_text_grey_03: string;
|
|
10
|
+
sys_text_white: string;
|
|
11
|
+
sys_text_brand_primary: string;
|
|
12
|
+
sys_text_error_01: string;
|
|
13
|
+
sys_widget_grey_01: string;
|
|
14
|
+
sys_widget_grey_02: string;
|
|
15
|
+
sys_widget_grey_03: string;
|
|
16
|
+
sys_widget_primary_01: string;
|
|
17
|
+
sys_widget_error_01: string;
|
|
18
|
+
sys_widget_warning_01: string;
|
|
19
|
+
sys_widget_success_01: string;
|
|
20
|
+
sys_widget_white: string;
|
|
21
|
+
sys_border_area_01: string;
|
|
22
|
+
sys_border_line_01: string;
|
|
23
|
+
sys_border_line_02: string;
|
|
24
|
+
sys_border_line_03: string;
|
|
25
|
+
sys_border_line_04: string;
|
|
26
|
+
sys_border_line_05: string;
|
|
27
|
+
sys_component_base_01: string;
|
|
28
|
+
sys_component_base_02: string;
|
|
29
|
+
sys_component_base_03: string;
|
|
30
|
+
sys_component_base_red: string;
|
|
31
|
+
sys_component_base_white: string;
|
|
32
|
+
sys_component_base_white_opacity00: string;
|
|
33
|
+
sys_on_base_white_opacity00: string;
|
|
34
|
+
sys_on_base_white_opacity30: string;
|
|
35
|
+
sys_on_base_black_opacity20: string;
|
|
36
|
+
usr_brand_primary: string;
|
|
37
|
+
usr_brand_secondary: string;
|
|
38
|
+
usr_brand_secondary_variant: string;
|
|
39
|
+
usr_background: string;
|
|
40
|
+
usr_surface: string;
|
|
41
|
+
usr_border: string;
|
|
42
|
+
usr_on_brand_primary: string;
|
|
43
|
+
usr_on_brand_secondary: string;
|
|
44
|
+
usr_on_background: string;
|
|
45
|
+
usr_on_surface: string;
|
|
46
|
+
sys_widget_status_active_01: string;
|
|
47
|
+
sys_text_success_01: string;
|
|
48
|
+
sys_widget_grey_04: string;
|
|
49
|
+
sys_text_active: string;
|
|
50
|
+
sys_component_base_blue: string;
|
|
51
|
+
sys_on_base_black_opacity65: string;
|
|
52
|
+
sys_component_base_04: string;
|
|
53
|
+
sys_component_base_black: string;
|
|
54
|
+
sys_component_base_black_opacity00: string;
|
|
55
|
+
usr_text_brand_secondary_variant: string;
|
|
56
|
+
usr_text_brand_primary: string;
|
|
57
|
+
usr_text_brand_on_primary: string;
|
|
58
|
+
sys_text_brand_secondary_variant: string;
|
|
59
|
+
sys_component_base_navy: string;
|
|
60
|
+
sys_widget_lightgreen: string;
|
|
61
|
+
sys_border_line_06: string;
|
|
62
|
+
sys_background_dimmed_20: string;
|
|
63
|
+
sys_widget_pink: string;
|
|
64
|
+
sys_widget_primary_opacity20: string;
|
|
65
|
+
sys_widget_secondary_variant_01: string;
|
|
66
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
67
|
+
sys_temp_grey_01: string;
|
|
68
|
+
sys_temp_grey_02: string;
|
|
69
|
+
sys_temp_grey_03: string;
|
|
70
|
+
sys_temp_grey_04: string;
|
|
71
|
+
sys_temp_grey_05: string;
|
|
72
|
+
sys_temp_white: string;
|
|
73
|
+
sys_temp_primary_01: string;
|
|
74
|
+
sys_temp_secondary_01: string;
|
|
75
|
+
sys_temp_red: string;
|
|
76
|
+
sys_temp_white_opacity_00: string;
|
|
77
|
+
sys_temp_dimmed: string;
|
|
78
|
+
sys_temp_black: string;
|
|
79
|
+
sys_temp_primary_02: string;
|
|
80
|
+
sys_temp_primary_03: string;
|
|
81
|
+
sys_temp_secondary_02: string;
|
|
82
|
+
sys_temp_lightgreen_01: string;
|
|
83
|
+
sys_text_grey_04: string;
|
|
84
|
+
sys_papp_post_social_background: string;
|
|
85
|
+
sys_papp_post_notice_background: string;
|
|
86
|
+
sys_papp_post_free_background: string;
|
|
87
|
+
sys_papp_vod_background: string;
|
|
88
|
+
sys_papp_vodplus_background: string;
|
|
89
|
+
sys_papp_live_background: string;
|
|
90
|
+
sys_selcontrols_base_off_disabled: string;
|
|
91
|
+
sys_selcontrols_base_on_disabled: string;
|
|
92
|
+
sys_component_base_blue_opacity10: string;
|
|
93
|
+
sys_component_base_05: string;
|
|
94
|
+
sys_background_dimmed_65: string;
|
|
95
|
+
sys_temp_grey_06: string;
|
|
96
|
+
sys_on_base_white_opacity10: string;
|
|
97
|
+
sys_on_base_black_opacity10: string;
|
|
98
|
+
sys_component_base_05_opacity00: string;
|
|
99
|
+
sys_papp_post_notice_link: string;
|
|
100
|
+
sys_component_base_navy_light: string;
|
|
101
|
+
sys_component_base_orange: string;
|
|
102
|
+
sys_component_base_grey: string;
|
|
103
|
+
sys_component_base_black_opacity80: string;
|
|
104
|
+
sys_text_darkgrey_02: string;
|
|
105
|
+
sys_border_line_darktheme_01: string;
|
|
106
|
+
sys_border_line_darktheme_02: string;
|
|
107
|
+
sys_component_base_darktheme_01: string;
|
|
108
|
+
sys_component_base_darktheme_02: string;
|
|
109
|
+
sys_component_base_darktheme_03: string;
|
|
110
|
+
sys_text_grey_darktheme_01: string;
|
|
111
|
+
sys_text_grey_darktheme_02: string;
|
|
112
|
+
sys_text_grey_darktheme_03: string;
|
|
113
|
+
sys_widget_grey_darktheme_01: string;
|
|
114
|
+
sys_widget_grey_darktheme_02: string;
|
|
115
|
+
sys_widget_grey_darktheme_03: string;
|
|
116
|
+
sys_component_base_green: string;
|
|
117
|
+
sys_text_error_darktheme_01: string;
|
|
118
|
+
sys_border_line_darktheme_03: string;
|
|
119
|
+
sys_border_line_darktheme_04: string;
|
|
120
|
+
usr_widget_brand_primary_darktheme_01: string;
|
|
121
|
+
usr_text_brand_primary_darktheme_01: string;
|
|
122
|
+
};
|
|
123
|
+
readonly SemanticColor: {
|
|
124
|
+
blue500: string;
|
|
125
|
+
blue700: string;
|
|
126
|
+
blue300: string;
|
|
127
|
+
green700: string;
|
|
128
|
+
green500: string;
|
|
129
|
+
green300: string;
|
|
130
|
+
red500: string;
|
|
131
|
+
grey900: string;
|
|
132
|
+
grey500: string;
|
|
133
|
+
grey400: string;
|
|
134
|
+
grey100: string;
|
|
135
|
+
grey50: string;
|
|
136
|
+
white: string;
|
|
137
|
+
black: string;
|
|
138
|
+
darkblue500: string;
|
|
139
|
+
grey950: string;
|
|
140
|
+
darkgrey900: string;
|
|
141
|
+
darkgrey500: string;
|
|
142
|
+
darkgrey400: string;
|
|
143
|
+
darkgrey100: string;
|
|
144
|
+
darkgrey50: string;
|
|
145
|
+
darkred500: string;
|
|
146
|
+
darkgreen700: string;
|
|
147
|
+
orange500: string;
|
|
148
|
+
darkorange500: string;
|
|
149
|
+
opacity00: string;
|
|
150
|
+
opacity20: string;
|
|
151
|
+
opacity30: string;
|
|
152
|
+
opacity65: string;
|
|
153
|
+
darkgreen500: string;
|
|
154
|
+
grey70: string;
|
|
155
|
+
navy500: string;
|
|
156
|
+
lightgreen500: string;
|
|
157
|
+
pink500: string;
|
|
158
|
+
darkgrey70: string;
|
|
159
|
+
darknavy500: string;
|
|
160
|
+
darkpink500: string;
|
|
161
|
+
darklightgreen500: string;
|
|
162
|
+
opacity10: string;
|
|
163
|
+
grey600: string;
|
|
164
|
+
darkgrey600: string;
|
|
165
|
+
skyblue500: string;
|
|
166
|
+
skyblue300: string;
|
|
167
|
+
pink300: string;
|
|
168
|
+
lightpink500: string;
|
|
169
|
+
darkblue300: string;
|
|
170
|
+
darkblue700: string;
|
|
171
|
+
darkgreen300: string;
|
|
172
|
+
darkskyblue500: string;
|
|
173
|
+
navy100: string;
|
|
174
|
+
darknavy100: string;
|
|
175
|
+
opacity80: string;
|
|
176
|
+
};
|
|
2
177
|
readonly PaletteColor_Dark: {
|
|
3
178
|
sys_container_background_01: string;
|
|
4
179
|
sys_container_background_02: string;
|
|
@@ -555,181 +730,10 @@ declare const colorSet: {
|
|
|
555
730
|
ui_cpnt_button_text_darktheme_primary: string;
|
|
556
731
|
ui_35: string;
|
|
557
732
|
ui_cpnt_button_fill_base_black_opacity50: string;
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
sys_container_background_03: string;
|
|
563
|
-
sys_background_dimmed: string;
|
|
564
|
-
sys_text_grey_01: string;
|
|
565
|
-
sys_text_grey_02: string;
|
|
566
|
-
sys_text_grey_03: string;
|
|
567
|
-
sys_text_white: string;
|
|
568
|
-
sys_text_brand_primary: string;
|
|
569
|
-
sys_text_error_01: string;
|
|
570
|
-
sys_widget_grey_01: string;
|
|
571
|
-
sys_widget_grey_02: string;
|
|
572
|
-
sys_widget_grey_03: string;
|
|
573
|
-
sys_widget_primary_01: string;
|
|
574
|
-
sys_widget_error_01: string;
|
|
575
|
-
sys_widget_warning_01: string;
|
|
576
|
-
sys_widget_success_01: string;
|
|
577
|
-
sys_widget_white: string;
|
|
578
|
-
sys_border_area_01: string;
|
|
579
|
-
sys_border_line_01: string;
|
|
580
|
-
sys_border_line_02: string;
|
|
581
|
-
sys_border_line_03: string;
|
|
582
|
-
sys_border_line_04: string;
|
|
583
|
-
sys_border_line_05: string;
|
|
584
|
-
sys_component_base_01: string;
|
|
585
|
-
sys_component_base_02: string;
|
|
586
|
-
sys_component_base_03: string;
|
|
587
|
-
sys_component_base_red: string;
|
|
588
|
-
sys_component_base_white: string;
|
|
589
|
-
sys_component_base_white_opacity00: string;
|
|
590
|
-
sys_on_base_white_opacity00: string;
|
|
591
|
-
sys_on_base_white_opacity30: string;
|
|
592
|
-
sys_on_base_black_opacity20: string;
|
|
593
|
-
usr_brand_primary: string;
|
|
594
|
-
usr_brand_secondary: string;
|
|
595
|
-
usr_brand_secondary_variant: string;
|
|
596
|
-
usr_background: string;
|
|
597
|
-
usr_surface: string;
|
|
598
|
-
usr_border: string;
|
|
599
|
-
usr_on_brand_primary: string;
|
|
600
|
-
usr_on_brand_secondary: string;
|
|
601
|
-
usr_on_background: string;
|
|
602
|
-
usr_on_surface: string;
|
|
603
|
-
sys_widget_status_active_01: string;
|
|
604
|
-
sys_text_success_01: string;
|
|
605
|
-
sys_widget_grey_04: string;
|
|
606
|
-
sys_text_active: string;
|
|
607
|
-
sys_component_base_blue: string;
|
|
608
|
-
sys_on_base_black_opacity65: string;
|
|
609
|
-
sys_component_base_04: string;
|
|
610
|
-
sys_component_base_black: string;
|
|
611
|
-
sys_component_base_black_opacity00: string;
|
|
612
|
-
usr_text_brand_secondary_variant: string;
|
|
613
|
-
usr_text_brand_primary: string;
|
|
614
|
-
usr_text_brand_on_primary: string;
|
|
615
|
-
sys_text_brand_secondary_variant: string;
|
|
616
|
-
sys_component_base_navy: string;
|
|
617
|
-
sys_widget_lightgreen: string;
|
|
618
|
-
sys_border_line_06: string;
|
|
619
|
-
sys_background_dimmed_20: string;
|
|
620
|
-
sys_widget_pink: string;
|
|
621
|
-
sys_widget_primary_opacity20: string;
|
|
622
|
-
sys_widget_secondary_variant_01: string;
|
|
623
|
-
usr_component_base_brand_primary_opacity10: string;
|
|
624
|
-
sys_temp_grey_01: string;
|
|
625
|
-
sys_temp_grey_02: string;
|
|
626
|
-
sys_temp_grey_03: string;
|
|
627
|
-
sys_temp_grey_04: string;
|
|
628
|
-
sys_temp_grey_05: string;
|
|
629
|
-
sys_temp_white: string;
|
|
630
|
-
sys_temp_primary_01: string;
|
|
631
|
-
sys_temp_secondary_01: string;
|
|
632
|
-
sys_temp_red: string;
|
|
633
|
-
sys_temp_white_opacity_00: string;
|
|
634
|
-
sys_temp_dimmed: string;
|
|
635
|
-
sys_temp_black: string;
|
|
636
|
-
sys_temp_primary_02: string;
|
|
637
|
-
sys_temp_primary_03: string;
|
|
638
|
-
sys_temp_secondary_02: string;
|
|
639
|
-
sys_temp_lightgreen_01: string;
|
|
640
|
-
sys_text_grey_04: string;
|
|
641
|
-
sys_papp_post_social_background: string;
|
|
642
|
-
sys_papp_post_notice_background: string;
|
|
643
|
-
sys_papp_post_free_background: string;
|
|
644
|
-
sys_papp_vod_background: string;
|
|
645
|
-
sys_papp_vodplus_background: string;
|
|
646
|
-
sys_papp_live_background: string;
|
|
647
|
-
sys_selcontrols_base_off_disabled: string;
|
|
648
|
-
sys_selcontrols_base_on_disabled: string;
|
|
649
|
-
sys_component_base_blue_opacity10: string;
|
|
650
|
-
sys_component_base_05: string;
|
|
651
|
-
sys_background_dimmed_65: string;
|
|
652
|
-
sys_temp_grey_06: string;
|
|
653
|
-
sys_on_base_white_opacity10: string;
|
|
654
|
-
sys_on_base_black_opacity10: string;
|
|
655
|
-
sys_component_base_05_opacity00: string;
|
|
656
|
-
sys_papp_post_notice_link: string;
|
|
657
|
-
sys_component_base_navy_light: string;
|
|
658
|
-
sys_component_base_orange: string;
|
|
659
|
-
sys_component_base_grey: string;
|
|
660
|
-
sys_component_base_black_opacity80: string;
|
|
661
|
-
sys_text_darkgrey_02: string;
|
|
662
|
-
sys_border_line_darktheme_01: string;
|
|
663
|
-
sys_border_line_darktheme_02: string;
|
|
664
|
-
sys_component_base_darktheme_01: string;
|
|
665
|
-
sys_component_base_darktheme_02: string;
|
|
666
|
-
sys_component_base_darktheme_03: string;
|
|
667
|
-
sys_text_grey_darktheme_01: string;
|
|
668
|
-
sys_text_grey_darktheme_02: string;
|
|
669
|
-
sys_text_grey_darktheme_03: string;
|
|
670
|
-
sys_widget_grey_darktheme_01: string;
|
|
671
|
-
sys_widget_grey_darktheme_02: string;
|
|
672
|
-
sys_widget_grey_darktheme_03: string;
|
|
673
|
-
sys_component_base_green: string;
|
|
674
|
-
sys_text_error_darktheme_01: string;
|
|
675
|
-
sys_border_line_darktheme_03: string;
|
|
676
|
-
sys_border_line_darktheme_04: string;
|
|
677
|
-
usr_widget_brand_primary_darktheme_01: string;
|
|
678
|
-
usr_text_brand_primary_darktheme_01: string;
|
|
679
|
-
};
|
|
680
|
-
readonly SemanticColor: {
|
|
681
|
-
blue500: string;
|
|
682
|
-
blue700: string;
|
|
683
|
-
blue300: string;
|
|
684
|
-
green700: string;
|
|
685
|
-
green500: string;
|
|
686
|
-
green300: string;
|
|
687
|
-
red500: string;
|
|
688
|
-
grey900: string;
|
|
689
|
-
grey500: string;
|
|
690
|
-
grey400: string;
|
|
691
|
-
grey100: string;
|
|
692
|
-
grey50: string;
|
|
693
|
-
white: string;
|
|
694
|
-
black: string;
|
|
695
|
-
darkblue500: string;
|
|
696
|
-
grey950: string;
|
|
697
|
-
darkgrey900: string;
|
|
698
|
-
darkgrey500: string;
|
|
699
|
-
darkgrey400: string;
|
|
700
|
-
darkgrey100: string;
|
|
701
|
-
darkgrey50: string;
|
|
702
|
-
darkred500: string;
|
|
703
|
-
darkgreen700: string;
|
|
704
|
-
orange500: string;
|
|
705
|
-
darkorange500: string;
|
|
706
|
-
opacity00: string;
|
|
707
|
-
opacity20: string;
|
|
708
|
-
opacity30: string;
|
|
709
|
-
opacity65: string;
|
|
710
|
-
darkgreen500: string;
|
|
711
|
-
grey70: string;
|
|
712
|
-
navy500: string;
|
|
713
|
-
lightgreen500: string;
|
|
714
|
-
pink500: string;
|
|
715
|
-
darkgrey70: string;
|
|
716
|
-
darknavy500: string;
|
|
717
|
-
darkpink500: string;
|
|
718
|
-
darklightgreen500: string;
|
|
719
|
-
opacity10: string;
|
|
720
|
-
grey600: string;
|
|
721
|
-
darkgrey600: string;
|
|
722
|
-
skyblue500: string;
|
|
723
|
-
skyblue300: string;
|
|
724
|
-
pink300: string;
|
|
725
|
-
lightpink500: string;
|
|
726
|
-
darkblue300: string;
|
|
727
|
-
darkblue700: string;
|
|
728
|
-
darkgreen300: string;
|
|
729
|
-
darkskyblue500: string;
|
|
730
|
-
navy100: string;
|
|
731
|
-
darknavy100: string;
|
|
732
|
-
opacity80: string;
|
|
733
|
+
ui_cpnt_sheet_base_white: string;
|
|
734
|
+
ui_cpnt_sheet_base_black: string;
|
|
735
|
+
ui_cpnt_sheet_base_01: string;
|
|
736
|
+
ui_cpnt_sheet_base_02: string;
|
|
733
737
|
};
|
|
734
738
|
};
|
|
735
739
|
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 PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
8
|
-
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
9
7
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
10
8
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
9
|
+
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
10
|
+
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
|
-
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
13
|
-
UIColor: UIColor_json_1.default,
|
|
14
12
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
15
|
-
SemanticColor: SemanticColor_json_1.default
|
|
13
|
+
SemanticColor: SemanticColor_json_1.default,
|
|
14
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
|
+
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -433,4 +433,8 @@ export interface UITheme {
|
|
|
433
433
|
ui_cpnt_button_text_darktheme_primary: string;
|
|
434
434
|
ui_35: string;
|
|
435
435
|
ui_cpnt_button_fill_base_black_opacity50: string;
|
|
436
|
+
ui_cpnt_sheet_base_white: string;
|
|
437
|
+
ui_cpnt_sheet_base_black: string;
|
|
438
|
+
ui_cpnt_sheet_base_01: string;
|
|
439
|
+
ui_cpnt_sheet_base_02: string;
|
|
436
440
|
}
|
package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
export declare type ContentsContainerProps = {
|
|
3
3
|
content1?: JSX.Element;
|
|
4
4
|
content2?: JSX.Element;
|
|
5
|
-
layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTI_1' | 'WTJ_1';
|
|
5
|
+
layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTI_1' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTN_1';
|
|
6
6
|
containerColor?: string;
|
|
7
7
|
areaColor?: string;
|
|
8
8
|
};
|
|
@@ -27,9 +27,17 @@ var ContentsContainer = function (_a) {
|
|
|
27
27
|
WTF_5: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_5", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
28
28
|
WTF_6: (react_1.default.createElement(variation_1.WTF, { layoutType: "WTF_6", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
29
29
|
WTG_1: react_1.default.createElement(variation_1.WTG, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
|
|
30
|
-
WTH_1: react_1.default.createElement(variation_1.WTH, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
|
|
30
|
+
WTH_1: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
31
|
+
WTH_2: (react_1.default.createElement(variation_1.WTH, { layoutType: "WTH_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
31
32
|
WTI_1: react_1.default.createElement(variation_1.WTI, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
|
|
32
|
-
WTJ_1: (react_1.default.createElement(variation_1.WTJ, { content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor }))
|
|
33
|
+
WTJ_1: (react_1.default.createElement(variation_1.WTJ, { content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor })),
|
|
34
|
+
WTK_1: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
35
|
+
WTK_2: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
36
|
+
WTK_3: (react_1.default.createElement(variation_1.WTK, { layoutType: "WTK_3", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
37
|
+
WTL_1: react_1.default.createElement(variation_1.WTL, { content1: content1, containerColor: containerColor, areaColor: areaColor }),
|
|
38
|
+
WTM_1: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_1", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
39
|
+
WTM_2: (react_1.default.createElement(variation_1.WTM, { layoutType: "WTM_2", content1: content1, containerColor: containerColor, areaColor: areaColor })),
|
|
40
|
+
WTN_1: react_1.default.createElement(variation_1.WTN, { content1: content1, containerColor: containerColor, areaColor: areaColor })
|
|
33
41
|
}[layoutType]));
|
|
34
42
|
};
|
|
35
43
|
exports.default = ContentsContainer;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare type WTHProps = {
|
|
3
3
|
content1?: JSX.Element;
|
|
4
|
+
layoutType: 'WTH_1' | 'WTH_2';
|
|
4
5
|
containerColor?: string;
|
|
5
6
|
areaColor?: string;
|
|
6
7
|
};
|
|
7
|
-
declare const WTH: ({ content1, containerColor, areaColor }: WTHProps) => JSX.Element;
|
|
8
|
+
declare const WTH: ({ content1, layoutType, containerColor, areaColor }: WTHProps) => JSX.Element;
|
|
8
9
|
export default WTH;
|
|
@@ -10,22 +10,40 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
var react_1 = __importDefault(require("react"));
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
12
|
var WTH = function (_a) {
|
|
13
|
-
var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
-
return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
|
|
15
|
-
react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
|
|
16
|
-
react_1.default.createElement(S_Content1,
|
|
13
|
+
var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor },
|
|
15
|
+
react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
|
|
16
|
+
react_1.default.createElement(S_Content1, { layoutType: layoutType }, content1))));
|
|
17
17
|
};
|
|
18
|
-
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n
|
|
18
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n min-width: 1200px;\n ", ";\n ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n min-width: 1200px;\n ", ";\n ", ";\n"])), function (_a) {
|
|
19
19
|
var theme = _a.theme;
|
|
20
20
|
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
22
|
+
var layoutType = _a.layoutType;
|
|
23
|
+
return ({
|
|
24
|
+
WTH_1: 'height: 100%;overflow-x: hidden;overflow-y: auto;',
|
|
25
|
+
WTH_2: 'height: 100%;'
|
|
26
|
+
}[layoutType]);
|
|
21
27
|
}, function (_a) {
|
|
22
28
|
var containerColor = _a.containerColor;
|
|
23
29
|
return "background-color: " + containerColor;
|
|
24
30
|
});
|
|
25
|
-
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-sizing: border-box;\n min-width: 1200px;\n
|
|
31
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-sizing: border-box;\n min-width: 1200px;\n width: 100%;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n min-width: 1200px;\n width: 100%;\n ", ";\n ", ";\n"])), function (_a) {
|
|
32
|
+
var layoutType = _a.layoutType;
|
|
33
|
+
return ({
|
|
34
|
+
WTH_1: 'padding-bottom: 88px;',
|
|
35
|
+
WTH_2: 'height: 100%;'
|
|
36
|
+
}[layoutType]);
|
|
37
|
+
}, function (_a) {
|
|
26
38
|
var areaColor = _a.areaColor;
|
|
27
39
|
return "background-color: " + areaColor;
|
|
28
40
|
});
|
|
29
|
-
var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n
|
|
41
|
+
var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n ", ";\n"], ["\n ", ";\n"])), function (_a) {
|
|
42
|
+
var layoutType = _a.layoutType;
|
|
43
|
+
return ({
|
|
44
|
+
WTH_1: '',
|
|
45
|
+
WTH_2: 'height: 100%;overflow: hidden;'
|
|
46
|
+
}[layoutType]);
|
|
47
|
+
});
|
|
30
48
|
exports.default = WTH;
|
|
31
49
|
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type WTKProps = {
|
|
3
|
+
content1?: JSX.Element;
|
|
4
|
+
layoutType: 'WTK_1' | 'WTK_2' | 'WTK_3';
|
|
5
|
+
containerColor?: string;
|
|
6
|
+
areaColor?: string;
|
|
7
|
+
};
|
|
8
|
+
declare const WTK: ({ content1, layoutType, containerColor, areaColor }: WTKProps) => JSX.Element;
|
|
9
|
+
export default WTK;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
var WTK = function (_a) {
|
|
13
|
+
var content1 = _a.content1, layoutType = _a.layoutType, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_ContentsContainer, { layoutType: layoutType, containerColor: containerColor },
|
|
15
|
+
react_1.default.createElement(S_ContentsArea, { layoutType: layoutType, areaColor: areaColor },
|
|
16
|
+
react_1.default.createElement(S_Content1, null, content1))));
|
|
17
|
+
};
|
|
18
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n ", ";\n\n /* NOTE: Container \uB0B4\uC5D0\uC11C area\uAC00 \uC911\uC559\uC815\uB82C\uC77C \uACBD\uC6B0 Container\uC758 min-width\uB97C area\uC640 \uB9DE\uCDB0\uC8FC\uC5B4\uC57C \uD655\uB300\uD558\uAC70\uB098 \uD588\uC744\uB54C \uB0B4\uC6A9\uC774 \uC9E4\uB9AC\uC9C0 \uC54A\uB294\uB2E4. */\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
22
|
+
var containerColor = _a.containerColor;
|
|
23
|
+
return "background-color: " + containerColor;
|
|
24
|
+
}, function (_a) {
|
|
25
|
+
var layoutType = _a.layoutType;
|
|
26
|
+
return ({
|
|
27
|
+
WTK_1: 'min-width: 480px;',
|
|
28
|
+
WTK_2: 'min-width: 600px;',
|
|
29
|
+
WTK_3: 'min-width: 768px;'
|
|
30
|
+
}[layoutType]);
|
|
31
|
+
});
|
|
32
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-sizing: border-box;\n border-left: 1px solid ", ";\n border-right: 1px solid ", ";\n height: 100%;\n overflow: auto;\n ", ";\n ", ";\n"], ["\n box-sizing: border-box;\n border-left: 1px solid ", ";\n border-right: 1px solid ", ";\n height: 100%;\n overflow: auto;\n ", ";\n ", ";\n"])), function (_a) {
|
|
33
|
+
var theme = _a.theme;
|
|
34
|
+
return theme.ui_area_divider;
|
|
35
|
+
}, function (_a) {
|
|
36
|
+
var theme = _a.theme;
|
|
37
|
+
return theme.ui_area_divider;
|
|
38
|
+
}, function (_a) {
|
|
39
|
+
var layoutType = _a.layoutType;
|
|
40
|
+
return ({
|
|
41
|
+
WTK_1: 'width: 480px;',
|
|
42
|
+
WTK_2: 'width: 600px;',
|
|
43
|
+
WTK_3: 'width: 768px;'
|
|
44
|
+
}[layoutType]);
|
|
45
|
+
}, function (_a) {
|
|
46
|
+
var areaColor = _a.areaColor;
|
|
47
|
+
return "background-color: " + areaColor;
|
|
48
|
+
});
|
|
49
|
+
var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 100%;\n"], ["\n height: 100%;\n"])));
|
|
50
|
+
exports.default = WTK;
|
|
51
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
3
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
4
|
+
return cooked;
|
|
5
|
+
};
|
|
6
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
7
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
8
|
+
};
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
var react_1 = __importDefault(require("react"));
|
|
11
|
+
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
+
var WTL = function (_a) {
|
|
13
|
+
var content1 = _a.content1, containerColor = _a.containerColor, areaColor = _a.areaColor;
|
|
14
|
+
return (react_1.default.createElement(S_ContentsContainer, { containerColor: containerColor },
|
|
15
|
+
react_1.default.createElement(S_ContentsArea, { areaColor: areaColor },
|
|
16
|
+
react_1.default.createElement(S_Content1, null, content1))));
|
|
17
|
+
};
|
|
18
|
+
var S_ContentsContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"], ["\n align-items: center;\n background-color: ", ";\n box-sizing: border-box;\n display: flex;\n flex-direction: column;\n height: 100%;\n min-width: 1200px;\n overflow-x: hidden;\n overflow-y: auto;\n ", ";\n"])), function (_a) {
|
|
19
|
+
var theme = _a.theme;
|
|
20
|
+
return theme.ui_contentscontainer01_background;
|
|
21
|
+
}, function (_a) {
|
|
22
|
+
var containerColor = _a.containerColor;
|
|
23
|
+
return "background-color: " + containerColor;
|
|
24
|
+
});
|
|
25
|
+
var S_ContentsArea = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-sizing: border-box;\n min-width: 1200px;\n padding: 24px 24px 88px 24px;\n width: 100%;\n ", ";\n"], ["\n box-sizing: border-box;\n min-width: 1200px;\n padding: 24px 24px 88px 24px;\n width: 100%;\n ", ";\n"])), function (_a) {
|
|
26
|
+
var areaColor = _a.areaColor;
|
|
27
|
+
return "background-color: " + areaColor;
|
|
28
|
+
});
|
|
29
|
+
var S_Content1 = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
|
|
30
|
+
exports.default = WTL;
|
|
31
|
+
var templateObject_1, templateObject_2, templateObject_3;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare type WTMProps = {
|
|
3
|
+
content1?: JSX.Element;
|
|
4
|
+
layoutType: 'WTM_1' | 'WTM_2';
|
|
5
|
+
containerColor?: string;
|
|
6
|
+
areaColor?: string;
|
|
7
|
+
};
|
|
8
|
+
declare const WTM: ({ content1, layoutType, containerColor, areaColor }: WTMProps) => JSX.Element;
|
|
9
|
+
export default WTM;
|