pds-dev-kit-web 2.2.139 → 2.2.141
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/dist/src/desktop/components/MainButton/MainButton.js +1 -1
- package/dist/src/desktop/components/UploadMainButton/UploadMainButton.js +1 -1
- package/package.json +1 -1
- package/release-note.md +2 -2
|
@@ -367,5 +367,6 @@
|
|
|
367
367
|
"sys_text_grey_02_hinttext": "darkgrey450",
|
|
368
368
|
"sys_component_base_48": "darkgrey70",
|
|
369
369
|
"usr_brand_primary_opacity10": "darkblue500/opacity10",
|
|
370
|
-
"sys_component_base_49": "darkgrey70"
|
|
370
|
+
"sys_component_base_49": "darkgrey70",
|
|
371
|
+
"sys_widget_grey_06": "grey900"
|
|
371
372
|
}
|
|
@@ -367,5 +367,6 @@
|
|
|
367
367
|
"sys_text_grey_02_hinttext": "grey450",
|
|
368
368
|
"sys_component_base_48": "grey70",
|
|
369
369
|
"usr_brand_primary_opacity10": "blue500/opacity10",
|
|
370
|
-
"sys_component_base_49": "white"
|
|
370
|
+
"sys_component_base_49": "white",
|
|
371
|
+
"sys_widget_grey_06": "darkgrey900"
|
|
371
372
|
}
|
|
@@ -882,5 +882,10 @@
|
|
|
882
882
|
"ui_130": "sys_component_on_base_02",
|
|
883
883
|
"ui_cpnt_button_fill_base_on_sheet": "sys_component_base_49",
|
|
884
884
|
"ui_cpnt_sheet_base_28": "sys_component_base_04",
|
|
885
|
-
"ui_131": "usr_brand_primary_opacity10"
|
|
885
|
+
"ui_131": "usr_brand_primary_opacity10",
|
|
886
|
+
"ui_132": "sys_component_base_06",
|
|
887
|
+
"ui_133": "sys_widget_grey_06",
|
|
888
|
+
"ui_134": "sys_widget_grey_01",
|
|
889
|
+
"ui_135": "sys_widget_grey_01",
|
|
890
|
+
"ui_136": "sys_component_base_18"
|
|
886
891
|
}
|
|
@@ -123,7 +123,7 @@ declare const colorSet: {
|
|
|
123
123
|
grey450: string;
|
|
124
124
|
darkgrey450: string;
|
|
125
125
|
};
|
|
126
|
-
readonly
|
|
126
|
+
readonly PaletteColor_light: {
|
|
127
127
|
sys_container_background_01: string;
|
|
128
128
|
sys_container_background_02: string;
|
|
129
129
|
sys_container_background_03: string;
|
|
@@ -493,8 +493,9 @@ declare const colorSet: {
|
|
|
493
493
|
sys_component_base_48: string;
|
|
494
494
|
usr_brand_primary_opacity10: string;
|
|
495
495
|
sys_component_base_49: string;
|
|
496
|
+
sys_widget_grey_06: string;
|
|
496
497
|
};
|
|
497
|
-
readonly
|
|
498
|
+
readonly PaletteColor_Dark: {
|
|
498
499
|
sys_container_background_01: string;
|
|
499
500
|
sys_container_background_02: string;
|
|
500
501
|
sys_container_background_03: string;
|
|
@@ -864,6 +865,7 @@ declare const colorSet: {
|
|
|
864
865
|
sys_component_base_48: string;
|
|
865
866
|
usr_brand_primary_opacity10: string;
|
|
866
867
|
sys_component_base_49: string;
|
|
868
|
+
sys_widget_grey_06: string;
|
|
867
869
|
};
|
|
868
870
|
readonly UIColor: {
|
|
869
871
|
ui_cpnt_button_fill_base_primary: string;
|
|
@@ -1750,6 +1752,11 @@ declare const colorSet: {
|
|
|
1750
1752
|
ui_cpnt_button_fill_base_on_sheet: string;
|
|
1751
1753
|
ui_cpnt_sheet_base_28: string;
|
|
1752
1754
|
ui_131: string;
|
|
1755
|
+
ui_132: string;
|
|
1756
|
+
ui_133: string;
|
|
1757
|
+
ui_134: string;
|
|
1758
|
+
ui_135: string;
|
|
1759
|
+
ui_136: string;
|
|
1753
1760
|
};
|
|
1754
1761
|
};
|
|
1755
1762
|
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 PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
|
+
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
13
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -385,7 +385,7 @@ var secondary = (0, styled_components_1.css)(templateObject_21 || (templateObjec
|
|
|
385
385
|
return theme.ui_cpnt_button_line_base_hover;
|
|
386
386
|
}, transitionStyle_1.ButtonTransition, function (_a) {
|
|
387
387
|
var theme = _a.theme;
|
|
388
|
-
return theme.
|
|
388
|
+
return theme.ui_cpnt_button_fill_on_base_hover;
|
|
389
389
|
}, function (_a) {
|
|
390
390
|
var theme = _a.theme;
|
|
391
391
|
return theme.ui_cpnt_button_secondary_on_base_pressed;
|
|
@@ -355,7 +355,7 @@ var secondary = (0, styled_components_1.css)(templateObject_21 || (templateObjec
|
|
|
355
355
|
return theme.ui_cpnt_button_line_base_hover;
|
|
356
356
|
}, transitionStyle_1.ButtonTransition, function (_a) {
|
|
357
357
|
var theme = _a.theme, isSubmitting = _a.isSubmitting;
|
|
358
|
-
return !isSubmitting && theme.
|
|
358
|
+
return !isSubmitting && theme.ui_cpnt_button_fill_on_base_hover;
|
|
359
359
|
}, function (_a) {
|
|
360
360
|
var theme = _a.theme, isSubmitting = _a.isSubmitting;
|
|
361
361
|
return !isSubmitting && theme.ui_cpnt_button_secondary_on_base_pressed;
|
package/package.json
CHANGED
package/release-note.md
CHANGED