pds-dev-kit-web-test 0.0.1 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5 -3
- package/dist/src/common/assets/icons/fill/CheckboxOn.d.ts +1 -1
- package/dist/src/common/assets/icons/fill/CheckboxOn.js +24 -2
- package/dist/src/common/assets/icons/fill/index.d.ts +1 -1
- package/dist/src/common/components/Navigations/ContextTextLabelNav.js +2 -2
- package/dist/src/common/components/Navigations/index.d.ts +2 -0
- package/dist/src/common/components/Navigations/index.js +5 -1
- package/dist/src/common/decorators/withFormProvider.js +4 -1
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +8 -2
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +7 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +6 -5
- package/dist/src/common/styles/colorSet/UIColor.json +41 -30
- package/dist/src/common/styles/colorSet/index.d.ts +248 -224
- package/dist/src/common/styles/colorSet/index.js +5 -5
- package/dist/src/common/styles/colorSet/ui-type.d.ts +11 -0
- package/dist/src/common/styles/theme.d.ts +2 -0
- package/dist/src/common/styles/theme.js +3 -1
- package/dist/src/common/types/components.d.ts +1 -1
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.d.ts +2 -1
- package/dist/src/desktop/common/components/TextFieldBase/TextFieldBase.js +30 -12
- package/dist/src/desktop/components/AdminList/AdminList.d.ts +22 -8
- package/dist/src/desktop/components/AdminList/AdminList.js +21 -2
- package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +8 -8
- package/dist/src/desktop/components/AdminList/BulkActionBar.js +8 -8
- package/dist/src/desktop/components/AdminList/HeaderRow.js +1 -1
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +18 -19
- package/dist/src/desktop/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/desktop/components/BasicListItem/BasicListItem.js +5 -5
- package/dist/src/desktop/components/BlogTextField/BlogTextField.js +7 -4
- package/dist/src/desktop/components/Chip/Chip.js +16 -19
- package/dist/src/desktop/components/ContextMenu/ContextMenu.js +1 -1
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +2 -2
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.d.ts +7 -1
- package/dist/src/desktop/components/DesktopAlertDialog/DesktopAlertDialog.js +5 -5
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +4 -4
- package/dist/src/desktop/components/Dropdown/Dropdown.js +27 -12
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.d.ts +2 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/DynamicDesktopNavBar.js +2 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/ContextMenuNavs/ContextMenuItemNav.js +2 -2
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/ContextMenuNavs/ContextMenuNavs.js +19 -5
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/LogoNav.js +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/MenuItemNav.js +6 -5
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/PAppMenuItemNav.d.ts +2 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/PAppMenuItemNav.js +3 -3
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/WebMenuItemNav.d.ts +2 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/components/MenuItemNav/components/WebMenuItemNav.js +3 -3
- package/dist/src/desktop/components/DynamicDesktopNavBar/index.d.ts +1 -0
- package/dist/src/desktop/components/DynamicDesktopNavBar/index.js +3 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/templates/{MenuDesignTemplates.d.ts → DynamicDesktopNavBarTemplates.d.ts} +17 -6
- package/dist/src/desktop/components/DynamicDesktopNavBar/templates/{MenuDesignTemplates.js → DynamicDesktopNavBarTemplates.js} +10 -10
- package/dist/src/desktop/components/DynamicDesktopNavBar/templates/constants.d.ts +15 -4
- package/dist/src/desktop/components/DynamicDesktopNavBar/templates/constants.js +22 -11
- package/dist/src/desktop/components/DynamicDesktopNavBar/templates/index.d.ts +1 -1
- package/dist/src/desktop/components/DynamicDesktopNavBar/templates/index.js +3 -3
- package/dist/src/desktop/components/DynamicDesktopNavBar/types.d.ts +1 -1
- package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +54 -26
- package/dist/src/desktop/components/FloatingActionButton/FloatingActionButton.js +1 -1
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.js +5 -3
- package/dist/src/desktop/components/IconButton/IconButton.js +3 -8
- package/dist/src/desktop/components/ImageSlide/ImageSlide.js +1 -1
- package/dist/src/desktop/components/MainButton/MainButton.js +1 -1
- package/dist/src/desktop/components/ReactionButton/ReactionButton.js +1 -1
- package/dist/src/desktop/components/Select/Select.js +20 -11
- package/dist/src/desktop/components/StatusBlock/StatusBlock.js +3 -3
- package/dist/src/desktop/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/desktop/components/TextButton/TextButton.js +12 -7
- package/dist/src/desktop/components/TextField/TextField.js +13 -10
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +3 -1
- package/dist/src/desktop/components/TextLabel/TextLabel.js +15 -8
- package/dist/src/desktop/components/ToneTest/ToneTest.d.ts +3 -0
- package/dist/src/desktop/components/ToneTest/ToneTest.js +385 -0
- package/dist/src/desktop/components/ToneTest/index.d.ts +1 -0
- package/dist/src/desktop/components/ToneTest/index.js +8 -0
- package/dist/src/desktop/components/UploadIconButton/UploadIconButton.js +3 -8
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/desktop/components/UploadTextButton/UploadTextButton.js +2 -1
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.d.ts +8 -0
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +36 -0
- package/dist/src/desktop/components/UserDesktopSideTab/index.d.ts +1 -0
- package/dist/src/desktop/components/UserDesktopSideTab/index.js +8 -0
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +3 -3
- package/dist/src/desktop/components/index.d.ts +3 -4
- package/dist/src/desktop/components/index.js +4 -5
- package/dist/src/desktop/index.d.ts +4 -2
- package/dist/src/desktop/index.js +9 -4
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +2 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +29 -5
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +8 -4
- package/dist/src/desktop/{components → panels}/DesktopBasicModal/DesktopBasicModal.d.ts +0 -0
- package/dist/src/desktop/{components → panels}/DesktopBasicModal/DesktopBasicModal.js +6 -7
- package/dist/src/desktop/{components → panels}/DesktopBasicModal/index.d.ts +0 -0
- package/dist/src/desktop/{components → panels}/DesktopBasicModal/index.js +0 -0
- package/dist/src/desktop/{components → panels}/DesktopHeadlessModal/DesktopHeadlessModal.d.ts +3 -3
- package/dist/src/desktop/{components → panels}/DesktopHeadlessModal/DesktopHeadlessModal.js +3 -3
- package/dist/src/desktop/{components → panels}/DesktopHeadlessModal/index.d.ts +0 -0
- package/dist/src/desktop/{components → panels}/DesktopHeadlessModal/index.js +0 -0
- package/dist/src/desktop/panels/index.d.ts +3 -0
- package/dist/src/desktop/panels/index.js +7 -0
- package/dist/src/hybrid/components/Divider/Divider.js +12 -9
- package/dist/src/hybrid/components/Icon/Icon.js +3 -2
- package/dist/src/hybrid/components/Switch/Switch.d.ts +2 -2
- package/dist/src/hybrid/components/Switch/Switch.js +3 -32
- package/dist/src/mobile/common/components/TextFieldBase/TextFieldBase.js +7 -7
- package/dist/src/mobile/components/BasicListItem/BasicListItem.d.ts +4 -1
- package/dist/src/mobile/components/BasicListItem/BasicListItem.js +5 -5
- package/dist/src/mobile/components/BlogTextField/BlogTextField.js +3 -3
- package/dist/src/mobile/components/Card/Card.js +1 -1
- package/dist/src/mobile/components/Chip/Chip.js +16 -19
- package/dist/src/mobile/components/ContextMenu/ContextMenu.js +1 -1
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +2 -2
- package/dist/src/mobile/components/Dropdown/Dropdown.js +19 -11
- package/dist/src/mobile/components/HorizontalFormGroup/HorizontalFormGroup.js +5 -3
- package/dist/src/mobile/components/IconButton/IconButton.js +3 -8
- package/dist/src/mobile/components/ImageSlide/ImageSlide.js +1 -1
- package/dist/src/mobile/components/MainButton/MainButton.js +3 -12
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.d.ts +7 -1
- package/dist/src/mobile/components/MobileAlertDialog/MobileAlertDialog.js +6 -6
- package/dist/src/mobile/components/MobileTabBar/MobileTabBar.d.ts +3 -1
- package/dist/src/mobile/components/MobileTabBar/MobileTabBar.js +23 -9
- package/dist/src/mobile/components/Radio/Radio.js +1 -1
- package/dist/src/mobile/components/ReactionButton/ReactionButton.js +2 -5
- package/dist/src/mobile/components/Select/Select.js +10 -11
- package/dist/src/mobile/components/StatusBlock/StatusBlock.js +3 -3
- package/dist/src/mobile/components/TextButton/TextButton.d.ts +1 -1
- package/dist/src/mobile/components/TextButton/TextButton.js +8 -8
- package/dist/src/mobile/components/TextField/TextField.js +9 -9
- package/dist/src/mobile/components/TextLabel/TextLabel.d.ts +3 -1
- package/dist/src/mobile/components/TextLabel/TextLabel.js +14 -7
- package/dist/src/mobile/components/UploadIconButton/UploadIconButton.js +3 -8
- package/dist/src/mobile/components/UploadMainButton/UploadMainButton.js +2 -8
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.d.ts +1 -1
- package/dist/src/mobile/components/UploadTextButton/UploadTextButton.js +2 -1
- package/dist/src/mobile/components/index.d.ts +1 -2
- package/dist/src/mobile/components/index.js +1 -3
- package/dist/src/mobile/index.d.ts +4 -2
- package/dist/src/mobile/index.js +4 -2
- package/dist/src/mobile/{components → panels}/MobileBasicModal/MobileBasicModal.d.ts +6 -2
- package/dist/src/mobile/{components → panels}/MobileBasicModal/MobileBasicModal.js +7 -10
- package/dist/src/mobile/{components → panels}/MobileBasicModal/index.d.ts +0 -0
- package/dist/src/mobile/{components → panels}/MobileBasicModal/index.js +0 -0
- package/dist/src/mobile/panels/index.d.ts +2 -0
- package/dist/src/mobile/panels/index.js +5 -0
- package/package.json +1 -1
- package/release-note.md +2 -2
|
@@ -1,4 +1,235 @@
|
|
|
1
1
|
declare const colorSet: {
|
|
2
|
+
readonly SemanticColor: {
|
|
3
|
+
blue500: string;
|
|
4
|
+
blue700: string;
|
|
5
|
+
blue300: string;
|
|
6
|
+
green700: string;
|
|
7
|
+
green500: string;
|
|
8
|
+
green300: string;
|
|
9
|
+
red500: string;
|
|
10
|
+
grey900: string;
|
|
11
|
+
grey500: string;
|
|
12
|
+
grey400: string;
|
|
13
|
+
grey100: string;
|
|
14
|
+
grey50: string;
|
|
15
|
+
white: string;
|
|
16
|
+
black: string;
|
|
17
|
+
darkblue500: string;
|
|
18
|
+
grey950: string;
|
|
19
|
+
darkgrey900: string;
|
|
20
|
+
darkgrey500: string;
|
|
21
|
+
darkgrey400: string;
|
|
22
|
+
darkgrey100: string;
|
|
23
|
+
darkgrey50: string;
|
|
24
|
+
darkred500: string;
|
|
25
|
+
darkgreen700: string;
|
|
26
|
+
orange500: string;
|
|
27
|
+
darkorange500: string;
|
|
28
|
+
opacity00: string;
|
|
29
|
+
opacity20: string;
|
|
30
|
+
opacity30: string;
|
|
31
|
+
opacity65: string;
|
|
32
|
+
darkgreen500: string;
|
|
33
|
+
grey70: string;
|
|
34
|
+
navy500: string;
|
|
35
|
+
lightgreen500: string;
|
|
36
|
+
pink500: string;
|
|
37
|
+
darkgrey70: string;
|
|
38
|
+
darknavy500: string;
|
|
39
|
+
darkpink500: string;
|
|
40
|
+
darklightgreen500: string;
|
|
41
|
+
opacity10: string;
|
|
42
|
+
grey600: string;
|
|
43
|
+
darkgrey600: string;
|
|
44
|
+
skyblue500: string;
|
|
45
|
+
skyblue300: string;
|
|
46
|
+
pink300: string;
|
|
47
|
+
lightpink500: string;
|
|
48
|
+
darkblue300: string;
|
|
49
|
+
darkblue700: string;
|
|
50
|
+
darkgreen300: string;
|
|
51
|
+
darkskyblue500: string;
|
|
52
|
+
navy100: string;
|
|
53
|
+
darknavy100: string;
|
|
54
|
+
opacity80: string;
|
|
55
|
+
opacity50: string;
|
|
56
|
+
grey30: string;
|
|
57
|
+
opacity95: string;
|
|
58
|
+
darkgrey30: string;
|
|
59
|
+
opacity40: string;
|
|
60
|
+
};
|
|
61
|
+
readonly PaletteColor_Dark: {
|
|
62
|
+
sys_container_background_01: string;
|
|
63
|
+
sys_container_background_02: string;
|
|
64
|
+
sys_container_background_03: string;
|
|
65
|
+
sys_background_dimmed: string;
|
|
66
|
+
sys_text_grey_01: string;
|
|
67
|
+
sys_text_grey_02: string;
|
|
68
|
+
sys_text_grey_03: string;
|
|
69
|
+
sys_text_white: string;
|
|
70
|
+
sys_text_brand_primary: string;
|
|
71
|
+
sys_text_error_01: string;
|
|
72
|
+
sys_widget_grey_01: string;
|
|
73
|
+
sys_widget_grey_02: string;
|
|
74
|
+
sys_widget_grey_03: string;
|
|
75
|
+
sys_widget_primary_01: string;
|
|
76
|
+
sys_widget_error_01: string;
|
|
77
|
+
sys_widget_warning_01: string;
|
|
78
|
+
sys_widget_success_01: string;
|
|
79
|
+
sys_widget_white: string;
|
|
80
|
+
sys_border_area_01: string;
|
|
81
|
+
sys_border_line_01: string;
|
|
82
|
+
sys_border_line_02: string;
|
|
83
|
+
sys_border_line_03: string;
|
|
84
|
+
sys_border_line_04: string;
|
|
85
|
+
sys_border_line_05: string;
|
|
86
|
+
sys_component_base_01: string;
|
|
87
|
+
sys_component_base_02: string;
|
|
88
|
+
sys_component_base_03: string;
|
|
89
|
+
sys_component_base_red: string;
|
|
90
|
+
sys_component_base_white: string;
|
|
91
|
+
sys_component_base_white_opacity00: string;
|
|
92
|
+
sys_on_base_white_opacity00: string;
|
|
93
|
+
sys_on_base_white_opacity30: string;
|
|
94
|
+
sys_on_base_black_opacity20: string;
|
|
95
|
+
usr_brand_primary: string;
|
|
96
|
+
usr_brand_secondary: string;
|
|
97
|
+
usr_brand_secondary_variant: string;
|
|
98
|
+
usr_background: string;
|
|
99
|
+
usr_surface: string;
|
|
100
|
+
usr_border: string;
|
|
101
|
+
usr_on_brand_primary: string;
|
|
102
|
+
usr_on_brand_secondary: string;
|
|
103
|
+
usr_on_background: string;
|
|
104
|
+
usr_on_surface: string;
|
|
105
|
+
sys_widget_status_active_01: string;
|
|
106
|
+
sys_text_success_01: string;
|
|
107
|
+
sys_widget_grey_04: string;
|
|
108
|
+
sys_text_active: string;
|
|
109
|
+
sys_component_base_blue: string;
|
|
110
|
+
sys_on_base_black_opacity65: string;
|
|
111
|
+
sys_component_base_04: string;
|
|
112
|
+
sys_component_base_black: string;
|
|
113
|
+
sys_component_base_black_opacity00: string;
|
|
114
|
+
usr_text_brand_secondary_variant: string;
|
|
115
|
+
usr_text_brand_primary: string;
|
|
116
|
+
usr_text_brand_on_primary: string;
|
|
117
|
+
sys_text_brand_secondary_variant: string;
|
|
118
|
+
sys_component_base_navy: string;
|
|
119
|
+
sys_widget_lightgreen: string;
|
|
120
|
+
sys_border_line_06: string;
|
|
121
|
+
sys_background_dimmed_20: string;
|
|
122
|
+
sys_widget_pink: string;
|
|
123
|
+
sys_widget_primary_opacity20: string;
|
|
124
|
+
sys_widget_secondary_variant_01: string;
|
|
125
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
126
|
+
sys_temp_grey_01: string;
|
|
127
|
+
sys_temp_grey_02: string;
|
|
128
|
+
sys_temp_grey_03: string;
|
|
129
|
+
sys_temp_grey_04: string;
|
|
130
|
+
sys_temp_grey_05: string;
|
|
131
|
+
sys_temp_white: string;
|
|
132
|
+
sys_temp_primary_01: string;
|
|
133
|
+
sys_temp_secondary_01: string;
|
|
134
|
+
sys_temp_red: string;
|
|
135
|
+
sys_temp_white_opacity_00: string;
|
|
136
|
+
sys_temp_dimmed: string;
|
|
137
|
+
sys_temp_black: string;
|
|
138
|
+
sys_temp_primary_02: string;
|
|
139
|
+
sys_temp_primary_03: string;
|
|
140
|
+
sys_temp_secondary_02: string;
|
|
141
|
+
sys_temp_lightgreen_01: string;
|
|
142
|
+
sys_text_grey_04: string;
|
|
143
|
+
sys_papp_post_social_background: string;
|
|
144
|
+
sys_papp_post_notice_background: string;
|
|
145
|
+
sys_papp_post_free_background: string;
|
|
146
|
+
sys_papp_vod_background: string;
|
|
147
|
+
sys_papp_vodplus_background: string;
|
|
148
|
+
sys_papp_live_background: string;
|
|
149
|
+
sys_selcontrols_base_off_disabled: string;
|
|
150
|
+
sys_selcontrols_base_on_disabled: string;
|
|
151
|
+
sys_component_base_blue_opacity10: string;
|
|
152
|
+
sys_component_base_05: string;
|
|
153
|
+
sys_background_dimmed_65: string;
|
|
154
|
+
sys_temp_grey_06: string;
|
|
155
|
+
sys_on_base_white_opacity10: string;
|
|
156
|
+
sys_on_base_black_opacity10: string;
|
|
157
|
+
sys_component_base_05_opacity00: string;
|
|
158
|
+
sys_papp_post_notice_link: string;
|
|
159
|
+
sys_component_base_navy_light: string;
|
|
160
|
+
sys_component_base_orange: string;
|
|
161
|
+
sys_component_base_grey: string;
|
|
162
|
+
sys_component_base_black_opacity80: string;
|
|
163
|
+
sys_text_darkgrey_02: string;
|
|
164
|
+
sys_border_line_darktheme_01: string;
|
|
165
|
+
sys_border_line_darktheme_02: string;
|
|
166
|
+
sys_component_base_darktheme_01: string;
|
|
167
|
+
sys_component_base_darktheme_02: string;
|
|
168
|
+
sys_component_base_darktheme_03: string;
|
|
169
|
+
sys_text_grey_darktheme_01: string;
|
|
170
|
+
sys_text_grey_darktheme_02: string;
|
|
171
|
+
sys_text_grey_darktheme_03: string;
|
|
172
|
+
sys_widget_grey_darktheme_01: string;
|
|
173
|
+
sys_widget_grey_darktheme_02: string;
|
|
174
|
+
sys_widget_grey_darktheme_03: string;
|
|
175
|
+
sys_component_base_green: string;
|
|
176
|
+
sys_text_error_darktheme_01: string;
|
|
177
|
+
sys_border_line_darktheme_03: string;
|
|
178
|
+
sys_border_line_darktheme_04: string;
|
|
179
|
+
usr_widget_brand_primary_darktheme_01: string;
|
|
180
|
+
usr_text_brand_primary_darktheme_01: string;
|
|
181
|
+
sys_component_base_black_opacity50: string;
|
|
182
|
+
sys_component_base_card: string;
|
|
183
|
+
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
184
|
+
sys_widget_green_01: string;
|
|
185
|
+
sys_component_base_black_opacity30: string;
|
|
186
|
+
sys_area_background: string;
|
|
187
|
+
sys_border_white_opacity30: string;
|
|
188
|
+
sys_container_background_wt: string;
|
|
189
|
+
sys_channeldesc_grey_03: string;
|
|
190
|
+
sys_channeldesc_border_grey_03: string;
|
|
191
|
+
sys_gradient_base_01: string;
|
|
192
|
+
sys_gradient_base_01_opacity00: string;
|
|
193
|
+
sys_channeldesc_background: string;
|
|
194
|
+
sys_channeldesc_bottomsheet_base: string;
|
|
195
|
+
sys_channeldesc_bottomsheet_border: string;
|
|
196
|
+
sys_channeldesc_contents_base: string;
|
|
197
|
+
sys_channeldesc_dimmed: string;
|
|
198
|
+
sys_gradient_base_01_opacity50: string;
|
|
199
|
+
sys_gradient_base_01_opacity75: string;
|
|
200
|
+
sys_gradient_base_01_opacity40: string;
|
|
201
|
+
sys_widget_black: string;
|
|
202
|
+
usr_temp_primary_01: string;
|
|
203
|
+
sys_cpnt_sheet_base_02_opacity50: string;
|
|
204
|
+
usr_menu_primarymenu_main: string;
|
|
205
|
+
usr_menu_primarymenu_sub: string;
|
|
206
|
+
usr_menu_secondarymenu_main: string;
|
|
207
|
+
usr_menu_secondarymenu_sub: string;
|
|
208
|
+
usr_menu_hover: string;
|
|
209
|
+
usr_menu_active: string;
|
|
210
|
+
usr_menu_background: string;
|
|
211
|
+
sys_cpnt_base_white_opacity50: string;
|
|
212
|
+
sys_widget_dark_01: string;
|
|
213
|
+
usr_menu_background_gradient_opacity00: string;
|
|
214
|
+
sys_border_line_white: string;
|
|
215
|
+
sys_component_base_white_opacity10: string;
|
|
216
|
+
sys_cpnt_sheet_base_01: string;
|
|
217
|
+
sys_component_base_white_opacity20: string;
|
|
218
|
+
sys_border_line_07: string;
|
|
219
|
+
sys_border_line_white_opacity50: string;
|
|
220
|
+
sys_background_dimmed_02: string;
|
|
221
|
+
sys_border_line_08: string;
|
|
222
|
+
sys_component_base_06: string;
|
|
223
|
+
sys_component_base_07: string;
|
|
224
|
+
sys_border_line_09: string;
|
|
225
|
+
sys_component_base_darktheme_04: string;
|
|
226
|
+
sys_border_line_10: string;
|
|
227
|
+
sys_component_base_darktheme_05: string;
|
|
228
|
+
sys_border_line_darktheme_05: string;
|
|
229
|
+
sys_component_base_darktheme_06: string;
|
|
230
|
+
sys_border_line_darktheme_06: string;
|
|
231
|
+
sys_border_line_darktheme_07: string;
|
|
232
|
+
};
|
|
2
233
|
readonly PaletteColor_light: {
|
|
3
234
|
sys_container_background_01: string;
|
|
4
235
|
sys_container_background_02: string;
|
|
@@ -164,6 +395,12 @@ declare const colorSet: {
|
|
|
164
395
|
sys_component_base_07: string;
|
|
165
396
|
sys_border_line_09: string;
|
|
166
397
|
sys_component_base_darktheme_04: string;
|
|
398
|
+
sys_border_line_10: string;
|
|
399
|
+
sys_component_base_darktheme_05: string;
|
|
400
|
+
sys_border_line_darktheme_05: string;
|
|
401
|
+
sys_component_base_darktheme_06: string;
|
|
402
|
+
sys_border_line_darktheme_06: string;
|
|
403
|
+
sys_border_line_darktheme_07: string;
|
|
167
404
|
};
|
|
168
405
|
readonly UIColor: {
|
|
169
406
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -670,230 +907,17 @@ declare const colorSet: {
|
|
|
670
907
|
ui_cpnt_select_text_darktheme_readonly: string;
|
|
671
908
|
ui_cpnt_dropdown_text_darktheme_readonly: string;
|
|
672
909
|
ui_cpnt_dropdown_text_white_readonly: string;
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
sys_text_error_01: string;
|
|
685
|
-
sys_widget_grey_01: string;
|
|
686
|
-
sys_widget_grey_02: string;
|
|
687
|
-
sys_widget_grey_03: string;
|
|
688
|
-
sys_widget_primary_01: string;
|
|
689
|
-
sys_widget_error_01: string;
|
|
690
|
-
sys_widget_warning_01: string;
|
|
691
|
-
sys_widget_success_01: string;
|
|
692
|
-
sys_widget_white: string;
|
|
693
|
-
sys_border_area_01: string;
|
|
694
|
-
sys_border_line_01: string;
|
|
695
|
-
sys_border_line_02: string;
|
|
696
|
-
sys_border_line_03: string;
|
|
697
|
-
sys_border_line_04: string;
|
|
698
|
-
sys_border_line_05: string;
|
|
699
|
-
sys_component_base_01: string;
|
|
700
|
-
sys_component_base_02: string;
|
|
701
|
-
sys_component_base_03: string;
|
|
702
|
-
sys_component_base_red: string;
|
|
703
|
-
sys_component_base_white: string;
|
|
704
|
-
sys_component_base_white_opacity00: string;
|
|
705
|
-
sys_on_base_white_opacity00: string;
|
|
706
|
-
sys_on_base_white_opacity30: string;
|
|
707
|
-
sys_on_base_black_opacity20: string;
|
|
708
|
-
usr_brand_primary: string;
|
|
709
|
-
usr_brand_secondary: string;
|
|
710
|
-
usr_brand_secondary_variant: string;
|
|
711
|
-
usr_background: string;
|
|
712
|
-
usr_surface: string;
|
|
713
|
-
usr_border: string;
|
|
714
|
-
usr_on_brand_primary: string;
|
|
715
|
-
usr_on_brand_secondary: string;
|
|
716
|
-
usr_on_background: string;
|
|
717
|
-
usr_on_surface: string;
|
|
718
|
-
sys_widget_status_active_01: string;
|
|
719
|
-
sys_text_success_01: string;
|
|
720
|
-
sys_widget_grey_04: string;
|
|
721
|
-
sys_text_active: string;
|
|
722
|
-
sys_component_base_blue: string;
|
|
723
|
-
sys_on_base_black_opacity65: string;
|
|
724
|
-
sys_component_base_04: string;
|
|
725
|
-
sys_component_base_black: string;
|
|
726
|
-
sys_component_base_black_opacity00: string;
|
|
727
|
-
usr_text_brand_secondary_variant: string;
|
|
728
|
-
usr_text_brand_primary: string;
|
|
729
|
-
usr_text_brand_on_primary: string;
|
|
730
|
-
sys_text_brand_secondary_variant: string;
|
|
731
|
-
sys_component_base_navy: string;
|
|
732
|
-
sys_widget_lightgreen: string;
|
|
733
|
-
sys_border_line_06: string;
|
|
734
|
-
sys_background_dimmed_20: string;
|
|
735
|
-
sys_widget_pink: string;
|
|
736
|
-
sys_widget_primary_opacity20: string;
|
|
737
|
-
sys_widget_secondary_variant_01: string;
|
|
738
|
-
usr_component_base_brand_primary_opacity10: string;
|
|
739
|
-
sys_temp_grey_01: string;
|
|
740
|
-
sys_temp_grey_02: string;
|
|
741
|
-
sys_temp_grey_03: string;
|
|
742
|
-
sys_temp_grey_04: string;
|
|
743
|
-
sys_temp_grey_05: string;
|
|
744
|
-
sys_temp_white: string;
|
|
745
|
-
sys_temp_primary_01: string;
|
|
746
|
-
sys_temp_secondary_01: string;
|
|
747
|
-
sys_temp_red: string;
|
|
748
|
-
sys_temp_white_opacity_00: string;
|
|
749
|
-
sys_temp_dimmed: string;
|
|
750
|
-
sys_temp_black: string;
|
|
751
|
-
sys_temp_primary_02: string;
|
|
752
|
-
sys_temp_primary_03: string;
|
|
753
|
-
sys_temp_secondary_02: string;
|
|
754
|
-
sys_temp_lightgreen_01: string;
|
|
755
|
-
sys_text_grey_04: string;
|
|
756
|
-
sys_papp_post_social_background: string;
|
|
757
|
-
sys_papp_post_notice_background: string;
|
|
758
|
-
sys_papp_post_free_background: string;
|
|
759
|
-
sys_papp_vod_background: string;
|
|
760
|
-
sys_papp_vodplus_background: string;
|
|
761
|
-
sys_papp_live_background: string;
|
|
762
|
-
sys_selcontrols_base_off_disabled: string;
|
|
763
|
-
sys_selcontrols_base_on_disabled: string;
|
|
764
|
-
sys_component_base_blue_opacity10: string;
|
|
765
|
-
sys_component_base_05: string;
|
|
766
|
-
sys_background_dimmed_65: string;
|
|
767
|
-
sys_temp_grey_06: string;
|
|
768
|
-
sys_on_base_white_opacity10: string;
|
|
769
|
-
sys_on_base_black_opacity10: string;
|
|
770
|
-
sys_component_base_05_opacity00: string;
|
|
771
|
-
sys_papp_post_notice_link: string;
|
|
772
|
-
sys_component_base_navy_light: string;
|
|
773
|
-
sys_component_base_orange: string;
|
|
774
|
-
sys_component_base_grey: string;
|
|
775
|
-
sys_component_base_black_opacity80: string;
|
|
776
|
-
sys_text_darkgrey_02: string;
|
|
777
|
-
sys_border_line_darktheme_01: string;
|
|
778
|
-
sys_border_line_darktheme_02: string;
|
|
779
|
-
sys_component_base_darktheme_01: string;
|
|
780
|
-
sys_component_base_darktheme_02: string;
|
|
781
|
-
sys_component_base_darktheme_03: string;
|
|
782
|
-
sys_text_grey_darktheme_01: string;
|
|
783
|
-
sys_text_grey_darktheme_02: string;
|
|
784
|
-
sys_text_grey_darktheme_03: string;
|
|
785
|
-
sys_widget_grey_darktheme_01: string;
|
|
786
|
-
sys_widget_grey_darktheme_02: string;
|
|
787
|
-
sys_widget_grey_darktheme_03: string;
|
|
788
|
-
sys_component_base_green: string;
|
|
789
|
-
sys_text_error_darktheme_01: string;
|
|
790
|
-
sys_border_line_darktheme_03: string;
|
|
791
|
-
sys_border_line_darktheme_04: string;
|
|
792
|
-
usr_widget_brand_primary_darktheme_01: string;
|
|
793
|
-
usr_text_brand_primary_darktheme_01: string;
|
|
794
|
-
sys_component_base_black_opacity50: string;
|
|
795
|
-
sys_component_base_card: string;
|
|
796
|
-
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
797
|
-
sys_widget_green_01: string;
|
|
798
|
-
sys_component_base_black_opacity30: string;
|
|
799
|
-
sys_area_background: string;
|
|
800
|
-
sys_border_white_opacity30: string;
|
|
801
|
-
sys_container_background_wt: string;
|
|
802
|
-
sys_channeldesc_grey_03: string;
|
|
803
|
-
sys_channeldesc_border_grey_03: string;
|
|
804
|
-
sys_gradient_base_01: string;
|
|
805
|
-
sys_gradient_base_01_opacity00: string;
|
|
806
|
-
sys_channeldesc_background: string;
|
|
807
|
-
sys_channeldesc_bottomsheet_base: string;
|
|
808
|
-
sys_channeldesc_bottomsheet_border: string;
|
|
809
|
-
sys_channeldesc_contents_base: string;
|
|
810
|
-
sys_channeldesc_dimmed: string;
|
|
811
|
-
sys_gradient_base_01_opacity50: string;
|
|
812
|
-
sys_gradient_base_01_opacity75: string;
|
|
813
|
-
sys_gradient_base_01_opacity40: string;
|
|
814
|
-
sys_widget_black: string;
|
|
815
|
-
usr_temp_primary_01: string;
|
|
816
|
-
sys_cpnt_sheet_base_02_opacity50: string;
|
|
817
|
-
usr_menu_primarymenu_main: string;
|
|
818
|
-
usr_menu_primarymenu_sub: string;
|
|
819
|
-
usr_menu_secondarymenu_main: string;
|
|
820
|
-
usr_menu_secondarymenu_sub: string;
|
|
821
|
-
usr_menu_hover: string;
|
|
822
|
-
usr_menu_active: string;
|
|
823
|
-
usr_menu_background: string;
|
|
824
|
-
sys_cpnt_base_white_opacity50: string;
|
|
825
|
-
sys_widget_dark_01: string;
|
|
826
|
-
usr_menu_background_gradient_opacity00: string;
|
|
827
|
-
sys_border_line_white: string;
|
|
828
|
-
sys_component_base_white_opacity10: string;
|
|
829
|
-
sys_cpnt_sheet_base_01: string;
|
|
830
|
-
sys_component_base_white_opacity20: string;
|
|
831
|
-
sys_border_line_07: string;
|
|
832
|
-
sys_border_line_white_opacity50: string;
|
|
833
|
-
sys_background_dimmed_02: string;
|
|
834
|
-
sys_border_line_08: string;
|
|
835
|
-
sys_component_base_06: string;
|
|
836
|
-
sys_component_base_07: string;
|
|
837
|
-
sys_border_line_09: string;
|
|
838
|
-
sys_component_base_darktheme_04: string;
|
|
839
|
-
};
|
|
840
|
-
readonly SemanticColor: {
|
|
841
|
-
blue500: string;
|
|
842
|
-
blue700: string;
|
|
843
|
-
blue300: string;
|
|
844
|
-
green700: string;
|
|
845
|
-
green500: string;
|
|
846
|
-
green300: string;
|
|
847
|
-
red500: string;
|
|
848
|
-
grey900: string;
|
|
849
|
-
grey500: string;
|
|
850
|
-
grey400: string;
|
|
851
|
-
grey100: string;
|
|
852
|
-
grey50: string;
|
|
853
|
-
white: string;
|
|
854
|
-
black: string;
|
|
855
|
-
darkblue500: string;
|
|
856
|
-
grey950: string;
|
|
857
|
-
darkgrey900: string;
|
|
858
|
-
darkgrey500: string;
|
|
859
|
-
darkgrey400: string;
|
|
860
|
-
darkgrey100: string;
|
|
861
|
-
darkgrey50: string;
|
|
862
|
-
darkred500: string;
|
|
863
|
-
darkgreen700: string;
|
|
864
|
-
orange500: string;
|
|
865
|
-
darkorange500: string;
|
|
866
|
-
opacity00: string;
|
|
867
|
-
opacity20: string;
|
|
868
|
-
opacity30: string;
|
|
869
|
-
opacity65: string;
|
|
870
|
-
darkgreen500: string;
|
|
871
|
-
grey70: string;
|
|
872
|
-
navy500: string;
|
|
873
|
-
lightgreen500: string;
|
|
874
|
-
pink500: string;
|
|
875
|
-
darkgrey70: string;
|
|
876
|
-
darknavy500: string;
|
|
877
|
-
darkpink500: string;
|
|
878
|
-
darklightgreen500: string;
|
|
879
|
-
opacity10: string;
|
|
880
|
-
grey600: string;
|
|
881
|
-
darkgrey600: string;
|
|
882
|
-
skyblue500: string;
|
|
883
|
-
skyblue300: string;
|
|
884
|
-
pink300: string;
|
|
885
|
-
lightpink500: string;
|
|
886
|
-
darkblue300: string;
|
|
887
|
-
darkblue700: string;
|
|
888
|
-
darkgreen300: string;
|
|
889
|
-
darkskyblue500: string;
|
|
890
|
-
navy100: string;
|
|
891
|
-
darknavy100: string;
|
|
892
|
-
opacity80: string;
|
|
893
|
-
opacity50: string;
|
|
894
|
-
grey30: string;
|
|
895
|
-
opacity95: string;
|
|
896
|
-
darkgrey30: string;
|
|
910
|
+
ui_cpnt_blogtextfield_base_01: string;
|
|
911
|
+
ui_cpnt_textfield_base_darktheme_normal: string;
|
|
912
|
+
ui_cpnt_dropdown_border_darktheme_disabled: string;
|
|
913
|
+
ui_cpnt_select_border_darktheme_disabled: string;
|
|
914
|
+
ui_cpnt_dropdown_text_white_disabled: string;
|
|
915
|
+
ui_cpnt_select_base_darktheme_normal: string;
|
|
916
|
+
ui_hero_title_text: string;
|
|
917
|
+
ui_hero_description_text: string;
|
|
918
|
+
ui_cpnt_divider_area: string;
|
|
919
|
+
ui_cpnt_button_white_base_hover: string;
|
|
920
|
+
ui_cpnt_button_white_base_pressed: string;
|
|
897
921
|
};
|
|
898
922
|
};
|
|
899
923
|
export default colorSet;
|
|
@@ -4,14 +4,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
|
+
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
|
+
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
7
9
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
8
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
9
|
-
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
10
|
-
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
|
-
|
|
13
|
-
UIColor: UIColor_json_1.default,
|
|
12
|
+
SemanticColor: SemanticColor_json_1.default,
|
|
14
13
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
|
-
|
|
14
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
15
|
+
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -503,4 +503,15 @@ export interface UITheme {
|
|
|
503
503
|
ui_cpnt_select_text_darktheme_readonly: string;
|
|
504
504
|
ui_cpnt_dropdown_text_darktheme_readonly: string;
|
|
505
505
|
ui_cpnt_dropdown_text_white_readonly: string;
|
|
506
|
+
ui_cpnt_blogtextfield_base_01: string;
|
|
507
|
+
ui_cpnt_textfield_base_darktheme_normal: string;
|
|
508
|
+
ui_cpnt_dropdown_border_darktheme_disabled: string;
|
|
509
|
+
ui_cpnt_select_border_darktheme_disabled: string;
|
|
510
|
+
ui_cpnt_dropdown_text_white_disabled: string;
|
|
511
|
+
ui_cpnt_select_base_darktheme_normal: string;
|
|
512
|
+
ui_hero_title_text: string;
|
|
513
|
+
ui_hero_description_text: string;
|
|
514
|
+
ui_cpnt_divider_area: string;
|
|
515
|
+
ui_cpnt_button_white_base_hover: string;
|
|
516
|
+
ui_cpnt_button_white_base_pressed: string;
|
|
506
517
|
}
|
|
@@ -11,7 +11,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
-
exports.spacing = exports.boxShadow = exports.mobileLineHeight = exports.mobileFontSize = exports.desktopLineHeight = exports.desktopFontSize = exports.fontWeight = void 0;
|
|
14
|
+
exports.themeByGivenTone = exports.spacing = exports.boxShadow = exports.mobileLineHeight = exports.mobileFontSize = exports.desktopLineHeight = exports.desktopFontSize = exports.fontWeight = void 0;
|
|
15
15
|
var ui_colors_1 = require("./ui-colors");
|
|
16
16
|
exports.fontWeight = {
|
|
17
17
|
normal: '500',
|
|
@@ -96,4 +96,6 @@ exports.spacing = {
|
|
|
96
96
|
spacingN: '320px'
|
|
97
97
|
};
|
|
98
98
|
var theme = __assign({ fontWeight: exports.fontWeight, desktopFontSize: exports.desktopFontSize, desktopLineHeight: exports.desktopLineHeight, mobileFontSize: exports.mobileFontSize, mobileLineHeight: exports.mobileLineHeight, boxShadow: exports.boxShadow, spacing: exports.spacing }, (0, ui_colors_1.customTheme)(window.PdsUtils ? window.PdsUtils.tone : 'DARK', window.PdsUtils ? window.PdsUtils.palette : {}));
|
|
99
|
+
var themeByGivenTone = function (tone) { return (__assign(__assign({}, (0, ui_colors_1.customTheme)(tone)), { fontWeight: exports.fontWeight, desktopFontSize: exports.desktopFontSize, desktopLineHeight: exports.desktopLineHeight, mobileFontSize: exports.mobileFontSize, mobileLineHeight: exports.mobileLineHeight, boxShadow: exports.boxShadow, spacing: exports.spacing })); };
|
|
100
|
+
exports.themeByGivenTone = themeByGivenTone;
|
|
99
101
|
exports.default = theme;
|
|
@@ -7,6 +7,6 @@ export declare type PDSValueOption = {
|
|
|
7
7
|
export declare type PDSTabItemOption = {
|
|
8
8
|
title: PDSTextType;
|
|
9
9
|
isActive: boolean;
|
|
10
|
-
onClick?: () => void;
|
|
10
|
+
onClick?: (e: React.MouseEvent<HTMLElement>) => void;
|
|
11
11
|
};
|
|
12
12
|
export declare type ForwardedRefType<T> = ForwardedRef<T | null>;
|
|
@@ -34,7 +34,8 @@ export declare type TextFieldBaseProps = {
|
|
|
34
34
|
onKeyDown?: (e: React.KeyboardEvent<HTMLInputElement> | React.KeyboardEvent<HTMLTextAreaElement>) => void;
|
|
35
35
|
onKeyUp?: (e: React.KeyboardEvent<HTMLInputElement> | React.KeyboardEvent<HTMLTextAreaElement>) => void;
|
|
36
36
|
onTarget?: () => void;
|
|
37
|
+
inputRef?: any;
|
|
37
38
|
[x: string]: any;
|
|
38
39
|
} & Record<string, any>;
|
|
39
|
-
declare function TextFieldBase({ name, hintText, defaultText, validation, preventBlankMode, enterSubmitMode, textLineType, multiRows, autoMinRows, autoMaxRows, inputType, state, colorTheme, min, max, maxLength, textSize, textWeight, textPadding, fieldHeight, deleteIconMode, deleteIconSize, deleteIconColor, isFocused, onBlur, onChange, onFocus, onKeyDown, onKeyUp, onTarget, ...rest }: TextFieldBaseProps): JSX.Element;
|
|
40
|
+
declare function TextFieldBase({ name, hintText, defaultText, validation, preventBlankMode, enterSubmitMode, textLineType, multiRows, autoMinRows, autoMaxRows, inputType, state, colorTheme, min, max, maxLength, textSize, textWeight, textPadding, fieldHeight, deleteIconMode, deleteIconSize, deleteIconColor, isFocused, onBlur, onChange, onFocus, onKeyDown, onKeyUp, onTarget, inputRef, ...rest }: TextFieldBaseProps): JSX.Element;
|
|
40
41
|
export default TextFieldBase;
|