pds-dev-kit-web 2.1.3 → 2.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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/UIColor.json +6 -1
- package/dist/src/common/styles/colorSet/index.d.ts +9 -2
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +5 -0
- package/package.json +1 -1
- package/release-note.md +3 -5
|
@@ -311,5 +311,6 @@
|
|
|
311
311
|
"sys_component_base_43": "darkblue30",
|
|
312
312
|
"sys_icon_grey_darktheme_01": "darkgrey900",
|
|
313
313
|
"sys_icon_grey_darktheme_02": "darkgrey500",
|
|
314
|
-
"sys_icon_grey_darktheme_03": "darkgrey400"
|
|
314
|
+
"sys_icon_grey_darktheme_03": "darkgrey400",
|
|
315
|
+
"sys_widget_grey_01_opacity_50": "darkgrey900/opacity50"
|
|
315
316
|
}
|
|
@@ -311,5 +311,6 @@
|
|
|
311
311
|
"sys_component_base_43": "blue30",
|
|
312
312
|
"sys_icon_grey_darktheme_01": "darkgrey900",
|
|
313
313
|
"sys_icon_grey_darktheme_02": "darkgrey500",
|
|
314
|
-
"sys_icon_grey_darktheme_03": "darkgrey400"
|
|
314
|
+
"sys_icon_grey_darktheme_03": "darkgrey400",
|
|
315
|
+
"sys_widget_grey_01_opacity_50": "grey900/opacity50"
|
|
315
316
|
}
|
|
@@ -794,5 +794,10 @@
|
|
|
794
794
|
"ui_cpnt_dropdown_display_icon_darktheme_enabled": "sys_icon_grey_darktheme_01",
|
|
795
795
|
"ui_cpnt_dropdown_display_icon_darktheme_disabled": "sys_icon_grey_darktheme_03",
|
|
796
796
|
"ui_cpnt_dropdown_display_icon_white_enabled": "sys_widget_white",
|
|
797
|
-
"ui_cpnt_dropdown_display_icon_white_disabled": "sys_widget_grey_03"
|
|
797
|
+
"ui_cpnt_dropdown_display_icon_white_disabled": "sys_widget_grey_03",
|
|
798
|
+
"ui_98": "sys_widget_grey_03",
|
|
799
|
+
"ui_99": "sys_component_base_white_opacity50",
|
|
800
|
+
"ui_100": "sys_widget_grey_01_opacity_50",
|
|
801
|
+
"ui_101": "sys_component_base_25",
|
|
802
|
+
"ui_102": "sys_component_base_black_opacity50"
|
|
798
803
|
}
|
|
@@ -117,7 +117,7 @@ declare const colorSet: {
|
|
|
117
117
|
grey20: string;
|
|
118
118
|
darkgrey20: string;
|
|
119
119
|
};
|
|
120
|
-
readonly
|
|
120
|
+
readonly PaletteColor_Dark: {
|
|
121
121
|
sys_container_background_01: string;
|
|
122
122
|
sys_container_background_02: string;
|
|
123
123
|
sys_container_background_03: string;
|
|
@@ -431,8 +431,9 @@ declare const colorSet: {
|
|
|
431
431
|
sys_icon_grey_darktheme_01: string;
|
|
432
432
|
sys_icon_grey_darktheme_02: string;
|
|
433
433
|
sys_icon_grey_darktheme_03: string;
|
|
434
|
+
sys_widget_grey_01_opacity_50: string;
|
|
434
435
|
};
|
|
435
|
-
readonly
|
|
436
|
+
readonly PaletteColor_light: {
|
|
436
437
|
sys_container_background_01: string;
|
|
437
438
|
sys_container_background_02: string;
|
|
438
439
|
sys_container_background_03: string;
|
|
@@ -746,6 +747,7 @@ declare const colorSet: {
|
|
|
746
747
|
sys_icon_grey_darktheme_01: string;
|
|
747
748
|
sys_icon_grey_darktheme_02: string;
|
|
748
749
|
sys_icon_grey_darktheme_03: string;
|
|
750
|
+
sys_widget_grey_01_opacity_50: string;
|
|
749
751
|
};
|
|
750
752
|
readonly UIColor: {
|
|
751
753
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1544,6 +1546,11 @@ declare const colorSet: {
|
|
|
1544
1546
|
ui_cpnt_dropdown_display_icon_darktheme_disabled: string;
|
|
1545
1547
|
ui_cpnt_dropdown_display_icon_white_enabled: string;
|
|
1546
1548
|
ui_cpnt_dropdown_display_icon_white_disabled: string;
|
|
1549
|
+
ui_98: string;
|
|
1550
|
+
ui_99: string;
|
|
1551
|
+
ui_100: string;
|
|
1552
|
+
ui_101: string;
|
|
1553
|
+
ui_102: string;
|
|
1547
1554
|
};
|
|
1548
1555
|
};
|
|
1549
1556
|
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_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
8
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
13
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
|
+
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -795,4 +795,9 @@ export interface UITheme {
|
|
|
795
795
|
ui_cpnt_dropdown_display_icon_darktheme_disabled: string;
|
|
796
796
|
ui_cpnt_dropdown_display_icon_white_enabled: string;
|
|
797
797
|
ui_cpnt_dropdown_display_icon_white_disabled: string;
|
|
798
|
+
ui_98: string;
|
|
799
|
+
ui_99: string;
|
|
800
|
+
ui_100: string;
|
|
801
|
+
ui_101: string;
|
|
802
|
+
ui_102: string;
|
|
798
803
|
}
|
package/package.json
CHANGED
package/release-note.md
CHANGED