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