pds-dev-kit-web 1.9.8 → 1.9.10

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.
@@ -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 SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
8
7
  var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
9
- var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
10
8
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
9
+ var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
10
+ var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
11
11
  var colorSet = {
12
- SemanticColor: SemanticColor_json_1.default,
13
12
  PaletteColor_light: PaletteColor_light_json_1.default,
14
- PaletteColor_Dark: PaletteColor_Dark_json_1.default,
15
- UIColor: UIColor_json_1.default
13
+ UIColor: UIColor_json_1.default,
14
+ SemanticColor: SemanticColor_json_1.default,
15
+ PaletteColor_Dark: PaletteColor_Dark_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
@@ -716,4 +716,15 @@ export interface UITheme {
716
716
  ui_cpnt_textbutton_white_variation_base_pressed: string;
717
717
  ui_74: string;
718
718
  ui_cpnt_help_window: string;
719
+ ui_cpnt_tutorialmodal_sidetab_hover: string;
720
+ ui_cpnt_tutorialmodal_sidetab_pressed: string;
721
+ ui_cpnt_sheet_base_12: string;
722
+ ui_cpnt_sheet_base_13: string;
723
+ ui_cpnt_sheet_border_05: string;
724
+ ui_cpnt_sheet_border_06: string;
725
+ ui_75: string;
726
+ ui_cpnt_sheet_border_07: string;
727
+ ui_cpnt_sheet_base_14: string;
728
+ ui_cpnt_sheet_base_15: string;
729
+ ui_cpnt_tutorialmodal_sidetab_default: string;
719
730
  }