@txdfe/at-theme 2.0.1-2 → 2.0.1-20
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/README.md +4 -0
- package/apsara/css/index.css +3 -3
- package/apsara/js/index.js +3 -3
- package/apsara/less/index.less +3 -3
- package/apsara-dark/css/index.css +3 -3
- package/apsara-dark/js/index.js +3 -3
- package/apsara-dark/less/index.less +3 -3
- package/common/variables/radius.scss +2 -2
- package/infra/css/index.css +4 -4
- package/infra/js/index.js +4 -4
- package/infra/less/index.less +4 -4
- package/infra-dark/css/index.css +4 -4
- package/infra-dark/js/index.js +4 -4
- package/infra-dark/less/index.less +4 -4
- package/package.json +1 -1
- package/teambition/css/index.css +236 -149
- package/teambition/js/index.js +265 -149
- package/teambition/less/index.less +236 -149
- package/teambition/scss/variables/color.scss +261 -156
- package/teambition/scss/variables/shadow.scss +5 -0
- package/teambition-dark/css/index.css +4 -4
- package/teambition-dark/js/index.js +4 -4
- package/teambition-dark/less/index.less +4 -4
package/README.md
CHANGED
package/apsara/css/index.css
CHANGED
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
--line-height-display-3: 36px;
|
|
87
87
|
--line-height-display-4: 40px;
|
|
88
88
|
--border-opacity: 1;
|
|
89
|
-
--shape-radius:
|
|
89
|
+
--shape-radius: 4px;
|
|
90
90
|
--shape-checkbox: 0;
|
|
91
91
|
--shape-circular: 50%;
|
|
92
92
|
--shadow-01: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
|
|
@@ -218,8 +218,8 @@
|
|
|
218
218
|
--ALPHA1: 1;
|
|
219
219
|
--css-prefix: next-;
|
|
220
220
|
--R0: 0;
|
|
221
|
-
--R2:
|
|
222
|
-
--R4:
|
|
221
|
+
--R2: 4px;
|
|
222
|
+
--R4: 8px;
|
|
223
223
|
--R6: 50%;
|
|
224
224
|
--SH1: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
|
|
225
225
|
--SH2: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
|
package/apsara/js/index.js
CHANGED
|
@@ -86,7 +86,7 @@ module.exports = {
|
|
|
86
86
|
"line-height-display-3": "36px",
|
|
87
87
|
"line-height-display-4": "40px",
|
|
88
88
|
"border-opacity": 1,
|
|
89
|
-
"shape-radius": "
|
|
89
|
+
"shape-radius": "4px",
|
|
90
90
|
"shape-checkbox": 0,
|
|
91
91
|
"shape-circular": "50%",
|
|
92
92
|
"shadow-01": "0 1px 4px 0 rgba(0, 0, 0, 0.13)",
|
|
@@ -220,8 +220,8 @@ module.exports = {
|
|
|
220
220
|
ALPHA1: 1,
|
|
221
221
|
"css-prefix": "next-",
|
|
222
222
|
R0: 0,
|
|
223
|
-
R2: "
|
|
224
|
-
R4: "
|
|
223
|
+
R2: "4px",
|
|
224
|
+
R4: "8px",
|
|
225
225
|
R6: "50%",
|
|
226
226
|
SH1: "0 1px 4px 0 rgba(0, 0, 0, 0.13)",
|
|
227
227
|
SH2: "0 2px 8px 0 rgba(0, 0, 0, 0.13)",
|
package/apsara/less/index.less
CHANGED
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
@line-height-display-3: 36px;
|
|
86
86
|
@line-height-display-4: 40px;
|
|
87
87
|
@border-opacity: 1;
|
|
88
|
-
@shape-radius:
|
|
88
|
+
@shape-radius: 4px;
|
|
89
89
|
@shape-checkbox: 0;
|
|
90
90
|
@shape-circular: 50%;
|
|
91
91
|
@shadow-01: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
@ALPHA1: 1;
|
|
218
218
|
@css-prefix: next-;
|
|
219
219
|
@R0: 0;
|
|
220
|
-
@R2:
|
|
221
|
-
@R4:
|
|
220
|
+
@R2: 4px;
|
|
221
|
+
@R4: 8px;
|
|
222
222
|
@R6: 50%;
|
|
223
223
|
@SH1: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
|
|
224
224
|
@SH2: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
--line-height-display-3: 36px;
|
|
87
87
|
--line-height-display-4: 40px;
|
|
88
88
|
--border-opacity: 0;
|
|
89
|
-
--shape-radius:
|
|
89
|
+
--shape-radius: 4px;
|
|
90
90
|
--shape-checkbox: 0;
|
|
91
91
|
--shape-circular: 50%;
|
|
92
92
|
--shadow-01: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
|
|
@@ -218,8 +218,8 @@
|
|
|
218
218
|
--ALPHA1: 1;
|
|
219
219
|
--css-prefix: next-;
|
|
220
220
|
--R0: 0;
|
|
221
|
-
--R2:
|
|
222
|
-
--R4:
|
|
221
|
+
--R2: 4px;
|
|
222
|
+
--R4: 8px;
|
|
223
223
|
--R6: 50%;
|
|
224
224
|
--SH1: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
|
|
225
225
|
--SH2: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
|
package/apsara-dark/js/index.js
CHANGED
|
@@ -86,7 +86,7 @@ module.exports = {
|
|
|
86
86
|
"line-height-display-3": "36px",
|
|
87
87
|
"line-height-display-4": "40px",
|
|
88
88
|
"border-opacity": 0,
|
|
89
|
-
"shape-radius": "
|
|
89
|
+
"shape-radius": "4px",
|
|
90
90
|
"shape-checkbox": 0,
|
|
91
91
|
"shape-circular": "50%",
|
|
92
92
|
"shadow-01": "0 1px 5px 0 rgba(0, 0, 0, 0.1)",
|
|
@@ -220,8 +220,8 @@ module.exports = {
|
|
|
220
220
|
ALPHA1: 1,
|
|
221
221
|
"css-prefix": "next-",
|
|
222
222
|
R0: 0,
|
|
223
|
-
R2: "
|
|
224
|
-
R4: "
|
|
223
|
+
R2: "4px",
|
|
224
|
+
R4: "8px",
|
|
225
225
|
R6: "50%",
|
|
226
226
|
SH1: "0 1px 4px 0 rgba(0, 0, 0, 0.13)",
|
|
227
227
|
SH2: "0 2px 8px 0 rgba(0, 0, 0, 0.13)",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
@line-height-display-3: 36px;
|
|
86
86
|
@line-height-display-4: 40px;
|
|
87
87
|
@border-opacity: 0;
|
|
88
|
-
@shape-radius:
|
|
88
|
+
@shape-radius: 4px;
|
|
89
89
|
@shape-checkbox: 0;
|
|
90
90
|
@shape-circular: 50%;
|
|
91
91
|
@shadow-01: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
|
|
@@ -217,8 +217,8 @@
|
|
|
217
217
|
@ALPHA1: 1;
|
|
218
218
|
@css-prefix: next-;
|
|
219
219
|
@R0: 0;
|
|
220
|
-
@R2:
|
|
221
|
-
@R4:
|
|
220
|
+
@R2: 4px;
|
|
221
|
+
@R4: 8px;
|
|
222
222
|
@R6: 50%;
|
|
223
223
|
@SH1: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
|
|
224
224
|
@SH2: 0 2px 8px 0 rgba(0, 0, 0, 0.13);
|
package/infra/css/index.css
CHANGED
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
--ALPHA1: 1;
|
|
125
125
|
--css-prefix: next-;
|
|
126
126
|
--R0: 0;
|
|
127
|
-
--R2:
|
|
128
|
-
--R4:
|
|
127
|
+
--R2: 4px;
|
|
128
|
+
--R4: 8px;
|
|
129
129
|
--R6: 50%;
|
|
130
130
|
--SH1: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
|
131
131
|
--SH2: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
|
|
@@ -238,8 +238,8 @@
|
|
|
238
238
|
--line-height-display-3: 36px;
|
|
239
239
|
--line-height-display-4: 40px;
|
|
240
240
|
--border-opacity: 1;
|
|
241
|
-
--shape-radius:
|
|
242
|
-
--shape-checkbox:
|
|
241
|
+
--shape-radius: 4px;
|
|
242
|
+
--shape-checkbox: 4px;
|
|
243
243
|
--shape-circular: 50%;
|
|
244
244
|
--shadow-01: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
|
245
245
|
--shadow-02: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
|
package/infra/js/index.js
CHANGED
|
@@ -126,8 +126,8 @@ module.exports = {
|
|
|
126
126
|
ALPHA1: 1,
|
|
127
127
|
"css-prefix": "next-",
|
|
128
128
|
R0: 0,
|
|
129
|
-
R2: "
|
|
130
|
-
R4: "
|
|
129
|
+
R2: "4px",
|
|
130
|
+
R4: "8px",
|
|
131
131
|
R6: "50%",
|
|
132
132
|
SH1: "0 1px 2px 0 rgba(0, 0, 0, 0.1)",
|
|
133
133
|
SH2: "0 4px 8px 0 rgba(0, 0, 0, 0.1)",
|
|
@@ -240,8 +240,8 @@ module.exports = {
|
|
|
240
240
|
"line-height-display-3": "36px",
|
|
241
241
|
"line-height-display-4": "40px",
|
|
242
242
|
"border-opacity": 1,
|
|
243
|
-
"shape-radius": "
|
|
244
|
-
"shape-checkbox": "
|
|
243
|
+
"shape-radius": "4px",
|
|
244
|
+
"shape-checkbox": "4px",
|
|
245
245
|
"shape-circular": "50%",
|
|
246
246
|
"shadow-01": "0 1px 2px 0 rgba(0, 0, 0, 0.1)",
|
|
247
247
|
"shadow-02": "0 4px 8px 0 rgba(0, 0, 0, 0.1)",
|
package/infra/less/index.less
CHANGED
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
@ALPHA1: 1;
|
|
124
124
|
@css-prefix: next-;
|
|
125
125
|
@R0: 0;
|
|
126
|
-
@R2:
|
|
127
|
-
@R4:
|
|
126
|
+
@R2: 4px;
|
|
127
|
+
@R4: 8px;
|
|
128
128
|
@R6: 50%;
|
|
129
129
|
@SH1: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
|
130
130
|
@SH2: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
|
|
@@ -237,8 +237,8 @@
|
|
|
237
237
|
@line-height-display-3: 36px;
|
|
238
238
|
@line-height-display-4: 40px;
|
|
239
239
|
@border-opacity: 1;
|
|
240
|
-
@shape-radius:
|
|
241
|
-
@shape-checkbox:
|
|
240
|
+
@shape-radius: 4px;
|
|
241
|
+
@shape-checkbox: 4px;
|
|
242
242
|
@shape-circular: 50%;
|
|
243
243
|
@shadow-01: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
|
244
244
|
@shadow-02: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
|
package/infra-dark/css/index.css
CHANGED
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
--ALPHA1: 1;
|
|
125
125
|
--css-prefix: next-;
|
|
126
126
|
--R0: 0;
|
|
127
|
-
--R2:
|
|
128
|
-
--R4:
|
|
127
|
+
--R2: 4px;
|
|
128
|
+
--R4: 8px;
|
|
129
129
|
--R6: 50%;
|
|
130
130
|
--SH1: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
|
131
131
|
--SH2: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
|
|
@@ -238,8 +238,8 @@
|
|
|
238
238
|
--line-height-display-3: 36px;
|
|
239
239
|
--line-height-display-4: 40px;
|
|
240
240
|
--border-opacity: 0;
|
|
241
|
-
--shape-radius:
|
|
242
|
-
--shape-checkbox:
|
|
241
|
+
--shape-radius: 4px;
|
|
242
|
+
--shape-checkbox: 4px;
|
|
243
243
|
--shape-circular: 50%;
|
|
244
244
|
--shadow-01: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
|
245
245
|
--shadow-02: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
|
package/infra-dark/js/index.js
CHANGED
|
@@ -126,8 +126,8 @@ module.exports = {
|
|
|
126
126
|
ALPHA1: 1,
|
|
127
127
|
"css-prefix": "next-",
|
|
128
128
|
R0: 0,
|
|
129
|
-
R2: "
|
|
130
|
-
R4: "
|
|
129
|
+
R2: "4px",
|
|
130
|
+
R4: "8px",
|
|
131
131
|
R6: "50%",
|
|
132
132
|
SH1: "0 1px 2px 0 rgba(0, 0, 0, 0.1)",
|
|
133
133
|
SH2: "0 4px 8px 0 rgba(0, 0, 0, 0.1)",
|
|
@@ -240,8 +240,8 @@ module.exports = {
|
|
|
240
240
|
"line-height-display-3": "36px",
|
|
241
241
|
"line-height-display-4": "40px",
|
|
242
242
|
"border-opacity": 0,
|
|
243
|
-
"shape-radius": "
|
|
244
|
-
"shape-checkbox": "
|
|
243
|
+
"shape-radius": "4px",
|
|
244
|
+
"shape-checkbox": "4px",
|
|
245
245
|
"shape-circular": "50%",
|
|
246
246
|
"shadow-01": "0 1px 2px 0 rgba(0, 0, 0, 0.2)",
|
|
247
247
|
"shadow-02": "0 4px 8px 0 rgba(0, 0, 0, 0.2)",
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
@ALPHA1: 1;
|
|
124
124
|
@css-prefix: next-;
|
|
125
125
|
@R0: 0;
|
|
126
|
-
@R2:
|
|
127
|
-
@R4:
|
|
126
|
+
@R2: 4px;
|
|
127
|
+
@R4: 8px;
|
|
128
128
|
@R6: 50%;
|
|
129
129
|
@SH1: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
|
|
130
130
|
@SH2: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
|
|
@@ -237,8 +237,8 @@
|
|
|
237
237
|
@line-height-display-3: 36px;
|
|
238
238
|
@line-height-display-4: 40px;
|
|
239
239
|
@border-opacity: 0;
|
|
240
|
-
@shape-radius:
|
|
241
|
-
@shape-checkbox:
|
|
240
|
+
@shape-radius: 4px;
|
|
241
|
+
@shape-checkbox: 4px;
|
|
242
242
|
@shape-circular: 50%;
|
|
243
243
|
@shadow-01: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
|
|
244
244
|
@shadow-02: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
|