@biztoken/design-tokens 0.1.22 → 0.1.24
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 +1 -1
- package/schema.json +34 -44
- package/tokens-DTCGS.json +33 -17
package/package.json
CHANGED
package/schema.json
CHANGED
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"$ref": "#/definitions/Tabs"
|
|
138
138
|
},
|
|
139
139
|
"tag": {
|
|
140
|
-
"$ref": "#/definitions/
|
|
140
|
+
"$ref": "#/definitions/Tag"
|
|
141
141
|
},
|
|
142
142
|
"textarea": {
|
|
143
143
|
"$ref": "#/definitions/Textarea"
|
|
@@ -1453,7 +1453,7 @@
|
|
|
1453
1453
|
"$ref": "#/definitions/DialogButtonContainer"
|
|
1454
1454
|
},
|
|
1455
1455
|
"content-container": {
|
|
1456
|
-
"$ref": "#/definitions/
|
|
1456
|
+
"$ref": "#/definitions/SearchContainerClass"
|
|
1457
1457
|
},
|
|
1458
1458
|
"tip-icon": {
|
|
1459
1459
|
"$ref": "#/definitions/TipIconClass"
|
|
@@ -1545,7 +1545,7 @@
|
|
|
1545
1545
|
},
|
|
1546
1546
|
"title": "DialogContainer"
|
|
1547
1547
|
},
|
|
1548
|
-
"
|
|
1548
|
+
"SearchContainerClass": {
|
|
1549
1549
|
"type": "object",
|
|
1550
1550
|
"additionalProperties": false,
|
|
1551
1551
|
"properties": {
|
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
"$ref": "#/definitions/Chinese"
|
|
1557
1557
|
}
|
|
1558
1558
|
},
|
|
1559
|
-
"title": "
|
|
1559
|
+
"title": "SearchContainerClass"
|
|
1560
1560
|
},
|
|
1561
1561
|
"ContentContainerWithIcon": {
|
|
1562
1562
|
"type": "object",
|
|
@@ -3321,7 +3321,7 @@
|
|
|
3321
3321
|
"$ref": "#/definitions/PanelClass"
|
|
3322
3322
|
},
|
|
3323
3323
|
"tag": {
|
|
3324
|
-
"$ref": "#/definitions/
|
|
3324
|
+
"$ref": "#/definitions/Item"
|
|
3325
3325
|
},
|
|
3326
3326
|
"checkbox": {
|
|
3327
3327
|
"$ref": "#/definitions/CascaderCheckbox"
|
|
@@ -3364,16 +3364,6 @@
|
|
|
3364
3364
|
},
|
|
3365
3365
|
"title": "SelectorContainer"
|
|
3366
3366
|
},
|
|
3367
|
-
"ItemElementClass": {
|
|
3368
|
-
"type": "object",
|
|
3369
|
-
"additionalProperties": false,
|
|
3370
|
-
"properties": {
|
|
3371
|
-
"gap": {
|
|
3372
|
-
"$ref": "#/definitions/Chinese"
|
|
3373
|
-
}
|
|
3374
|
-
},
|
|
3375
|
-
"title": "ItemElementClass"
|
|
3376
|
-
},
|
|
3377
3367
|
"Slider": {
|
|
3378
3368
|
"type": "object",
|
|
3379
3369
|
"additionalProperties": false,
|
|
@@ -3720,7 +3710,7 @@
|
|
|
3720
3710
|
"$ref": "#/definitions/StepsCenterTitleContainer"
|
|
3721
3711
|
},
|
|
3722
3712
|
"body-container": {
|
|
3723
|
-
"$ref": "#/definitions/
|
|
3713
|
+
"$ref": "#/definitions/StepsCenterBodyContainer"
|
|
3724
3714
|
},
|
|
3725
3715
|
"item-gap": {
|
|
3726
3716
|
"$ref": "#/definitions/Chinese"
|
|
@@ -3731,7 +3721,7 @@
|
|
|
3731
3721
|
},
|
|
3732
3722
|
"title": "StepsCenter"
|
|
3733
3723
|
},
|
|
3734
|
-
"
|
|
3724
|
+
"StepsCenterBodyContainer": {
|
|
3735
3725
|
"type": "object",
|
|
3736
3726
|
"additionalProperties": false,
|
|
3737
3727
|
"properties": {
|
|
@@ -3739,7 +3729,7 @@
|
|
|
3739
3729
|
"$ref": "#/definitions/Chinese"
|
|
3740
3730
|
}
|
|
3741
3731
|
},
|
|
3742
|
-
"title": "
|
|
3732
|
+
"title": "StepsCenterBodyContainer"
|
|
3743
3733
|
},
|
|
3744
3734
|
"StepsCenterTitleContainer": {
|
|
3745
3735
|
"type": "object",
|
|
@@ -3800,7 +3790,7 @@
|
|
|
3800
3790
|
"$ref": "#/definitions/DragIconClass"
|
|
3801
3791
|
},
|
|
3802
3792
|
"content-container": {
|
|
3803
|
-
"$ref": "#/definitions/
|
|
3793
|
+
"$ref": "#/definitions/StepsCenterBodyContainer"
|
|
3804
3794
|
},
|
|
3805
3795
|
"text": {
|
|
3806
3796
|
"$ref": "#/definitions/LabelClass"
|
|
@@ -3881,7 +3871,7 @@
|
|
|
3881
3871
|
"$ref": "#/definitions/Image"
|
|
3882
3872
|
},
|
|
3883
3873
|
"item-element": {
|
|
3884
|
-
"$ref": "#/definitions/
|
|
3874
|
+
"$ref": "#/definitions/ItemElement"
|
|
3885
3875
|
},
|
|
3886
3876
|
"container": {
|
|
3887
3877
|
"$ref": "#/definitions/TableContainer"
|
|
@@ -4022,6 +4012,16 @@
|
|
|
4022
4012
|
},
|
|
4023
4013
|
"title": "PurpleShadow"
|
|
4024
4014
|
},
|
|
4015
|
+
"ItemElement": {
|
|
4016
|
+
"type": "object",
|
|
4017
|
+
"additionalProperties": false,
|
|
4018
|
+
"properties": {
|
|
4019
|
+
"gap": {
|
|
4020
|
+
"$ref": "#/definitions/Chinese"
|
|
4021
|
+
}
|
|
4022
|
+
},
|
|
4023
|
+
"title": "ItemElement"
|
|
4024
|
+
},
|
|
4025
4025
|
"PlaceholderContainer": {
|
|
4026
4026
|
"type": "object",
|
|
4027
4027
|
"additionalProperties": false,
|
|
@@ -4074,7 +4074,7 @@
|
|
|
4074
4074
|
"$ref": "#/definitions/TabsSpace"
|
|
4075
4075
|
},
|
|
4076
4076
|
"operation-button": {
|
|
4077
|
-
"$ref": "#/definitions/
|
|
4077
|
+
"$ref": "#/definitions/ItemElement"
|
|
4078
4078
|
},
|
|
4079
4079
|
"container": {
|
|
4080
4080
|
"$ref": "#/definitions/TabsContainer"
|
|
@@ -4193,7 +4193,7 @@
|
|
|
4193
4193
|
},
|
|
4194
4194
|
"title": "TabsSpace"
|
|
4195
4195
|
},
|
|
4196
|
-
"
|
|
4196
|
+
"Tag": {
|
|
4197
4197
|
"type": "object",
|
|
4198
4198
|
"additionalProperties": false,
|
|
4199
4199
|
"properties": {
|
|
@@ -4213,7 +4213,7 @@
|
|
|
4213
4213
|
"$ref": "#/definitions/TrailingText"
|
|
4214
4214
|
}
|
|
4215
4215
|
},
|
|
4216
|
-
"title": "
|
|
4216
|
+
"title": "Tag"
|
|
4217
4217
|
},
|
|
4218
4218
|
"TagContainer": {
|
|
4219
4219
|
"type": "object",
|
|
@@ -4758,7 +4758,7 @@
|
|
|
4758
4758
|
"$ref": "#/definitions/SwitchButton"
|
|
4759
4759
|
},
|
|
4760
4760
|
"search-container": {
|
|
4761
|
-
"$ref": "#/definitions/
|
|
4761
|
+
"$ref": "#/definitions/SearchContainerClass"
|
|
4762
4762
|
},
|
|
4763
4763
|
"panel": {
|
|
4764
4764
|
"$ref": "#/definitions/TransferPanel"
|
|
@@ -4849,19 +4849,6 @@
|
|
|
4849
4849
|
},
|
|
4850
4850
|
"title": "FriskyColor"
|
|
4851
4851
|
},
|
|
4852
|
-
"SearchContainer": {
|
|
4853
|
-
"type": "object",
|
|
4854
|
-
"additionalProperties": false,
|
|
4855
|
-
"properties": {
|
|
4856
|
-
"x-pading": {
|
|
4857
|
-
"$ref": "#/definitions/Chinese"
|
|
4858
|
-
},
|
|
4859
|
-
"top-padding": {
|
|
4860
|
-
"$ref": "#/definitions/Chinese"
|
|
4861
|
-
}
|
|
4862
|
-
},
|
|
4863
|
-
"title": "SearchContainer"
|
|
4864
|
-
},
|
|
4865
4852
|
"SwitchButton": {
|
|
4866
4853
|
"type": "object",
|
|
4867
4854
|
"additionalProperties": false,
|
|
@@ -5027,7 +5014,7 @@
|
|
|
5027
5014
|
"bg-hover": {
|
|
5028
5015
|
"$ref": "#/definitions/Chinese"
|
|
5029
5016
|
},
|
|
5030
|
-
"bg-
|
|
5017
|
+
"bg-drag": {
|
|
5031
5018
|
"$ref": "#/definitions/Chinese"
|
|
5032
5019
|
},
|
|
5033
5020
|
"bg-drop": {
|
|
@@ -5288,7 +5275,7 @@
|
|
|
5288
5275
|
"$ref": "#/definitions/BodyContainer"
|
|
5289
5276
|
},
|
|
5290
5277
|
"image-item-container": {
|
|
5291
|
-
"$ref": "#/definitions/
|
|
5278
|
+
"$ref": "#/definitions/ItemElement"
|
|
5292
5279
|
}
|
|
5293
5280
|
},
|
|
5294
5281
|
"title": "UploadClickUpload"
|
|
@@ -5314,7 +5301,7 @@
|
|
|
5314
5301
|
"$ref": "#/definitions/TitleWithIcon"
|
|
5315
5302
|
},
|
|
5316
5303
|
"drag-button-container": {
|
|
5317
|
-
"$ref": "#/definitions/
|
|
5304
|
+
"$ref": "#/definitions/ItemElement"
|
|
5318
5305
|
},
|
|
5319
5306
|
"operation-icon": {
|
|
5320
5307
|
"$ref": "#/definitions/AlertOperationIcon"
|
|
@@ -5655,15 +5642,15 @@
|
|
|
5655
5642
|
"additionalProperties": false,
|
|
5656
5643
|
"properties": {
|
|
5657
5644
|
"body": {
|
|
5658
|
-
"$ref": "#/definitions/
|
|
5645
|
+
"$ref": "#/definitions/FontClass"
|
|
5659
5646
|
},
|
|
5660
5647
|
"label": {
|
|
5661
|
-
"$ref": "#/definitions/
|
|
5648
|
+
"$ref": "#/definitions/FontClass"
|
|
5662
5649
|
}
|
|
5663
5650
|
},
|
|
5664
5651
|
"title": "Font"
|
|
5665
5652
|
},
|
|
5666
|
-
"
|
|
5653
|
+
"FontClass": {
|
|
5667
5654
|
"type": "object",
|
|
5668
5655
|
"additionalProperties": false,
|
|
5669
5656
|
"properties": {
|
|
@@ -5674,7 +5661,7 @@
|
|
|
5674
5661
|
"$ref": "#/definitions/BodyValue"
|
|
5675
5662
|
}
|
|
5676
5663
|
},
|
|
5677
|
-
"title": "
|
|
5664
|
+
"title": "FontClass"
|
|
5678
5665
|
},
|
|
5679
5666
|
"BodyValue": {
|
|
5680
5667
|
"type": "object",
|
|
@@ -5807,6 +5794,9 @@
|
|
|
5807
5794
|
},
|
|
5808
5795
|
"height": {
|
|
5809
5796
|
"$ref": "#/definitions/Chinese"
|
|
5797
|
+
},
|
|
5798
|
+
"font": {
|
|
5799
|
+
"$ref": "#/definitions/FontClass"
|
|
5810
5800
|
}
|
|
5811
5801
|
},
|
|
5812
5802
|
"title": "Header"
|
package/tokens-DTCGS.json
CHANGED
|
@@ -1017,11 +1017,11 @@
|
|
|
1017
1017
|
"$type": "dimension"
|
|
1018
1018
|
},
|
|
1019
1019
|
"button-gap-l": {
|
|
1020
|
-
"$value": "{com.button.space.button-gap}+
|
|
1020
|
+
"$value": "{com.button.space.button-gap}+{sys.space.mini}",
|
|
1021
1021
|
"$type": "dimension"
|
|
1022
1022
|
},
|
|
1023
1023
|
"button-gap-s": {
|
|
1024
|
-
"$value": "{com.button.space.button-gap}-
|
|
1024
|
+
"$value": "{com.button.space.button-gap}-{sys.space.mini}",
|
|
1025
1025
|
"$type": "dimension"
|
|
1026
1026
|
},
|
|
1027
1027
|
"button-gap-xl": {
|
|
@@ -1279,7 +1279,7 @@
|
|
|
1279
1279
|
"$type": "color"
|
|
1280
1280
|
},
|
|
1281
1281
|
"color-selected-disable": {
|
|
1282
|
-
"$value": "{
|
|
1282
|
+
"$value": "{sys.color.border.neutral}",
|
|
1283
1283
|
"$type": "color"
|
|
1284
1284
|
},
|
|
1285
1285
|
"color-active": {
|
|
@@ -4233,6 +4233,14 @@
|
|
|
4233
4233
|
"gap": {
|
|
4234
4234
|
"$value": "{sys.space.inner-component}",
|
|
4235
4235
|
"$type": "dimension"
|
|
4236
|
+
},
|
|
4237
|
+
"gap-l": {
|
|
4238
|
+
"$value": "{sys.space.inner-component}",
|
|
4239
|
+
"$type": "dimension"
|
|
4240
|
+
},
|
|
4241
|
+
"gap-s": {
|
|
4242
|
+
"$value": "{sys.space.mini}",
|
|
4243
|
+
"$type": "dimension"
|
|
4236
4244
|
}
|
|
4237
4245
|
},
|
|
4238
4246
|
"checkbox": {
|
|
@@ -5161,15 +5169,15 @@
|
|
|
5161
5169
|
"tag": {
|
|
5162
5170
|
"container": {
|
|
5163
5171
|
"height": {
|
|
5164
|
-
"$value": "
|
|
5172
|
+
"$value": "{sys.size.row-height.regular} - 2*{sys.space.mini}",
|
|
5165
5173
|
"$type": "dimension"
|
|
5166
5174
|
},
|
|
5167
5175
|
"height-l": {
|
|
5168
|
-
"$value": "
|
|
5176
|
+
"$value": "{sys.size.row-height.l} - 2*{sys.space.mini}",
|
|
5169
5177
|
"$type": "dimension"
|
|
5170
5178
|
},
|
|
5171
5179
|
"height-s": {
|
|
5172
|
-
"$value": "
|
|
5180
|
+
"$value": "{sys.size.row-height.s} - 2*{sys.space.mini}",
|
|
5173
5181
|
"$type": "dimension"
|
|
5174
5182
|
},
|
|
5175
5183
|
"x-padding": {
|
|
@@ -6397,7 +6405,7 @@
|
|
|
6397
6405
|
},
|
|
6398
6406
|
"option-item-container": {
|
|
6399
6407
|
"x-padding": {
|
|
6400
|
-
"$value": "
|
|
6408
|
+
"$value": "0",
|
|
6401
6409
|
"$type": "dimension"
|
|
6402
6410
|
},
|
|
6403
6411
|
"height": {
|
|
@@ -6417,7 +6425,7 @@
|
|
|
6417
6425
|
},
|
|
6418
6426
|
"title-container": {
|
|
6419
6427
|
"x-padding": {
|
|
6420
|
-
"$value": "{sys.space.component}",
|
|
6428
|
+
"$value": "{sys.space.inner-component}",
|
|
6421
6429
|
"$type": "dimension"
|
|
6422
6430
|
},
|
|
6423
6431
|
"height": {
|
|
@@ -6441,11 +6449,11 @@
|
|
|
6441
6449
|
},
|
|
6442
6450
|
"option-container": {
|
|
6443
6451
|
"x-padding": {
|
|
6444
|
-
"$value": "{
|
|
6452
|
+
"$value": "{com.transfer.title-container.x-padding}",
|
|
6445
6453
|
"$type": "dimension"
|
|
6446
6454
|
},
|
|
6447
6455
|
"y-padding": {
|
|
6448
|
-
"$value": "
|
|
6456
|
+
"$value": "0",
|
|
6449
6457
|
"$type": "dimension"
|
|
6450
6458
|
},
|
|
6451
6459
|
"height": {
|
|
@@ -6464,12 +6472,12 @@
|
|
|
6464
6472
|
}
|
|
6465
6473
|
},
|
|
6466
6474
|
"search-container": {
|
|
6467
|
-
"x-
|
|
6475
|
+
"x-padding": {
|
|
6468
6476
|
"$value": "{com.transfer.title-container.x-padding}",
|
|
6469
6477
|
"$type": "dimension"
|
|
6470
6478
|
},
|
|
6471
|
-
"
|
|
6472
|
-
"$value": "{com.transfer.search-container.x-
|
|
6479
|
+
"y-padding": {
|
|
6480
|
+
"$value": "{com.transfer.search-container.x-padding}",
|
|
6473
6481
|
"$type": "dimension"
|
|
6474
6482
|
}
|
|
6475
6483
|
},
|
|
@@ -6491,7 +6499,7 @@
|
|
|
6491
6499
|
},
|
|
6492
6500
|
"footer-container": {
|
|
6493
6501
|
"x-padding": {
|
|
6494
|
-
"$value": "{
|
|
6502
|
+
"$value": "{com.transfer.title-container.x-padding}",
|
|
6495
6503
|
"$type": "dimension"
|
|
6496
6504
|
},
|
|
6497
6505
|
"y-padding": {
|
|
@@ -6568,10 +6576,10 @@
|
|
|
6568
6576
|
},
|
|
6569
6577
|
"color": {
|
|
6570
6578
|
"bg-hover": {
|
|
6571
|
-
"$value": "{sys.color.bg-state.
|
|
6579
|
+
"$value": "{sys.color.bg-state.brand.hover-weak}",
|
|
6572
6580
|
"$type": "color"
|
|
6573
6581
|
},
|
|
6574
|
-
"bg-
|
|
6582
|
+
"bg-drag": {
|
|
6575
6583
|
"$value": "{sys.color.white}",
|
|
6576
6584
|
"$type": "color"
|
|
6577
6585
|
},
|
|
@@ -8425,8 +8433,16 @@
|
|
|
8425
8433
|
"height": {
|
|
8426
8434
|
"$type": "dimension",
|
|
8427
8435
|
"$value": "60px"
|
|
8436
|
+
},
|
|
8437
|
+
"font": {
|
|
8438
|
+
"$type": "typography",
|
|
8439
|
+
"$value": {
|
|
8440
|
+
"fontFamily": "{sys.font-family.regular}",
|
|
8441
|
+
"fontSize": "{sys.font-size.title}",
|
|
8442
|
+
"fontWeight": "{sys.fontWeight.semibold}",
|
|
8443
|
+
"lineHeight": "{sys.line-height.regular}"
|
|
8444
|
+
}
|
|
8428
8445
|
}
|
|
8429
|
-
|
|
8430
8446
|
}
|
|
8431
8447
|
}
|
|
8432
8448
|
},
|