pds-dev-kit-web 1.3.3 → 1.3.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.
Files changed (46) hide show
  1. package/dist/src/common/assets/icons/line/DesignPreference.d.ts +4 -0
  2. package/dist/src/common/assets/icons/line/DesignPreference.js +38 -0
  3. package/dist/src/common/assets/icons/line/index.d.ts +1 -0
  4. package/dist/src/common/assets/icons/line/index.js +2 -0
  5. package/dist/src/common/index.d.ts +2 -2
  6. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +2 -1
  7. package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
  8. package/dist/src/common/styles/colorSet/UIColor.json +2 -1
  9. package/dist/src/common/styles/colorSet/index.d.ts +203 -200
  10. package/dist/src/common/styles/colorSet/index.js +5 -5
  11. package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
  12. package/dist/src/common/types/comopnents.d.ts +5 -0
  13. package/dist/src/common/types/comopnents.js +2 -0
  14. package/dist/src/common/types/index.d.ts +1 -0
  15. package/dist/src/common/types/index.js +1 -0
  16. package/dist/src/desktop/components/AdminList/AdminList.d.ts +12 -12
  17. package/dist/src/desktop/components/AdminList/AdminList.js +14 -57
  18. package/dist/src/desktop/components/AdminList/BulkActionBar.d.ts +10 -10
  19. package/dist/src/desktop/components/AdminList/BulkActionBar.js +6 -6
  20. package/dist/src/desktop/components/AdminList/HeaderRow.js +5 -9
  21. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.d.ts +3 -3
  22. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.js +19 -5
  23. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +3 -3
  24. package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +1 -1
  25. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +28 -23
  26. package/dist/src/desktop/components/Chip/Chip.d.ts +9 -5
  27. package/dist/src/desktop/components/Chip/Chip.js +45 -18
  28. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.d.ts +8 -5
  29. package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +8 -3
  30. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.d.ts +13 -30
  31. package/dist/src/desktop/components/DesktopHeaderBar/DesktopHeaderBar.js +70 -18
  32. package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +4 -7
  33. package/dist/src/desktop/components/Dropdown/Dropdown.js +9 -4
  34. package/dist/src/desktop/components/EditApplyTextField/EditApplyTextField.js +5 -2
  35. package/dist/src/desktop/components/FilterBar/FilterBar.d.ts +8 -10
  36. package/dist/src/desktop/components/FilterBar/FilterBar.js +7 -15
  37. package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.d.ts +2 -7
  38. package/dist/src/desktop/components/UserDesktopNavBar/UserDesktopNavBar.js +4 -4
  39. package/dist/src/mobile/components/Chip/Chip.d.ts +9 -5
  40. package/dist/src/mobile/components/Chip/Chip.js +52 -28
  41. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +8 -5
  42. package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +8 -3
  43. package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +6 -8
  44. package/dist/src/mobile/components/Dropdown/Dropdown.js +9 -4
  45. package/package.json +1 -1
  46. package/release-note.md +16 -4
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import IconType from '../IconType';
3
+ declare const DesignPreference: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default DesignPreference;
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __rest = (this && this.__rest) || function (s, e) {
14
+ var t = {};
15
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
+ t[p] = s[p];
17
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
+ t[p[i]] = s[p[i]];
21
+ }
22
+ return t;
23
+ };
24
+ var __importDefault = (this && this.__importDefault) || function (mod) {
25
+ return (mod && mod.__esModule) ? mod : { "default": mod };
26
+ };
27
+ Object.defineProperty(exports, "__esModule", { value: true });
28
+ var react_1 = __importDefault(require("react"));
29
+ var DesignPreference = function (_a) {
30
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
31
+ return (react_1.default.createElement("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest),
32
+ react_1.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" },
33
+ react_1.default.createElement("g", { fill: "none", fillRule: "evenodd" },
34
+ react_1.default.createElement("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M14.0742,15.9112 C12.1572,16.6692 10.8122,18.4402 10.8122,20.5052 C10.8122,20.9592 10.8782,21.3992 11.0002,21.8172 C5.8122,21.4682 1.7242,17.5842 1.7242,12.8452 C1.7242,7.8752 6.2192,3.8462 11.7632,3.8462 C13.6432,3.8462 15.4022,4.3092 16.9062,5.1152 M20.6709,8.6912 C21.3939,9.9342 21.8029,11.3462 21.8029,12.8452 C21.8029,14.5302 21.2849,16.1062 20.3859,17.4542 C19.6069,16.5162 18.4769,15.8432 17.1799,15.6092" }),
35
+ react_1.default.createElement("path", { fill: color, d: "M8.9422,10.4341 C8.9422,9.3141 8.0342,8.4061 6.9142,8.4061 C5.7952,8.4061 4.8872,9.3141 4.8872,10.4341 C4.8872,11.5541 5.7952,12.4621 6.9142,12.4621 C8.0342,12.4621 8.9422,11.5541 8.9422,10.4341 M13.5869,7.8135 C13.5869,6.8415 12.7989,6.0535 11.8269,6.0535 C10.8559,6.0535 10.0679,6.8415 10.0679,7.8135 C10.0679,8.7855 10.8559,9.5735 11.8269,9.5735 C12.7989,9.5735 13.5869,8.7855 13.5869,7.8135 M9.2917,16.0693 C9.2917,15.0973 8.5037,14.3093 7.5317,14.3093 C6.5607,14.3093 5.7727,15.0973 5.7727,16.0693 C5.7727,17.0413 6.5607,17.8293 7.5317,17.8293 C8.5037,17.8293 9.2917,17.0413 9.2917,16.0693" }),
36
+ react_1.default.createElement("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M17.7283,9.5905 C18.2343,9.7555 18.5663,10.0895 18.5163,10.5975 C18.5083,10.6775 18.4923,10.7575 18.4663,10.8375 L15.2993,20.2945 C15.1073,20.8805 14.4773,21.1985 13.8923,21.0075 C13.3073,20.8155 12.9883,20.1855 13.1803,19.6005 L16.3473,10.1425 C16.5393,9.5575 17.1433,9.3985 17.7283,9.5905 Z M18.6588,1.8879 C18.6588,1.8879 23.8258,3.4439 21.8078,7.3999 C21.8078,7.3999 21.4918,8.0149 20.8398,8.5739 C20.7368,8.6629 20.6258,8.7499 20.5058,8.8329 C19.2708,9.6879 17.7148,9.9479 16.6108,8.9289 C16.1568,8.5099 15.9078,7.6109 15.9508,7.1689 C16.0678,5.9859 16.7088,5.5819 17.6238,4.8589 C18.5388,4.1349 18.7498,2.9029 18.6588,1.8879 Z" })))));
37
+ };
38
+ exports.default = DesignPreference;
@@ -32,6 +32,7 @@ declare const lineIcons: {
32
32
  readonly ic_copy: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
33
33
  readonly ic_cs: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
34
34
  readonly ic_dashboard: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
35
+ readonly ic_design_preference: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
35
36
  readonly ic_developer: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
36
37
  readonly ic_edit: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
37
38
  readonly ic_editor: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -35,6 +35,7 @@ var ContWatching_1 = __importDefault(require("./ContWatching"));
35
35
  var Copy_1 = __importDefault(require("./Copy"));
36
36
  var Cs_1 = __importDefault(require("./Cs"));
37
37
  var Dashboard_1 = __importDefault(require("./Dashboard"));
38
+ var DesignPreference_1 = __importDefault(require("./DesignPreference"));
38
39
  var Developer_1 = __importDefault(require("./Developer"));
39
40
  var Edit_1 = __importDefault(require("./Edit"));
40
41
  var Editor_1 = __importDefault(require("./Editor"));
@@ -163,6 +164,7 @@ var lineIcons = {
163
164
  ic_copy: Copy_1.default,
164
165
  ic_cs: Cs_1.default,
165
166
  ic_dashboard: Dashboard_1.default,
167
+ ic_design_preference: DesignPreference_1.default,
166
168
  ic_developer: Developer_1.default,
167
169
  ic_edit: Edit_1.default,
168
170
  ic_editor: Editor_1.default,
@@ -1,6 +1,6 @@
1
1
  import { UITheme } from './styles/colorSet/ui-type';
2
- import { IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, UiColors } from './types';
3
- export { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, UiColors };
2
+ import { IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, UiColors, PDSValueOption } from './types';
3
+ export { UITheme, IFormValues, FillIconNameKeys, LineIconNameKeys, PdsDevKitTheme, DesktopFontSize, FontWeight, PDSTextType, UiColors, PDSValueOption };
4
4
  import { fontWeight, desktopFontSize, desktopLineHeight, mobileFontSize, mobileLineHeight, boxShadow, spacing } from './styles/theme';
5
5
  import { uiColors, customTheme } from './styles/ui-colors';
6
6
  export { fontWeight, desktopFontSize, desktopLineHeight, mobileFontSize, mobileLineHeight, boxShadow, spacing, uiColors, customTheme };
@@ -139,5 +139,6 @@
139
139
  "sys_gradient_base_01_opacity75": "grey950/opacity75",
140
140
  "sys_gradient_base_01_opacity40": "grey950/opacity40",
141
141
  "sys_widget_black": "black",
142
- "usr_temp_primary_01": "darkblue500"
142
+ "usr_temp_primary_01": "darkblue500",
143
+ "sys_cpnt_sheet_base_02_opacity50": "darkgrey50/opacity50"
143
144
  }
@@ -139,5 +139,6 @@
139
139
  "sys_gradient_base_01_opacity75": "white/opacity75",
140
140
  "sys_gradient_base_01_opacity40": "white/opacity40",
141
141
  "sys_widget_black": "black",
142
- "usr_temp_primary_01": "blue500"
142
+ "usr_temp_primary_01": "blue500",
143
+ "sys_cpnt_sheet_base_02_opacity50": "grey50/opacity50"
143
144
  }
@@ -469,5 +469,6 @@
469
469
  "ui_cpnt_pg_gradient_04": "sys_gradient_base_01_opacity75",
470
470
  "ui_cpnt_pg_gradient_05": "sys_gradient_base_01_opacity40",
471
471
  "ui_cpnt_mask_base": "sys_component_base_02",
472
- "ui_temp_usr_primary_01": "usr_temp_primary_01"
472
+ "ui_temp_usr_primary_01": "usr_brand_primary",
473
+ "ui_cpnt_sheet_base_02_opacity50": "sys_cpnt_sheet_base_02_opacity50"
473
474
  }
@@ -1,148 +1,62 @@
1
1
  declare const colorSet: {
2
- readonly PaletteColor_Dark: {
3
- sys_container_background_01: string;
4
- sys_container_background_02: string;
5
- sys_container_background_03: string;
6
- sys_background_dimmed: string;
7
- sys_text_grey_01: string;
8
- sys_text_grey_02: string;
9
- sys_text_grey_03: string;
10
- sys_text_white: string;
11
- sys_text_brand_primary: string;
12
- sys_text_error_01: string;
13
- sys_widget_grey_01: string;
14
- sys_widget_grey_02: string;
15
- sys_widget_grey_03: string;
16
- sys_widget_primary_01: string;
17
- sys_widget_error_01: string;
18
- sys_widget_warning_01: string;
19
- sys_widget_success_01: string;
20
- sys_widget_white: string;
21
- sys_border_area_01: string;
22
- sys_border_line_01: string;
23
- sys_border_line_02: string;
24
- sys_border_line_03: string;
25
- sys_border_line_04: string;
26
- sys_border_line_05: string;
27
- sys_component_base_01: string;
28
- sys_component_base_02: string;
29
- sys_component_base_03: string;
30
- sys_component_base_red: string;
31
- sys_component_base_white: string;
32
- sys_component_base_white_opacity00: string;
33
- sys_on_base_white_opacity00: string;
34
- sys_on_base_white_opacity30: string;
35
- sys_on_base_black_opacity20: string;
36
- usr_brand_primary: string;
37
- usr_brand_secondary: string;
38
- usr_brand_secondary_variant: string;
39
- usr_background: string;
40
- usr_surface: string;
41
- usr_border: string;
42
- usr_on_brand_primary: string;
43
- usr_on_brand_secondary: string;
44
- usr_on_background: string;
45
- usr_on_surface: string;
46
- sys_widget_status_active_01: string;
47
- sys_text_success_01: string;
48
- sys_widget_grey_04: string;
49
- sys_text_active: string;
50
- sys_component_base_blue: string;
51
- sys_on_base_black_opacity65: string;
52
- sys_component_base_04: string;
53
- sys_component_base_black: string;
54
- sys_component_base_black_opacity00: string;
55
- usr_text_brand_secondary_variant: string;
56
- usr_text_brand_primary: string;
57
- usr_text_brand_on_primary: string;
58
- sys_text_brand_secondary_variant: string;
59
- sys_component_base_navy: string;
60
- sys_widget_lightgreen: string;
61
- sys_border_line_06: string;
62
- sys_background_dimmed_20: string;
63
- sys_widget_pink: string;
64
- sys_widget_primary_opacity20: string;
65
- sys_widget_secondary_variant_01: string;
66
- usr_component_base_brand_primary_opacity10: string;
67
- sys_temp_grey_01: string;
68
- sys_temp_grey_02: string;
69
- sys_temp_grey_03: string;
70
- sys_temp_grey_04: string;
71
- sys_temp_grey_05: string;
72
- sys_temp_white: string;
73
- sys_temp_primary_01: string;
74
- sys_temp_secondary_01: string;
75
- sys_temp_red: string;
76
- sys_temp_white_opacity_00: string;
77
- sys_temp_dimmed: string;
78
- sys_temp_black: string;
79
- sys_temp_primary_02: string;
80
- sys_temp_primary_03: string;
81
- sys_temp_secondary_02: string;
82
- sys_temp_lightgreen_01: string;
83
- sys_text_grey_04: string;
84
- sys_papp_post_social_background: string;
85
- sys_papp_post_notice_background: string;
86
- sys_papp_post_free_background: string;
87
- sys_papp_vod_background: string;
88
- sys_papp_vodplus_background: string;
89
- sys_papp_live_background: string;
90
- sys_selcontrols_base_off_disabled: string;
91
- sys_selcontrols_base_on_disabled: string;
92
- sys_component_base_blue_opacity10: string;
93
- sys_component_base_05: string;
94
- sys_background_dimmed_65: string;
95
- sys_temp_grey_06: string;
96
- sys_on_base_white_opacity10: string;
97
- sys_on_base_black_opacity10: string;
98
- sys_component_base_05_opacity00: string;
99
- sys_papp_post_notice_link: string;
100
- sys_component_base_navy_light: string;
101
- sys_component_base_orange: string;
102
- sys_component_base_grey: string;
103
- sys_component_base_black_opacity80: string;
104
- sys_text_darkgrey_02: string;
105
- sys_border_line_darktheme_01: string;
106
- sys_border_line_darktheme_02: string;
107
- sys_component_base_darktheme_01: string;
108
- sys_component_base_darktheme_02: string;
109
- sys_component_base_darktheme_03: string;
110
- sys_text_grey_darktheme_01: string;
111
- sys_text_grey_darktheme_02: string;
112
- sys_text_grey_darktheme_03: string;
113
- sys_widget_grey_darktheme_01: string;
114
- sys_widget_grey_darktheme_02: string;
115
- sys_widget_grey_darktheme_03: string;
116
- sys_component_base_green: string;
117
- sys_text_error_darktheme_01: string;
118
- sys_border_line_darktheme_03: string;
119
- sys_border_line_darktheme_04: string;
120
- usr_widget_brand_primary_darktheme_01: string;
121
- usr_text_brand_primary_darktheme_01: string;
122
- sys_component_base_black_opacity50: string;
123
- sys_component_base_card: string;
124
- sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
125
- sys_widget_green_01: string;
126
- sys_component_base_black_opacity30: string;
127
- sys_area_background: string;
128
- sys_border_white_opacity30: string;
129
- sys_container_background_wt: string;
130
- sys_channeldesc_grey_03: string;
131
- sys_channeldesc_border_grey_03: string;
132
- sys_gradient_base_01: string;
133
- sys_gradient_base_01_opacity00: string;
134
- sys_channeldesc_background: string;
135
- sys_channeldesc_bottomsheet_base: string;
136
- sys_channeldesc_bottomsheet_border: string;
137
- sys_channeldesc_contents_base: string;
138
- sys_channeldesc_dimmed: string;
139
- sys_gradient_base_01_opacity50: string;
140
- sys_gradient_base_01_opacity75: string;
141
- sys_gradient_base_01_opacity40: string;
142
- sys_widget_black: string;
143
- usr_temp_primary_01: string;
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;
144
58
  };
145
- readonly PaletteColor_light: {
59
+ readonly PaletteColor_Dark: {
146
60
  sys_container_background_01: string;
147
61
  sys_container_background_02: string;
148
62
  sys_container_background_03: string;
@@ -284,63 +198,7 @@ declare const colorSet: {
284
198
  sys_gradient_base_01_opacity40: string;
285
199
  sys_widget_black: string;
286
200
  usr_temp_primary_01: string;
287
- };
288
- readonly SemanticColor: {
289
- blue500: string;
290
- blue700: string;
291
- blue300: string;
292
- green700: string;
293
- green500: string;
294
- green300: string;
295
- red500: string;
296
- grey900: string;
297
- grey500: string;
298
- grey400: string;
299
- grey100: string;
300
- grey50: string;
301
- white: string;
302
- black: string;
303
- darkblue500: string;
304
- grey950: string;
305
- darkgrey900: string;
306
- darkgrey500: string;
307
- darkgrey400: string;
308
- darkgrey100: string;
309
- darkgrey50: string;
310
- darkred500: string;
311
- darkgreen700: string;
312
- orange500: string;
313
- darkorange500: string;
314
- opacity00: string;
315
- opacity20: string;
316
- opacity30: string;
317
- opacity65: string;
318
- darkgreen500: string;
319
- grey70: string;
320
- navy500: string;
321
- lightgreen500: string;
322
- pink500: string;
323
- darkgrey70: string;
324
- darknavy500: string;
325
- darkpink500: string;
326
- darklightgreen500: string;
327
- opacity10: string;
328
- grey600: string;
329
- darkgrey600: string;
330
- skyblue500: string;
331
- skyblue300: string;
332
- pink300: string;
333
- lightpink500: string;
334
- darkblue300: string;
335
- darkblue700: string;
336
- darkgreen300: string;
337
- darkskyblue500: string;
338
- navy100: string;
339
- darknavy100: string;
340
- opacity80: string;
341
- opacity50: string;
342
- grey30: string;
343
- opacity95: string;
201
+ sys_cpnt_sheet_base_02_opacity50: string;
344
202
  };
345
203
  readonly UIColor: {
346
204
  ui_cpnt_button_fill_base_primary: string;
@@ -814,6 +672,151 @@ declare const colorSet: {
814
672
  ui_cpnt_pg_gradient_05: string;
815
673
  ui_cpnt_mask_base: string;
816
674
  ui_temp_usr_primary_01: string;
675
+ ui_cpnt_sheet_base_02_opacity50: string;
676
+ };
677
+ readonly PaletteColor_light: {
678
+ sys_container_background_01: string;
679
+ sys_container_background_02: string;
680
+ sys_container_background_03: string;
681
+ sys_background_dimmed: string;
682
+ sys_text_grey_01: string;
683
+ sys_text_grey_02: string;
684
+ sys_text_grey_03: string;
685
+ sys_text_white: string;
686
+ sys_text_brand_primary: string;
687
+ sys_text_error_01: string;
688
+ sys_widget_grey_01: string;
689
+ sys_widget_grey_02: string;
690
+ sys_widget_grey_03: string;
691
+ sys_widget_primary_01: string;
692
+ sys_widget_error_01: string;
693
+ sys_widget_warning_01: string;
694
+ sys_widget_success_01: string;
695
+ sys_widget_white: string;
696
+ sys_border_area_01: string;
697
+ sys_border_line_01: string;
698
+ sys_border_line_02: string;
699
+ sys_border_line_03: string;
700
+ sys_border_line_04: string;
701
+ sys_border_line_05: string;
702
+ sys_component_base_01: string;
703
+ sys_component_base_02: string;
704
+ sys_component_base_03: string;
705
+ sys_component_base_red: string;
706
+ sys_component_base_white: string;
707
+ sys_component_base_white_opacity00: string;
708
+ sys_on_base_white_opacity00: string;
709
+ sys_on_base_white_opacity30: string;
710
+ sys_on_base_black_opacity20: string;
711
+ usr_brand_primary: string;
712
+ usr_brand_secondary: string;
713
+ usr_brand_secondary_variant: string;
714
+ usr_background: string;
715
+ usr_surface: string;
716
+ usr_border: string;
717
+ usr_on_brand_primary: string;
718
+ usr_on_brand_secondary: string;
719
+ usr_on_background: string;
720
+ usr_on_surface: string;
721
+ sys_widget_status_active_01: string;
722
+ sys_text_success_01: string;
723
+ sys_widget_grey_04: string;
724
+ sys_text_active: string;
725
+ sys_component_base_blue: string;
726
+ sys_on_base_black_opacity65: string;
727
+ sys_component_base_04: string;
728
+ sys_component_base_black: string;
729
+ sys_component_base_black_opacity00: string;
730
+ usr_text_brand_secondary_variant: string;
731
+ usr_text_brand_primary: string;
732
+ usr_text_brand_on_primary: string;
733
+ sys_text_brand_secondary_variant: string;
734
+ sys_component_base_navy: string;
735
+ sys_widget_lightgreen: string;
736
+ sys_border_line_06: string;
737
+ sys_background_dimmed_20: string;
738
+ sys_widget_pink: string;
739
+ sys_widget_primary_opacity20: string;
740
+ sys_widget_secondary_variant_01: string;
741
+ usr_component_base_brand_primary_opacity10: string;
742
+ sys_temp_grey_01: string;
743
+ sys_temp_grey_02: string;
744
+ sys_temp_grey_03: string;
745
+ sys_temp_grey_04: string;
746
+ sys_temp_grey_05: string;
747
+ sys_temp_white: string;
748
+ sys_temp_primary_01: string;
749
+ sys_temp_secondary_01: string;
750
+ sys_temp_red: string;
751
+ sys_temp_white_opacity_00: string;
752
+ sys_temp_dimmed: string;
753
+ sys_temp_black: string;
754
+ sys_temp_primary_02: string;
755
+ sys_temp_primary_03: string;
756
+ sys_temp_secondary_02: string;
757
+ sys_temp_lightgreen_01: string;
758
+ sys_text_grey_04: string;
759
+ sys_papp_post_social_background: string;
760
+ sys_papp_post_notice_background: string;
761
+ sys_papp_post_free_background: string;
762
+ sys_papp_vod_background: string;
763
+ sys_papp_vodplus_background: string;
764
+ sys_papp_live_background: string;
765
+ sys_selcontrols_base_off_disabled: string;
766
+ sys_selcontrols_base_on_disabled: string;
767
+ sys_component_base_blue_opacity10: string;
768
+ sys_component_base_05: string;
769
+ sys_background_dimmed_65: string;
770
+ sys_temp_grey_06: string;
771
+ sys_on_base_white_opacity10: string;
772
+ sys_on_base_black_opacity10: string;
773
+ sys_component_base_05_opacity00: string;
774
+ sys_papp_post_notice_link: string;
775
+ sys_component_base_navy_light: string;
776
+ sys_component_base_orange: string;
777
+ sys_component_base_grey: string;
778
+ sys_component_base_black_opacity80: string;
779
+ sys_text_darkgrey_02: string;
780
+ sys_border_line_darktheme_01: string;
781
+ sys_border_line_darktheme_02: string;
782
+ sys_component_base_darktheme_01: string;
783
+ sys_component_base_darktheme_02: string;
784
+ sys_component_base_darktheme_03: string;
785
+ sys_text_grey_darktheme_01: string;
786
+ sys_text_grey_darktheme_02: string;
787
+ sys_text_grey_darktheme_03: string;
788
+ sys_widget_grey_darktheme_01: string;
789
+ sys_widget_grey_darktheme_02: string;
790
+ sys_widget_grey_darktheme_03: string;
791
+ sys_component_base_green: string;
792
+ sys_text_error_darktheme_01: string;
793
+ sys_border_line_darktheme_03: string;
794
+ sys_border_line_darktheme_04: string;
795
+ usr_widget_brand_primary_darktheme_01: string;
796
+ usr_text_brand_primary_darktheme_01: string;
797
+ sys_component_base_black_opacity50: string;
798
+ sys_component_base_card: string;
799
+ sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
800
+ sys_widget_green_01: string;
801
+ sys_component_base_black_opacity30: string;
802
+ sys_area_background: string;
803
+ sys_border_white_opacity30: string;
804
+ sys_container_background_wt: string;
805
+ sys_channeldesc_grey_03: string;
806
+ sys_channeldesc_border_grey_03: string;
807
+ sys_gradient_base_01: string;
808
+ sys_gradient_base_01_opacity00: string;
809
+ sys_channeldesc_background: string;
810
+ sys_channeldesc_bottomsheet_base: string;
811
+ sys_channeldesc_bottomsheet_border: string;
812
+ sys_channeldesc_contents_base: string;
813
+ sys_channeldesc_dimmed: string;
814
+ sys_gradient_base_01_opacity50: string;
815
+ sys_gradient_base_01_opacity75: string;
816
+ sys_gradient_base_01_opacity40: string;
817
+ sys_widget_black: string;
818
+ usr_temp_primary_01: string;
819
+ sys_cpnt_sheet_base_02_opacity50: string;
817
820
  };
818
821
  };
819
822
  export default colorSet;
@@ -4,14 +4,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /* eslint-disable import/order */
7
- var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
8
- var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
9
7
  var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
8
+ var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
10
9
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
10
+ var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
11
11
  var colorSet = {
12
- PaletteColor_Dark: PaletteColor_Dark_json_1.default,
13
- PaletteColor_light: PaletteColor_light_json_1.default,
14
12
  SemanticColor: SemanticColor_json_1.default,
15
- UIColor: UIColor_json_1.default
13
+ PaletteColor_Dark: PaletteColor_Dark_json_1.default,
14
+ UIColor: UIColor_json_1.default,
15
+ PaletteColor_light: PaletteColor_light_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -470,4 +470,5 @@ export interface UITheme {
470
470
  ui_cpnt_pg_gradient_05: string;
471
471
  ui_cpnt_mask_base: string;
472
472
  ui_temp_usr_primary_01: string;
473
+ ui_cpnt_sheet_base_02_opacity50: string;
473
474
  }
@@ -0,0 +1,5 @@
1
+ import { PDSTextType } from './text';
2
+ export declare type PDSValueOption = {
3
+ text: PDSTextType;
4
+ value: string | number | null | boolean;
5
+ };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -3,3 +3,4 @@ export * from './icon';
3
3
  export * from './styled-components';
4
4
  export * from './text';
5
5
  export * from './uiColors';
6
+ export * from './comopnents';
@@ -15,3 +15,4 @@ __exportStar(require("./icon"), exports);
15
15
  __exportStar(require("./styled-components"), exports);
16
16
  __exportStar(require("./text"), exports);
17
17
  __exportStar(require("./uiColors"), exports);
18
+ __exportStar(require("./comopnents"), exports);
@@ -1,10 +1,10 @@
1
1
  import { TFunctionResult } from 'i18next';
2
2
  import React from 'react';
3
- import { Value } from '../Dropdown/Dropdown';
3
+ import { PDSValueOption } from '../../../common';
4
4
  declare type ColumnWidthType = 'small' | 'medium' | 'large';
5
5
  declare type Props = {
6
6
  selectionMode?: 'none' | 'check';
7
- headerRowHideMode?: 'none' | 'use';
7
+ headerRowMode?: 'none' | 'use';
8
8
  column2HeaderText: TFunctionResult;
9
9
  column3HeaderText?: TFunctionResult;
10
10
  column3Width?: ColumnWidthType;
@@ -23,12 +23,12 @@ declare type Props = {
23
23
  column10HeaderText?: TFunctionResult;
24
24
  column10Width?: ColumnWidthType;
25
25
  dropdownMode?: 'none' | 'dropdown_amount1' | 'dropdown_amount2' | 'dropdown_amount3';
26
- dropdown1DefaultText?: Value;
27
- dropdown2DefaultText?: Value;
28
- dropdown3DefaultText?: Value;
29
- dropdown1ValueArray?: Value[];
30
- dropdown2ValueArray?: Value[];
31
- dropdown3ValueArray?: Value[];
26
+ dropdown1DefaultText?: PDSValueOption;
27
+ dropdown2DefaultText?: PDSValueOption;
28
+ dropdown3DefaultText?: PDSValueOption;
29
+ dropdown1ValueArray?: PDSValueOption[];
30
+ dropdown2ValueArray?: PDSValueOption[];
31
+ dropdown3ValueArray?: PDSValueOption[];
32
32
  quickActionBtnMode?: 'none' | 'btn_amount1' | 'btn_amount2' | 'btn_amount3';
33
33
  quickActionBtn1Text?: TFunctionResult;
34
34
  quickActionBtn2Text?: TFunctionResult;
@@ -44,9 +44,9 @@ declare type Props = {
44
44
  emptyText?: TFunctionResult;
45
45
  scrollMode?: 'infinite' | 'none' | 'page';
46
46
  scrollVisibleType?: 'moving' | 'hidden' | 'visible';
47
- onChangeDropdown1?: (value: Value) => void;
48
- onChangeDropdown2?: (value: Value) => void;
49
- onChangeDropdown3?: (value: Value) => void;
47
+ onChangeDropdown1?: (value: PDSValueOption) => void;
48
+ onChangeDropdown2?: (value: PDSValueOption) => void;
49
+ onChangeDropdown3?: (value: PDSValueOption) => void;
50
50
  onClickMBtn1?: () => void;
51
51
  onClickMBtn2?: () => void;
52
52
  onClickMBtn3?: () => void;
@@ -57,5 +57,5 @@ declare type Props = {
57
57
  onSelect?: (ids: number[]) => void;
58
58
  selectedIds?: number[];
59
59
  };
60
- declare function AdminList({ selectionMode, headerRowHideMode, column2HeaderText, column3HeaderText, column3Width, column4HeaderText, column4Width, column5HeaderText, column5Width, column6HeaderText, column6Width, column7HeaderText, column7Width, column8HeaderText, column8Width, column9HeaderText, column9Width, column10HeaderText, column10Width, dropdownMode, dropdown1DefaultText, dropdown2DefaultText, dropdown3DefaultText, dropdown1ValueArray, dropdown2ValueArray, dropdown3ValueArray, quickActionBtnMode, quickActionBtn1Text, quickActionBtn2Text, quickActionBtn3Text, quickActionBtnType, quickActionBtn1State, quickActionBtn2State, quickActionBtn3State, mBtnMode, mBtn1Text, mBtn2Text, mBtn3Text, emptyText, scrollMode, scrollVisibleType, selectedIds, children, onChangeDropdown1, onChangeDropdown2, onChangeDropdown3, onClickMBtn1, onClickMBtn2, onClickMBtn3, onClickQuickActionBtn1, onClickQuickActionBtn2, onClickQuickActionBtn3, onSelect }: Props): JSX.Element;
60
+ declare function AdminList({ selectionMode, headerRowMode, column2HeaderText, column3HeaderText, column3Width, column4HeaderText, column4Width, column5HeaderText, column5Width, column6HeaderText, column6Width, column7HeaderText, column7Width, column8HeaderText, column8Width, column9HeaderText, column9Width, column10HeaderText, column10Width, dropdownMode, dropdown1DefaultText, dropdown2DefaultText, dropdown3DefaultText, dropdown1ValueArray, dropdown2ValueArray, dropdown3ValueArray, quickActionBtnMode, quickActionBtn1Text, quickActionBtn2Text, quickActionBtn3Text, quickActionBtnType, quickActionBtn1State, quickActionBtn2State, quickActionBtn3State, mBtnMode, mBtn1Text, mBtn2Text, mBtn3Text, emptyText, scrollMode, scrollVisibleType, selectedIds, children, onChangeDropdown1, onChangeDropdown2, onChangeDropdown3, onClickMBtn1, onClickMBtn2, onClickMBtn3, onClickQuickActionBtn1, onClickQuickActionBtn2, onClickQuickActionBtn3, onSelect }: Props): JSX.Element;
61
61
  export default AdminList;