pds-dev-kit-web 0.3.34 → 0.3.35
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/UIColor.json +1 -1
- package/dist/src/common/styles/colorSet/index.d.ts +55 -55
- package/dist/src/common/styles/colorSet/index.js +2 -2
- package/dist/src/common/styles/colorSet/ui-type.d.ts +1 -1
- package/dist/src/common/styles/ui-colors.js +1 -1
- package/package.json +1 -1
|
@@ -385,7 +385,7 @@
|
|
|
385
385
|
"ui_cpnt_statusblock_cancel": "sys_component_base_grey",
|
|
386
386
|
"ui_cpnt_statusblock_end": "sys_component_base_grey",
|
|
387
387
|
"ui_cpnt_statusblock_error": "sys_component_base_orange",
|
|
388
|
-
"
|
|
388
|
+
"ui_cpnt_list_base_area_solid": "sys_component_base_02",
|
|
389
389
|
"ui_cpnt_list_base_area_translucent": "sys_component_base_black_opacity80",
|
|
390
390
|
"ui_cpnt_list_base_area_transparent": "sys_component_base_black_opacity00",
|
|
391
391
|
"ui_cpnt_list_text_caption_02": "sys_text_darkgrey_02"
|
|
@@ -103,60 +103,6 @@ declare const colorSet: {
|
|
|
103
103
|
sys_component_base_black_opacity80: string;
|
|
104
104
|
sys_text_darkgrey_02: string;
|
|
105
105
|
};
|
|
106
|
-
readonly SemanticColor: {
|
|
107
|
-
blue500: string;
|
|
108
|
-
blue700: string;
|
|
109
|
-
blue300: string;
|
|
110
|
-
green700: string;
|
|
111
|
-
green500: string;
|
|
112
|
-
green300: string;
|
|
113
|
-
red500: string;
|
|
114
|
-
grey900: string;
|
|
115
|
-
grey500: string;
|
|
116
|
-
grey400: string;
|
|
117
|
-
grey100: string;
|
|
118
|
-
grey50: string;
|
|
119
|
-
white: string;
|
|
120
|
-
black: string;
|
|
121
|
-
darkblue500: string;
|
|
122
|
-
grey950: string;
|
|
123
|
-
darkgrey900: string;
|
|
124
|
-
darkgrey500: string;
|
|
125
|
-
darkgrey400: string;
|
|
126
|
-
darkgrey100: string;
|
|
127
|
-
darkgrey50: string;
|
|
128
|
-
darkred500: string;
|
|
129
|
-
darkgreen700: string;
|
|
130
|
-
orange500: string;
|
|
131
|
-
darkorange500: string;
|
|
132
|
-
opacity00: string;
|
|
133
|
-
opacity20: string;
|
|
134
|
-
opacity30: string;
|
|
135
|
-
opacity65: string;
|
|
136
|
-
darkgreen500: string;
|
|
137
|
-
grey70: string;
|
|
138
|
-
navy500: string;
|
|
139
|
-
lightgreen500: string;
|
|
140
|
-
pink500: string;
|
|
141
|
-
darkgrey70: string;
|
|
142
|
-
darknavy500: string;
|
|
143
|
-
darkpink500: string;
|
|
144
|
-
darklightgreen500: string;
|
|
145
|
-
opacity10: string;
|
|
146
|
-
grey600: string;
|
|
147
|
-
darkgrey600: string;
|
|
148
|
-
skyblue500: string;
|
|
149
|
-
skyblue300: string;
|
|
150
|
-
pink300: string;
|
|
151
|
-
lightpink500: string;
|
|
152
|
-
darkblue300: string;
|
|
153
|
-
darkblue700: string;
|
|
154
|
-
darkgreen300: string;
|
|
155
|
-
darkskyblue500: string;
|
|
156
|
-
navy100: string;
|
|
157
|
-
darknavy100: string;
|
|
158
|
-
opacity80: string;
|
|
159
|
-
};
|
|
160
106
|
readonly PaletteColor_light: {
|
|
161
107
|
sys_container_background_01: string;
|
|
162
108
|
sys_container_background_02: string;
|
|
@@ -261,6 +207,60 @@ declare const colorSet: {
|
|
|
261
207
|
sys_component_base_black_opacity80: string;
|
|
262
208
|
sys_text_darkgrey_02: string;
|
|
263
209
|
};
|
|
210
|
+
readonly SemanticColor: {
|
|
211
|
+
blue500: string;
|
|
212
|
+
blue700: string;
|
|
213
|
+
blue300: string;
|
|
214
|
+
green700: string;
|
|
215
|
+
green500: string;
|
|
216
|
+
green300: string;
|
|
217
|
+
red500: string;
|
|
218
|
+
grey900: string;
|
|
219
|
+
grey500: string;
|
|
220
|
+
grey400: string;
|
|
221
|
+
grey100: string;
|
|
222
|
+
grey50: string;
|
|
223
|
+
white: string;
|
|
224
|
+
black: string;
|
|
225
|
+
darkblue500: string;
|
|
226
|
+
grey950: string;
|
|
227
|
+
darkgrey900: string;
|
|
228
|
+
darkgrey500: string;
|
|
229
|
+
darkgrey400: string;
|
|
230
|
+
darkgrey100: string;
|
|
231
|
+
darkgrey50: string;
|
|
232
|
+
darkred500: string;
|
|
233
|
+
darkgreen700: string;
|
|
234
|
+
orange500: string;
|
|
235
|
+
darkorange500: string;
|
|
236
|
+
opacity00: string;
|
|
237
|
+
opacity20: string;
|
|
238
|
+
opacity30: string;
|
|
239
|
+
opacity65: string;
|
|
240
|
+
darkgreen500: string;
|
|
241
|
+
grey70: string;
|
|
242
|
+
navy500: string;
|
|
243
|
+
lightgreen500: string;
|
|
244
|
+
pink500: string;
|
|
245
|
+
darkgrey70: string;
|
|
246
|
+
darknavy500: string;
|
|
247
|
+
darkpink500: string;
|
|
248
|
+
darklightgreen500: string;
|
|
249
|
+
opacity10: string;
|
|
250
|
+
grey600: string;
|
|
251
|
+
darkgrey600: string;
|
|
252
|
+
skyblue500: string;
|
|
253
|
+
skyblue300: string;
|
|
254
|
+
pink300: string;
|
|
255
|
+
lightpink500: string;
|
|
256
|
+
darkblue300: string;
|
|
257
|
+
darkblue700: string;
|
|
258
|
+
darkgreen300: string;
|
|
259
|
+
darkskyblue500: string;
|
|
260
|
+
navy100: string;
|
|
261
|
+
darknavy100: string;
|
|
262
|
+
opacity80: string;
|
|
263
|
+
};
|
|
264
264
|
readonly UIColor: {
|
|
265
265
|
ui_cpnt_button_fill_base_primary: string;
|
|
266
266
|
ui_cpnt_button_fill_base_default: string;
|
|
@@ -648,7 +648,7 @@ declare const colorSet: {
|
|
|
648
648
|
ui_cpnt_statusblock_cancel: string;
|
|
649
649
|
ui_cpnt_statusblock_end: string;
|
|
650
650
|
ui_cpnt_statusblock_error: string;
|
|
651
|
-
|
|
651
|
+
ui_cpnt_list_base_area_solid: string;
|
|
652
652
|
ui_cpnt_list_base_area_translucent: string;
|
|
653
653
|
ui_cpnt_list_base_area_transparent: string;
|
|
654
654
|
ui_cpnt_list_text_caption_02: 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 PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
|
|
8
|
-
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
9
8
|
var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
|
|
9
|
+
var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
|
|
10
10
|
var UIColor_json_1 = __importDefault(require("./UIColor.json"));
|
|
11
11
|
var colorSet = {
|
|
12
12
|
PaletteColor_Dark: PaletteColor_Dark_json_1.default,
|
|
13
|
-
SemanticColor: SemanticColor_json_1.default,
|
|
14
13
|
PaletteColor_light: PaletteColor_light_json_1.default,
|
|
14
|
+
SemanticColor: SemanticColor_json_1.default,
|
|
15
15
|
UIColor: UIColor_json_1.default
|
|
16
16
|
};
|
|
17
17
|
exports.default = colorSet;
|
|
@@ -385,7 +385,7 @@ export interface UITheme {
|
|
|
385
385
|
ui_cpnt_statusblock_cancel: string;
|
|
386
386
|
ui_cpnt_statusblock_end: string;
|
|
387
387
|
ui_cpnt_statusblock_error: string;
|
|
388
|
-
|
|
388
|
+
ui_cpnt_list_base_area_solid: string;
|
|
389
389
|
ui_cpnt_list_base_area_translucent: string;
|
|
390
390
|
ui_cpnt_list_base_area_transparent: string;
|
|
391
391
|
ui_cpnt_list_text_caption_02: string;
|