pds-dev-kit-web 2.2.136 → 2.2.137
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 +1 -1
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -1
- package/dist/src/common/styles/colorSet/UIColor.json +1 -1
- package/dist/src/common/styles/colorSet/index.d.ts +4 -4
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/package.json +1 -1
- package/release-note.md +1 -1
|
@@ -366,6 +366,6 @@
|
|
|
366
366
|
"sys_cpnt_editor_buttongroup_undefined": "darkgrey400",
|
|
367
367
|
"sys_text_grey_02_hinttext": "darkgrey450",
|
|
368
368
|
"sys_component_base_48": "darkgrey70",
|
|
369
|
-
"
|
|
369
|
+
"usr_brand_primary_opacity10": "darkblue500/opacity10",
|
|
370
370
|
"sys_component_base_49": "darkgrey70"
|
|
371
371
|
}
|
|
@@ -366,6 +366,6 @@
|
|
|
366
366
|
"sys_cpnt_editor_buttongroup_undefined": "grey400",
|
|
367
367
|
"sys_text_grey_02_hinttext": "grey450",
|
|
368
368
|
"sys_component_base_48": "grey70",
|
|
369
|
-
"
|
|
369
|
+
"usr_brand_primary_opacity10": "blue500/opacity10",
|
|
370
370
|
"sys_component_base_49": "white"
|
|
371
371
|
}
|
|
@@ -880,7 +880,7 @@
|
|
|
880
880
|
"ui_cpnt_form_text_hint": "sys_text_grey_02_hinttext",
|
|
881
881
|
"ui_129": "sys_cpnt_sheet_base_13",
|
|
882
882
|
"ui_130": "sys_component_on_base_02",
|
|
883
|
-
"ui_cpnt_button_fill_base_on_sheet": "
|
|
883
|
+
"ui_cpnt_button_fill_base_on_sheet": "sys_component_base_49",
|
|
884
884
|
"ui_cpnt_sheet_base_28": "sys_component_base_04",
|
|
885
885
|
"ui_131": "usr_brand_primary_opacity10"
|
|
886
886
|
}
|
|
@@ -123,7 +123,7 @@ declare const colorSet: {
|
|
|
123
123
|
grey450: string;
|
|
124
124
|
darkgrey450: string;
|
|
125
125
|
};
|
|
126
|
-
readonly
|
|
126
|
+
readonly PaletteColor_Dark: {
|
|
127
127
|
sys_container_background_01: string;
|
|
128
128
|
sys_container_background_02: string;
|
|
129
129
|
sys_container_background_03: string;
|
|
@@ -491,10 +491,10 @@ declare const colorSet: {
|
|
|
491
491
|
sys_cpnt_editor_buttongroup_undefined: string;
|
|
492
492
|
sys_text_grey_02_hinttext: string;
|
|
493
493
|
sys_component_base_48: string;
|
|
494
|
-
|
|
494
|
+
usr_brand_primary_opacity10: string;
|
|
495
495
|
sys_component_base_49: string;
|
|
496
496
|
};
|
|
497
|
-
readonly
|
|
497
|
+
readonly PaletteColor_light: {
|
|
498
498
|
sys_container_background_01: string;
|
|
499
499
|
sys_container_background_02: string;
|
|
500
500
|
sys_container_background_03: string;
|
|
@@ -862,7 +862,7 @@ declare const colorSet: {
|
|
|
862
862
|
sys_cpnt_editor_buttongroup_undefined: string;
|
|
863
863
|
sys_text_grey_02_hinttext: string;
|
|
864
864
|
sys_component_base_48: string;
|
|
865
|
-
|
|
865
|
+
usr_brand_primary_opacity10: string;
|
|
866
866
|
sys_component_base_49: string;
|
|
867
867
|
};
|
|
868
868
|
readonly UIColor: {
|
|
@@ -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;
|
package/package.json
CHANGED
package/release-note.md
CHANGED