@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 CHANGED
@@ -1,4 +1,8 @@
1
1
  ## at-theme(at主题变量包)
2
+ ### 如何发布
3
+ 1. 切换到 node 12.13.0
4
+ 2. npm run build
5
+ 3. npm version xxyyzz
2
6
 
3
7
  ### 目录结构
4
8
 
@@ -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: 2px;
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: 2px;
222
- --R4: 4px;
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);
@@ -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": "2px",
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: "2px",
224
- R4: "4px",
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: 1;
88
- @shape-radius: 2px;
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: 2px;
221
- @R4: 4px;
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: 2px;
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: 2px;
222
- --R4: 4px;
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);
@@ -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": "2px",
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: "2px",
224
- R4: "4px",
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: 2px;
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: 2px;
221
- @R4: 4px;
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);
@@ -1,6 +1,6 @@
1
1
  // 圆角半径
2
2
 
3
3
  $R0: 0;
4
- $R2: 2px;
5
- $R4: 4px;
4
+ $R2: 4px;
5
+ $R4: 8px;
6
6
  $R6: 50%;
@@ -124,8 +124,8 @@
124
124
  --ALPHA1: 1;
125
125
  --css-prefix: next-;
126
126
  --R0: 0;
127
- --R2: 2px;
128
- --R4: 4px;
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: 2px;
242
- --shape-checkbox: 2px;
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: "2px",
130
- R4: "4px",
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": "2px",
244
- "shape-checkbox": "2px",
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)",
@@ -123,8 +123,8 @@
123
123
  @ALPHA1: 1;
124
124
  @css-prefix: next-;
125
125
  @R0: 0;
126
- @R2: 2px;
127
- @R4: 4px;
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: 2px;
241
- @shape-checkbox: 2px;
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);
@@ -124,8 +124,8 @@
124
124
  --ALPHA1: 1;
125
125
  --css-prefix: next-;
126
126
  --R0: 0;
127
- --R2: 2px;
128
- --R4: 4px;
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: 2px;
242
- --shape-checkbox: 2px;
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);
@@ -126,8 +126,8 @@ module.exports = {
126
126
  ALPHA1: 1,
127
127
  "css-prefix": "next-",
128
128
  R0: 0,
129
- R2: "2px",
130
- R4: "4px",
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": "2px",
244
- "shape-checkbox": "2px",
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: 2px;
127
- @R4: 4px;
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: 2px;
241
- @shape-checkbox: 2px;
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@txdfe/at-theme",
3
- "version": "2.0.1-2",
3
+ "version": "2.0.1-20",
4
4
  "description": "at主题包",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",