@txdfe/at-theme 1.1.7 → 2.0.0-compatiable.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txdfe/at-theme",
3
- "version": "1.1.7",
3
+ "version": "2.0.0-compatiable.1",
4
4
  "description": "at主题包",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -216,6 +216,80 @@
216
216
  --background-layout: #f7f7f7;
217
217
  --background-overlay: #f0f0f0;
218
218
  --background-switch-trigger: #ffffff;
219
+ --gray-00: #ffffff;
220
+ --lavender-soft: #9ea3ff;
221
+ --lavender-hard: #767ff7;
222
+ --coral-soft: #fd998f;
223
+ --coral-hard: #e56a5e;
224
+ --water-soft: #95ddff;
225
+ --water-hard: #59c5ff;
226
+ --neutral-soft: #d9d9d9;
227
+ --neutral-hard: #bfbfbf;
228
+ --neutral-deep: #8c8c8c;
229
+ --pale-brand: #f5fafe;
230
+ --pale-success: #f6fbf7;
231
+ --pale-warning: #fefaf6;
232
+ --pale-alert: #fefcf4;
233
+ --pale-danger: #fdf7f6;
234
+ --pale-purple: #f9f8fe;
235
+ --highlight-purple: #f3f3f9;
236
+ --bright-purple: #d8d9ec;
237
+ --border-purple: #b4b7db;
238
+ --primary-purple: #6a70b8;
239
+ --hover-purple: #4d539e;
240
+ --pale-turquoise: #f4fbfa;
241
+ --highlight-turquoise: #eaf7f6;
242
+ --bright-turquoise: #bce5e3;
243
+ --border-turquoise: #7fcdca;
244
+ --primary-turquoise: #009c95;
245
+ --hover-turquoise: #008086;
246
+ --black: #000000;
247
+ --white: #ffffff;
248
+ --white-01: #ffffff;
249
+ --white-02: rgba(255, 255, 255, 0.72);
250
+ --white-03: rgba(255, 255, 255, 0.36);
251
+ --white-04: rgba(255, 255, 255, 0.18);
252
+ --white-05: rgba(255, 255, 255, 0.08);
253
+ --black-01: #000000;
254
+ --black-02: #44474b;
255
+ --data-orange: #fab34f;
256
+ --data-red: #ff656b;
257
+ --data-green: #4ad051;
258
+ --data-purple: #9979f2;
259
+ --data-blue: #006cd9;
260
+ --data-cyan: #5ccdbb;
261
+ --data-violet: #5c60e6;
262
+ --ph-plum: #bc61cf;
263
+ --ph-red: #f26666;
264
+ --ph-orange: #f29a52;
265
+ --ph-amber: #f4c329;
266
+ --ph-olive: #cbd057;
267
+ --ph-sky: #29b3f0;
268
+ --ph-blue: #3885ea;
269
+ --gray-fill: #f7f7f7;
270
+ --line-hover: #f7f7f7;
271
+ --gray-filled: #f7f7f7;
272
+ --line-actived: #f7f7f7;
273
+ --line-select: #f7f7f7;
274
+ --line-selected: #f7f7f7;
275
+ --gray-click: #f7f7f7;
276
+ --line-click: #f7f7f7;
277
+ --gray-basic: #ffffff;
278
+ --basic: #ffffff;
279
+ --basic-fg: #ffffff;
280
+ --line-color: #ffffff;
281
+ --gray-modal: #ffffff;
282
+ --modal-color: #ffffff;
283
+ --gray-popover: #ffffff;
284
+ --popover-color: #ffffff;
285
+ --background-base: #ffffff;
286
+ --cell-line-hover: #f7f7f7;
287
+ --cell-line-active: #f0f0f0;
288
+ --shadow-00: 0px 1px 4px 0px rgba(38, 38, 38, 0.4);
289
+ --shadow-01: 0px 1px 5px 0px rgba(38, 38, 38, 0.1);
290
+ --shadow-02: 0px 1px 5px 0px rgba(38, 38, 38, 0.1);
291
+ --shadow-03: 0px 10px 32px 0px rgba(38, 38, 38, 0.18);
292
+ --shadow-04: 0px 12px 42px 0px rgba(38, 38, 38, 0.24);
219
293
  --font-size-caption: 12px;
220
294
  --font-size-body: 14px;
221
295
  --font-size-subhead: 14px;
@@ -241,10 +315,6 @@
241
315
  --shape-radius: 4px;
242
316
  --shape-checkbox: 2px;
243
317
  --shape-circular: 50%;
244
- --shadow-01: 0 1px 3px 0 rgba(38, 38, 38, 0.1);
245
- --shadow-02: 0 4px 16px 0 rgba(38, 38, 38, 0.12);
246
- --shadow-03: 0 12px 32px 0 rgba(38, 38, 38, 0.16);
247
- --shadow-04: 0 18px 42px 0 rgba(38, 38, 38, 0.2);
248
318
  --AT_THEME: teambition;
249
319
  --AT_THEME_TYPE: light;
250
320
  }
@@ -218,6 +218,80 @@ module.exports = {
218
218
  "background-layout": "#f7f7f7",
219
219
  "background-overlay": "#f0f0f0",
220
220
  "background-switch-trigger": "#ffffff",
221
+ "gray-00": "#ffffff",
222
+ "lavender-soft": "#9ea3ff",
223
+ "lavender-hard": "#767ff7",
224
+ "coral-soft": "#fd998f",
225
+ "coral-hard": "#e56a5e",
226
+ "water-soft": "#95ddff",
227
+ "water-hard": "#59c5ff",
228
+ "neutral-soft": "#d9d9d9",
229
+ "neutral-hard": "#bfbfbf",
230
+ "neutral-deep": "#8c8c8c",
231
+ "pale-brand": "#f5fafe",
232
+ "pale-success": "#f6fbf7",
233
+ "pale-warning": "#fefaf6",
234
+ "pale-alert": "#fefcf4",
235
+ "pale-danger": "#fdf7f6",
236
+ "pale-purple": "#f9f8fe",
237
+ "highlight-purple": "#f3f3f9",
238
+ "bright-purple": "#d8d9ec",
239
+ "border-purple": "#b4b7db",
240
+ "primary-purple": "#6a70b8",
241
+ "hover-purple": "#4d539e",
242
+ "pale-turquoise": "#f4fbfa",
243
+ "highlight-turquoise": "#eaf7f6",
244
+ "bright-turquoise": "#bce5e3",
245
+ "border-turquoise": "#7fcdca",
246
+ "primary-turquoise": "#009c95",
247
+ "hover-turquoise": "#008086",
248
+ black: "#000000",
249
+ white: "#ffffff",
250
+ "white-01": "#ffffff",
251
+ "white-02": "rgba(255, 255, 255, 0.72)",
252
+ "white-03": "rgba(255, 255, 255, 0.36)",
253
+ "white-04": "rgba(255, 255, 255, 0.18)",
254
+ "white-05": "rgba(255, 255, 255, 0.08)",
255
+ "black-01": "#000000",
256
+ "black-02": "#44474b",
257
+ "data-orange": "#fab34f",
258
+ "data-red": "#ff656b",
259
+ "data-green": "#4ad051",
260
+ "data-purple": "#9979f2",
261
+ "data-blue": "#006cd9",
262
+ "data-cyan": "#5ccdbb",
263
+ "data-violet": "#5c60e6",
264
+ "ph-plum": "#bc61cf",
265
+ "ph-red": "#f26666",
266
+ "ph-orange": "#f29a52",
267
+ "ph-amber": "#f4c329",
268
+ "ph-olive": "#cbd057",
269
+ "ph-sky": "#29b3f0",
270
+ "ph-blue": "#3885ea",
271
+ "gray-fill": "#f7f7f7",
272
+ "line-hover": "#f7f7f7",
273
+ "gray-filled": "#f7f7f7",
274
+ "line-actived": "#f7f7f7",
275
+ "line-select": "#f7f7f7",
276
+ "line-selected": "#f7f7f7",
277
+ "gray-click": "#f7f7f7",
278
+ "line-click": "#f7f7f7",
279
+ "gray-basic": "#ffffff",
280
+ basic: "#ffffff",
281
+ "basic-fg": "#ffffff",
282
+ "line-color": "#ffffff",
283
+ "gray-modal": "#ffffff",
284
+ "modal-color": "#ffffff",
285
+ "gray-popover": "#ffffff",
286
+ "popover-color": "#ffffff",
287
+ "background-base": "#ffffff",
288
+ "cell-line-hover": "#f7f7f7",
289
+ "cell-line-active": "#f0f0f0",
290
+ "shadow-00": "0px 1px 4px 0px rgba(38, 38, 38, 0.4)",
291
+ "shadow-01": "0px 1px 5px 0px rgba(38, 38, 38, 0.1)",
292
+ "shadow-02": "0px 1px 5px 0px rgba(38, 38, 38, 0.1)",
293
+ "shadow-03": "0px 10px 32px 0px rgba(38, 38, 38, 0.18)",
294
+ "shadow-04": "0px 12px 42px 0px rgba(38, 38, 38, 0.24)",
221
295
  "font-size-caption": "12px",
222
296
  "font-size-body": "14px",
223
297
  "font-size-subhead": "14px",
@@ -243,10 +317,6 @@ module.exports = {
243
317
  "shape-radius": "4px",
244
318
  "shape-checkbox": "2px",
245
319
  "shape-circular": "50%",
246
- "shadow-01": "0 1px 3px 0 rgba(38, 38, 38, 0.1)",
247
- "shadow-02": "0 4px 16px 0 rgba(38, 38, 38, 0.12)",
248
- "shadow-03": "0 12px 32px 0 rgba(38, 38, 38, 0.16)",
249
- "shadow-04": "0 18px 42px 0 rgba(38, 38, 38, 0.2)",
250
320
  AT_THEME: "teambition",
251
321
  AT_THEME_TYPE: "light"
252
322
  };
@@ -215,6 +215,80 @@
215
215
  @background-layout: #f7f7f7;
216
216
  @background-overlay: #f0f0f0;
217
217
  @background-switch-trigger: #ffffff;
218
+ @gray-00: #ffffff;
219
+ @lavender-soft: #9ea3ff;
220
+ @lavender-hard: #767ff7;
221
+ @coral-soft: #fd998f;
222
+ @coral-hard: #e56a5e;
223
+ @water-soft: #95ddff;
224
+ @water-hard: #59c5ff;
225
+ @neutral-soft: #d9d9d9;
226
+ @neutral-hard: #bfbfbf;
227
+ @neutral-deep: #8c8c8c;
228
+ @pale-brand: #f5fafe;
229
+ @pale-success: #f6fbf7;
230
+ @pale-warning: #fefaf6;
231
+ @pale-alert: #fefcf4;
232
+ @pale-danger: #fdf7f6;
233
+ @pale-purple: #f9f8fe;
234
+ @highlight-purple: #f3f3f9;
235
+ @bright-purple: #d8d9ec;
236
+ @border-purple: #b4b7db;
237
+ @primary-purple: #6a70b8;
238
+ @hover-purple: #4d539e;
239
+ @pale-turquoise: #f4fbfa;
240
+ @highlight-turquoise: #eaf7f6;
241
+ @bright-turquoise: #bce5e3;
242
+ @border-turquoise: #7fcdca;
243
+ @primary-turquoise: #009c95;
244
+ @hover-turquoise: #008086;
245
+ @black: #000000;
246
+ @white: #ffffff;
247
+ @white-01: #ffffff;
248
+ @white-02: rgba(255, 255, 255, 0.72);
249
+ @white-03: rgba(255, 255, 255, 0.36);
250
+ @white-04: rgba(255, 255, 255, 0.18);
251
+ @white-05: rgba(255, 255, 255, 0.08);
252
+ @black-01: #000000;
253
+ @black-02: #44474b;
254
+ @data-orange: #fab34f;
255
+ @data-red: #ff656b;
256
+ @data-green: #4ad051;
257
+ @data-purple: #9979f2;
258
+ @data-blue: #006cd9;
259
+ @data-cyan: #5ccdbb;
260
+ @data-violet: #5c60e6;
261
+ @ph-plum: #bc61cf;
262
+ @ph-red: #f26666;
263
+ @ph-orange: #f29a52;
264
+ @ph-amber: #f4c329;
265
+ @ph-olive: #cbd057;
266
+ @ph-sky: #29b3f0;
267
+ @ph-blue: #3885ea;
268
+ @gray-fill: #f7f7f7;
269
+ @line-hover: #f7f7f7;
270
+ @gray-filled: #f7f7f7;
271
+ @line-actived: #f7f7f7;
272
+ @line-select: #f7f7f7;
273
+ @line-selected: #f7f7f7;
274
+ @gray-click: #f7f7f7;
275
+ @line-click: #f7f7f7;
276
+ @gray-basic: #ffffff;
277
+ @basic: #ffffff;
278
+ @basic-fg: #ffffff;
279
+ @line-color: #ffffff;
280
+ @gray-modal: #ffffff;
281
+ @modal-color: #ffffff;
282
+ @gray-popover: #ffffff;
283
+ @popover-color: #ffffff;
284
+ @background-base: #ffffff;
285
+ @cell-line-hover: #f7f7f7;
286
+ @cell-line-active: #f0f0f0;
287
+ @shadow-00: 0px 1px 4px 0px rgba(38, 38, 38, 0.4);
288
+ @shadow-01: 0px 1px 5px 0px rgba(38, 38, 38, 0.1);
289
+ @shadow-02: 0px 1px 5px 0px rgba(38, 38, 38, 0.1);
290
+ @shadow-03: 0px 10px 32px 0px rgba(38, 38, 38, 0.18);
291
+ @shadow-04: 0px 12px 42px 0px rgba(38, 38, 38, 0.24);
218
292
  @font-size-caption: 12px;
219
293
  @font-size-body: 14px;
220
294
  @font-size-subhead: 14px;
@@ -240,9 +314,5 @@
240
314
  @shape-radius: 4px;
241
315
  @shape-checkbox: 2px;
242
316
  @shape-circular: 50%;
243
- @shadow-01: 0 1px 3px 0 rgba(38, 38, 38, 0.1);
244
- @shadow-02: 0 4px 16px 0 rgba(38, 38, 38, 0.12);
245
- @shadow-03: 0 12px 32px 0 rgba(38, 38, 38, 0.16);
246
- @shadow-04: 0 18px 42px 0 rgba(38, 38, 38, 0.2);
247
317
  @AT_THEME: teambition;
248
318
  @AT_THEME_TYPE: light;
@@ -65,4 +65,81 @@ $background-nav-search: $G10 !default;
65
65
  $background-section: $G0 !default;
66
66
  $background-layout: $G10 !default;
67
67
  $background-overlay: $G20 !default;
68
- $background-switch-trigger: $G0 !default;
68
+ $background-switch-trigger: $G0 !default;
69
+
70
+ // added compatiable color
71
+ $gray-00: $G0 !default;
72
+ $lavender-soft: #9ea3ff !default;
73
+ $lavender-hard: #767ff7 !default;
74
+ $coral-soft: #fd998f !default;
75
+ $coral-hard: #e56a5e !default;
76
+ $water-soft: #95ddff !default;
77
+ $water-hard: #59c5ff !default;
78
+ $neutral-soft: #d9d9d9 !default;
79
+ $neutral-hard: #bfbfbf !default;
80
+ $neutral-deep: #8c8c8c !default;
81
+ $pale-brand: #f5fafe !default;
82
+ $pale-success: #f6fbf7 !default;
83
+ $pale-warning: #fefaf6 !default;
84
+ $pale-alert: #fefcf4 !default;
85
+ $pale-danger: #fdf7f6 !default;
86
+ $pale-purple: #f9f8fe !default;
87
+ $highlight-purple: #f3f3f9 !default;
88
+ $bright-purple: #d8d9ec !default;
89
+ $border-purple: #b4b7db !default;
90
+ $primary-purple: #6a70b8 !default;
91
+ $hover-purple: #4d539e !default;
92
+ $pale-turquoise: #f4fbfa !default;
93
+ $highlight-turquoise: #eaf7f6 !default;
94
+ $bright-turquoise: #bce5e3 !default;
95
+ $border-turquoise: #7fcdca !default;
96
+ $primary-turquoise: #009c95 !default;
97
+ $hover-turquoise: #008086 !default;
98
+ $black: #000000 !default;
99
+ $white: #ffffff !default;
100
+ $white-01: #ffffff !default;
101
+ $white-02: rgba(255, 255, 255, 0.72) !default;
102
+ $white-03: rgba(255, 255, 255, 0.36) !default;
103
+ $white-04: rgba(255, 255, 255, 0.18) !default;
104
+ $white-05: rgba(255, 255, 255, 0.08) !default;
105
+ $black-01: #000000 !default;
106
+ $black-02: #44474b !default;
107
+ $data-orange: #fab34f !default;
108
+ $data-red: #ff656b !default;
109
+ $data-green: #4ad051 !default;
110
+ $data-purple: #9979f2 !default;
111
+ $data-blue: #006cd9 !default;
112
+ $data-cyan: #5ccdbb !default;
113
+ $data-violet: #5c60e6 !default;
114
+ $ph-plum: #bc61cf !default;
115
+ $ph-red: #f26666 !default;
116
+ $ph-orange: #f29a52 !default;
117
+ $ph-amber: #f4c329 !default;
118
+ $ph-olive: #cbd057 !default;
119
+ $ph-sky: #29b3f0 !default;
120
+ $ph-blue: #3885ea !default;
121
+ $gray-fill: #f7f7f7 !default;
122
+ $line-hover: #f7f7f7 !default;
123
+ $gray-filled: #f7f7f7 !default;
124
+ $line-actived: #f7f7f7 !default;
125
+ $line-select: #f7f7f7 !default;
126
+ $line-selected: #f7f7f7 !default;
127
+ $gray-click: #f7f7f7 !default;
128
+ $line-click: #f7f7f7 !default;
129
+ $gray-basic: #fff !default;
130
+ $basic: #fff !default;
131
+ $basic-fg: #fff !default;
132
+ $line-color: #fff !default;
133
+ $gray-modal: #fff !default;
134
+ $modal-color: #fff !default;
135
+ $gray-popover: #fff !default;
136
+ $popover-color: #fff !default;
137
+ $background-base: #fff !default;
138
+ $cell-line-hover: #f7f7f7 !default;
139
+ $cell-line-active: $G20 !default;
140
+
141
+ $shadow-00: 0px 1px 4px 0px rgba(38, 38, 38, 0.4) !default;
142
+ $shadow-01: 0px 1px 5px 0px rgba(38, 38, 38, 0.1) !default;
143
+ $shadow-02: 0px 1px 5px 0px rgba(38, 38, 38, 0.1) !default;
144
+ $shadow-03: 0px 10px 32px 0px rgba(38, 38, 38, 0.18) !default;
145
+ $shadow-04: 0px 12px 42px 0px rgba(38, 38, 38, 0.24) !default;