pds-dev-kit-web 2.2.152 → 2.2.153
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 +3 -1
- package/dist/src/common/styles/colorSet/index.d.ts +898 -894
- package/dist/src/common/styles/colorSet/index.js +4 -4
- package/dist/src/common/styles/colorSet/ui-type.d.ts +3 -1
- package/package.json +1 -1
- package/release-note.md +2 -2
|
@@ -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 UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
9
|
-
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
10
8
|
var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
9
|
+
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
10
|
+
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
SemanticColor: SemanticColor_json_1.default,
|
|
13
|
-
|
|
13
|
+
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
14
14
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
15
|
-
|
|
15
|
+
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -308,7 +308,6 @@ export interface UITheme {
|
|
|
308
308
|
ui_cpnt_card_icon_background_03: string;
|
|
309
309
|
ui_cpnt_bannerslide_gradient_1: string;
|
|
310
310
|
ui_cpnt_bannerslide_gradient_2: string;
|
|
311
|
-
ui_cpnt_modal_gradient_1: string;
|
|
312
311
|
ui_cpnt_modal_gradient_2: string;
|
|
313
312
|
ui_cpnt_list_icon_04: string;
|
|
314
313
|
ui_cpnt_list_thumbnail_border: string;
|
|
@@ -889,4 +888,7 @@ export interface UITheme {
|
|
|
889
888
|
ui_135: string;
|
|
890
889
|
ui_136: string;
|
|
891
890
|
ui_137: string;
|
|
891
|
+
ui_cpnt_modal_gradient_1: string;
|
|
892
|
+
ui_138: string;
|
|
893
|
+
ui_139: string;
|
|
892
894
|
}
|
package/package.json
CHANGED
package/release-note.md
CHANGED