pds-dev-kit-web 1.3.15 → 1.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/common/assets/icons/fill/Subscribers.d.ts +4 -0
- package/dist/src/common/assets/icons/fill/Subscribers.js +34 -0
- package/dist/src/common/assets/icons/fill/index.d.ts +1 -0
- package/dist/src/common/assets/icons/fill/index.js +2 -0
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +2 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +2 -1
- package/dist/src/common/styles/colorSet/SemanticColor.json +4 -3
- package/dist/src/common/styles/colorSet/UIColor.json +3 -2
- package/dist/src/common/styles/colorSet/index.d.ts +63 -59
- package/dist/src/common/styles/colorSet/index.js +5 -5
- package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -0
- package/dist/src/common/types/styled-components.d.ts +68 -68
- package/dist/src/desktop/components/AdminList/AdminList.js +1 -1
- package/dist/src/desktop/components/BlogTextField/BlogTextField.js +6 -2
- package/dist/src/desktop/components/ContextMenuItem/ContextMenuItem.js +11 -1
- package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +7 -6
- package/dist/src/desktop/components/Dropdown/Dropdown.js +15 -9
- package/dist/src/desktop/components/TextLabel/TextLabel.js +2 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +3 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTN.js +4 -2
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.d.ts +10 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTS.js +40 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +1 -0
- package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +3 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
- package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +12 -4
- package/dist/src/hybrid/components/ImageView/ImageView.js +3 -3
- package/dist/src/mobile/components/BlogTextField/BlogTextField.js +6 -2
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.d.ts +2 -1
- package/dist/src/mobile/components/ContextMenuItem/ContextMenuItem.js +16 -3
- package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +6 -5
- package/dist/src/mobile/components/Dropdown/Dropdown.js +15 -9
- package/dist/src/mobile/components/TextLabel/TextLabel.js +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/ContentsContainer.js +3 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSG.js +31 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.d.ts +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/MSH.js +31 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/index.d.ts +2 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/ContentsContainer/variation/index.js +5 -1
- package/dist/src/mobile/layout/LayoutMS/Containers/TabContainer/TabContainer.d.ts +7 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/TabContainer/TabContainer.js +14 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/TabContainer/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/TabContainer/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/TabContainer/variation/Tab.d.ts +6 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/TabContainer/variation/Tab.js +25 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/TabContainer/variation/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/TabContainer/variation/index.js +8 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/index.d.ts +1 -0
- package/dist/src/mobile/layout/LayoutMS/Containers/index.js +3 -1
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.d.ts +3 -2
- package/dist/src/mobile/layout/LayoutMS/ContainersBox/ContainersBox.js +13 -1
- package/package.json +1 -1
- package/release-note.md +9 -19
|
@@ -0,0 +1,34 @@
|
|
|
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 Subscribers = 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("path", { fill: color, fillRule: "evenodd", d: "M12.0001,12.0918 C7.6531,12.0918 4.0271,15.1768 3.1921,19.2778 C3.0031,20.2078 3.7191,21.0808 4.6691,21.0808 L19.3311,21.0808 C20.2811,21.0808 20.9971,20.2078 20.8081,19.2778 C19.9731,15.1768 16.3471,12.0918 12.0001,12.0918 M11.9739,2.9196 C9.6999,2.9196 7.8569,4.7626 7.8569,7.0366 C7.8569,9.3106 9.6999,11.1536 11.9739,11.1536 C14.2479,11.1536 16.0909,9.3106 16.0909,7.0366 C16.0909,4.7626 14.2479,2.9196 11.9739,2.9196" })));
|
|
33
|
+
};
|
|
34
|
+
exports.default = Subscribers;
|
|
@@ -36,6 +36,7 @@ declare const fillIcons: {
|
|
|
36
36
|
readonly ic_speaker_wave_2: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
37
37
|
readonly ic_split_screen: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
38
38
|
readonly ic_star: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
39
|
+
readonly ic_subscribers: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
39
40
|
readonly ic_thumb_down: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
40
41
|
readonly ic_thumb_up: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
41
42
|
readonly ic_verified: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
|
|
@@ -39,6 +39,7 @@ var SpeakerWave1_1 = __importDefault(require("./SpeakerWave1"));
|
|
|
39
39
|
var SpeakerWave2_1 = __importDefault(require("./SpeakerWave2"));
|
|
40
40
|
var SplitScreen_1 = __importDefault(require("./SplitScreen"));
|
|
41
41
|
var Star_1 = __importDefault(require("./Star"));
|
|
42
|
+
var Subscribers_1 = __importDefault(require("./Subscribers"));
|
|
42
43
|
var ThumbDown_1 = __importDefault(require("./ThumbDown"));
|
|
43
44
|
var ThumbUp_1 = __importDefault(require("./ThumbUp"));
|
|
44
45
|
var Verified_1 = __importDefault(require("./Verified"));
|
|
@@ -90,6 +91,7 @@ var fillIcons = {
|
|
|
90
91
|
ic_speaker_wave_2: SpeakerWave2_1.default,
|
|
91
92
|
ic_split_screen: SplitScreen_1.default,
|
|
92
93
|
ic_star: Star_1.default,
|
|
94
|
+
ic_subscribers: Subscribers_1.default,
|
|
93
95
|
ic_thumb_down: ThumbDown_1.default,
|
|
94
96
|
ic_thumb_up: ThumbUp_1.default,
|
|
95
97
|
ic_verified: Verified_1.default,
|
|
@@ -152,5 +152,6 @@
|
|
|
152
152
|
"sys_widget_dark_01": "grey950",
|
|
153
153
|
"usr_menu_background_gradient_opacity00": "grey950/opacity00",
|
|
154
154
|
"sys_border_line_white": "white",
|
|
155
|
-
"sys_component_base_white_opacity10": "white/opacity10"
|
|
155
|
+
"sys_component_base_white_opacity10": "white/opacity10",
|
|
156
|
+
"sys_cpnt_sheet_base_01": "darkgrey50"
|
|
156
157
|
}
|
|
@@ -152,5 +152,6 @@
|
|
|
152
152
|
"sys_widget_dark_01": "grey900",
|
|
153
153
|
"usr_menu_background_gradient_opacity00": "white/opacity00",
|
|
154
154
|
"sys_border_line_white": "white",
|
|
155
|
-
"sys_component_base_white_opacity10": "white/opacity10"
|
|
155
|
+
"sys_component_base_white_opacity10": "white/opacity10",
|
|
156
|
+
"sys_cpnt_sheet_base_01": "grey30"
|
|
156
157
|
}
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"opacity30": "4D",
|
|
30
30
|
"opacity65": "A6",
|
|
31
31
|
"darkgreen500": "#0ce1a8",
|
|
32
|
-
"grey70": "#
|
|
32
|
+
"grey70": "#eff0f3",
|
|
33
33
|
"navy500": "#313349",
|
|
34
34
|
"lightgreen500": "#32d64c",
|
|
35
35
|
"pink500": "#FB3A63",
|
|
@@ -52,6 +52,7 @@
|
|
|
52
52
|
"darknavy100": "#7A82B2",
|
|
53
53
|
"opacity80": "CC",
|
|
54
54
|
"opacity50": "80",
|
|
55
|
-
"grey30": "#
|
|
56
|
-
"opacity95": "F2"
|
|
55
|
+
"grey30": "#f8f9fa",
|
|
56
|
+
"opacity95": "F2",
|
|
57
|
+
"darkgrey30": "#1d1d1e"
|
|
57
58
|
}
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
"ui_cpnt_dropdown_border_darktheme_normal": "sys_border_line_darktheme_01",
|
|
427
427
|
"ui_cpnt_dropdown_border_darktheme_focus": "sys_border_line_darktheme_04",
|
|
428
428
|
"ui_cpnt_dropdown_base_darktheme_disabled": "sys_component_base_darktheme_01",
|
|
429
|
-
"ui_cpnt_sheet_base": "
|
|
429
|
+
"ui_cpnt_sheet_base": "sys_cpnt_sheet_base_01",
|
|
430
430
|
"ui_cpnt_button_icon_darktheme_default": "sys_widget_grey_darktheme_02",
|
|
431
431
|
"ui_cpnt_button_icon_darktheme_primary": "usr_widget_brand_primary_darktheme_01",
|
|
432
432
|
"ui_cpnt_button_text_darktheme_default": "sys_text_grey_darktheme_02",
|
|
@@ -486,5 +486,6 @@
|
|
|
486
486
|
"ui_cpnt_dropdown_text_white_hint": "sys_text_white",
|
|
487
487
|
"ui_cpnt_dropdown_icon_white_default": "sys_widget_white",
|
|
488
488
|
"ui_cpnt_dropdown_border_white_focus": "sys_border_line_03",
|
|
489
|
-
"ui_cpnt_dropdown_base_white_normal": "sys_component_base_white_opacity10"
|
|
489
|
+
"ui_cpnt_dropdown_base_white_normal": "sys_component_base_white_opacity10",
|
|
490
|
+
"ui_profile_image_border_brandprimary": "usr_brand_primary"
|
|
490
491
|
}
|
|
@@ -1,5 +1,63 @@
|
|
|
1
1
|
declare const colorSet: {
|
|
2
|
-
readonly
|
|
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
|
+
};
|
|
60
|
+
readonly PaletteColor_light: {
|
|
3
61
|
sys_container_background_01: string;
|
|
4
62
|
sys_container_background_02: string;
|
|
5
63
|
sys_container_background_03: string;
|
|
@@ -154,8 +212,9 @@ declare const colorSet: {
|
|
|
154
212
|
usr_menu_background_gradient_opacity00: string;
|
|
155
213
|
sys_border_line_white: string;
|
|
156
214
|
sys_component_base_white_opacity10: string;
|
|
215
|
+
sys_cpnt_sheet_base_01: string;
|
|
157
216
|
};
|
|
158
|
-
readonly
|
|
217
|
+
readonly PaletteColor_Dark: {
|
|
159
218
|
sys_container_background_01: string;
|
|
160
219
|
sys_container_background_02: string;
|
|
161
220
|
sys_container_background_03: string;
|
|
@@ -310,6 +369,7 @@ declare const colorSet: {
|
|
|
310
369
|
usr_menu_background_gradient_opacity00: string;
|
|
311
370
|
sys_border_line_white: string;
|
|
312
371
|
sys_component_base_white_opacity10: string;
|
|
372
|
+
sys_cpnt_sheet_base_01: string;
|
|
313
373
|
};
|
|
314
374
|
readonly UIColor: {
|
|
315
375
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -800,63 +860,7 @@ declare const colorSet: {
|
|
|
800
860
|
ui_cpnt_dropdown_icon_white_default: string;
|
|
801
861
|
ui_cpnt_dropdown_border_white_focus: string;
|
|
802
862
|
ui_cpnt_dropdown_base_white_normal: string;
|
|
803
|
-
|
|
804
|
-
readonly SemanticColor: {
|
|
805
|
-
blue500: string;
|
|
806
|
-
blue700: string;
|
|
807
|
-
blue300: string;
|
|
808
|
-
green700: string;
|
|
809
|
-
green500: string;
|
|
810
|
-
green300: string;
|
|
811
|
-
red500: string;
|
|
812
|
-
grey900: string;
|
|
813
|
-
grey500: string;
|
|
814
|
-
grey400: string;
|
|
815
|
-
grey100: string;
|
|
816
|
-
grey50: string;
|
|
817
|
-
white: string;
|
|
818
|
-
black: string;
|
|
819
|
-
darkblue500: string;
|
|
820
|
-
grey950: string;
|
|
821
|
-
darkgrey900: string;
|
|
822
|
-
darkgrey500: string;
|
|
823
|
-
darkgrey400: string;
|
|
824
|
-
darkgrey100: string;
|
|
825
|
-
darkgrey50: string;
|
|
826
|
-
darkred500: string;
|
|
827
|
-
darkgreen700: string;
|
|
828
|
-
orange500: string;
|
|
829
|
-
darkorange500: string;
|
|
830
|
-
opacity00: string;
|
|
831
|
-
opacity20: string;
|
|
832
|
-
opacity30: string;
|
|
833
|
-
opacity65: string;
|
|
834
|
-
darkgreen500: string;
|
|
835
|
-
grey70: string;
|
|
836
|
-
navy500: string;
|
|
837
|
-
lightgreen500: string;
|
|
838
|
-
pink500: string;
|
|
839
|
-
darkgrey70: string;
|
|
840
|
-
darknavy500: string;
|
|
841
|
-
darkpink500: string;
|
|
842
|
-
darklightgreen500: string;
|
|
843
|
-
opacity10: string;
|
|
844
|
-
grey600: string;
|
|
845
|
-
darkgrey600: string;
|
|
846
|
-
skyblue500: string;
|
|
847
|
-
skyblue300: string;
|
|
848
|
-
pink300: string;
|
|
849
|
-
lightpink500: string;
|
|
850
|
-
darkblue300: string;
|
|
851
|
-
darkblue700: string;
|
|
852
|
-
darkgreen300: string;
|
|
853
|
-
darkskyblue500: string;
|
|
854
|
-
navy100: string;
|
|
855
|
-
darknavy100: string;
|
|
856
|
-
opacity80: string;
|
|
857
|
-
opacity50: string;
|
|
858
|
-
grey30: string;
|
|
859
|
-
opacity95: string;
|
|
863
|
+
ui_profile_image_border_brandprimary: string;
|
|
860
864
|
};
|
|
861
865
|
};
|
|
862
866
|
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
|
|
7
|
+
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
8
8
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
|
+
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
10
|
-
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
|
-
|
|
12
|
+
SemanticColor: SemanticColor_json_1.default,
|
|
13
13
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
|
+
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -1,86 +1,86 @@
|
|
|
1
1
|
import { desktopFontSize, fontWeight } from '../styles/theme';
|
|
2
2
|
export interface PdsDevKitTheme {
|
|
3
3
|
fontWeight: {
|
|
4
|
-
normal:
|
|
5
|
-
bold:
|
|
4
|
+
normal: '500';
|
|
5
|
+
bold: '700';
|
|
6
6
|
};
|
|
7
7
|
desktopFontSize: {
|
|
8
|
-
displayHeading:
|
|
9
|
-
heading:
|
|
10
|
-
leadParagraph:
|
|
11
|
-
subtitle:
|
|
12
|
-
body1:
|
|
13
|
-
body2:
|
|
14
|
-
caption1:
|
|
15
|
-
caption2:
|
|
16
|
-
form1:
|
|
17
|
-
form2:
|
|
18
|
-
blog1:
|
|
8
|
+
displayHeading: '40px';
|
|
9
|
+
heading: '24px';
|
|
10
|
+
leadParagraph: '20px';
|
|
11
|
+
subtitle: '18px';
|
|
12
|
+
body1: '18px';
|
|
13
|
+
body2: '16px';
|
|
14
|
+
caption1: '14px';
|
|
15
|
+
caption2: '12px';
|
|
16
|
+
form1: '16px';
|
|
17
|
+
form2: '14px';
|
|
18
|
+
blog1: '16px';
|
|
19
19
|
};
|
|
20
20
|
desktopLineHeight: {
|
|
21
|
-
displayHeading:
|
|
22
|
-
heading:
|
|
23
|
-
leadParagraph:
|
|
24
|
-
subtitle:
|
|
25
|
-
body1:
|
|
26
|
-
body2:
|
|
27
|
-
caption1:
|
|
28
|
-
caption2:
|
|
29
|
-
form1:
|
|
30
|
-
form2:
|
|
31
|
-
blog1:
|
|
32
|
-
singleLine:
|
|
21
|
+
displayHeading: '1.5';
|
|
22
|
+
heading: '1.5';
|
|
23
|
+
leadParagraph: '1.5';
|
|
24
|
+
subtitle: '1.5';
|
|
25
|
+
body1: '1.5';
|
|
26
|
+
body2: '1.5';
|
|
27
|
+
caption1: '1.5';
|
|
28
|
+
caption2: '1.5';
|
|
29
|
+
form1: '1.6';
|
|
30
|
+
form2: '1.6';
|
|
31
|
+
blog1: '1.6';
|
|
32
|
+
singleLine: '1';
|
|
33
33
|
};
|
|
34
34
|
mobileFontSize: {
|
|
35
|
-
displayHeading:
|
|
36
|
-
heading:
|
|
37
|
-
leadParagraph:
|
|
38
|
-
subtitle:
|
|
39
|
-
body1:
|
|
40
|
-
body2:
|
|
41
|
-
caption1:
|
|
42
|
-
caption2:
|
|
43
|
-
form1:
|
|
44
|
-
form2:
|
|
45
|
-
blog1:
|
|
35
|
+
displayHeading: '32px';
|
|
36
|
+
heading: '24px';
|
|
37
|
+
leadParagraph: '20px';
|
|
38
|
+
subtitle: '18px';
|
|
39
|
+
body1: '18px';
|
|
40
|
+
body2: '16px';
|
|
41
|
+
caption1: '14px';
|
|
42
|
+
caption2: '12px';
|
|
43
|
+
form1: '16px';
|
|
44
|
+
form2: '14px';
|
|
45
|
+
blog1: '16px';
|
|
46
46
|
};
|
|
47
47
|
mobileLineHeight: {
|
|
48
|
-
displayHeading:
|
|
49
|
-
heading:
|
|
50
|
-
leadParagraph:
|
|
51
|
-
subtitle:
|
|
52
|
-
body1:
|
|
53
|
-
body2:
|
|
54
|
-
caption1:
|
|
55
|
-
caption2:
|
|
56
|
-
form1:
|
|
57
|
-
form2:
|
|
58
|
-
blog1:
|
|
59
|
-
singleLine:
|
|
48
|
+
displayHeading: '1.5';
|
|
49
|
+
heading: '1.5';
|
|
50
|
+
leadParagraph: '1.5';
|
|
51
|
+
subtitle: '1.5';
|
|
52
|
+
body1: '1.5';
|
|
53
|
+
body2: '1.5';
|
|
54
|
+
caption1: '1.5';
|
|
55
|
+
caption2: '1.5';
|
|
56
|
+
form1: '1.6';
|
|
57
|
+
form2: '1.6';
|
|
58
|
+
blog1: '1.6';
|
|
59
|
+
singleLine: '1';
|
|
60
60
|
};
|
|
61
61
|
boxShadow: {
|
|
62
|
-
elevation0:
|
|
63
|
-
elevation1:
|
|
64
|
-
elevation2:
|
|
65
|
-
elevation3:
|
|
66
|
-
elevation4:
|
|
67
|
-
elevation5:
|
|
62
|
+
elevation0: '0 0 0 0 #0003';
|
|
63
|
+
elevation1: '0 2px 8px 0 #0003';
|
|
64
|
+
elevation2: '0 3px 12px 0 #0003';
|
|
65
|
+
elevation3: '0 4px 16px 0 #0003';
|
|
66
|
+
elevation4: '0 5px 20px 0 #0003';
|
|
67
|
+
elevation5: '0 6px 24px 0 #0003';
|
|
68
68
|
};
|
|
69
69
|
spacing: {
|
|
70
|
-
spacingA:
|
|
71
|
-
spacingB:
|
|
72
|
-
spacingC:
|
|
73
|
-
spacingD:
|
|
74
|
-
spacingE:
|
|
75
|
-
spacingF:
|
|
76
|
-
spacingG:
|
|
77
|
-
spacingH:
|
|
78
|
-
spacingI:
|
|
79
|
-
spacingJ:
|
|
80
|
-
spacingK:
|
|
81
|
-
spacingL:
|
|
82
|
-
spacingM:
|
|
83
|
-
spacingN:
|
|
70
|
+
spacingA: '4px';
|
|
71
|
+
spacingB: '8px';
|
|
72
|
+
spacingC: '12px';
|
|
73
|
+
spacingD: '16px';
|
|
74
|
+
spacingE: '24px';
|
|
75
|
+
spacingF: '32px';
|
|
76
|
+
spacingG: '48px';
|
|
77
|
+
spacingH: '64px';
|
|
78
|
+
spacingI: '88px';
|
|
79
|
+
spacingJ: '120px';
|
|
80
|
+
spacingK: '160px';
|
|
81
|
+
spacingL: '240px';
|
|
82
|
+
spacingM: '288px';
|
|
83
|
+
spacingN: '320px';
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
86
|
export declare type DesktopFontSize = keyof typeof desktopFontSize;
|
|
@@ -189,7 +189,7 @@ function AdminList(_a) {
|
|
|
189
189
|
react_1.default.createElement(HeaderRow_1.default, { selectionMode: selectionMode, column2HeaderText: column2HeaderText, column3HeaderText: column3HeaderText, column3HeaderWidth: column3Width, column4HeaderText: column4HeaderText, column4HeaderWidth: column4Width, column5HeaderText: column5HeaderText, column5HeaderWidth: column5Width, column6HeaderText: column6HeaderText, column6HeaderWidth: column6Width, column7HeaderText: column7HeaderText, column7HeaderWidth: column7Width, column8HeaderText: column8HeaderText, column8HeaderWidth: column8Width, column9HeaderText: column9HeaderText, column9HeaderWidth: column9Width, column10HeaderText: column10HeaderText, column10HeaderWidth: column10Width, quickActionBtnType: quickActionBtnType, quickActionButtonCount: getActionButtonCount(), onClickSelectAllCheckbox: handleSelectAllCheckbox })))),
|
|
190
190
|
react_1.default.createElement(S_ScrollBox, { scrollMode: scrollMode, scrollVisibleType: scrollVisibleType }, react_1.default.Children.count(children) ? (react_1.default.createElement(react_hook_form_1.FormProvider, __assign({}, checkboxMethods),
|
|
191
191
|
react_1.default.createElement("form", null, childrenWithWidthProps))) : (react_1.default.createElement(S_EmptyTextWrapper, null,
|
|
192
|
-
react_1.default.createElement(TextLabel_1.TextLabel, { text: emptyText, colorTheme: "sysTextTertiary", textAlign: "center" }))))));
|
|
192
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: emptyText, colorTheme: "sysTextTertiary", textAlign: "center", styleTheme: "body2Regular" }))))));
|
|
193
193
|
}
|
|
194
194
|
var scrollInvisible = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n &::-webkit-scrollbar {\n all: unset;\n display: block;\n }\n"], ["\n &::-webkit-scrollbar {\n all: unset;\n display: block;\n }\n"])));
|
|
195
195
|
var scrollVisible = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n &::-webkit-scrollbar {\n display: none;\n }\n"], ["\n &::-webkit-scrollbar {\n display: none;\n }\n"])));
|
|
@@ -28,10 +28,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
28
28
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
29
|
/* eslint-disable react/jsx-no-bind */
|
|
30
30
|
var react_1 = __importDefault(require("react"));
|
|
31
|
+
var react_hook_form_1 = require("react-hook-form");
|
|
31
32
|
var styled_components_1 = __importStar(require("styled-components"));
|
|
32
33
|
var components_1 = require("../../common/components");
|
|
33
34
|
function BlogTextField(_a) {
|
|
34
35
|
var hintText = _a.hintText, defaultText = _a.defaultText, _b = _a.size, size = _b === void 0 ? 'rlarge' : _b, _c = _a.textLineType, textLineType = _c === void 0 ? 'auto' : _c, _d = _a.multiRows, multiRows = _d === void 0 ? 8 : _d, _e = _a.autoMinRows, autoMinRows = _e === void 0 ? 8 : _e, autoMaxRows = _a.autoMaxRows, _f = _a.state, state = _f === void 0 ? 'normal' : _f, _g = _a.spacingMode, spacingMode = _g === void 0 ? 'use' : _g, maxLength = _a.maxLength, name = _a.name, validation = _a.validation, onBlur = _a.onBlur, onChange = _a.onChange, onFocus = _a.onFocus, onTarget = _a.onTarget;
|
|
36
|
+
var register = (0, react_hook_form_1.useFormContext)().register;
|
|
37
|
+
var validateOnChange = register(name, validation).onChange;
|
|
35
38
|
function handleFocus(e) {
|
|
36
39
|
if (onFocus) {
|
|
37
40
|
onFocus(e);
|
|
@@ -48,16 +51,17 @@ function BlogTextField(_a) {
|
|
|
48
51
|
}
|
|
49
52
|
}
|
|
50
53
|
function handleChange(e) {
|
|
54
|
+
validateOnChange(e);
|
|
51
55
|
if (onChange) {
|
|
52
56
|
onChange(e);
|
|
53
57
|
}
|
|
54
58
|
}
|
|
55
59
|
var S_BlogTextField = function () {
|
|
56
60
|
if (textLineType === 'multi') {
|
|
57
|
-
return (react_1.default.createElement(components_1.TextFieldBase, { name: name, hintText: hintText, defaultText: defaultText, validation: validation, textLineType: "multi", multiRows: multiRows, state: state, maxLength: maxLength, textSize: "form1", textWeight: "normal", onFocus: handleFocus, onTarget: handleTarget, onChange: handleChange, onBlur: handleBlur }));
|
|
61
|
+
return (react_1.default.createElement(components_1.TextFieldBase, { name: name, hintText: hintText, defaultText: defaultText, validation: validation, textLineType: "multi", multiRows: multiRows, state: state, maxLength: maxLength, textSize: "form1", textWeight: "normal", onFocus: handleFocus, onTarget: handleTarget, onChange: handleChange, onBlur: handleBlur, validationPoint: "onChange" }));
|
|
58
62
|
}
|
|
59
63
|
if (textLineType === 'auto') {
|
|
60
|
-
return (react_1.default.createElement(components_1.TextFieldBase, { name: name, hintText: hintText, defaultText: defaultText, validation: validation, textLineType: "auto", autoMinRows: autoMinRows, autoMaxRows: autoMaxRows, state: state, maxLength: maxLength, textSize: "form1", textWeight: "normal", onFocus: handleFocus, onTarget: handleTarget, onChange: handleChange, onBlur: handleBlur }));
|
|
64
|
+
return (react_1.default.createElement(components_1.TextFieldBase, { name: name, hintText: hintText, defaultText: defaultText, validation: validation, textLineType: "auto", autoMinRows: autoMinRows, autoMaxRows: autoMaxRows, state: state, maxLength: maxLength, textSize: "form1", textWeight: "normal", onFocus: handleFocus, onTarget: handleTarget, onChange: handleChange, onBlur: handleBlur, validationPoint: "onChange" }));
|
|
61
65
|
}
|
|
62
66
|
};
|
|
63
67
|
return (react_1.default.createElement(react_1.default.Fragment, null,
|
|
@@ -42,8 +42,18 @@ function ContextMenuItem(_a) {
|
|
|
42
42
|
onClick(value);
|
|
43
43
|
}
|
|
44
44
|
};
|
|
45
|
+
var textColorTheme;
|
|
46
|
+
if (isSelected) {
|
|
47
|
+
textColorTheme = 'sysTextPrimary';
|
|
48
|
+
}
|
|
49
|
+
if (!isSelected && state === 'normal') {
|
|
50
|
+
textColorTheme = 'sysTextSecondary';
|
|
51
|
+
}
|
|
52
|
+
if (state === 'disabled') {
|
|
53
|
+
textColorTheme = 'sysTextTertiary';
|
|
54
|
+
}
|
|
45
55
|
return (react_1.default.createElement(S_ContextMenuItem, { size: size, onClick: handleClick, selected: isSelected, disabled: state === 'disabled' },
|
|
46
|
-
react_1.default.createElement(TextLabel_1.TextLabel, { text: (option === null || option === void 0 ? void 0 : option.text) || text, styleTheme: "form2Regular", singleLineMode: "use", colorTheme:
|
|
56
|
+
react_1.default.createElement(TextLabel_1.TextLabel, { text: (option === null || option === void 0 ? void 0 : option.text) || text, styleTheme: "form2Regular", singleLineMode: "use", colorTheme: textColorTheme })));
|
|
47
57
|
}
|
|
48
58
|
var large = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: 48px;\n padding: 0 ", ";\n"], ["\n height: 48px;\n padding: 0 ", ";\n"])), function (_a) {
|
|
49
59
|
var theme = _a.theme;
|
|
@@ -5,15 +5,16 @@ declare type DropDownValues = PDSValueOption & {
|
|
|
5
5
|
state?: 'normal' | 'disabled';
|
|
6
6
|
};
|
|
7
7
|
declare type Props = {
|
|
8
|
-
|
|
9
|
-
hintText?: TFunctionResult;
|
|
8
|
+
colorTheme?: 'none' | 'dark';
|
|
10
9
|
defaultValue?: PDSValueOption;
|
|
11
|
-
|
|
10
|
+
hintText?: TFunctionResult;
|
|
11
|
+
maxHeightItemNumber?: number;
|
|
12
|
+
responsiveMode?: 'none' | 'use';
|
|
12
13
|
selectionMode?: 'single' | 'multi';
|
|
14
|
+
size?: 'large' | 'small';
|
|
13
15
|
state?: 'normal' | 'read_only' | 'disabled';
|
|
14
|
-
|
|
15
|
-
maxHeightItemNumber?: number;
|
|
16
|
+
valueArray: DropDownValues[];
|
|
16
17
|
onChange?: (option: PDSValueOption) => void;
|
|
17
18
|
};
|
|
18
|
-
declare function Dropdown({
|
|
19
|
+
declare function Dropdown({ colorTheme, defaultValue, hintText, maxHeightItemNumber, responsiveMode, selectionMode, size, state, valueArray, onChange }: Props): JSX.Element;
|
|
19
20
|
export default Dropdown;
|
|
@@ -31,9 +31,9 @@ var ContextMenuItem_1 = require("../ContextMenuItem");
|
|
|
31
31
|
var TextLabel_1 = require("../TextLabel");
|
|
32
32
|
// TODO: selectionMode의 multi 기능 구현 추가 필요
|
|
33
33
|
function Dropdown(_a) {
|
|
34
|
-
var _b = _a.
|
|
35
|
-
var
|
|
36
|
-
var
|
|
34
|
+
var _b = _a.colorTheme, colorTheme = _b === void 0 ? 'none' : _b, defaultValue = _a.defaultValue, hintText = _a.hintText, _c = _a.maxHeightItemNumber, maxHeightItemNumber = _c === void 0 ? 5 : _c, _d = _a.responsiveMode, responsiveMode = _d === void 0 ? 'none' : _d, _e = _a.selectionMode, selectionMode = _e === void 0 ? 'single' : _e, _f = _a.size, size = _f === void 0 ? 'large' : _f, _g = _a.state, state = _g === void 0 ? 'normal' : _g, valueArray = _a.valueArray, onChange = _a.onChange;
|
|
35
|
+
var _h = (0, react_1.useState)(false), isFocused = _h[0], setIsFocused = _h[1];
|
|
36
|
+
var _j = (0, react_1.useState)(defaultValue), selectedOption = _j[0], setSelectedOption = _j[1];
|
|
37
37
|
(0, react_1.useEffect)(function () {
|
|
38
38
|
if (defaultValue) {
|
|
39
39
|
setSelectedOption(defaultValue);
|
|
@@ -106,8 +106,8 @@ function Dropdown(_a) {
|
|
|
106
106
|
var LARGE_HEIGHT = 48;
|
|
107
107
|
return LARGE_HEIGHT * maxHeightItemNumber;
|
|
108
108
|
}, [size, maxHeightItemNumber]);
|
|
109
|
-
return (react_1.default.createElement(S_Dropdown, { className: "container", size: size, tabIndex: 0, onBlur: handleBlur },
|
|
110
|
-
react_1.default.createElement(S_Select, { size: size, onClick: handleClick, isFocused: isFocused, state: state, colorTheme: colorTheme },
|
|
109
|
+
return (react_1.default.createElement(S_Dropdown, { className: "container", size: size, tabIndex: 0, onBlur: handleBlur, responsiveMode: responsiveMode },
|
|
110
|
+
react_1.default.createElement(S_Select, { size: size, onClick: handleClick, isFocused: isFocused, state: state, colorTheme: colorTheme, responsiveMode: responsiveMode },
|
|
111
111
|
react_1.default.createElement(S_TextLabel, null,
|
|
112
112
|
react_1.default.createElement(TextLabel_1.TextLabel, { text: (selectedOption === null || selectedOption === void 0 ? void 0 : selectedOption.text) || hintText, styleTheme: "form2Regular", singleLineMode: "use", colorTheme: getTextColorTheme(), colorOverride: getDarkTextColor() })),
|
|
113
113
|
react_1.default.createElement(hybrid_1.Icon, { size: 16, fillType: "line", iconName: isFocused ? 'ic_arrow_up' : 'ic_arrow_down', colorKey: getIconColorKey() }),
|
|
@@ -122,9 +122,15 @@ var S_TextLabel = styled_components_1.default.div(templateObject_1 || (templateO
|
|
|
122
122
|
var theme = _a.theme;
|
|
123
123
|
return theme.spacing.spacingB;
|
|
124
124
|
});
|
|
125
|
-
var large = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 48px;\n width:
|
|
126
|
-
var
|
|
127
|
-
|
|
125
|
+
var large = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 48px;\n width: ", ";\n"], ["\n height: 48px;\n width: ", ";\n"])), function (_a) {
|
|
126
|
+
var responsiveMode = _a.responsiveMode;
|
|
127
|
+
return (responsiveMode === 'use' ? '100%' : '432px');
|
|
128
|
+
});
|
|
129
|
+
var small = (0, styled_components_1.css)(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n height: 32px;\n width: ", ";\n"], ["\n height: 32px;\n width: ", ";\n"])), function (_a) {
|
|
130
|
+
var responsiveMode = _a.responsiveMode;
|
|
131
|
+
return (responsiveMode === 'use' ? '100%' : '188px');
|
|
132
|
+
});
|
|
133
|
+
var S_Dropdown = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n display: inline-block;\n position: relative;\n\n ", ";\n"], ["\n display: inline-block;\n position: relative;\n\n ", ";\n"])), function (_a) {
|
|
128
134
|
var size = _a.size;
|
|
129
135
|
return size &&
|
|
130
136
|
{
|
|
@@ -132,7 +138,7 @@ var S_Dropdown = styled_components_1.default.div(templateObject_4 || (templateOb
|
|
|
132
138
|
small: small
|
|
133
139
|
}[size];
|
|
134
140
|
});
|
|
135
|
-
var S_Select = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: center;\n box-sizing: border-box;\n background-color: ", ";\n border: 1px solid\n ", ";\n border-radius: 8px;\n color: ", ";\n cursor: pointer;\n display: flex;\n justify-content: space-between;\n\n ", "
|
|
141
|
+
var S_Select = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n align-items: center;\n box-sizing: border-box;\n background-color: ", ";\n border: 1px solid\n ", ";\n border-radius: 8px;\n color: ", ";\n cursor: pointer;\n display: flex;\n justify-content: space-between;\n\n ", ";\n"], ["\n align-items: center;\n box-sizing: border-box;\n background-color: ", ";\n border: 1px solid\n ", ";\n border-radius: 8px;\n color: ", ";\n cursor: pointer;\n display: flex;\n justify-content: space-between;\n\n ", ";\n"])), function (_a) {
|
|
136
142
|
var state = _a.state, colorTheme = _a.colorTheme, theme = _a.theme;
|
|
137
143
|
switch (state) {
|
|
138
144
|
case 'disabled':
|
|
@@ -270,7 +270,7 @@ var tooltipLeftTop = (0, styled_components_1.css)(templateObject_32 || (template
|
|
|
270
270
|
var tooltipLeftBottom = (0, styled_components_1.css)(templateObject_33 || (templateObject_33 = __makeTemplateObject(["\n right: 0;\n top: 20px;\n"], ["\n right: 0;\n top: 20px;\n"])));
|
|
271
271
|
var tooltipRightTop = (0, styled_components_1.css)(templateObject_34 || (templateObject_34 = __makeTemplateObject(["\n left: 0;\n bottom: 20px;\n"], ["\n left: 0;\n bottom: 20px;\n"])));
|
|
272
272
|
var tooltipRightBottom = (0, styled_components_1.css)(templateObject_35 || (templateObject_35 = __makeTemplateObject(["\n left: 0;\n top: 20px;\n"], ["\n left: 0;\n top: 20px;\n"])));
|
|
273
|
-
var S_TextLabel = styled_components_1.default.div(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n box-sizing: border-box;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: keep-all;\n overflow-wrap: break-word;\n
|
|
273
|
+
var S_TextLabel = styled_components_1.default.div(templateObject_36 || (templateObject_36 = __makeTemplateObject(["\n box-sizing: border-box;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: keep-all;\n overflow-wrap: break-word;\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"], ["\n box-sizing: border-box;\n text-align: ", ";\n white-space: pre-wrap;\n word-break: keep-all;\n overflow-wrap: break-word;\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n\n ", ";\n"])), function (_a) {
|
|
274
274
|
var textAlign = _a.textAlign;
|
|
275
275
|
return textAlign;
|
|
276
276
|
}, function (_a) {
|
|
@@ -352,7 +352,7 @@ var S_TooltipBox = styled_components_1.default.div(templateObject_37 || (templat
|
|
|
352
352
|
}
|
|
353
353
|
});
|
|
354
354
|
var S_IconWrapper = styled_components_1.default.div(templateObject_38 || (templateObject_38 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 16px;\n height: 16px;\n"], ["\n align-items: center;\n display: flex;\n height: 100%;\n justify-content: center;\n width: 16px;\n height: 16px;\n"])));
|
|
355
|
-
var S_TooltipWrapper = styled_components_1.default.div(templateObject_39 || (templateObject_39 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n box-shadow: ", ";\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n
|
|
355
|
+
var S_TooltipWrapper = styled_components_1.default.div(templateObject_39 || (templateObject_39 = __makeTemplateObject(["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n box-shadow: ", ";\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n max-width: 320px;\n overflow-wrap: break-word;\n padding: ", ";\n position: absolute;\n text-align: left;\n white-space: pre-wrap;\n width: max-content;\n word-break: keep-all;\n\n ", ";\n\n ", ";\n"], ["\n background-color: ", ";\n border: 1px solid ", ";\n border-radius: 8px;\n box-shadow: ", ";\n box-sizing: border-box;\n color: ", ";\n font-size: ", ";\n font-weight: ", ";\n line-height: ", ";\n max-width: 320px;\n overflow-wrap: break-word;\n padding: ", ";\n position: absolute;\n text-align: left;\n white-space: pre-wrap;\n width: max-content;\n word-break: keep-all;\n\n ", ";\n\n ", ";\n"])), function (_a) {
|
|
356
356
|
var theme = _a.theme;
|
|
357
357
|
return theme.ui_cpnt_contextmenu_base;
|
|
358
358
|
}, function (_a) {
|