@biztoken/design-tokens 0.1.7 → 0.1.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/package.json +1 -1
- package/tokens-DTCGS.json +9 -13
package/package.json
CHANGED
package/tokens-DTCGS.json
CHANGED
|
@@ -1592,19 +1592,15 @@
|
|
|
1592
1592
|
},
|
|
1593
1593
|
"border-top": {
|
|
1594
1594
|
"color": {
|
|
1595
|
-
"$value": "{
|
|
1595
|
+
"$value": "{sys.color.divider.regular}",
|
|
1596
1596
|
"$type": "color"
|
|
1597
1597
|
}
|
|
1598
1598
|
},
|
|
1599
|
-
"padding": {
|
|
1599
|
+
"padding-x": {
|
|
1600
1600
|
"$value": "{sys.space.layout}",
|
|
1601
1601
|
"$type": "dimension"
|
|
1602
1602
|
},
|
|
1603
|
-
"padding-
|
|
1604
|
-
"$value": "{sys.space.layout}",
|
|
1605
|
-
"$type": "dimension"
|
|
1606
|
-
},
|
|
1607
|
-
"padding-bottom": {
|
|
1603
|
+
"padding-y": {
|
|
1608
1604
|
"$value": "{sys.space.layout}",
|
|
1609
1605
|
"$type": "dimension"
|
|
1610
1606
|
}
|
|
@@ -2437,7 +2433,7 @@
|
|
|
2437
2433
|
},
|
|
2438
2434
|
"affix-container": {
|
|
2439
2435
|
"color": {
|
|
2440
|
-
"$value": "{sys.color.bg.neutral
|
|
2436
|
+
"$value": "{sys.color.bg.neutral}",
|
|
2441
2437
|
"$type": "color"
|
|
2442
2438
|
},
|
|
2443
2439
|
"height": {
|
|
@@ -2983,11 +2979,11 @@
|
|
|
2983
2979
|
}
|
|
2984
2980
|
},
|
|
2985
2981
|
"x-padding": {
|
|
2986
|
-
"$value": "{sys.space.
|
|
2982
|
+
"$value": "{sys.space.component}",
|
|
2987
2983
|
"$type": "dimension"
|
|
2988
2984
|
},
|
|
2989
2985
|
"y-padding": {
|
|
2990
|
-
"$value": "{sys.space.component}",
|
|
2986
|
+
"$value": "{sys.space.inner-component}",
|
|
2991
2987
|
"$type": "dimension"
|
|
2992
2988
|
}
|
|
2993
2989
|
},
|
|
@@ -4758,7 +4754,7 @@
|
|
|
4758
4754
|
"$type": "color"
|
|
4759
4755
|
},
|
|
4760
4756
|
"bg-title": {
|
|
4761
|
-
"$value": "{sys.color.bg.neutral
|
|
4757
|
+
"$value": "{sys.color.bg.neutral}",
|
|
4762
4758
|
"$type": "color"
|
|
4763
4759
|
},
|
|
4764
4760
|
"bg": {
|
|
@@ -4766,7 +4762,7 @@
|
|
|
4766
4762
|
"$type": "color"
|
|
4767
4763
|
},
|
|
4768
4764
|
"bg-zebra-stripe": {
|
|
4769
|
-
"$value": "{sys.color.bg.neutral
|
|
4765
|
+
"$value": "{sys.color.bg.neutral}",
|
|
4770
4766
|
"$type": "color"
|
|
4771
4767
|
},
|
|
4772
4768
|
"bg-hover": {
|
|
@@ -7288,7 +7284,7 @@
|
|
|
7288
7284
|
"$description": "强调背景"
|
|
7289
7285
|
},
|
|
7290
7286
|
"neutral": {
|
|
7291
|
-
"$value": "{sys.palette.neutral.
|
|
7287
|
+
"$value": "{sys.palette.neutral.1}",
|
|
7292
7288
|
"$type": "color",
|
|
7293
7289
|
"$description": "描边标签、警告提示背景、开关失效点、表格斑马纹"
|
|
7294
7290
|
},
|