@sheinx/theme 3.9.13-beta.7 → 3.9.13-beta.8
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/cjs/token/figma.js +2 -2
- package/cjs/token/token.js +2 -2
- package/cjs/token/type.d.ts +2 -2
- package/esm/token/figma.js +2 -2
- package/esm/token/token.js +2 -2
- package/esm/token/type.d.ts +2 -2
- package/package.json +1 -1
package/cjs/token/figma.js
CHANGED
|
@@ -1258,13 +1258,13 @@ var figma = [{
|
|
|
1258
1258
|
name: '较粗',
|
|
1259
1259
|
value: '600',
|
|
1260
1260
|
describe: '较粗 Semibold',
|
|
1261
|
-
token: 'Weight-
|
|
1261
|
+
token: 'Weight-semibold',
|
|
1262
1262
|
locked: true
|
|
1263
1263
|
}, {
|
|
1264
1264
|
name: '粗体',
|
|
1265
1265
|
value: '700',
|
|
1266
1266
|
describe: '粗体 Bold',
|
|
1267
|
-
token: 'Weight-
|
|
1267
|
+
token: 'Weight-bold',
|
|
1268
1268
|
locked: true
|
|
1269
1269
|
}, {
|
|
1270
1270
|
name: '提示、标签、辅助文案',
|
package/cjs/token/token.js
CHANGED
|
@@ -215,8 +215,8 @@ var Token = {
|
|
|
215
215
|
'Weight-light': '300',
|
|
216
216
|
'Weight-regular': '400',
|
|
217
217
|
'Weight-medium': '500',
|
|
218
|
-
'Weight-
|
|
219
|
-
'Weight-
|
|
218
|
+
'Weight-semibold': '600',
|
|
219
|
+
'Weight-bold': '700',
|
|
220
220
|
'Font-12': '12px',
|
|
221
221
|
'Font-14': '14px',
|
|
222
222
|
'Font-16': '16px',
|
package/cjs/token/type.d.ts
CHANGED
|
@@ -1461,14 +1461,14 @@ export interface Tokens {
|
|
|
1461
1461
|
* @default '600'
|
|
1462
1462
|
* @description 较粗 Semibold
|
|
1463
1463
|
*/
|
|
1464
|
-
'Weight-
|
|
1464
|
+
'Weight-semibold': string;
|
|
1465
1465
|
/**
|
|
1466
1466
|
* @type {string}
|
|
1467
1467
|
* @categoty string
|
|
1468
1468
|
* @default '700'
|
|
1469
1469
|
* @description 粗体 Bold
|
|
1470
1470
|
*/
|
|
1471
|
-
'Weight-
|
|
1471
|
+
'Weight-bold': string;
|
|
1472
1472
|
/**
|
|
1473
1473
|
* @type {string}
|
|
1474
1474
|
* @categoty string
|
package/esm/token/figma.js
CHANGED
|
@@ -1256,13 +1256,13 @@ var figma = [{
|
|
|
1256
1256
|
name: '较粗',
|
|
1257
1257
|
value: '600',
|
|
1258
1258
|
describe: '较粗 Semibold',
|
|
1259
|
-
token: 'Weight-
|
|
1259
|
+
token: 'Weight-semibold',
|
|
1260
1260
|
locked: true
|
|
1261
1261
|
}, {
|
|
1262
1262
|
name: '粗体',
|
|
1263
1263
|
value: '700',
|
|
1264
1264
|
describe: '粗体 Bold',
|
|
1265
|
-
token: 'Weight-
|
|
1265
|
+
token: 'Weight-bold',
|
|
1266
1266
|
locked: true
|
|
1267
1267
|
}, {
|
|
1268
1268
|
name: '提示、标签、辅助文案',
|
package/esm/token/token.js
CHANGED
|
@@ -209,8 +209,8 @@ var Token = {
|
|
|
209
209
|
'Weight-light': '300',
|
|
210
210
|
'Weight-regular': '400',
|
|
211
211
|
'Weight-medium': '500',
|
|
212
|
-
'Weight-
|
|
213
|
-
'Weight-
|
|
212
|
+
'Weight-semibold': '600',
|
|
213
|
+
'Weight-bold': '700',
|
|
214
214
|
'Font-12': '12px',
|
|
215
215
|
'Font-14': '14px',
|
|
216
216
|
'Font-16': '16px',
|
package/esm/token/type.d.ts
CHANGED
|
@@ -1461,14 +1461,14 @@ export interface Tokens {
|
|
|
1461
1461
|
* @default '600'
|
|
1462
1462
|
* @description 较粗 Semibold
|
|
1463
1463
|
*/
|
|
1464
|
-
'Weight-
|
|
1464
|
+
'Weight-semibold': string;
|
|
1465
1465
|
/**
|
|
1466
1466
|
* @type {string}
|
|
1467
1467
|
* @categoty string
|
|
1468
1468
|
* @default '700'
|
|
1469
1469
|
* @description 粗体 Bold
|
|
1470
1470
|
*/
|
|
1471
|
-
'Weight-
|
|
1471
|
+
'Weight-bold': string;
|
|
1472
1472
|
/**
|
|
1473
1473
|
* @type {string}
|
|
1474
1474
|
* @categoty string
|