pds-dev-kit-web 0.3.6 → 0.3.7

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.
@@ -40,7 +40,7 @@ declare const colorSet: {
40
40
  darklightgreen500: string;
41
41
  opacity10: string;
42
42
  };
43
- readonly PaletteColor_Dark: {
43
+ readonly PaletteColor_light: {
44
44
  sys_container_background_01: string;
45
45
  sys_container_background_02: string;
46
46
  sys_container_background_03: string;
@@ -125,7 +125,7 @@ declare const colorSet: {
125
125
  sys_temp_secondary_02: string;
126
126
  sys_temp_lightgreen_01: string;
127
127
  };
128
- readonly PaletteColor_light: {
128
+ readonly PaletteColor_Dark: {
129
129
  sys_container_background_01: string;
130
130
  sys_container_background_02: string;
131
131
  sys_container_background_03: string;
@@ -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;
@@ -19,7 +19,7 @@ function buildCascadedColors(lowLevel, highLevel, override) {
19
19
  // 서버로부터 해당 채널에서 커스텀으로 설정한 팔레트 가져오기
20
20
  // from server (원래는 비동기)
21
21
  var channelSettings = {
22
- tone: 'light',
22
+ tone: 'dark',
23
23
  customPalette: {
24
24
  usr_good_job: '#999999'
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",