pds-dev-kit-web 2.1.5 → 2.1.6
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/README.md +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/src/common/index.d.ts +1 -1
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +6 -5
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +6 -5
- package/dist/src/common/styles/colorSet/SemanticColor.json +3 -1
- package/dist/src/common/styles/colorSet/UIColor.json +2 -1
- package/dist/src/common/styles/colorSet/index.d.ts +326 -321
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
- package/dist/src/common/types/components.d.ts +7 -1
- package/dist/src/desktop/components/AdminList/AdminList.d.ts +13 -13
- package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +13 -13
- package/dist/src/desktop/components/AdminListHeader/AdminListHeader.d.ts +4 -4
- package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +4 -4
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +4 -4
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +4 -4
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +1 -3
- package/dist/src/sub/AdminList/AdminListHeader/AdminListHeader.d.ts +4 -4
- package/dist/src/sub/AdminList/AdminListHeader/HeaderBar.d.ts +4 -4
- package/dist/src/sub/AdminList/BulkActionBar/BulkActionBar.d.ts +13 -13
- package/package.json +1 -1
- package/release-note.md +15 -7
package/README.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, UiColors, PdsDevKitTheme, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, theme, Form, PDSIconType, ForwardedRefType } from './src/common';
|
|
2
|
-
export { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, UiColors, PDSIconType, ForwardedRefType };
|
|
1
|
+
import { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, ContextMenuItemValueOption, DropdownValueOption, AdminListDropdownValueOption, BasicButtonGroupValueOption, UiColors, PdsDevKitTheme, fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme, theme, Form, PDSIconType, ForwardedRefType } from './src/common';
|
|
2
|
+
export { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, ContextMenuItemValueOption, DropdownValueOption, AdminListDropdownValueOption, BasicButtonGroupValueOption, UiColors, PDSIconType, ForwardedRefType };
|
|
3
3
|
export { fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing, uiColors, customTheme };
|
|
4
4
|
export { theme };
|
|
5
5
|
export { dialogOnAni, dialogOffAni, dialogOverlayOnAni, dialogOverlayOffAni, modalOnAni, modalOffAni, modalOverlayOnAni, modalOverlayOffAni } from './src/common/styles';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export { UITheme } from './styles/colorSet/ui-type';
|
|
2
|
-
export { IFormValues, FillIconNameKeys, LineIconNameKeys, PDSIconType, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, UiColors, ForwardedRefType } from './types';
|
|
2
|
+
export { IFormValues, FillIconNameKeys, LineIconNameKeys, PDSIconType, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, PDSValueOption, ContextMenuItemValueOption, DropdownValueOption, AdminListDropdownValueOption, BasicButtonGroupValueOption, UiColors, ForwardedRefType } from './types';
|
|
3
3
|
export { fontWeight, desktopFontSize, desktopLineHeight, desktopEditorFontSize, desktopEditorLineHeight, mobileFontSize, mobileLineHeight, mobileEditorFontSize, mobileEditorLineHeight, boxShadow, spacing } from './styles/theme';
|
|
4
4
|
export { uiColors, customTheme } from './styles/ui-colors';
|
|
5
5
|
export { theme } from './styles';
|
|
@@ -301,11 +301,11 @@
|
|
|
301
301
|
"sys_component_base_40": "darkorange50",
|
|
302
302
|
"sys_component_base_41": "darkskyblue100",
|
|
303
303
|
"sys_cpnt_slider_track": "darkgrey100",
|
|
304
|
-
"sys_cpnt_slider_track_active": "
|
|
305
|
-
"sys_cpnt_slider_thumb_normal": "
|
|
304
|
+
"sys_cpnt_slider_track_active": "darkblue500",
|
|
305
|
+
"sys_cpnt_slider_thumb_normal": "darkblue500",
|
|
306
306
|
"sys_cpnt_slider_thumb_disabled": "darkgrey400",
|
|
307
|
-
"sys_cpnt_slider_thumb_hover_circle": "
|
|
308
|
-
"sys_cpnt_slider_thumb_pressed_circle": "
|
|
307
|
+
"sys_cpnt_slider_thumb_hover_circle": "darkblue500/opacity10",
|
|
308
|
+
"sys_cpnt_slider_thumb_pressed_circle": "darkblue500/opacity20",
|
|
309
309
|
"sys_cpnt_slider_track_disabled": "darkgrey400",
|
|
310
310
|
"sys_component_base_42": "darkorange30",
|
|
311
311
|
"sys_component_base_43": "darkblue30",
|
|
@@ -317,5 +317,6 @@
|
|
|
317
317
|
"sys_editor_layout_navigation_panel": "darkgrey80",
|
|
318
318
|
"sys_editor_layout_canvas_area": "darkgrey30",
|
|
319
319
|
"sys_editor_layout_control_panel": "darkgrey70",
|
|
320
|
-
"sys_editor_layout_property_panel": "darkgrey70"
|
|
320
|
+
"sys_editor_layout_property_panel": "darkgrey70",
|
|
321
|
+
"sys_editor_layout_navigation_panel_section_item_area_normal": "darkgrey300"
|
|
321
322
|
}
|
|
@@ -301,11 +301,11 @@
|
|
|
301
301
|
"sys_component_base_40": "orange50",
|
|
302
302
|
"sys_component_base_41": "skyblue100",
|
|
303
303
|
"sys_cpnt_slider_track": "grey100",
|
|
304
|
-
"sys_cpnt_slider_track_active": "
|
|
305
|
-
"sys_cpnt_slider_thumb_normal": "
|
|
304
|
+
"sys_cpnt_slider_track_active": "blue500",
|
|
305
|
+
"sys_cpnt_slider_thumb_normal": "blue500",
|
|
306
306
|
"sys_cpnt_slider_thumb_disabled": "grey400",
|
|
307
|
-
"sys_cpnt_slider_thumb_hover_circle": "
|
|
308
|
-
"sys_cpnt_slider_thumb_pressed_circle": "
|
|
307
|
+
"sys_cpnt_slider_thumb_hover_circle": "blue500/opacity10",
|
|
308
|
+
"sys_cpnt_slider_thumb_pressed_circle": "blue500/opacity20",
|
|
309
309
|
"sys_cpnt_slider_track_disabled": "grey400",
|
|
310
310
|
"sys_component_base_42": "orange30",
|
|
311
311
|
"sys_component_base_43": "blue30",
|
|
@@ -317,5 +317,6 @@
|
|
|
317
317
|
"sys_editor_layout_navigation_panel": "grey50",
|
|
318
318
|
"sys_editor_layout_canvas_area": "grey30",
|
|
319
319
|
"sys_editor_layout_control_panel": "white",
|
|
320
|
-
"sys_editor_layout_property_panel": "white"
|
|
320
|
+
"sys_editor_layout_property_panel": "white",
|
|
321
|
+
"sys_editor_layout_navigation_panel_section_item_area_normal": "white"
|
|
321
322
|
}
|
|
@@ -804,5 +804,6 @@
|
|
|
804
804
|
"ui_editor_layout_navigation_panel": "sys_editor_layout_navigation_panel",
|
|
805
805
|
"ui_editor_layout_canvas_area": "sys_editor_layout_canvas_area",
|
|
806
806
|
"ui_editor_layout_control_panel": "sys_editor_layout_control_panel",
|
|
807
|
-
"ui_editor_layout_property_panel": "sys_editor_layout_property_panel"
|
|
807
|
+
"ui_editor_layout_property_panel": "sys_editor_layout_property_panel",
|
|
808
|
+
"ui_editor_layout_navigation_panel_section_item_area_normal": "sys_editor_layout_navigation_panel_section_item_area_normal"
|
|
808
809
|
}
|
|
@@ -116,327 +116,8 @@ declare const colorSet: {
|
|
|
116
116
|
darkyellow300: string;
|
|
117
117
|
grey20: string;
|
|
118
118
|
darkgrey20: string;
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
sys_container_background_01: string;
|
|
122
|
-
sys_container_background_02: string;
|
|
123
|
-
sys_container_background_03: string;
|
|
124
|
-
sys_background_dimmed: string;
|
|
125
|
-
sys_text_grey_01: string;
|
|
126
|
-
sys_text_grey_02: string;
|
|
127
|
-
sys_text_grey_03: string;
|
|
128
|
-
sys_text_white: string;
|
|
129
|
-
sys_text_brand_primary: string;
|
|
130
|
-
sys_text_error_01: string;
|
|
131
|
-
sys_widget_grey_01: string;
|
|
132
|
-
sys_widget_grey_02: string;
|
|
133
|
-
sys_widget_grey_03: string;
|
|
134
|
-
sys_widget_primary_01: string;
|
|
135
|
-
sys_widget_error_01: string;
|
|
136
|
-
sys_widget_warning_01: string;
|
|
137
|
-
sys_widget_success_01: string;
|
|
138
|
-
sys_widget_white: string;
|
|
139
|
-
sys_border_area_01: string;
|
|
140
|
-
sys_border_line_01: string;
|
|
141
|
-
sys_border_line_02: string;
|
|
142
|
-
sys_border_line_03: string;
|
|
143
|
-
sys_border_line_04: string;
|
|
144
|
-
sys_border_line_05: string;
|
|
145
|
-
sys_component_base_01: string;
|
|
146
|
-
sys_component_base_02: string;
|
|
147
|
-
sys_component_base_03: string;
|
|
148
|
-
sys_component_base_red: string;
|
|
149
|
-
sys_component_base_white: string;
|
|
150
|
-
sys_component_base_white_opacity00: string;
|
|
151
|
-
sys_on_base_white_opacity00: string;
|
|
152
|
-
sys_on_base_white_opacity30: string;
|
|
153
|
-
sys_on_base_black_opacity20: string;
|
|
154
|
-
usr_brand_primary: string;
|
|
155
|
-
usr_brand_secondary: string;
|
|
156
|
-
usr_brand_secondary_variant: string;
|
|
157
|
-
usr_background: string;
|
|
158
|
-
usr_surface: string;
|
|
159
|
-
usr_border: string;
|
|
160
|
-
usr_on_brand_primary: string;
|
|
161
|
-
usr_on_brand_secondary: string;
|
|
162
|
-
usr_on_background: string;
|
|
163
|
-
usr_on_surface: string;
|
|
164
|
-
sys_widget_status_active_01: string;
|
|
165
|
-
sys_text_success_01: string;
|
|
166
|
-
sys_widget_grey_04: string;
|
|
167
|
-
sys_text_active: string;
|
|
168
|
-
sys_component_base_blue: string;
|
|
169
|
-
sys_on_base_black_opacity65: string;
|
|
170
|
-
sys_component_base_04: string;
|
|
171
|
-
sys_component_base_black: string;
|
|
172
|
-
sys_component_base_black_opacity00: string;
|
|
173
|
-
usr_text_brand_secondary_variant: string;
|
|
174
|
-
usr_text_brand_primary: string;
|
|
175
|
-
usr_text_brand_on_primary: string;
|
|
176
|
-
sys_text_brand_secondary_variant: string;
|
|
177
|
-
sys_component_base_navy: string;
|
|
178
|
-
sys_widget_lightgreen: string;
|
|
179
|
-
sys_border_line_06: string;
|
|
180
|
-
sys_background_dimmed_20: string;
|
|
181
|
-
sys_widget_pink: string;
|
|
182
|
-
sys_widget_primary_opacity20: string;
|
|
183
|
-
sys_widget_secondary_variant_01: string;
|
|
184
|
-
usr_component_base_brand_primary_opacity10: string;
|
|
185
|
-
sys_temp_grey_01: string;
|
|
186
|
-
sys_temp_grey_02: string;
|
|
187
|
-
sys_temp_grey_03: string;
|
|
188
|
-
sys_temp_grey_04: string;
|
|
189
|
-
sys_temp_grey_05: string;
|
|
190
|
-
sys_temp_white: string;
|
|
191
|
-
sys_temp_primary_01: string;
|
|
192
|
-
sys_temp_secondary_01: string;
|
|
193
|
-
sys_temp_red: string;
|
|
194
|
-
sys_temp_white_opacity_00: string;
|
|
195
|
-
sys_temp_dimmed: string;
|
|
196
|
-
sys_temp_black: string;
|
|
197
|
-
sys_temp_primary_02: string;
|
|
198
|
-
sys_temp_primary_03: string;
|
|
199
|
-
sys_temp_secondary_02: string;
|
|
200
|
-
sys_temp_lightgreen_01: string;
|
|
201
|
-
sys_text_grey_04: string;
|
|
202
|
-
sys_papp_post_social_background: string;
|
|
203
|
-
sys_papp_post_notice_background: string;
|
|
204
|
-
sys_papp_post_free_background: string;
|
|
205
|
-
sys_papp_vod_background: string;
|
|
206
|
-
sys_papp_vodplus_background: string;
|
|
207
|
-
sys_papp_live_background: string;
|
|
208
|
-
sys_selcontrols_base_off_disabled: string;
|
|
209
|
-
sys_selcontrols_base_on_disabled: string;
|
|
210
|
-
sys_component_base_blue_opacity10: string;
|
|
211
|
-
sys_component_base_05: string;
|
|
212
|
-
sys_background_dimmed_65: string;
|
|
213
|
-
sys_temp_grey_06: string;
|
|
214
|
-
sys_on_base_white_opacity10: string;
|
|
215
|
-
sys_on_base_black_opacity10: string;
|
|
216
|
-
sys_component_base_05_opacity00: string;
|
|
217
|
-
sys_papp_post_notice_link: string;
|
|
218
|
-
sys_component_base_navy_light: string;
|
|
219
|
-
sys_component_base_orange: string;
|
|
220
|
-
sys_component_base_grey: string;
|
|
221
|
-
sys_component_base_black_opacity80: string;
|
|
222
|
-
sys_text_darkgrey_02: string;
|
|
223
|
-
sys_border_line_darktheme_01: string;
|
|
224
|
-
sys_border_line_darktheme_02: string;
|
|
225
|
-
sys_component_base_darktheme_01: string;
|
|
226
|
-
sys_component_base_darktheme_02: string;
|
|
227
|
-
sys_component_base_darktheme_03: string;
|
|
228
|
-
sys_text_grey_darktheme_01: string;
|
|
229
|
-
sys_text_grey_darktheme_02: string;
|
|
230
|
-
sys_text_grey_darktheme_03: string;
|
|
231
|
-
sys_widget_grey_darktheme_01: string;
|
|
232
|
-
sys_widget_grey_darktheme_02: string;
|
|
233
|
-
sys_widget_grey_darktheme_03: string;
|
|
234
|
-
sys_component_base_green: string;
|
|
235
|
-
sys_text_error_darktheme_01: string;
|
|
236
|
-
sys_border_line_darktheme_03: string;
|
|
237
|
-
sys_border_line_darktheme_04: string;
|
|
238
|
-
usr_widget_brand_primary_darktheme_01: string;
|
|
239
|
-
usr_text_brand_primary_darktheme_01: string;
|
|
240
|
-
sys_component_base_black_opacity50: string;
|
|
241
|
-
sys_component_base_card: string;
|
|
242
|
-
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
243
|
-
sys_widget_green_01: string;
|
|
244
|
-
sys_component_base_black_opacity30: string;
|
|
245
|
-
sys_area_background: string;
|
|
246
|
-
sys_border_white_opacity30: string;
|
|
247
|
-
sys_container_background_wt: string;
|
|
248
|
-
sys_channeldesc_grey_03: string;
|
|
249
|
-
sys_channeldesc_border_grey_03: string;
|
|
250
|
-
sys_gradient_base_01: string;
|
|
251
|
-
sys_gradient_base_01_opacity00: string;
|
|
252
|
-
sys_channeldesc_background: string;
|
|
253
|
-
sys_channeldesc_bottomsheet_base: string;
|
|
254
|
-
sys_channeldesc_bottomsheet_border: string;
|
|
255
|
-
sys_channeldesc_contents_base: string;
|
|
256
|
-
sys_channeldesc_dimmed: string;
|
|
257
|
-
sys_gradient_base_01_opacity50: string;
|
|
258
|
-
sys_gradient_base_01_opacity75: string;
|
|
259
|
-
sys_gradient_base_01_opacity40: string;
|
|
260
|
-
sys_widget_black: string;
|
|
261
|
-
usr_temp_primary_01: string;
|
|
262
|
-
sys_cpnt_sheet_base_02_opacity50: string;
|
|
263
|
-
usr_menu_primarymenu_main: string;
|
|
264
|
-
usr_menu_primarymenu_sub: string;
|
|
265
|
-
usr_menu_secondarymenu_main: string;
|
|
266
|
-
usr_menu_secondarymenu_sub: string;
|
|
267
|
-
usr_menu_hover: string;
|
|
268
|
-
usr_menu_active: string;
|
|
269
|
-
usr_menu_background: string;
|
|
270
|
-
sys_cpnt_base_white_opacity50: string;
|
|
271
|
-
sys_widget_dark_01: string;
|
|
272
|
-
usr_menu_background_gradient_opacity00: string;
|
|
273
|
-
sys_border_line_white: string;
|
|
274
|
-
sys_component_base_white_opacity10: string;
|
|
275
|
-
sys_cpnt_sheet_base_01: string;
|
|
276
|
-
sys_component_base_white_opacity20: string;
|
|
277
|
-
sys_border_line_07: string;
|
|
278
|
-
sys_border_line_white_opacity50: string;
|
|
279
|
-
sys_background_dimmed_02: string;
|
|
280
|
-
sys_border_line_08: string;
|
|
281
|
-
sys_component_base_06: string;
|
|
282
|
-
sys_component_base_07: string;
|
|
283
|
-
sys_border_line_09: string;
|
|
284
|
-
sys_component_base_darktheme_04: string;
|
|
285
|
-
sys_border_line_10: string;
|
|
286
|
-
sys_component_base_darktheme_05: string;
|
|
287
|
-
sys_border_line_darktheme_05: string;
|
|
288
|
-
sys_component_base_darktheme_06: string;
|
|
289
|
-
sys_border_line_darktheme_06: string;
|
|
290
|
-
sys_border_line_darktheme_07: string;
|
|
291
|
-
sys_border_line_11: string;
|
|
292
|
-
sys_base_dimmed_01: string;
|
|
293
|
-
sys_kakao: string;
|
|
294
|
-
sys_border_line_12: string;
|
|
295
|
-
sys_component_base_08: string;
|
|
296
|
-
sys_text_social_login_01: string;
|
|
297
|
-
sys_text_social_login_02: string;
|
|
298
|
-
sys_papp_livechat_link: string;
|
|
299
|
-
sys_text_lighttone_grey_01: string;
|
|
300
|
-
sys_widget_lighttone_primary_01: string;
|
|
301
|
-
sys_text_lighttone_grey_02: string;
|
|
302
|
-
sys_component_base_09: string;
|
|
303
|
-
sys_component_base_darktheme_opacity20: string;
|
|
304
|
-
sys_component_base_darktheme_disabled_opacity20: string;
|
|
305
|
-
sys_border_white_opacity00: string;
|
|
306
|
-
sys_border_line_darktheme_07_opacity00: string;
|
|
307
|
-
sys_border_line_darktheme_02_opacity20: string;
|
|
308
|
-
sys_border_line_darktheme_03_opacity20: string;
|
|
309
|
-
sys_border_line_darktheme_07_opacity20: string;
|
|
310
|
-
sys_component_base_grey_02_opacity80: string;
|
|
311
|
-
sys_component_base_10: string;
|
|
312
|
-
sys_component_pastel_base_01: string;
|
|
313
|
-
sys_component_pastel_base_02: string;
|
|
314
|
-
sys_component_pastel_base_03: string;
|
|
315
|
-
sys_component_pastel_base_04: string;
|
|
316
|
-
sys_component_pastel_base_05: string;
|
|
317
|
-
sys_component_base_11: string;
|
|
318
|
-
sys_loading_skeleton_01: string;
|
|
319
|
-
sys_loading_skeleton_02: string;
|
|
320
|
-
sys_loading_linear_bar: string;
|
|
321
|
-
sys_loading_linear_base: string;
|
|
322
|
-
sys_loading_three_bar: string;
|
|
323
|
-
sys_widget_grey_05: string;
|
|
324
|
-
sys_menu_background_transparent: string;
|
|
325
|
-
sys_container_background_04: string;
|
|
326
|
-
sys_menu_button_base: string;
|
|
327
|
-
sys_background_dimmed_03: string;
|
|
328
|
-
sys_cpnt_sheet_base_03: string;
|
|
329
|
-
sys_dimmed_gradient_01: string;
|
|
330
|
-
sys_dimmed_gradient_02: string;
|
|
331
|
-
sys_border_line_13: string;
|
|
332
|
-
sys_component_base_12: string;
|
|
333
|
-
sys_border_line_14: string;
|
|
334
|
-
sys_component_base_13: string;
|
|
335
|
-
sys_component_base_14: string;
|
|
336
|
-
sys_component_base_15: string;
|
|
337
|
-
sys_component_base_16: string;
|
|
338
|
-
sys_component_base_17: string;
|
|
339
|
-
sys_widget_red_01: string;
|
|
340
|
-
sys_widget_orange_01: string;
|
|
341
|
-
sys_text_warning_01: string;
|
|
342
|
-
sys_component_base_18: string;
|
|
343
|
-
sys_cpnt_sheet_base_04: string;
|
|
344
|
-
sys_cpnt_sheet_base_05: string;
|
|
345
|
-
sys_cpnt_sheet_base_06: string;
|
|
346
|
-
sys_facebook: string;
|
|
347
|
-
sys_component_base_19: string;
|
|
348
|
-
sys_cpnt_pagination_dot_01: string;
|
|
349
|
-
sys_cpnt_pagination_dot_02: string;
|
|
350
|
-
sys_component_base_white_opacity50: string;
|
|
351
|
-
sys_component_base_20: string;
|
|
352
|
-
sys_component_base_22: string;
|
|
353
|
-
sys_component_base_21: string;
|
|
354
|
-
sys_component_border_white_opacity20: string;
|
|
355
|
-
sys_component_base_23: string;
|
|
356
|
-
sys_component_base_darkgreen: string;
|
|
357
|
-
sys_component_base_24: string;
|
|
358
|
-
sys_border_line_15: string;
|
|
359
|
-
sys_border_line_16: string;
|
|
360
|
-
sys_component_base_hover_01: string;
|
|
361
|
-
sys_component_on_base_01: string;
|
|
362
|
-
sys_component_on_base_02: string;
|
|
363
|
-
sys_component_on_base_03: string;
|
|
364
|
-
sys_component_on_base_04: string;
|
|
365
|
-
sys_component_on_base_05: string;
|
|
366
|
-
sys_component_base_hover_02: string;
|
|
367
|
-
sys_component_base_pressed_01: string;
|
|
368
|
-
sys_widget_white_02: string;
|
|
369
|
-
sys_component_base_hover_03: string;
|
|
370
|
-
sys_component_base_pressed_02: string;
|
|
371
|
-
sys_component_base_25: string;
|
|
372
|
-
sys_editor_base_pages: string;
|
|
373
|
-
sys_editor_base_papp: string;
|
|
374
|
-
sys_text_black: string;
|
|
375
|
-
sys_component_base_26: string;
|
|
376
|
-
sys_component_base_27: string;
|
|
377
|
-
sys_component_base_28: string;
|
|
378
|
-
sys_widget_sidebar_label_text: string;
|
|
379
|
-
sys_component_base_hover_darktheme: string;
|
|
380
|
-
sys_component_base_pressed_darktheme: string;
|
|
381
|
-
sys_component_base_hover_white: string;
|
|
382
|
-
sys_component_base_pressed_white: string;
|
|
383
|
-
sys_component_base_hover_transparent: string;
|
|
384
|
-
sys_component_base_pressed_transparent: string;
|
|
385
|
-
sys_text_white_opacity_01: string;
|
|
386
|
-
sys_component_base_hover_04: string;
|
|
387
|
-
sys_component_base_pressed_03: string;
|
|
388
|
-
sys_cpnt_sheet_base_07: string;
|
|
389
|
-
sys_cpnt_sheet_base_08: string;
|
|
390
|
-
sys_cpnt_sheet_base_09: string;
|
|
391
|
-
sys_cpnt_sheet_base_10: string;
|
|
392
|
-
sys_component_base_29: string;
|
|
393
|
-
sys_storyboard_group_base_grey01: string;
|
|
394
|
-
sys_storyboard_group_base_blue01: string;
|
|
395
|
-
sys_storyboard_group_base_red01: string;
|
|
396
|
-
sys_storyboard_group_base_green01: string;
|
|
397
|
-
sys_storyboard_card_base_blue01: string;
|
|
398
|
-
sys_storyboard_card_base_red01: string;
|
|
399
|
-
sys_storyboard_card_base_green01: string;
|
|
400
|
-
sys_brand_secondary_variant: string;
|
|
401
|
-
sys_button_tooltip_base: string;
|
|
402
|
-
sys_text_button_tooltip: string;
|
|
403
|
-
sys_membership_button_base: string;
|
|
404
|
-
sys_membership_item_membership_base: string;
|
|
405
|
-
sys_membership_item_price_product_base: string;
|
|
406
|
-
sys_component_base_30: string;
|
|
407
|
-
sys_component_base_31: string;
|
|
408
|
-
sys_component_base_32: string;
|
|
409
|
-
sys_component_base_33: string;
|
|
410
|
-
sys_component_base_34: string;
|
|
411
|
-
sys_component_base_35: string;
|
|
412
|
-
sys_component_base_36: string;
|
|
413
|
-
sys_component_base_37: string;
|
|
414
|
-
sys_component_base_38: string;
|
|
415
|
-
sys_plan_base_01: string;
|
|
416
|
-
sys_plan_base_02: string;
|
|
417
|
-
sys_plan_base_03: string;
|
|
418
|
-
sys_text_warning_02: string;
|
|
419
|
-
sys_component_base_39: string;
|
|
420
|
-
sys_component_base_40: string;
|
|
421
|
-
sys_component_base_41: string;
|
|
422
|
-
sys_cpnt_slider_track: string;
|
|
423
|
-
sys_cpnt_slider_track_active: string;
|
|
424
|
-
sys_cpnt_slider_thumb_normal: string;
|
|
425
|
-
sys_cpnt_slider_thumb_disabled: string;
|
|
426
|
-
sys_cpnt_slider_thumb_hover_circle: string;
|
|
427
|
-
sys_cpnt_slider_thumb_pressed_circle: string;
|
|
428
|
-
sys_cpnt_slider_track_disabled: string;
|
|
429
|
-
sys_component_base_42: string;
|
|
430
|
-
sys_component_base_43: string;
|
|
431
|
-
sys_icon_grey_darktheme_01: string;
|
|
432
|
-
sys_icon_grey_darktheme_02: string;
|
|
433
|
-
sys_icon_grey_darktheme_03: string;
|
|
434
|
-
sys_widget_grey_01_opacity_50: string;
|
|
435
|
-
sys_editor_layout_header: string;
|
|
436
|
-
sys_editor_layout_navigation_panel: string;
|
|
437
|
-
sys_editor_layout_canvas_area: string;
|
|
438
|
-
sys_editor_layout_control_panel: string;
|
|
439
|
-
sys_editor_layout_property_panel: string;
|
|
119
|
+
grey300: string;
|
|
120
|
+
darkgrey300: string;
|
|
440
121
|
};
|
|
441
122
|
readonly UIColor: {
|
|
442
123
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1245,6 +926,329 @@ declare const colorSet: {
|
|
|
1245
926
|
ui_editor_layout_canvas_area: string;
|
|
1246
927
|
ui_editor_layout_control_panel: string;
|
|
1247
928
|
ui_editor_layout_property_panel: string;
|
|
929
|
+
ui_editor_layout_navigation_panel_section_item_area_normal: string;
|
|
930
|
+
};
|
|
931
|
+
readonly PaletteColor_Dark: {
|
|
932
|
+
sys_container_background_01: string;
|
|
933
|
+
sys_container_background_02: string;
|
|
934
|
+
sys_container_background_03: string;
|
|
935
|
+
sys_background_dimmed: string;
|
|
936
|
+
sys_text_grey_01: string;
|
|
937
|
+
sys_text_grey_02: string;
|
|
938
|
+
sys_text_grey_03: string;
|
|
939
|
+
sys_text_white: string;
|
|
940
|
+
sys_text_brand_primary: string;
|
|
941
|
+
sys_text_error_01: string;
|
|
942
|
+
sys_widget_grey_01: string;
|
|
943
|
+
sys_widget_grey_02: string;
|
|
944
|
+
sys_widget_grey_03: string;
|
|
945
|
+
sys_widget_primary_01: string;
|
|
946
|
+
sys_widget_error_01: string;
|
|
947
|
+
sys_widget_warning_01: string;
|
|
948
|
+
sys_widget_success_01: string;
|
|
949
|
+
sys_widget_white: string;
|
|
950
|
+
sys_border_area_01: string;
|
|
951
|
+
sys_border_line_01: string;
|
|
952
|
+
sys_border_line_02: string;
|
|
953
|
+
sys_border_line_03: string;
|
|
954
|
+
sys_border_line_04: string;
|
|
955
|
+
sys_border_line_05: string;
|
|
956
|
+
sys_component_base_01: string;
|
|
957
|
+
sys_component_base_02: string;
|
|
958
|
+
sys_component_base_03: string;
|
|
959
|
+
sys_component_base_red: string;
|
|
960
|
+
sys_component_base_white: string;
|
|
961
|
+
sys_component_base_white_opacity00: string;
|
|
962
|
+
sys_on_base_white_opacity00: string;
|
|
963
|
+
sys_on_base_white_opacity30: string;
|
|
964
|
+
sys_on_base_black_opacity20: string;
|
|
965
|
+
usr_brand_primary: string;
|
|
966
|
+
usr_brand_secondary: string;
|
|
967
|
+
usr_brand_secondary_variant: string;
|
|
968
|
+
usr_background: string;
|
|
969
|
+
usr_surface: string;
|
|
970
|
+
usr_border: string;
|
|
971
|
+
usr_on_brand_primary: string;
|
|
972
|
+
usr_on_brand_secondary: string;
|
|
973
|
+
usr_on_background: string;
|
|
974
|
+
usr_on_surface: string;
|
|
975
|
+
sys_widget_status_active_01: string;
|
|
976
|
+
sys_text_success_01: string;
|
|
977
|
+
sys_widget_grey_04: string;
|
|
978
|
+
sys_text_active: string;
|
|
979
|
+
sys_component_base_blue: string;
|
|
980
|
+
sys_on_base_black_opacity65: string;
|
|
981
|
+
sys_component_base_04: string;
|
|
982
|
+
sys_component_base_black: string;
|
|
983
|
+
sys_component_base_black_opacity00: string;
|
|
984
|
+
usr_text_brand_secondary_variant: string;
|
|
985
|
+
usr_text_brand_primary: string;
|
|
986
|
+
usr_text_brand_on_primary: string;
|
|
987
|
+
sys_text_brand_secondary_variant: string;
|
|
988
|
+
sys_component_base_navy: string;
|
|
989
|
+
sys_widget_lightgreen: string;
|
|
990
|
+
sys_border_line_06: string;
|
|
991
|
+
sys_background_dimmed_20: string;
|
|
992
|
+
sys_widget_pink: string;
|
|
993
|
+
sys_widget_primary_opacity20: string;
|
|
994
|
+
sys_widget_secondary_variant_01: string;
|
|
995
|
+
usr_component_base_brand_primary_opacity10: string;
|
|
996
|
+
sys_temp_grey_01: string;
|
|
997
|
+
sys_temp_grey_02: string;
|
|
998
|
+
sys_temp_grey_03: string;
|
|
999
|
+
sys_temp_grey_04: string;
|
|
1000
|
+
sys_temp_grey_05: string;
|
|
1001
|
+
sys_temp_white: string;
|
|
1002
|
+
sys_temp_primary_01: string;
|
|
1003
|
+
sys_temp_secondary_01: string;
|
|
1004
|
+
sys_temp_red: string;
|
|
1005
|
+
sys_temp_white_opacity_00: string;
|
|
1006
|
+
sys_temp_dimmed: string;
|
|
1007
|
+
sys_temp_black: string;
|
|
1008
|
+
sys_temp_primary_02: string;
|
|
1009
|
+
sys_temp_primary_03: string;
|
|
1010
|
+
sys_temp_secondary_02: string;
|
|
1011
|
+
sys_temp_lightgreen_01: string;
|
|
1012
|
+
sys_text_grey_04: string;
|
|
1013
|
+
sys_papp_post_social_background: string;
|
|
1014
|
+
sys_papp_post_notice_background: string;
|
|
1015
|
+
sys_papp_post_free_background: string;
|
|
1016
|
+
sys_papp_vod_background: string;
|
|
1017
|
+
sys_papp_vodplus_background: string;
|
|
1018
|
+
sys_papp_live_background: string;
|
|
1019
|
+
sys_selcontrols_base_off_disabled: string;
|
|
1020
|
+
sys_selcontrols_base_on_disabled: string;
|
|
1021
|
+
sys_component_base_blue_opacity10: string;
|
|
1022
|
+
sys_component_base_05: string;
|
|
1023
|
+
sys_background_dimmed_65: string;
|
|
1024
|
+
sys_temp_grey_06: string;
|
|
1025
|
+
sys_on_base_white_opacity10: string;
|
|
1026
|
+
sys_on_base_black_opacity10: string;
|
|
1027
|
+
sys_component_base_05_opacity00: string;
|
|
1028
|
+
sys_papp_post_notice_link: string;
|
|
1029
|
+
sys_component_base_navy_light: string;
|
|
1030
|
+
sys_component_base_orange: string;
|
|
1031
|
+
sys_component_base_grey: string;
|
|
1032
|
+
sys_component_base_black_opacity80: string;
|
|
1033
|
+
sys_text_darkgrey_02: string;
|
|
1034
|
+
sys_border_line_darktheme_01: string;
|
|
1035
|
+
sys_border_line_darktheme_02: string;
|
|
1036
|
+
sys_component_base_darktheme_01: string;
|
|
1037
|
+
sys_component_base_darktheme_02: string;
|
|
1038
|
+
sys_component_base_darktheme_03: string;
|
|
1039
|
+
sys_text_grey_darktheme_01: string;
|
|
1040
|
+
sys_text_grey_darktheme_02: string;
|
|
1041
|
+
sys_text_grey_darktheme_03: string;
|
|
1042
|
+
sys_widget_grey_darktheme_01: string;
|
|
1043
|
+
sys_widget_grey_darktheme_02: string;
|
|
1044
|
+
sys_widget_grey_darktheme_03: string;
|
|
1045
|
+
sys_component_base_green: string;
|
|
1046
|
+
sys_text_error_darktheme_01: string;
|
|
1047
|
+
sys_border_line_darktheme_03: string;
|
|
1048
|
+
sys_border_line_darktheme_04: string;
|
|
1049
|
+
usr_widget_brand_primary_darktheme_01: string;
|
|
1050
|
+
usr_text_brand_primary_darktheme_01: string;
|
|
1051
|
+
sys_component_base_black_opacity50: string;
|
|
1052
|
+
sys_component_base_card: string;
|
|
1053
|
+
sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
|
|
1054
|
+
sys_widget_green_01: string;
|
|
1055
|
+
sys_component_base_black_opacity30: string;
|
|
1056
|
+
sys_area_background: string;
|
|
1057
|
+
sys_border_white_opacity30: string;
|
|
1058
|
+
sys_container_background_wt: string;
|
|
1059
|
+
sys_channeldesc_grey_03: string;
|
|
1060
|
+
sys_channeldesc_border_grey_03: string;
|
|
1061
|
+
sys_gradient_base_01: string;
|
|
1062
|
+
sys_gradient_base_01_opacity00: string;
|
|
1063
|
+
sys_channeldesc_background: string;
|
|
1064
|
+
sys_channeldesc_bottomsheet_base: string;
|
|
1065
|
+
sys_channeldesc_bottomsheet_border: string;
|
|
1066
|
+
sys_channeldesc_contents_base: string;
|
|
1067
|
+
sys_channeldesc_dimmed: string;
|
|
1068
|
+
sys_gradient_base_01_opacity50: string;
|
|
1069
|
+
sys_gradient_base_01_opacity75: string;
|
|
1070
|
+
sys_gradient_base_01_opacity40: string;
|
|
1071
|
+
sys_widget_black: string;
|
|
1072
|
+
usr_temp_primary_01: string;
|
|
1073
|
+
sys_cpnt_sheet_base_02_opacity50: string;
|
|
1074
|
+
usr_menu_primarymenu_main: string;
|
|
1075
|
+
usr_menu_primarymenu_sub: string;
|
|
1076
|
+
usr_menu_secondarymenu_main: string;
|
|
1077
|
+
usr_menu_secondarymenu_sub: string;
|
|
1078
|
+
usr_menu_hover: string;
|
|
1079
|
+
usr_menu_active: string;
|
|
1080
|
+
usr_menu_background: string;
|
|
1081
|
+
sys_cpnt_base_white_opacity50: string;
|
|
1082
|
+
sys_widget_dark_01: string;
|
|
1083
|
+
usr_menu_background_gradient_opacity00: string;
|
|
1084
|
+
sys_border_line_white: string;
|
|
1085
|
+
sys_component_base_white_opacity10: string;
|
|
1086
|
+
sys_cpnt_sheet_base_01: string;
|
|
1087
|
+
sys_component_base_white_opacity20: string;
|
|
1088
|
+
sys_border_line_07: string;
|
|
1089
|
+
sys_border_line_white_opacity50: string;
|
|
1090
|
+
sys_background_dimmed_02: string;
|
|
1091
|
+
sys_border_line_08: string;
|
|
1092
|
+
sys_component_base_06: string;
|
|
1093
|
+
sys_component_base_07: string;
|
|
1094
|
+
sys_border_line_09: string;
|
|
1095
|
+
sys_component_base_darktheme_04: string;
|
|
1096
|
+
sys_border_line_10: string;
|
|
1097
|
+
sys_component_base_darktheme_05: string;
|
|
1098
|
+
sys_border_line_darktheme_05: string;
|
|
1099
|
+
sys_component_base_darktheme_06: string;
|
|
1100
|
+
sys_border_line_darktheme_06: string;
|
|
1101
|
+
sys_border_line_darktheme_07: string;
|
|
1102
|
+
sys_border_line_11: string;
|
|
1103
|
+
sys_base_dimmed_01: string;
|
|
1104
|
+
sys_kakao: string;
|
|
1105
|
+
sys_border_line_12: string;
|
|
1106
|
+
sys_component_base_08: string;
|
|
1107
|
+
sys_text_social_login_01: string;
|
|
1108
|
+
sys_text_social_login_02: string;
|
|
1109
|
+
sys_papp_livechat_link: string;
|
|
1110
|
+
sys_text_lighttone_grey_01: string;
|
|
1111
|
+
sys_widget_lighttone_primary_01: string;
|
|
1112
|
+
sys_text_lighttone_grey_02: string;
|
|
1113
|
+
sys_component_base_09: string;
|
|
1114
|
+
sys_component_base_darktheme_opacity20: string;
|
|
1115
|
+
sys_component_base_darktheme_disabled_opacity20: string;
|
|
1116
|
+
sys_border_white_opacity00: string;
|
|
1117
|
+
sys_border_line_darktheme_07_opacity00: string;
|
|
1118
|
+
sys_border_line_darktheme_02_opacity20: string;
|
|
1119
|
+
sys_border_line_darktheme_03_opacity20: string;
|
|
1120
|
+
sys_border_line_darktheme_07_opacity20: string;
|
|
1121
|
+
sys_component_base_grey_02_opacity80: string;
|
|
1122
|
+
sys_component_base_10: string;
|
|
1123
|
+
sys_component_pastel_base_01: string;
|
|
1124
|
+
sys_component_pastel_base_02: string;
|
|
1125
|
+
sys_component_pastel_base_03: string;
|
|
1126
|
+
sys_component_pastel_base_04: string;
|
|
1127
|
+
sys_component_pastel_base_05: string;
|
|
1128
|
+
sys_component_base_11: string;
|
|
1129
|
+
sys_loading_skeleton_01: string;
|
|
1130
|
+
sys_loading_skeleton_02: string;
|
|
1131
|
+
sys_loading_linear_bar: string;
|
|
1132
|
+
sys_loading_linear_base: string;
|
|
1133
|
+
sys_loading_three_bar: string;
|
|
1134
|
+
sys_widget_grey_05: string;
|
|
1135
|
+
sys_menu_background_transparent: string;
|
|
1136
|
+
sys_container_background_04: string;
|
|
1137
|
+
sys_menu_button_base: string;
|
|
1138
|
+
sys_background_dimmed_03: string;
|
|
1139
|
+
sys_cpnt_sheet_base_03: string;
|
|
1140
|
+
sys_dimmed_gradient_01: string;
|
|
1141
|
+
sys_dimmed_gradient_02: string;
|
|
1142
|
+
sys_border_line_13: string;
|
|
1143
|
+
sys_component_base_12: string;
|
|
1144
|
+
sys_border_line_14: string;
|
|
1145
|
+
sys_component_base_13: string;
|
|
1146
|
+
sys_component_base_14: string;
|
|
1147
|
+
sys_component_base_15: string;
|
|
1148
|
+
sys_component_base_16: string;
|
|
1149
|
+
sys_component_base_17: string;
|
|
1150
|
+
sys_widget_red_01: string;
|
|
1151
|
+
sys_widget_orange_01: string;
|
|
1152
|
+
sys_text_warning_01: string;
|
|
1153
|
+
sys_component_base_18: string;
|
|
1154
|
+
sys_cpnt_sheet_base_04: string;
|
|
1155
|
+
sys_cpnt_sheet_base_05: string;
|
|
1156
|
+
sys_cpnt_sheet_base_06: string;
|
|
1157
|
+
sys_facebook: string;
|
|
1158
|
+
sys_component_base_19: string;
|
|
1159
|
+
sys_cpnt_pagination_dot_01: string;
|
|
1160
|
+
sys_cpnt_pagination_dot_02: string;
|
|
1161
|
+
sys_component_base_white_opacity50: string;
|
|
1162
|
+
sys_component_base_20: string;
|
|
1163
|
+
sys_component_base_22: string;
|
|
1164
|
+
sys_component_base_21: string;
|
|
1165
|
+
sys_component_border_white_opacity20: string;
|
|
1166
|
+
sys_component_base_23: string;
|
|
1167
|
+
sys_component_base_darkgreen: string;
|
|
1168
|
+
sys_component_base_24: string;
|
|
1169
|
+
sys_border_line_15: string;
|
|
1170
|
+
sys_border_line_16: string;
|
|
1171
|
+
sys_component_base_hover_01: string;
|
|
1172
|
+
sys_component_on_base_01: string;
|
|
1173
|
+
sys_component_on_base_02: string;
|
|
1174
|
+
sys_component_on_base_03: string;
|
|
1175
|
+
sys_component_on_base_04: string;
|
|
1176
|
+
sys_component_on_base_05: string;
|
|
1177
|
+
sys_component_base_hover_02: string;
|
|
1178
|
+
sys_component_base_pressed_01: string;
|
|
1179
|
+
sys_widget_white_02: string;
|
|
1180
|
+
sys_component_base_hover_03: string;
|
|
1181
|
+
sys_component_base_pressed_02: string;
|
|
1182
|
+
sys_component_base_25: string;
|
|
1183
|
+
sys_editor_base_pages: string;
|
|
1184
|
+
sys_editor_base_papp: string;
|
|
1185
|
+
sys_text_black: string;
|
|
1186
|
+
sys_component_base_26: string;
|
|
1187
|
+
sys_component_base_27: string;
|
|
1188
|
+
sys_component_base_28: string;
|
|
1189
|
+
sys_widget_sidebar_label_text: string;
|
|
1190
|
+
sys_component_base_hover_darktheme: string;
|
|
1191
|
+
sys_component_base_pressed_darktheme: string;
|
|
1192
|
+
sys_component_base_hover_white: string;
|
|
1193
|
+
sys_component_base_pressed_white: string;
|
|
1194
|
+
sys_component_base_hover_transparent: string;
|
|
1195
|
+
sys_component_base_pressed_transparent: string;
|
|
1196
|
+
sys_text_white_opacity_01: string;
|
|
1197
|
+
sys_component_base_hover_04: string;
|
|
1198
|
+
sys_component_base_pressed_03: string;
|
|
1199
|
+
sys_cpnt_sheet_base_07: string;
|
|
1200
|
+
sys_cpnt_sheet_base_08: string;
|
|
1201
|
+
sys_cpnt_sheet_base_09: string;
|
|
1202
|
+
sys_cpnt_sheet_base_10: string;
|
|
1203
|
+
sys_component_base_29: string;
|
|
1204
|
+
sys_storyboard_group_base_grey01: string;
|
|
1205
|
+
sys_storyboard_group_base_blue01: string;
|
|
1206
|
+
sys_storyboard_group_base_red01: string;
|
|
1207
|
+
sys_storyboard_group_base_green01: string;
|
|
1208
|
+
sys_storyboard_card_base_blue01: string;
|
|
1209
|
+
sys_storyboard_card_base_red01: string;
|
|
1210
|
+
sys_storyboard_card_base_green01: string;
|
|
1211
|
+
sys_brand_secondary_variant: string;
|
|
1212
|
+
sys_button_tooltip_base: string;
|
|
1213
|
+
sys_text_button_tooltip: string;
|
|
1214
|
+
sys_membership_button_base: string;
|
|
1215
|
+
sys_membership_item_membership_base: string;
|
|
1216
|
+
sys_membership_item_price_product_base: string;
|
|
1217
|
+
sys_component_base_30: string;
|
|
1218
|
+
sys_component_base_31: string;
|
|
1219
|
+
sys_component_base_32: string;
|
|
1220
|
+
sys_component_base_33: string;
|
|
1221
|
+
sys_component_base_34: string;
|
|
1222
|
+
sys_component_base_35: string;
|
|
1223
|
+
sys_component_base_36: string;
|
|
1224
|
+
sys_component_base_37: string;
|
|
1225
|
+
sys_component_base_38: string;
|
|
1226
|
+
sys_plan_base_01: string;
|
|
1227
|
+
sys_plan_base_02: string;
|
|
1228
|
+
sys_plan_base_03: string;
|
|
1229
|
+
sys_text_warning_02: string;
|
|
1230
|
+
sys_component_base_39: string;
|
|
1231
|
+
sys_component_base_40: string;
|
|
1232
|
+
sys_component_base_41: string;
|
|
1233
|
+
sys_cpnt_slider_track: string;
|
|
1234
|
+
sys_cpnt_slider_track_active: string;
|
|
1235
|
+
sys_cpnt_slider_thumb_normal: string;
|
|
1236
|
+
sys_cpnt_slider_thumb_disabled: string;
|
|
1237
|
+
sys_cpnt_slider_thumb_hover_circle: string;
|
|
1238
|
+
sys_cpnt_slider_thumb_pressed_circle: string;
|
|
1239
|
+
sys_cpnt_slider_track_disabled: string;
|
|
1240
|
+
sys_component_base_42: string;
|
|
1241
|
+
sys_component_base_43: string;
|
|
1242
|
+
sys_icon_grey_darktheme_01: string;
|
|
1243
|
+
sys_icon_grey_darktheme_02: string;
|
|
1244
|
+
sys_icon_grey_darktheme_03: string;
|
|
1245
|
+
sys_widget_grey_01_opacity_50: string;
|
|
1246
|
+
sys_editor_layout_header: string;
|
|
1247
|
+
sys_editor_layout_navigation_panel: string;
|
|
1248
|
+
sys_editor_layout_canvas_area: string;
|
|
1249
|
+
sys_editor_layout_control_panel: string;
|
|
1250
|
+
sys_editor_layout_property_panel: string;
|
|
1251
|
+
sys_editor_layout_navigation_panel_section_item_area_normal: string;
|
|
1248
1252
|
};
|
|
1249
1253
|
readonly PaletteColor_light: {
|
|
1250
1254
|
sys_container_background_01: string;
|
|
@@ -1566,6 +1570,7 @@ declare const colorSet: {
|
|
|
1566
1570
|
sys_editor_layout_canvas_area: string;
|
|
1567
1571
|
sys_editor_layout_control_panel: string;
|
|
1568
1572
|
sys_editor_layout_property_panel: string;
|
|
1573
|
+
sys_editor_layout_navigation_panel_section_item_area_normal: string;
|
|
1569
1574
|
};
|
|
1570
1575
|
};
|
|
1571
1576
|
export default colorSet;
|
|
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
/* eslint-disable import/order */
|
|
7
7
|
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
|
-
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
8
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
9
|
+
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
10
10
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
13
|
UIColor: UIColor_json_1.default,
|
|
14
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
15
|
PaletteColor_light: PaletteColor_light_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -10,13 +10,19 @@ export declare type PDSTabItemOption = {
|
|
|
10
10
|
isActive: boolean;
|
|
11
11
|
onClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
|
|
12
12
|
};
|
|
13
|
-
export declare type
|
|
13
|
+
export declare type ContextMenuItemValueOption = {
|
|
14
14
|
text?: PDSTextType;
|
|
15
15
|
value: string | number | null | boolean;
|
|
16
16
|
iconName?: FillIconNameKeys | LineIconNameKeys;
|
|
17
17
|
iconFillType?: 'fill' | 'line';
|
|
18
|
+
};
|
|
19
|
+
export declare type DropdownValueOption = ContextMenuItemValueOption & {
|
|
18
20
|
state?: 'normal' | 'disabled';
|
|
19
21
|
};
|
|
22
|
+
export declare type AdminListDropdownValueOption = {
|
|
23
|
+
text: DropdownValueOption['text'];
|
|
24
|
+
value: DropdownValueOption['value'];
|
|
25
|
+
};
|
|
20
26
|
export declare type BasicButtonGroupValueOption = {
|
|
21
27
|
iconName: FillIconNameKeys | LineIconNameKeys;
|
|
22
28
|
iconFillType?: 'fill' | 'line';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type {
|
|
2
|
+
import type { AdminListDropdownValueOption } from '../../../common';
|
|
3
3
|
import type { TFunctionResult } from 'i18next';
|
|
4
4
|
declare type ColumnWidthType = 'small' | 'medium' | 'large' | 'xlarge';
|
|
5
5
|
declare type Props = {
|
|
@@ -23,18 +23,18 @@ declare type Props = {
|
|
|
23
23
|
column10HeaderText?: TFunctionResult;
|
|
24
24
|
column10Width?: ColumnWidthType;
|
|
25
25
|
dropdownMode?: 'none' | 'dropdown_amount1' | 'dropdown_amount2' | 'dropdown_amount3';
|
|
26
|
-
dropdown1Value?:
|
|
27
|
-
dropdown2Value?:
|
|
28
|
-
dropdown3Value?:
|
|
29
|
-
dropdown1DefaultText?:
|
|
30
|
-
dropdown2DefaultText?:
|
|
31
|
-
dropdown3DefaultText?:
|
|
26
|
+
dropdown1Value?: AdminListDropdownValueOption;
|
|
27
|
+
dropdown2Value?: AdminListDropdownValueOption;
|
|
28
|
+
dropdown3Value?: AdminListDropdownValueOption;
|
|
29
|
+
dropdown1DefaultText?: AdminListDropdownValueOption;
|
|
30
|
+
dropdown2DefaultText?: AdminListDropdownValueOption;
|
|
31
|
+
dropdown3DefaultText?: AdminListDropdownValueOption;
|
|
32
32
|
dropdown1HintText?: TFunctionResult;
|
|
33
33
|
dropdown2HintText?: TFunctionResult;
|
|
34
34
|
dropdown3HintText?: TFunctionResult;
|
|
35
|
-
dropdown1ValueArray?:
|
|
36
|
-
dropdown2ValueArray?:
|
|
37
|
-
dropdown3ValueArray?:
|
|
35
|
+
dropdown1ValueArray?: AdminListDropdownValueOption[];
|
|
36
|
+
dropdown2ValueArray?: AdminListDropdownValueOption[];
|
|
37
|
+
dropdown3ValueArray?: AdminListDropdownValueOption[];
|
|
38
38
|
quickActionBtnMode?: 'none' | 'btn_amount1' | 'btn_amount2' | 'btn_amount3';
|
|
39
39
|
quickActionBtn1Text?: TFunctionResult;
|
|
40
40
|
quickActionBtn2Text?: TFunctionResult;
|
|
@@ -49,9 +49,9 @@ declare type Props = {
|
|
|
49
49
|
scrollVisibleType?: 'moving' | 'hidden' | 'visible';
|
|
50
50
|
headerRowCheckboxName?: string;
|
|
51
51
|
flexibleHideInfoMode?: 'use' | 'none';
|
|
52
|
-
onChangeDropdown1?: (value:
|
|
53
|
-
onChangeDropdown2?: (value:
|
|
54
|
-
onChangeDropdown3?: (value:
|
|
52
|
+
onChangeDropdown1?: (value: AdminListDropdownValueOption) => void;
|
|
53
|
+
onChangeDropdown2?: (value: AdminListDropdownValueOption) => void;
|
|
54
|
+
onChangeDropdown3?: (value: AdminListDropdownValueOption) => void;
|
|
55
55
|
onClickTBtn1?: () => void;
|
|
56
56
|
onClickTBtn2?: () => void;
|
|
57
57
|
onClickTBtn3?: () => void;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type {
|
|
2
|
+
import type { AdminListDropdownValueOption } from '../../../common/types';
|
|
3
3
|
import type { TFunctionResult } from 'i18next';
|
|
4
4
|
declare type Props = {
|
|
5
5
|
itemCount?: number;
|
|
6
6
|
dropdownMode: 'none' | 'dropdown_amount1' | 'dropdown_amount2' | 'dropdown_amount3';
|
|
7
|
-
dropdown1Value?:
|
|
8
|
-
dropdown2Value?:
|
|
9
|
-
dropdown3Value?:
|
|
10
|
-
dropdown1DefaultText?:
|
|
11
|
-
dropdown2DefaultText?:
|
|
12
|
-
dropdown3DefaultText?:
|
|
7
|
+
dropdown1Value?: AdminListDropdownValueOption;
|
|
8
|
+
dropdown2Value?: AdminListDropdownValueOption;
|
|
9
|
+
dropdown3Value?: AdminListDropdownValueOption;
|
|
10
|
+
dropdown1DefaultText?: AdminListDropdownValueOption;
|
|
11
|
+
dropdown2DefaultText?: AdminListDropdownValueOption;
|
|
12
|
+
dropdown3DefaultText?: AdminListDropdownValueOption;
|
|
13
13
|
dropdown1HintText?: TFunctionResult;
|
|
14
14
|
dropdown2HintText?: TFunctionResult;
|
|
15
15
|
dropdown3HintText?: TFunctionResult;
|
|
16
|
-
dropdown1ValueArray?:
|
|
17
|
-
dropdown2ValueArray?:
|
|
18
|
-
dropdown3ValueArray?:
|
|
16
|
+
dropdown1ValueArray?: AdminListDropdownValueOption[];
|
|
17
|
+
dropdown2ValueArray?: AdminListDropdownValueOption[];
|
|
18
|
+
dropdown3ValueArray?: AdminListDropdownValueOption[];
|
|
19
19
|
tBtnMode?: 'none' | 'tbtn_amount1' | 'tbtn_amount2' | 'tbtn_amount3';
|
|
20
20
|
tBtn1Text?: TFunctionResult;
|
|
21
21
|
tBtn2Text?: TFunctionResult;
|
|
22
22
|
tBtn3Text?: TFunctionResult;
|
|
23
|
-
onChangeDropdown1?: (value:
|
|
24
|
-
onChangeDropdown2?: (value:
|
|
25
|
-
onChangeDropdown3?: (value:
|
|
23
|
+
onChangeDropdown1?: (value: AdminListDropdownValueOption) => void;
|
|
24
|
+
onChangeDropdown2?: (value: AdminListDropdownValueOption) => void;
|
|
25
|
+
onChangeDropdown3?: (value: AdminListDropdownValueOption) => void;
|
|
26
26
|
onClickTBtn1?: () => void;
|
|
27
27
|
onClickTBtn2?: () => void;
|
|
28
28
|
onClickTBtn3?: () => void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type {
|
|
2
|
+
import type { AdminListDropdownValueOption } from '../../../common';
|
|
3
3
|
import type { TFunctionResult } from 'i18next';
|
|
4
4
|
declare type Props = {
|
|
5
5
|
headerBarSize?: 'regular' | 'small';
|
|
@@ -8,9 +8,9 @@ declare type Props = {
|
|
|
8
8
|
totalPage?: number;
|
|
9
9
|
contentText?: TFunctionResult;
|
|
10
10
|
filterBar?: React.ReactNode;
|
|
11
|
-
dropdownTextArray?:
|
|
12
|
-
dropdownDefaultValue?:
|
|
13
|
-
onChangeCount?: (option:
|
|
11
|
+
dropdownTextArray?: AdminListDropdownValueOption[];
|
|
12
|
+
dropdownDefaultValue?: AdminListDropdownValueOption;
|
|
13
|
+
onChangeCount?: (option: AdminListDropdownValueOption) => void;
|
|
14
14
|
onClickNextButton?: () => void;
|
|
15
15
|
onClickPrevButton?: () => void;
|
|
16
16
|
/** @deprecated v1.5 totalPage를 받아오기 때문에 deprecated 될 예정입니다. */
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type {
|
|
2
|
+
import type { AdminListDropdownValueOption } from '../../../common/types';
|
|
3
3
|
import type { TFunctionResult } from 'i18next';
|
|
4
4
|
declare type Props = {
|
|
5
5
|
titleText?: TFunctionResult;
|
|
6
6
|
size?: 'regular' | 'small';
|
|
7
7
|
currentPage?: number;
|
|
8
8
|
totalPage?: number;
|
|
9
|
-
dropdownTextArray:
|
|
10
|
-
dropdownDefaultValue?:
|
|
11
|
-
onChangeDropdown?: (option:
|
|
9
|
+
dropdownTextArray: AdminListDropdownValueOption[];
|
|
10
|
+
dropdownDefaultValue?: AdminListDropdownValueOption;
|
|
11
|
+
onChangeDropdown?: (option: AdminListDropdownValueOption) => void;
|
|
12
12
|
onClickIBtn1?: () => void;
|
|
13
13
|
onClickIBtn2?: () => void;
|
|
14
14
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { PDSTextType
|
|
3
|
-
import type {
|
|
2
|
+
import type { PDSTextType } from '../../../common';
|
|
3
|
+
import type { ContextMenuItemValueOption } from '../../../common/types';
|
|
4
4
|
export declare type ContextMenuItemProps = {
|
|
5
|
-
option?:
|
|
5
|
+
option?: ContextMenuItemValueOption;
|
|
6
6
|
size?: 'large' | 'medium' | 'small';
|
|
7
7
|
isSelected?: boolean;
|
|
8
8
|
state?: 'normal' | 'disabled';
|
|
9
9
|
displayType?: 'text_only' | 'icon_only' | 'icon_text';
|
|
10
|
-
onClick?: (value:
|
|
10
|
+
onClick?: (value: ContextMenuItemValueOption | string | number | boolean) => void;
|
|
11
11
|
/** @deprecated option 필드를 대신 사용하세요. */
|
|
12
12
|
text?: PDSTextType;
|
|
13
13
|
/** @deprecated option 필드를 대신 사용하세요. */
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { PDSTextType
|
|
3
|
-
import type {
|
|
2
|
+
import type { PDSTextType } from '../../../common';
|
|
3
|
+
import type { ContextMenuItemValueOption } from '../../../common/types';
|
|
4
4
|
export declare type ContextMenuItemProps = {
|
|
5
|
-
option?:
|
|
5
|
+
option?: ContextMenuItemValueOption;
|
|
6
6
|
size?: 'large' | 'medium' | 'small';
|
|
7
7
|
isSelected?: boolean;
|
|
8
8
|
state?: 'normal' | 'disabled';
|
|
9
9
|
displayType?: 'text_only' | 'icon_only' | 'icon_text';
|
|
10
|
-
onClick?: (value:
|
|
10
|
+
onClick?: (value: ContextMenuItemValueOption | string | number | boolean) => void;
|
|
11
11
|
/** @deprecated option 필드를 대신 사용하세요. */
|
|
12
12
|
text?: PDSTextType;
|
|
13
13
|
/** @deprecated option 필드를 대신 사용하세요. */
|
|
@@ -67,9 +67,7 @@ function ContextMenuItem(_a) {
|
|
|
67
67
|
}
|
|
68
68
|
return 'ui_cpnt_dropdown_display_icon_normal';
|
|
69
69
|
};
|
|
70
|
-
return ((0, jsx_runtime_1.jsxs)(S_ContextMenuItem, __assign({ "x-pds-name": "ContextMenuItem", "x-pds-element-type": "component", "x-pds-device-type": "mobile", size: size, onClick: handleClick, selected: isSelected, displayType: displayType }, { children: [(displayType === 'icon_only' || displayType === 'icon_text') &&
|
|
71
|
-
option &&
|
|
72
|
-
'iconName' in option && ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { size: size === 'small' ? 20 : 24, iconName: option.iconName, fillType: option.iconFillType, colorKey: getIconColorKey() }, void 0) }, void 0)), (displayType === 'text_only' || displayType === 'icon_text') && (option === null || option === void 0 ? void 0 : option.text) && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: option.text || text, styleTheme: "form2Regular", singleLineMode: "use", colorTheme: textColorTheme, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }, void 0)] }, void 0))] }), void 0));
|
|
70
|
+
return ((0, jsx_runtime_1.jsxs)(S_ContextMenuItem, __assign({ "x-pds-name": "ContextMenuItem", "x-pds-element-type": "component", "x-pds-device-type": "mobile", size: size, onClick: handleClick, selected: isSelected, displayType: displayType }, { children: [(displayType === 'icon_only' || displayType === 'icon_text') && (option === null || option === void 0 ? void 0 : option.iconName) && ((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: (0, jsx_runtime_1.jsx)(components_1.Icon, { size: size === 'small' ? 20 : 24, iconName: option.iconName, fillType: option.iconFillType, colorKey: getIconColorKey() }, void 0) }, void 0)), (displayType === 'text_only' || displayType === 'icon_text') && (option === null || option === void 0 ? void 0 : option.text) && ((0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [(0, jsx_runtime_1.jsx)(components_1.Spacing, { size: "spacing_b", spacingType: "width" }, void 0), (0, jsx_runtime_1.jsx)(TextLabel_1.TextLabel, { text: option.text || text, styleTheme: "form2Regular", singleLineMode: "use", colorTheme: textColorTheme, ellipsisMode: "use", lineLimit: 1, wordBreak: "break_all" }, void 0)] }, void 0))] }), void 0));
|
|
73
71
|
}
|
|
74
72
|
var large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n padding: 0 ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"], ["\n height: 48px;\n padding: 0 ", ";\n\n & > div {\n height: 48px;\n line-height: 48px;\n }\n"])), function (_a) {
|
|
75
73
|
var theme = _a.theme;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { PDSTextType,
|
|
2
|
+
import type { PDSTextType, AdminListDropdownValueOption } from '../../../common/types';
|
|
3
3
|
declare type Props = {
|
|
4
4
|
headerBarSize?: 'regular' | 'small';
|
|
5
5
|
headerBarTitleText?: PDSTextType;
|
|
@@ -7,9 +7,9 @@ declare type Props = {
|
|
|
7
7
|
currentPage?: number;
|
|
8
8
|
totalPage?: number;
|
|
9
9
|
contentText?: PDSTextType;
|
|
10
|
-
dropdownTextArray?:
|
|
11
|
-
dropdownDefaultValue?:
|
|
12
|
-
onChangeCount?: (option:
|
|
10
|
+
dropdownTextArray?: AdminListDropdownValueOption[];
|
|
11
|
+
dropdownDefaultValue?: AdminListDropdownValueOption;
|
|
12
|
+
onChangeCount?: (option: AdminListDropdownValueOption) => void;
|
|
13
13
|
onClickNextBtn?: () => void;
|
|
14
14
|
onClickPrevBtn?: () => void;
|
|
15
15
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { PDSTextType,
|
|
2
|
+
import type { PDSTextType, AdminListDropdownValueOption } from '../../../common/types';
|
|
3
3
|
declare type Props = {
|
|
4
4
|
titleText?: PDSTextType;
|
|
5
5
|
tooltipText?: PDSTextType;
|
|
6
6
|
size?: 'regular' | 'small';
|
|
7
7
|
currentPage?: number;
|
|
8
8
|
totalPage?: number;
|
|
9
|
-
dropdownTextArray:
|
|
10
|
-
dropdownDefaultValue?:
|
|
11
|
-
onChangeDropdown?: (option:
|
|
9
|
+
dropdownTextArray: AdminListDropdownValueOption[];
|
|
10
|
+
dropdownDefaultValue?: AdminListDropdownValueOption;
|
|
11
|
+
onChangeDropdown?: (option: AdminListDropdownValueOption) => void;
|
|
12
12
|
onClickIBtn1?: () => void;
|
|
13
13
|
onClickIBtn2?: () => void;
|
|
14
14
|
};
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { PDSTextType,
|
|
2
|
+
import type { PDSTextType, AdminListDropdownValueOption } from '../../../common/types';
|
|
3
3
|
declare type Props = {
|
|
4
4
|
itemCount?: number;
|
|
5
5
|
dropdownMode?: 'none' | 'dropdown_amount1' | 'dropdown_amount2' | 'dropdown_amount3';
|
|
6
|
-
dropdown1Value?:
|
|
7
|
-
dropdown2Value?:
|
|
8
|
-
dropdown3Value?:
|
|
9
|
-
dropdown1DefaultText?:
|
|
10
|
-
dropdown2DefaultText?:
|
|
11
|
-
dropdown3DefaultText?:
|
|
6
|
+
dropdown1Value?: AdminListDropdownValueOption;
|
|
7
|
+
dropdown2Value?: AdminListDropdownValueOption;
|
|
8
|
+
dropdown3Value?: AdminListDropdownValueOption;
|
|
9
|
+
dropdown1DefaultText?: AdminListDropdownValueOption;
|
|
10
|
+
dropdown2DefaultText?: AdminListDropdownValueOption;
|
|
11
|
+
dropdown3DefaultText?: AdminListDropdownValueOption;
|
|
12
12
|
dropdown1HintText?: PDSTextType;
|
|
13
13
|
dropdown2HintText?: PDSTextType;
|
|
14
14
|
dropdown3HintText?: PDSTextType;
|
|
15
|
-
dropdown1ValueArray?:
|
|
16
|
-
dropdown2ValueArray?:
|
|
17
|
-
dropdown3ValueArray?:
|
|
15
|
+
dropdown1ValueArray?: AdminListDropdownValueOption[];
|
|
16
|
+
dropdown2ValueArray?: AdminListDropdownValueOption[];
|
|
17
|
+
dropdown3ValueArray?: AdminListDropdownValueOption[];
|
|
18
18
|
tBtnMode?: 'none' | 'tbtn_amount1' | 'tbtn_amount2' | 'tbtn_amount3';
|
|
19
19
|
tBtn1Text?: PDSTextType;
|
|
20
20
|
tBtn2Text?: PDSTextType;
|
|
21
21
|
tBtn3Text?: PDSTextType;
|
|
22
|
-
onChangeDropdown1?: (value:
|
|
23
|
-
onChangeDropdown2?: (value:
|
|
24
|
-
onChangeDropdown3?: (value:
|
|
22
|
+
onChangeDropdown1?: (value: AdminListDropdownValueOption) => void;
|
|
23
|
+
onChangeDropdown2?: (value: AdminListDropdownValueOption) => void;
|
|
24
|
+
onChangeDropdown3?: (value: AdminListDropdownValueOption) => void;
|
|
25
25
|
onClickTBtn1?: () => void;
|
|
26
26
|
onClickTBtn2?: () => void;
|
|
27
27
|
onClickTBtn3?: () => void;
|
package/package.json
CHANGED
package/release-note.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v2.1.
|
|
3
|
-
##
|
|
2
|
+
## [v2.1.6]
|
|
3
|
+
## daily|https://design.storybook.publ.biz/
|
|
4
4
|
|
|
5
|
-
###
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
|
|
5
|
+
### Package
|
|
6
|
+
* type
|
|
7
|
+
* BasicButtonGroupValueOption export 처리
|
|
8
|
+
* ContextMenuItemValueOption export 처리
|
|
9
|
+
* DropdownValueOption export 처리
|
|
10
|
+
* AdminListDropdownValueOption export 처리'
|
|
11
|
+
### Components
|
|
12
|
+
* AdminList
|
|
13
|
+
* Dropdown을 사용하는 부분의 type 변경
|
|
14
|
+
* ContextMenuItem
|
|
15
|
+
* option과 onClick의 type 변경
|
|
9
16
|
### Color
|
|
10
|
-
* 컬러 키 값 23.07.12
|
|
17
|
+
* 컬러 키 값 23.07.12 18시 11분 기준 싱크
|
|
18
|
+
|