@biztoken/design-tokens 0.1.5 → 0.1.7

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.
Files changed (2) hide show
  1. package/package.json +10 -9
  2. package/tokens-DTCGS.json +423 -394
package/tokens-DTCGS.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "alert": {
4
4
  "container": {
5
5
  "min-height": {
6
- "$value": "40px",
6
+ "$value": "30px",
7
7
  "$type": "dimension"
8
8
  },
9
9
  "min-height-l": {
@@ -33,11 +33,11 @@
33
33
  }
34
34
  },
35
35
  "x-padding": {
36
- "$value": "{sys.space.inner-component}+{sys.space.mini}",
36
+ "$value": "{sys.space.component}",
37
37
  "$type": "dimension"
38
38
  },
39
39
  "y-padding": {
40
- "$value": "{sys.space.component}",
40
+ "$value": "{sys.space.inner-component}",
41
41
  "$type": "dimension"
42
42
  },
43
43
  "y-padding-l": {
@@ -85,7 +85,7 @@
85
85
  }
86
86
  },
87
87
  "margin-top": {
88
- "$value": "2px",
88
+ "$value": "1px",
89
89
  "$type": "dimension"
90
90
  },
91
91
  "margin-top-with-title": {
@@ -145,7 +145,7 @@
145
145
  "$type": "color"
146
146
  },
147
147
  "left-margin": {
148
- "$value": "{sys.space.component}",
148
+ "$value": "{sys.space.inner-component}",
149
149
  "$type": "dimension"
150
150
  }
151
151
  },
@@ -214,7 +214,7 @@
214
214
  }
215
215
  },
216
216
  "space-between-tip-icon-and-text": {
217
- "$value": "{sys.space.component}",
217
+ "$value": "{sys.space.inner-component}",
218
218
  "$type": "dimension"
219
219
  },
220
220
  "space-between-title-and-desc": {
@@ -222,7 +222,7 @@
222
222
  "$type": "dimension"
223
223
  },
224
224
  "space-between-desc-text-and-trailing-text": {
225
- "$value": "{sys.space.component}",
225
+ "$value": "{sys.space.inner-component}",
226
226
  "$type": "dimension"
227
227
  },
228
228
  "border": {
@@ -606,19 +606,19 @@
606
606
  "$type": "color"
607
607
  },
608
608
  "outline-secondary": {
609
- "$value": "{sys.color.border.regular}",
609
+ "$value": "{sys.color.border.neutral}",
610
610
  "$type": "color"
611
611
  },
612
612
  "outline-secondary-hover": {
613
- "$value": "{sys.color.border.regular}",
613
+ "$value": "{sys.color.border.neutral}",
614
614
  "$type": "color"
615
615
  },
616
616
  "outline-secondary-press": {
617
- "$value": "{sys.color.border.regular}",
617
+ "$value": "{sys.color.border.neutral}",
618
618
  "$type": "color"
619
619
  },
620
620
  "outline-secondary-disable": {
621
- "$value": "{sys.color.border.strong}",
621
+ "$value": "{sys.color.border.neutral-disable}",
622
622
  "$type": "color"
623
623
  },
624
624
  "outline-accent": {
@@ -654,19 +654,19 @@
654
654
  "$type": "color"
655
655
  },
656
656
  "ghost-secondary": {
657
- "$value": "{sys.color.border.regular}",
657
+ "$value": "{sys.color.border.neutral}",
658
658
  "$type": "color"
659
659
  },
660
660
  "ghost-secondary-hover": {
661
- "$value": "{sys.color.border.regular}",
661
+ "$value": "{sys.color.border.neutral}",
662
662
  "$type": "color"
663
663
  },
664
664
  "ghost-secondary-press": {
665
- "$value": "{sys.color.border.regular}",
665
+ "$value": "{sys.color.border.neutral}",
666
666
  "$type": "color"
667
667
  },
668
668
  "ghost-secondary-disable": {
669
- "$value": "{sys.color.border.strong}",
669
+ "$value": "{sys.color.border.neutral-disable}",
670
670
  "$type": "color"
671
671
  },
672
672
  "ghost-accent": {
@@ -989,7 +989,7 @@
989
989
  "$type": "dimension"
990
990
  },
991
991
  "button-gap": {
992
- "$value": "{sys.space.layout}",
992
+ "$value": "{sys.space.inner-component}",
993
993
  "$type": "dimension"
994
994
  },
995
995
  "button-gap-l": {
@@ -1047,7 +1047,7 @@
1047
1047
  "$type": "dimension"
1048
1048
  },
1049
1049
  "x-padding": {
1050
- "$value": "{sys.space.component}",
1050
+ "$value": "{sys.space.inner-component}",
1051
1051
  "$type": "dimension"
1052
1052
  },
1053
1053
  "x-padding-l": {
@@ -1105,11 +1105,11 @@
1105
1105
  },
1106
1106
  "item-group-container": {
1107
1107
  "x-padding": {
1108
- "$value": "{sys.space.component}",
1108
+ "$value": "{sys.space.inner-component}",
1109
1109
  "$type": "dimension"
1110
1110
  },
1111
1111
  "y-padding": {
1112
- "$value": "{sys.space.component}",
1112
+ "$value": "{sys.space.inner-component}",
1113
1113
  "$type": "dimension"
1114
1114
  },
1115
1115
  "min-width": {
@@ -1126,14 +1126,14 @@
1126
1126
  },
1127
1127
  "color": {
1128
1128
  "border-near-inner-content": {
1129
- "$value": "{sys.color.divider.weak}",
1129
+ "$value": "{sys.color.divider.regular}",
1130
1130
  "$type": "color"
1131
1131
  }
1132
1132
  }
1133
1133
  },
1134
1134
  "panel": {
1135
1135
  "top-margin": {
1136
- "$value": "{sys.space.component}",
1136
+ "$value": "{sys.space.inner-component}",
1137
1137
  "$type": "dimension"
1138
1138
  },
1139
1139
  "shadow": {
@@ -1265,7 +1265,7 @@
1265
1265
  },
1266
1266
  "space": {
1267
1267
  "icon-and-text-gap": {
1268
- "$value": "{sys.space.component}",
1268
+ "$value": "{sys.space.inner-component}",
1269
1269
  "$type": "dimension"
1270
1270
  },
1271
1271
  "checkbox-gap": {
@@ -1285,7 +1285,7 @@
1285
1285
  "datepicker": {
1286
1286
  "top-container": {
1287
1287
  "x-padding": {
1288
- "$value": "{sys.space.component}",
1288
+ "$value": "{sys.space.inner-component}",
1289
1289
  "$type": "dimension"
1290
1290
  },
1291
1291
  "y-padding": {
@@ -1294,7 +1294,7 @@
1294
1294
  },
1295
1295
  "color": {
1296
1296
  "bottom-border": {
1297
- "$value": "{sys.color.divider.weak}",
1297
+ "$value": "{sys.color.divider.regular}",
1298
1298
  "$type": "color"
1299
1299
  }
1300
1300
  }
@@ -1305,7 +1305,7 @@
1305
1305
  "$type": "dimension"
1306
1306
  },
1307
1307
  "gap": {
1308
- "$value": "{sys.space.component}",
1308
+ "$value": "{sys.space.inner-component}",
1309
1309
  "$type": "dimension"
1310
1310
  },
1311
1311
  "color": {
@@ -1327,7 +1327,7 @@
1327
1327
  "$type": "dimension"
1328
1328
  },
1329
1329
  "x-padding": {
1330
- "$value": "{sys.space.component}",
1330
+ "$value": "{sys.space.inner-component}",
1331
1331
  "$type": "dimension"
1332
1332
  },
1333
1333
  "color": {
@@ -1395,12 +1395,12 @@
1395
1395
  },
1396
1396
  "bottom-container": {
1397
1397
  "padding": {
1398
- "$value": "{sys.space.component}",
1398
+ "$value": "{sys.space.inner-component}",
1399
1399
  "$type": "dimension"
1400
1400
  },
1401
1401
  "color": {
1402
1402
  "top-border": {
1403
- "$value": "{sys.color.divider.weak}",
1403
+ "$value": "{sys.color.divider.regular}",
1404
1404
  "$type": "color"
1405
1405
  }
1406
1406
  }
@@ -1419,16 +1419,16 @@
1419
1419
  "$type": "dimension"
1420
1420
  },
1421
1421
  "gap": {
1422
- "$value": "{sys.space.component}",
1422
+ "$value": "{sys.space.inner-component}",
1423
1423
  "$type": "dimension"
1424
1424
  },
1425
1425
  "gap-date": {
1426
- "$value": "{sys.space.component}",
1426
+ "$value": "{sys.space.inner-component}",
1427
1427
  "$type": "dimension"
1428
1428
  },
1429
1429
  "color": {
1430
1430
  "border": {
1431
- "$value": "{sys.color.brand}",
1431
+ "$value": "{sys.color.transparent}",
1432
1432
  "$type": "color"
1433
1433
  },
1434
1434
  "border-hover": {
@@ -1456,7 +1456,7 @@
1456
1456
  "$type": "color"
1457
1457
  },
1458
1458
  "bg-present": {
1459
- "$value": "{sys.color.bg-state.brand.selected}",
1459
+ "$value": "{sys.color.bg.brand}",
1460
1460
  "$type": "color"
1461
1461
  }
1462
1462
  }
@@ -1467,7 +1467,7 @@
1467
1467
  "$type": "dimension"
1468
1468
  },
1469
1469
  "gap": {
1470
- "$value": "{sys.space.component}",
1470
+ "$value": "{sys.space.inner-component}",
1471
1471
  "$type": "dimension"
1472
1472
  },
1473
1473
  "color": {
@@ -1491,7 +1491,7 @@
1491
1491
  "color": {
1492
1492
  "border": {
1493
1493
  "near-inner-content": {
1494
- "$value": "{sys.color.divider.weak}",
1494
+ "$value": "{sys.color.divider.regular}",
1495
1495
  "$type": "color"
1496
1496
  }
1497
1497
  }
@@ -1499,7 +1499,7 @@
1499
1499
  },
1500
1500
  "panel": {
1501
1501
  "top-margin": {
1502
- "$value": "{sys.space.component}",
1502
+ "$value": "{sys.space.inner-component}",
1503
1503
  "$type": "dimension"
1504
1504
  },
1505
1505
  "shadow": {
@@ -1517,7 +1517,7 @@
1517
1517
  "color": {
1518
1518
  "border": {
1519
1519
  "near-inner-content": {
1520
- "$value": "{sys.color.divider.weak}",
1520
+ "$value": "{sys.color.divider.regular}",
1521
1521
  "$type": "color"
1522
1522
  }
1523
1523
  }
@@ -1576,7 +1576,7 @@
1576
1576
  },
1577
1577
  "border-bottom": {
1578
1578
  "color": {
1579
- "$value": "{sys.color.divider.weak}",
1579
+ "$value": "{sys.color.divider.regular}",
1580
1580
  "$type": "color"
1581
1581
  }
1582
1582
  },
@@ -1698,7 +1698,7 @@
1698
1698
  }
1699
1699
  },
1700
1700
  "space-title-and-operation-icon-gap": {
1701
- "$value": "{sys.space.component}",
1701
+ "$value": "{sys.space.inner-component}",
1702
1702
  "$type": "dimension"
1703
1703
  },
1704
1704
  "space-button-gap": {
@@ -1769,32 +1769,7 @@
1769
1769
  "$type": "color"
1770
1770
  },
1771
1771
  "shadow": {
1772
- "$value": [
1773
- {
1774
- "color": "#00000005",
1775
- "$type": "dropShadow",
1776
- "x": 0,
1777
- "y": 5,
1778
- "blur": 12,
1779
- "spread": 0
1780
- },
1781
- {
1782
- "color": "#00000008",
1783
- "$type": "dropShadow",
1784
- "x": 0,
1785
- "y": 6,
1786
- "blur": 14,
1787
- "spread": 8
1788
- },
1789
- {
1790
- "color": "#0000000a",
1791
- "$type": "dropShadow",
1792
- "x": 0,
1793
- "y": 7,
1794
- "blur": 16,
1795
- "spread": 16
1796
- }
1797
- ],
1772
+ "$value": "{sys.shadow.top}",
1798
1773
  "$type": "shadow"
1799
1774
  },
1800
1775
  "border": {
@@ -1819,18 +1794,18 @@
1819
1794
  },
1820
1795
  "bottom-border": {
1821
1796
  "color": {
1822
- "$value": "{sys.color.divider.weak}",
1797
+ "$value": "{sys.color.divider.regular}",
1823
1798
  "$type": "color"
1824
1799
  }
1825
1800
  },
1826
1801
  "x-padding": {
1827
- "$value": "{sys.space.mini}*5",
1802
+ "$value": "{sys.space.sub-layout}",
1828
1803
  "$type": "dimension"
1829
1804
  }
1830
1805
  },
1831
1806
  "content-container": {
1832
1807
  "x-padding": {
1833
- "$value": "{sys.space.mini}*5",
1808
+ "$value": "{sys.space.sub-layout}",
1834
1809
  "$type": "dimension"
1835
1810
  },
1836
1811
  "y-padding": {
@@ -1850,11 +1825,11 @@
1850
1825
  "$type": "shadow"
1851
1826
  },
1852
1827
  "x-padding": {
1853
- "$value": "{sys.space.mini}*5",
1828
+ "$value": "{sys.space.sub-layout}",
1854
1829
  "$type": "dimension"
1855
1830
  },
1856
1831
  "y-padding": {
1857
- "$value": "{sys.space.component}",
1832
+ "$value": "{sys.space.inner-component}",
1858
1833
  "$type": "dimension"
1859
1834
  },
1860
1835
  "color": {
@@ -1863,7 +1838,7 @@
1863
1838
  },
1864
1839
  "border": {
1865
1840
  "color": {
1866
- "$value": "{com.drawer.container.color}",
1841
+ "$value": "{sys.color.divider.regular}",
1867
1842
  "$type": "color"
1868
1843
  }
1869
1844
  }
@@ -1901,11 +1876,11 @@
1901
1876
  }
1902
1877
  },
1903
1878
  "space-title-and-operation-icon-gap": {
1904
- "$value": "{sys.space.component}",
1879
+ "$value": "{sys.space.inner-component}",
1905
1880
  "$type": "dimension"
1906
1881
  },
1907
1882
  "space-button-gap": {
1908
- "$value": "{sys.space.component}",
1883
+ "$value": "{sys.space.inner-component}",
1909
1884
  "$type": "dimension"
1910
1885
  }
1911
1886
  },
@@ -2004,7 +1979,7 @@
2004
1979
  }
2005
1980
  },
2006
1981
  "margin": {
2007
- "$value": "{sys.space.component}",
1982
+ "$value": "{sys.space.inner-component}",
2008
1983
  "$type": "dimension"
2009
1984
  }
2010
1985
  },
@@ -2026,7 +2001,7 @@
2026
2001
  "$type": "dimension"
2027
2002
  },
2028
2003
  "color": {
2029
- "$value": "{sys.color.divider.weak}",
2004
+ "$value": "{com.button.text.color.filled}",
2030
2005
  "$type": "color"
2031
2006
  }
2032
2007
  },
@@ -2196,35 +2171,39 @@
2196
2171
  "input": {
2197
2172
  "container": {
2198
2173
  "color": {
2199
- "$value": "{sys.color.white}",
2200
- "$type": "color",
2201
- "": {
2202
- "color": {
2174
+ "regular": {
2175
+ "$type": "color",
2176
+ "$value": "{sys.color.white}"
2177
+ },
2178
+ "disable": {
2179
+ "$value": "{sys.color.bg-state.forbidden}",
2180
+ "$type": "color"
2181
+ }
2182
+ },
2183
+ "border": {
2184
+ "color": {
2185
+ "regular": {
2203
2186
  "$value": "{sys.color.border.input}",
2204
2187
  "$type": "color"
2205
2188
  },
2206
- "color-hover": {
2207
- "$value": "{sys.color.neutral}",
2189
+ "disable": {
2190
+ "$value": "{sys.color.border.input-disable}",
2208
2191
  "$type": "color"
2209
2192
  },
2210
- "color-focuse": {
2193
+ "hover": {
2211
2194
  "$value": "{sys.color.brand}",
2212
2195
  "$type": "color"
2213
2196
  },
2214
- "color-error": {
2215
- "$value": "{sys.color.error}",
2197
+ "focus": {
2198
+ "$value": "{sys.color.brand}",
2216
2199
  "$type": "color"
2217
2200
  },
2218
- "color-disable": {
2219
- "$value": "{sys.color.border.input-disable}",
2201
+ "error": {
2202
+ "$value": "{sys.color.error}",
2220
2203
  "$type": "color"
2221
2204
  }
2222
2205
  }
2223
2206
  },
2224
- "color-disable": {
2225
- "$value": "{sys.color.bg-state.forbidden}",
2226
- "$type": "color"
2227
- },
2228
2207
  "height": {
2229
2208
  "$value": "{sys.size.row-height.regular}",
2230
2209
  "$type": "dimension"
@@ -2238,32 +2217,12 @@
2238
2217
  "$type": "dimension"
2239
2218
  },
2240
2219
  "x-padding": {
2241
- "$value": "{sys.space.component}",
2220
+ "$value": "{sys.space.inner-component}",
2242
2221
  "$type": "dimension"
2243
2222
  },
2244
2223
  "width": {
2245
2224
  "$value": "100%",
2246
2225
  "$type": "dimension"
2247
- },
2248
- "color-border": {
2249
- "$value": "{sys.color.border.input}",
2250
- "$type": "color"
2251
- },
2252
- "color-border-hover": {
2253
- "$value": "{sys.color.brand}",
2254
- "$type": "color"
2255
- },
2256
- "color-border-focuse": {
2257
- "$value": "{sys.color.brand}",
2258
- "$type": "color"
2259
- },
2260
- "color-border-error": {
2261
- "$value": "{sys.color.error}",
2262
- "$type": "color"
2263
- },
2264
- "color-border-disable": {
2265
- "$value": "{sys.color.border.input-disable}",
2266
- "$type": "color"
2267
2226
  }
2268
2227
  },
2269
2228
  "input-text": {
@@ -2448,7 +2407,7 @@
2448
2407
  "$type": "dimension"
2449
2408
  },
2450
2409
  "icon-and-input-text": {
2451
- "$value": "{sys.space.component}",
2410
+ "$value": "{sys.space.inner-component}",
2452
2411
  "$type": "dimension"
2453
2412
  }
2454
2413
  }
@@ -2478,7 +2437,7 @@
2478
2437
  },
2479
2438
  "affix-container": {
2480
2439
  "color": {
2481
- "$value": "{sys.color.bg.strong}",
2440
+ "$value": "{sys.color.bg.neutral-strong}",
2482
2441
  "$type": "color"
2483
2442
  },
2484
2443
  "height": {
@@ -2494,11 +2453,11 @@
2494
2453
  "$type": "dimension"
2495
2454
  },
2496
2455
  "x-padding": {
2497
- "$value": "{sys.space.component}",
2456
+ "$value": "{sys.space.inner-component}",
2498
2457
  "$type": "dimension"
2499
2458
  },
2500
2459
  "color-border": {
2501
- "$value": "{com.input.container.color-border}",
2460
+ "$value": "{com.input.container.border.color.regular}",
2502
2461
  "$type": "color"
2503
2462
  },
2504
2463
  "corner": {
@@ -2528,20 +2487,6 @@
2528
2487
  }
2529
2488
  },
2530
2489
  "input-number": {
2531
- "operation-button-container-down": {
2532
- "height": {
2533
- "$value": "({com.input.container.height}-2px)/2",
2534
- "$type": "dimension"
2535
- },
2536
- "height-l": {
2537
- "$value": "({com.input.container.height-l}-2px)/2",
2538
- "$type": "dimension"
2539
- },
2540
- "height-s": {
2541
- "$value": "({com.input.container.height-s}-2px)/2",
2542
- "$type": "dimension"
2543
- }
2544
- },
2545
2490
  "operation-button-container": {
2546
2491
  "color-hover": {
2547
2492
  "$value": "{sys.color.bg-state.brand.hover-opacity}",
@@ -2560,15 +2505,15 @@
2560
2505
  "$type": "color"
2561
2506
  },
2562
2507
  "color-border-disable": {
2563
- "$value": "{com.input.container.color-border-disable}",
2508
+ "$value": "{com.input.container.border.color.disable}",
2564
2509
  "$type": "color"
2565
2510
  },
2566
2511
  "color-border": {
2567
- "$value": "{com.input.container.color-border}",
2512
+ "$value": "{com.input.container.border.color.regular}",
2568
2513
  "$type": "color"
2569
2514
  },
2570
2515
  "x-padding": {
2571
- "$value": "{sys.space.component}",
2516
+ "$value": "{sys.space.inner-component}",
2572
2517
  "$type": "dimension"
2573
2518
  },
2574
2519
  "y-axis": {
@@ -2586,6 +2531,30 @@
2586
2531
  "$value": 0,
2587
2532
  "$type": "borderRadius"
2588
2533
  }
2534
+ },
2535
+ "height": {
2536
+ "$value": "({com.input.container.height}-2px)/2",
2537
+ "$type": "dimension"
2538
+ },
2539
+ "height-l": {
2540
+ "$value": "({com.input.container.height-l}-2px)/2",
2541
+ "$type": "dimension"
2542
+ },
2543
+ "height-s": {
2544
+ "$value": "({com.input.container.height-s}-2px)/2",
2545
+ "$type": "dimension"
2546
+ },
2547
+ "width": {
2548
+ "$value": "({com.input.container.height}-2px)",
2549
+ "$type": "dimension"
2550
+ },
2551
+ "width-l": {
2552
+ "$value": "({com.input.container.height-l}-2px)",
2553
+ "$type": "dimension"
2554
+ },
2555
+ "width-s": {
2556
+ "$value": "({com.input.container.height-s}-2px)",
2557
+ "$type": "dimension"
2589
2558
  }
2590
2559
  },
2591
2560
  "operation-icon": {
@@ -2604,11 +2573,11 @@
2604
2573
  },
2605
2574
  "border-between-operation-button": {
2606
2575
  "color": {
2607
- "$value": "{com.input.container.color-border}",
2576
+ "$value": "{com.input.container.border.color.regular}",
2608
2577
  "$type": "color"
2609
2578
  },
2610
2579
  "color-disable": {
2611
- "$value": "{com.input.container.color-border-disable}",
2580
+ "$value": "{com.input.container.border.color.disable}",
2612
2581
  "$type": "color"
2613
2582
  }
2614
2583
  },
@@ -2623,20 +2592,6 @@
2623
2592
  "$value": "{com.input.container.x-padding}",
2624
2593
  "$type": "dimension"
2625
2594
  }
2626
- },
2627
- "operation-button-container-up": {
2628
- "height": {
2629
- "$value": "14px",
2630
- "$type": "dimension"
2631
- },
2632
- "height-l": {
2633
- "$value": "18px",
2634
- "$type": "dimension"
2635
- },
2636
- "height-s": {
2637
- "$value": "10px",
2638
- "$type": "dimension"
2639
- }
2640
2595
  }
2641
2596
  },
2642
2597
  "link": {
@@ -2810,7 +2765,7 @@
2810
2765
  "$type": "dimension"
2811
2766
  },
2812
2767
  "y-padding": {
2813
- "$value": "{sys.space.component}",
2768
+ "$value": "{sys.space.inner-component}",
2814
2769
  "$type": "dimension"
2815
2770
  },
2816
2771
  "corner": {
@@ -2964,11 +2919,7 @@
2964
2919
  "messagebox": {
2965
2920
  "container": {
2966
2921
  "width": {
2967
- "$value": "960px",
2968
- "$type": "dimension"
2969
- },
2970
- "min-height": {
2971
- "$value": "480px",
2922
+ "$value": "720px",
2972
2923
  "$type": "dimension"
2973
2924
  },
2974
2925
  "color": {
@@ -3001,7 +2952,7 @@
3001
2952
  },
3002
2953
  "border-bottom": {
3003
2954
  "color": {
3004
- "$value": "{sys.color.divider.weak}",
2955
+ "$value": "{sys.color.divider.regular}",
3005
2956
  "$type": "color"
3006
2957
  }
3007
2958
  },
@@ -3027,16 +2978,16 @@
3027
2978
  "button-container": {
3028
2979
  "border-top": {
3029
2980
  "color": {
3030
- "$value": "{com.messagebox.container.color}",
2981
+ "$value": "{sys.color.divider.regular}",
3031
2982
  "$type": "color"
3032
2983
  }
3033
2984
  },
3034
2985
  "x-padding": {
3035
- "$value": "{sys.space.layout}",
2986
+ "$value": "{sys.space.inner-component}",
3036
2987
  "$type": "dimension"
3037
2988
  },
3038
2989
  "y-padding": {
3039
- "$value": "{sys.space.layout}",
2990
+ "$value": "{sys.space.component}",
3040
2991
  "$type": "dimension"
3041
2992
  }
3042
2993
  },
@@ -3073,7 +3024,7 @@
3073
3024
  }
3074
3025
  },
3075
3026
  "space-title-and-operation-icon-gap": {
3076
- "$value": "{sys.space.component}",
3027
+ "$value": "{sys.space.inner-component}",
3077
3028
  "$type": "dimension"
3078
3029
  },
3079
3030
  "space-button-gap": {
@@ -3188,12 +3139,12 @@
3188
3139
  "$type": "color"
3189
3140
  },
3190
3141
  "left-margin": {
3191
- "$value": "{sys.space.component}",
3142
+ "$value": "{sys.space.inner-component}",
3192
3143
  "$type": "dimension"
3193
3144
  }
3194
3145
  },
3195
3146
  "space-tip-icon-and-text-gap": {
3196
- "$value": "{sys.space.component}",
3147
+ "$value": "{sys.space.inner-component}",
3197
3148
  "$type": "dimension"
3198
3149
  }
3199
3150
  },
@@ -3214,7 +3165,7 @@
3214
3165
  }
3215
3166
  },
3216
3167
  "pagination": {
3217
- "number-button-container": {
3168
+ "button-container": {
3218
3169
  "min-size": {
3219
3170
  "$value": "{sys.size.row-height.regular}",
3220
3171
  "$type": "dimension"
@@ -3228,7 +3179,7 @@
3228
3179
  "$type": "dimension"
3229
3180
  },
3230
3181
  "x-padding": {
3231
- "$value": "{sys.space.component}",
3182
+ "$value": "{sys.space.inner-component}",
3232
3183
  "$type": "dimension"
3233
3184
  },
3234
3185
  "x-padding-l": {
@@ -3273,42 +3224,88 @@
3273
3224
  "$value": "{sys.color.white}",
3274
3225
  "$type": "color"
3275
3226
  },
3227
+ "outline-disable": {
3228
+ "$type": "color",
3229
+ "$value": "{sys.color.bg-state.neutral.disable}"
3230
+ },
3276
3231
  "text": {
3277
- "$value": "{sys.color.white}",
3232
+ "$value": "{sys.color.transparent}",
3278
3233
  "$type": "color"
3279
3234
  },
3280
3235
  "text-hover": {
3281
- "$value": "{sys.color.bg-state.brand.hover-opacity}",
3236
+ "$value": "{sys.color.transparent}",
3282
3237
  "$type": "color"
3283
3238
  },
3284
3239
  "text-press": {
3285
- "$value": "{sys.color.bg-state.brand.press-opacity}",
3240
+ "$value": "{sys.color.transparent}",
3286
3241
  "$type": "color"
3287
3242
  },
3288
3243
  "text-selected": {
3289
- "$value": "{sys.color.white}",
3244
+ "$value": "{sys.color.transparent}",
3290
3245
  "$type": "color"
3291
3246
  },
3292
- "disable": {
3293
- "$value": "{sys.color.bg-state.forbidden}",
3247
+ "text-disable": {
3248
+ "$value": "{sys.color.transparent}",
3294
3249
  "$type": "color"
3295
3250
  }
3296
3251
  },
3297
3252
  "border": {
3298
- "$value": "{sys.color.border.input}",
3299
- "$type": "color"
3300
- },
3301
- "border-text": {
3302
- "$value": "{sys.color.border.input}",
3303
- "$type": "color"
3304
- },
3305
- "border-selected": {
3306
- "$value": "{sys.color.border.brand}",
3307
- "$type": "color"
3308
- },
3309
- "border-disable": {
3310
- "$value": "{sys.color.border.input-disable}",
3311
- "$type": "color"
3253
+ "ghost": {
3254
+ "$type": "color",
3255
+ "$value": "{sys.color.bg-state.brand.hover-opacity}"
3256
+ },
3257
+ "ghost-hover": {
3258
+ "$type": "color",
3259
+ "$value": "{sys.color.bg-state.brand.hover-weak}"
3260
+ },
3261
+ "ghost-press": {
3262
+ "$type": "color",
3263
+ "$value": "{sys.color.bg-state.brand.press-weak}"
3264
+ },
3265
+ "ghost-selected": {
3266
+ "$type": "color",
3267
+ "$value": "{sys.color.bg-state.brand.hover-opacity}"
3268
+ },
3269
+ "outline": {
3270
+ "$type": "color",
3271
+ "$value": "{sys.color.bg-state.brand.hover-weak}"
3272
+ },
3273
+ "outline-hover": {
3274
+ "$type": "color",
3275
+ "$value": "{sys.color.bg-state.brand.hover-weak}"
3276
+ },
3277
+ "outline-press": {
3278
+ "$type": "color",
3279
+ "$value": "{sys.color.bg-state.brand.press-weak}"
3280
+ },
3281
+ "outline-selected": {
3282
+ "$type": "color",
3283
+ "$value": "{sys.color.border.brand}"
3284
+ },
3285
+ "outline-disable": {
3286
+ "$type": "color",
3287
+ "$value": "{sys.color.border.neutral-disable}"
3288
+ },
3289
+ "text": {
3290
+ "$type": "color",
3291
+ "$value": "{sys.color.transparent}"
3292
+ },
3293
+ "text-hover": {
3294
+ "$type": "color",
3295
+ "$value": "{sys.color.transparent}"
3296
+ },
3297
+ "text-press": {
3298
+ "$type": "color",
3299
+ "$value": "{sys.color.transparent}"
3300
+ },
3301
+ "text-selected": {
3302
+ "$type": "color",
3303
+ "$value": "{sys.color.transparent}"
3304
+ },
3305
+ "text-disable": {
3306
+ "$type": "color",
3307
+ "$value": "{sys.color.transparent}"
3308
+ }
3312
3309
  }
3313
3310
  }
3314
3311
  },
@@ -3326,24 +3323,58 @@
3326
3323
  "$type": "dimension"
3327
3324
  },
3328
3325
  "color": {
3329
- "$value": "{sys.color.content.secondary}",
3330
- "$type": "color"
3331
- },
3332
- "color-hover": {
3333
- "$value": "{sys.color.brand}",
3334
- "$type": "color"
3335
- },
3336
- "color-press": {
3337
- "$value": "{com.pagination.text.color-hover}",
3338
- "$type": "color"
3339
- },
3340
- "color-selected": {
3341
- "$value": "{com.pagination.text.color-hover}",
3342
- "$type": "color"
3343
- },
3344
- "color-disable": {
3345
- "$value": "{sys.color.content-state.neutral-disable}",
3346
- "$type": "color"
3326
+ "ghost": {
3327
+ "$type": "color",
3328
+ "$value": "{sys.color.content.brand}"
3329
+ },
3330
+ "ghost-hover": {
3331
+ "$type": "color",
3332
+ "$value": "{sys.color.content-state.brand-hover}"
3333
+ },
3334
+ "ghost-press": {
3335
+ "$type": "color",
3336
+ "$value": "{sys.color.content-state.brand-press}"
3337
+ },
3338
+ "ghost-selected": {
3339
+ "$type": "color",
3340
+ "$value": "{sys.color.content-state.brand-visited}"
3341
+ },
3342
+ "outline": {
3343
+ "$type": "color",
3344
+ "$value": "{com.pagination.text.color.ghost}"
3345
+ },
3346
+ "outline-hover": {
3347
+ "$type": "color",
3348
+ "$value": "{com.pagination.text.color.ghost-hover}"
3349
+ },
3350
+ "outline-press": {
3351
+ "$type": "color",
3352
+ "$value": "{com.pagination.text.color.ghost-press}"
3353
+ },
3354
+ "outline-selected": {
3355
+ "$type": "color",
3356
+ "$value": "{com.pagination.text.color.ghost-selected}"
3357
+ },
3358
+ "text": {
3359
+ "$type": "color",
3360
+ "$value": "{com.pagination.text.color.ghost}"
3361
+ },
3362
+ "text-hover": {
3363
+ "$type": "color",
3364
+ "$value": "{com.pagination.text.color.ghost-hover}"
3365
+ },
3366
+ "text-press": {
3367
+ "$type": "color",
3368
+ "$value": "{com.pagination.text.color.ghost-press}"
3369
+ },
3370
+ "text-selected": {
3371
+ "$type": "color",
3372
+ "$value": "{com.pagination.text.color.ghost-selected}"
3373
+ },
3374
+ "text-disable": {
3375
+ "$type": "color",
3376
+ "$value": "{sys.color.content-state.neutral-disable}"
3377
+ }
3347
3378
  }
3348
3379
  },
3349
3380
  "icon": {
@@ -3358,19 +3389,11 @@
3358
3389
  "size-s": {
3359
3390
  "$value": "{sys.size.element.m.12}",
3360
3391
  "$type": "dimension"
3361
- },
3362
- "color": {
3363
- "$value": "{sys.color.content.assist}",
3364
- "$type": "color"
3365
- },
3366
- "color-disable": {
3367
- "$value": "{com.pagination.text.color-disable}",
3368
- "$type": "color"
3369
3392
  }
3370
3393
  },
3371
3394
  "space": {
3372
- "number-button-gap": {
3373
- "$value": "{sys.space.component}",
3395
+ "button-gap": {
3396
+ "$value": "{sys.space.inner-component}",
3374
3397
  "$type": "dimension"
3375
3398
  },
3376
3399
  "element-gap": {
@@ -3378,7 +3401,7 @@
3378
3401
  "$type": "dimension"
3379
3402
  },
3380
3403
  "skip-area-text-and-input-gap": {
3381
- "$value": "{sys.space.component}",
3404
+ "$value": "{sys.space.inner-component}",
3382
3405
  "$type": "dimension"
3383
3406
  }
3384
3407
  }
@@ -3484,12 +3507,12 @@
3484
3507
  },
3485
3508
  "button": {
3486
3509
  "top-margin": {
3487
- "$value": "{sys.space.component}",
3510
+ "$value": "{sys.space.inner-component}",
3488
3511
  "$type": "dimension"
3489
3512
  }
3490
3513
  },
3491
3514
  "space-button-gap": {
3492
- "$value": "{sys.space.component}",
3515
+ "$value": "{sys.space.inner-component}",
3493
3516
  "$type": "dimension"
3494
3517
  }
3495
3518
  },
@@ -3578,11 +3601,11 @@
3578
3601
  },
3579
3602
  "space": {
3580
3603
  "bottom-bar-and-icon-gap": {
3581
- "$value": "{sys.space.component}",
3604
+ "$value": "{sys.space.inner-component}",
3582
3605
  "$type": "dimension"
3583
3606
  },
3584
3607
  "bottom-bar-and-text-gap": {
3585
- "$value": "{sys.space.component}",
3608
+ "$value": "{sys.space.inner-component}",
3586
3609
  "$type": "dimension"
3587
3610
  }
3588
3611
  },
@@ -3910,7 +3933,7 @@
3910
3933
  },
3911
3934
  "space": {
3912
3935
  "icon-and-text-gap": {
3913
- "$value": "{sys.space.component}",
3936
+ "$value": "{sys.space.inner-component}",
3914
3937
  "$type": "dimension"
3915
3938
  },
3916
3939
  "radio-gap": {
@@ -3994,7 +4017,7 @@
3994
4017
  "select": {
3995
4018
  "selector-container": {
3996
4019
  "x-padding": {
3997
- "$value": "{sys.space.component}",
4020
+ "$value": "{sys.space.inner-component}",
3998
4021
  "$type": "dimension"
3999
4022
  },
4000
4023
  "height": {
@@ -4027,7 +4050,7 @@
4027
4050
  "$type": "color"
4028
4051
  },
4029
4052
  "border-hover": {
4030
- "$value": "{sys.color.border.regular}",
4053
+ "$value": "{sys.color.border.neutral}",
4031
4054
  "$type": "color"
4032
4055
  },
4033
4056
  "border-error": {
@@ -4094,7 +4117,7 @@
4094
4117
  },
4095
4118
  "arrow-icon": {
4096
4119
  "left-margin": {
4097
- "$value": "{sys.space.component}",
4120
+ "$value": "{sys.space.inner-component}",
4098
4121
  "$type": "dimension"
4099
4122
  }
4100
4123
  },
@@ -4142,7 +4165,7 @@
4142
4165
  "$type": "dimension"
4143
4166
  },
4144
4167
  "x-padding": {
4145
- "$value": "{sys.space.component}",
4168
+ "$value": "{sys.space.inner-component}",
4146
4169
  "$type": "dimension"
4147
4170
  },
4148
4171
  "x-padding-l": {
@@ -4166,15 +4189,11 @@
4166
4189
  },
4167
4190
  "panel": {
4168
4191
  "x-padding": {
4169
- "$value": "{sys.space.component}",
4192
+ "$value": "0px",
4170
4193
  "$type": "dimension"
4171
4194
  },
4172
4195
  "y-padding": {
4173
- "$value": "{sys.space.component}",
4174
- "$type": "dimension"
4175
- },
4176
- "top-margin": {
4177
- "$value": "{sys.space.component}",
4196
+ "$value": "{sys.space.inner-component}",
4178
4197
  "$type": "dimension"
4179
4198
  },
4180
4199
  "shadow": {
@@ -4228,7 +4247,7 @@
4228
4247
  "$type": "dimension"
4229
4248
  },
4230
4249
  "color": {
4231
- "$value": "{sys.color.divider.weak}",
4250
+ "$value": "{sys.color.divider.regular}",
4232
4251
  "$type": "color"
4233
4252
  }
4234
4253
  }
@@ -4318,7 +4337,7 @@
4318
4337
  },
4319
4338
  "text-container": {
4320
4339
  "top-padding": {
4321
- "$value": "{sys.space.component}",
4340
+ "$value": "{sys.space.inner-component}",
4322
4341
  "$type": "dimension"
4323
4342
  },
4324
4343
  "x-padding": {
@@ -4345,11 +4364,11 @@
4345
4364
  "$type": "color"
4346
4365
  },
4347
4366
  "border": {
4348
- "$value": "{sys.color.border.regular}",
4367
+ "$value": "{sys.color.border.neutral}",
4349
4368
  "$type": "color"
4350
4369
  },
4351
4370
  "border-disable": {
4352
- "$value": "{sys.color.border.strong}",
4371
+ "$value": "{sys.color.border.neutral-disable}",
4353
4372
  "$type": "color"
4354
4373
  },
4355
4374
  "bg-active": {
@@ -4454,7 +4473,7 @@
4454
4473
  "$type": "dimension"
4455
4474
  },
4456
4475
  "left-padding": {
4457
- "$value": "{sys.space.component}",
4476
+ "$value": "{sys.space.inner-component}",
4458
4477
  "$type": "dimension"
4459
4478
  }
4460
4479
  },
@@ -4464,7 +4483,7 @@
4464
4483
  "$type": "dimension"
4465
4484
  },
4466
4485
  "left-padding": {
4467
- "$value": "{sys.space.component}",
4486
+ "$value": "{sys.space.inner-component}",
4468
4487
  "$type": "dimension"
4469
4488
  }
4470
4489
  },
@@ -4504,11 +4523,11 @@
4504
4523
  "steps-center": {
4505
4524
  "title-container": {
4506
4525
  "top-margin": {
4507
- "$value": "{sys.space.component}",
4526
+ "$value": "{sys.space.inner-component}",
4508
4527
  "$type": "dimension"
4509
4528
  },
4510
4529
  "x-padding": {
4511
- "$value": "{sys.space.component}",
4530
+ "$value": "{sys.space.inner-component}",
4512
4531
  "$type": "dimension"
4513
4532
  }
4514
4533
  },
@@ -4594,7 +4613,7 @@
4594
4613
  "$type": "color"
4595
4614
  },
4596
4615
  "color-disable": {
4597
- "$value": "{sys.color.bg.regular}",
4616
+ "$value": "{sys.color.bg-state.neutral.disable}",
4598
4617
  "$type": "color"
4599
4618
  },
4600
4619
  "corner": {
@@ -4628,7 +4647,7 @@
4628
4647
  "$type": "color"
4629
4648
  },
4630
4649
  "color-disable": {
4631
- "$value": "{sys.color.bg.strong}",
4650
+ "$value": "{sys.color.bg.neutral-strong}",
4632
4651
  "$type": "color"
4633
4652
  }
4634
4653
  },
@@ -4730,16 +4749,16 @@
4730
4749
  "$type": "dimension"
4731
4750
  },
4732
4751
  "y-padding": {
4733
- "$value": "{sys.space.component}",
4752
+ "$value": "{sys.space.inner-component}",
4734
4753
  "$type": "dimension"
4735
4754
  },
4736
4755
  "color": {
4737
4756
  "border-near-inner-content": {
4738
- "$value": "{sys.color.divider.weak}",
4757
+ "$value": "{sys.color.divider.regular}",
4739
4758
  "$type": "color"
4740
4759
  },
4741
4760
  "bg-title": {
4742
- "$value": "{sys.color.bg.strong}",
4761
+ "$value": "{sys.color.bg.neutral-strong}",
4743
4762
  "$type": "color"
4744
4763
  },
4745
4764
  "bg": {
@@ -4747,7 +4766,7 @@
4747
4766
  "$type": "color"
4748
4767
  },
4749
4768
  "bg-zebra-stripe": {
4750
- "$value": "{sys.color.bg.strong}",
4769
+ "$value": "{sys.color.bg.neutral-strong}",
4751
4770
  "$type": "color"
4752
4771
  },
4753
4772
  "bg-hover": {
@@ -4774,11 +4793,11 @@
4774
4793
  "$type": "dimension"
4775
4794
  },
4776
4795
  "x-padding-s": {
4777
- "$value": "{sys.space.component}",
4796
+ "$value": "{sys.space.inner-component}",
4778
4797
  "$type": "dimension"
4779
4798
  },
4780
4799
  "x-padding-l": {
4781
- "$value": "{sys.space.mini}*4",
4800
+ "$value": "{sys.space.component}",
4782
4801
  "$type": "dimension"
4783
4802
  }
4784
4803
  },
@@ -4848,7 +4867,7 @@
4848
4867
  "$type": "dimension"
4849
4868
  },
4850
4869
  "right-margin": {
4851
- "$value": "{sys.space.component}",
4870
+ "$value": "{sys.space.inner-component}",
4852
4871
  "$type": "dimension"
4853
4872
  },
4854
4873
  "opacity": {
@@ -4860,14 +4879,14 @@
4860
4879
  },
4861
4880
  "item-element": {
4862
4881
  "gap": {
4863
- "$value": "{sys.space.component}",
4882
+ "$value": "{sys.space.inner-component}",
4864
4883
  "$type": "dimension"
4865
4884
  }
4866
4885
  },
4867
4886
  "container": {
4868
4887
  "color": {
4869
4888
  "border": {
4870
- "$value": "{sys.color.divider.weak}",
4889
+ "$value": "{sys.color.divider.regular}",
4871
4890
  "$type": "color"
4872
4891
  }
4873
4892
  },
@@ -4924,7 +4943,7 @@
4924
4943
  },
4925
4944
  "placeholder-element": {
4926
4945
  "gap": {
4927
- "$value": "{sys.space.component}",
4946
+ "$value": "{sys.space.inner-component}",
4928
4947
  "$type": "dimension"
4929
4948
  },
4930
4949
  "positon": {
@@ -5018,7 +5037,7 @@
5018
5037
  "$type": "dimension"
5019
5038
  },
5020
5039
  "left-margin": {
5021
- "$value": "{sys.space.component}",
5040
+ "$value": "{sys.space.inner-component}",
5022
5041
  "$type": "dimension"
5023
5042
  },
5024
5043
  "color": {
@@ -5026,11 +5045,11 @@
5026
5045
  "$type": "color"
5027
5046
  },
5028
5047
  "color-active": {
5029
- "$value": "{sys.color.content.brand-weak}",
5048
+ "$value": "{sys.color.content.brand}",
5030
5049
  "$type": "color"
5031
5050
  },
5032
5051
  "color-selected": {
5033
- "$value": "{sys.color.content.brand-weak}",
5052
+ "$value": "{sys.color.content.brand}",
5034
5053
  "$type": "color"
5035
5054
  },
5036
5055
  "color-hover": {
@@ -5044,7 +5063,7 @@
5044
5063
  },
5045
5064
  "item-container": {
5046
5065
  "y-padding": {
5047
- "$value": "{sys.space.component}",
5066
+ "$value": "{sys.space.inner-component}",
5048
5067
  "$type": "dimension"
5049
5068
  },
5050
5069
  "gap": {
@@ -5100,13 +5119,13 @@
5100
5119
  "$type": "dimension"
5101
5120
  },
5102
5121
  "min-gap-item-container-and-operation-button-card": {
5103
- "$value": "{sys.space.component}",
5122
+ "$value": "{sys.space.inner-component}",
5104
5123
  "$type": "dimension"
5105
5124
  }
5106
5125
  },
5107
5126
  "operation-button": {
5108
5127
  "gap": {
5109
- "$value": "{sys.space.component}",
5128
+ "$value": "{sys.space.inner-component}",
5110
5129
  "$type": "dimension"
5111
5130
  }
5112
5131
  },
@@ -5147,11 +5166,11 @@
5147
5166
  },
5148
5167
  "color": {
5149
5168
  "brand-filled": {
5150
- "$value": "{sys.color.brand}",
5169
+ "$value": "{sys.color.bg.brand-strong}",
5151
5170
  "$type": "color"
5152
5171
  },
5153
5172
  "brand-filled-weak": {
5154
- "$value": "{sys.color.bg.brand-strong}",
5173
+ "$value": "{sys.color.bg.brand}",
5155
5174
  "$type": "color"
5156
5175
  },
5157
5176
  "brand-filled-hover": {
@@ -5171,11 +5190,11 @@
5171
5190
  "$type": "color"
5172
5191
  },
5173
5192
  "success-filled": {
5174
- "$value": "{sys.color.success}",
5193
+ "$value": "{sys.color.bg.success-strong}",
5175
5194
  "$type": "color"
5176
5195
  },
5177
5196
  "success-filled-weak": {
5178
- "$value": "{sys.color.bg.success-strong}",
5197
+ "$value": "{sys.color.bg.success}",
5179
5198
  "$type": "color"
5180
5199
  },
5181
5200
  "success-filled-hover": {
@@ -5195,11 +5214,11 @@
5195
5214
  "$type": "color"
5196
5215
  },
5197
5216
  "warning-filled": {
5198
- "$value": "{sys.color.warning}",
5217
+ "$value": "{sys.color.bg.warning-strong}",
5199
5218
  "$type": "color"
5200
5219
  },
5201
5220
  "warning-filled-weak": {
5202
- "$value": "{sys.color.bg.warning-strong}",
5221
+ "$value": "{sys.color.bg.warning}",
5203
5222
  "$type": "color"
5204
5223
  },
5205
5224
  "warning-filled-hover": {
@@ -5219,11 +5238,11 @@
5219
5238
  "$type": "color"
5220
5239
  },
5221
5240
  "info-filled": {
5222
- "$value": "{sys.color.info}",
5241
+ "$value": "{sys.color.bg.info-strong}",
5223
5242
  "$type": "color"
5224
5243
  },
5225
5244
  "info-filled-weak": {
5226
- "$value": "{sys.color.bg.info-strong}",
5245
+ "$value": "{sys.color.bg.info}",
5227
5246
  "$type": "color"
5228
5247
  },
5229
5248
  "info-filled-hover": {
@@ -5243,11 +5262,11 @@
5243
5262
  "$type": "color"
5244
5263
  },
5245
5264
  "accent-filled": {
5246
- "$value": "{sys.color.error}",
5265
+ "$value": "{sys.color.bg.error-strong}",
5247
5266
  "$type": "color"
5248
5267
  },
5249
5268
  "accent-filled-weak": {
5250
- "$value": "{sys.color.bg.error-strong}",
5269
+ "$value": "{sys.color.bg.error}",
5251
5270
  "$type": "color"
5252
5271
  },
5253
5272
  "accent-filled-hover": {
@@ -5267,11 +5286,11 @@
5267
5286
  "$type": "color"
5268
5287
  },
5269
5288
  "neutral-filled": {
5270
- "$value": "{sys.color.neutral}",
5289
+ "$value": "{sys.color.bg.neutral-strong}",
5271
5290
  "$type": "color"
5272
5291
  },
5273
5292
  "neutral-filled-weak": {
5274
- "$value": "{sys.color.bg.neutral-weak-opacity}",
5293
+ "$value": "{sys.color.bg.neutral-strong}",
5275
5294
  "$type": "color"
5276
5295
  },
5277
5296
  "neutral-filled-hover": {
@@ -5602,11 +5621,11 @@
5602
5621
  "$type": "color"
5603
5622
  },
5604
5623
  "neutral": {
5605
- "$value": "{sys.color.border.regular}",
5624
+ "$value": "{sys.color.border.neutral}",
5606
5625
  "$type": "color"
5607
5626
  },
5608
5627
  "neutral-disable": {
5609
- "$value": "{sys.color.border.strong}",
5628
+ "$value": "{sys.color.border.neutral-disable}",
5610
5629
  "$type": "color"
5611
5630
  }
5612
5631
  }
@@ -5777,7 +5796,7 @@
5777
5796
  "$type": "color"
5778
5797
  },
5779
5798
  "brand": {
5780
- "$value": "{sys.color.content.brand-weak}",
5799
+ "$value": "{sys.color.content.brand}",
5781
5800
  "$type": "color"
5782
5801
  },
5783
5802
  "brand-hover": {
@@ -5855,19 +5874,19 @@
5855
5874
  "container": {
5856
5875
  "color": {
5857
5876
  "bg": {
5858
- "$value": "{com.input.container.color}",
5877
+ "$value": "{com.input.container.color.regular}",
5859
5878
  "$type": "color"
5860
5879
  },
5861
5880
  "bg-disable": {
5862
- "$value": "{com.input.container.color-disable}",
5881
+ "$value": "{com.input.container.color.disable}",
5863
5882
  "$type": "color"
5864
5883
  },
5865
5884
  "border": {
5866
- "$value": "{com.input.container.color-border}",
5885
+ "$value": "{com.input.container.border.color.regular}",
5867
5886
  "$type": "color"
5868
5887
  },
5869
5888
  "border-disable": {
5870
- "$value": "{com.input.container.color-border-disable}",
5889
+ "$value": "{com.input.container.border.color.disable}",
5871
5890
  "$type": "color"
5872
5891
  }
5873
5892
  }
@@ -5969,7 +5988,7 @@
5969
5988
  "$type": "color"
5970
5989
  },
5971
5990
  "border-disable": {
5972
- "$value": "{sys.color.border.strong}",
5991
+ "$value": "{sys.color.border.neutral-disable}",
5973
5992
  "$type": "color"
5974
5993
  }
5975
5994
  },
@@ -6048,7 +6067,7 @@
6048
6067
  "$type": "dimension"
6049
6068
  },
6050
6069
  "bottom-padding": {
6051
- "$value": "{sys.space.component}",
6070
+ "$value": "{sys.space.inner-component}",
6052
6071
  "$type": "dimension"
6053
6072
  }
6054
6073
  }
@@ -6082,7 +6101,7 @@
6082
6101
  "$type": "dimension"
6083
6102
  },
6084
6103
  "x-padding": {
6085
- "$value": "{sys.space.component}",
6104
+ "$value": "{sys.space.inner-component}",
6086
6105
  "$type": "dimension"
6087
6106
  },
6088
6107
  "min-width": {
@@ -6146,7 +6165,7 @@
6146
6165
  "$type": "dimension"
6147
6166
  },
6148
6167
  "gap": {
6149
- "$value": "{sys.space.component}",
6168
+ "$value": "{sys.space.inner-component}",
6150
6169
  "$type": "dimension"
6151
6170
  },
6152
6171
  "color": {
@@ -6168,12 +6187,12 @@
6168
6187
  },
6169
6188
  "button-container": {
6170
6189
  "padding": {
6171
- "$value": "{sys.space.component}",
6190
+ "$value": "{sys.space.inner-component}",
6172
6191
  "$type": "dimension"
6173
6192
  },
6174
6193
  "color": {
6175
6194
  "top-border": {
6176
- "$value": "{sys.color.divider.weak}",
6195
+ "$value": "{sys.color.divider.regular}",
6177
6196
  "$type": "color"
6178
6197
  }
6179
6198
  }
@@ -6189,7 +6208,7 @@
6189
6208
  },
6190
6209
  "color": {
6191
6210
  "bottom-border": {
6192
- "$value": "{sys.color.divider.weak}",
6211
+ "$value": "{sys.color.divider.regular}",
6193
6212
  "$type": "color"
6194
6213
  }
6195
6214
  }
@@ -6206,7 +6225,7 @@
6206
6225
  },
6207
6226
  "panel": {
6208
6227
  "top-margin": {
6209
- "$value": "{sys.space.component}",
6228
+ "$value": "{sys.space.inner-component}",
6210
6229
  "$type": "dimension"
6211
6230
  },
6212
6231
  "shadow": {
@@ -6232,11 +6251,11 @@
6232
6251
  "$type": "dimension"
6233
6252
  },
6234
6253
  "y-padding": {
6235
- "$value": "{sys.space.component}",
6254
+ "$value": "{sys.space.inner-component}",
6236
6255
  "$type": "dimension"
6237
6256
  },
6238
6257
  "x-padding-s": {
6239
- "$value": "{sys.space.component}",
6258
+ "$value": "{sys.space.inner-component}",
6240
6259
  "$type": "dimension"
6241
6260
  },
6242
6261
  "y-padding-s": {
@@ -6358,7 +6377,7 @@
6358
6377
  },
6359
6378
  "option-item-container": {
6360
6379
  "x-padding": {
6361
- "$value": "{sys.space.component}",
6380
+ "$value": "{sys.space.inner-component}",
6362
6381
  "$type": "dimension"
6363
6382
  },
6364
6383
  "height": {
@@ -6387,7 +6406,7 @@
6387
6406
  },
6388
6407
  "color": {
6389
6408
  "bottom-border": {
6390
- "$value": "{sys.color.divider.weak}",
6409
+ "$value": "{sys.color.divider.regular}",
6391
6410
  "$type": "color"
6392
6411
  },
6393
6412
  "bg": {
@@ -6402,11 +6421,11 @@
6402
6421
  },
6403
6422
  "option-container": {
6404
6423
  "x-padding": {
6405
- "$value": "{sys.space.component}",
6424
+ "$value": "{sys.space.inner-component}",
6406
6425
  "$type": "dimension"
6407
6426
  },
6408
6427
  "y-padding": {
6409
- "$value": "{sys.space.component}",
6428
+ "$value": "{sys.space.inner-component}",
6410
6429
  "$type": "dimension"
6411
6430
  },
6412
6431
  "height": {
@@ -6416,7 +6435,7 @@
6416
6435
  },
6417
6436
  "switch-button": {
6418
6437
  "gap": {
6419
- "$value": "{sys.space.component}",
6438
+ "$value": "{sys.space.inner-component}",
6420
6439
  "$type": "dimension"
6421
6440
  },
6422
6441
  "x-margin": {
@@ -6456,7 +6475,7 @@
6456
6475
  "$type": "dimension"
6457
6476
  },
6458
6477
  "y-padding": {
6459
- "$value": "{sys.space.component}",
6478
+ "$value": "{sys.space.inner-component}",
6460
6479
  "$type": "dimension"
6461
6480
  },
6462
6481
  "color": {
@@ -6510,17 +6529,17 @@
6510
6529
  "$type": "color"
6511
6530
  },
6512
6531
  "color-selected-drag": {
6513
- "$value": "{sys.color.content.brand-weak}",
6532
+ "$value": "{sys.color.content.brand}",
6514
6533
  "$type": "color"
6515
6534
  }
6516
6535
  },
6517
6536
  "item-container": {
6518
6537
  "x-padding": {
6519
- "$value": "{sys.space.component}",
6538
+ "$value": "{sys.space.inner-component}",
6520
6539
  "$type": "dimension"
6521
6540
  },
6522
6541
  "gap": {
6523
- "$value": "{sys.space.component}",
6542
+ "$value": "{sys.space.inner-component}",
6524
6543
  "$type": "dimension"
6525
6544
  },
6526
6545
  "height": {
@@ -6558,7 +6577,7 @@
6558
6577
  "$type": "dimension"
6559
6578
  },
6560
6579
  "right-margin": {
6561
- "$value": "{sys.space.component}",
6580
+ "$value": "{sys.space.inner-component}",
6562
6581
  "$type": "dimension"
6563
6582
  },
6564
6583
  "color": {
@@ -6580,7 +6599,7 @@
6580
6599
  "$type": "dimension"
6581
6600
  },
6582
6601
  "right-margin": {
6583
- "$value": "{sys.space.component}",
6602
+ "$value": "{sys.space.inner-component}",
6584
6603
  "$type": "dimension"
6585
6604
  },
6586
6605
  "color": {
@@ -6606,7 +6625,7 @@
6606
6625
  },
6607
6626
  "checkbox": {
6608
6627
  "right-margin": {
6609
- "$value": "{sys.space.component}",
6628
+ "$value": "{sys.space.inner-component}",
6610
6629
  "$type": "dimension"
6611
6630
  }
6612
6631
  },
@@ -6690,11 +6709,11 @@
6690
6709
  },
6691
6710
  "file-item-container": {
6692
6711
  "padding": {
6693
- "$value": "{sys.space.component}",
6712
+ "$value": "{sys.space.inner-component}",
6694
6713
  "$type": "dimension"
6695
6714
  },
6696
6715
  "gap": {
6697
- "$value": "{sys.space.component}",
6716
+ "$value": "{sys.space.inner-component}",
6698
6717
  "$type": "dimension"
6699
6718
  },
6700
6719
  "color": {
@@ -6889,11 +6908,11 @@
6889
6908
  "upload-click-upload": {
6890
6909
  "image-filename-container": {
6891
6910
  "right-padding": {
6892
- "$value": "{sys.space.component}",
6911
+ "$value": "{sys.space.inner-component}",
6893
6912
  "$type": "dimension"
6894
6913
  },
6895
6914
  "y-padding": {
6896
- "$value": "{sys.space.component}",
6915
+ "$value": "{sys.space.inner-component}",
6897
6916
  "$type": "dimension"
6898
6917
  }
6899
6918
  },
@@ -6905,7 +6924,7 @@
6905
6924
  },
6906
6925
  "image-container": {
6907
6926
  "padding": {
6908
- "$value": "{sys.space.component}",
6927
+ "$value": "{sys.space.inner-component}",
6909
6928
  "$type": "dimension"
6910
6929
  }
6911
6930
  },
@@ -6919,7 +6938,7 @@
6919
6938
  "upload-photo-wall": {
6920
6939
  "progress": {
6921
6940
  "top-margin": {
6922
- "$value": "{sys.space.component}",
6941
+ "$value": "{sys.space.inner-component}",
6923
6942
  "$type": "dimension"
6924
6943
  }
6925
6944
  },
@@ -7165,44 +7184,54 @@
7165
7184
  },
7166
7185
  "neutral": {
7167
7186
  "1": {
7168
- "$value": "#ffffff",
7169
- "$type": "color"
7187
+ "$value": "#fafafa",
7188
+ "$type": "color",
7189
+ "$description": "黑色2% 透明度,浅灰色背景"
7170
7190
  },
7171
7191
  "2": {
7172
- "$value": "#F5F5F5",
7173
- "$type": "color"
7192
+ "$value": "#f5f5f5",
7193
+ "$type": "color",
7194
+ "$description": "黑色4% 透明度,深色背景。"
7174
7195
  },
7175
7196
  "3": {
7176
- "$value": "#F0F0F0",
7177
- "$type": "color"
7197
+ "$value": "#f0f0f0",
7198
+ "$type": "color",
7199
+ "$description": "黑色6% 透明度,浅色分割线"
7178
7200
  },
7179
7201
  "4": {
7180
- "$value": "#E5E5E5",
7181
- "$type": "color"
7202
+ "$value": "#e5e5e5",
7203
+ "$type": "color",
7204
+ "$description": "黑色10% 透明度,深色分割线、禁用色"
7182
7205
  },
7183
7206
  "5": {
7184
7207
  "$value": "#d9d9d9",
7185
- "$type": "color"
7208
+ "$type": "color",
7209
+ "$description": "黑色15% 透明度,输入框描边"
7186
7210
  },
7187
7211
  "6": {
7188
- "$value": "#BFBFBF",
7189
- "$type": "color"
7212
+ "$value": "#bfbfbf",
7213
+ "$type": "color",
7214
+ "$description": "黑色25% 透明度,失效文字、功能icon浅"
7190
7215
  },
7191
7216
  "7": {
7192
- "$value": "#8C8C8C",
7193
- "$type": "color"
7217
+ "$value": "#8c8c8c",
7218
+ "$type": "color",
7219
+ "$description": "黑色45% 透明度,辅助说明文字、功能icon深"
7194
7220
  },
7195
7221
  "8": {
7196
7222
  "$value": "#595959",
7197
- "$type": "color"
7223
+ "$type": "color",
7224
+ "$description": "黑色65% 透明度,次要文字"
7198
7225
  },
7199
7226
  "9": {
7200
7227
  "$value": "#262626",
7201
- "$type": "color"
7228
+ "$type": "color",
7229
+ "$description": "黑色85% 透明度,主要文字、标题"
7202
7230
  },
7203
7231
  "10": {
7204
- "$value": "#000000",
7205
- "$type": "color"
7232
+ "$value": "#00000080",
7233
+ "$type": "color",
7234
+ "$description": "黑色50% 透明度,弹窗背景"
7206
7235
  }
7207
7236
  }
7208
7237
  },
@@ -7258,18 +7287,18 @@
7258
7287
  "$type": "color",
7259
7288
  "$description": "强调背景"
7260
7289
  },
7261
- "regular": {
7262
- "$value": "#f5f5f5",
7290
+ "neutral": {
7291
+ "$value": "{sys.palette.neutral.4}",
7263
7292
  "$type": "color",
7264
7293
  "$description": "描边标签、警告提示背景、开关失效点、表格斑马纹"
7265
7294
  },
7266
- "strong": {
7267
- "$value": "#fafafa",
7295
+ "neutral-strong": {
7296
+ "$value": "{sys.palette.neutral.5}",
7268
7297
  "$type": "color",
7269
7298
  "$description": "填充警告提示背景、开关失效背景色"
7270
7299
  },
7271
7300
  "neutral-weak-opacity": {
7272
- "$value": "{sys.palette.neutral.10}",
7301
+ "$value": "{sys.palette.neutral.4}",
7273
7302
  "$type": "color",
7274
7303
  "$description": "10%\n场景:进度条灰底\\滚动条颜色"
7275
7304
  },
@@ -7307,12 +7336,12 @@
7307
7336
  "$description": "标签、按钮点击浅底色"
7308
7337
  },
7309
7338
  "hover-opacity": {
7310
- "$value": "{sys.palette.brand.6}",
7339
+ "$value": "{sys.palette.brand.1}",
7311
7340
  "$type": "color",
7312
7341
  "$description": "6%\n悬浮-透底状态\n场景:幽灵按钮"
7313
7342
  },
7314
7343
  "press-opacity": {
7315
- "$value": "{sys.palette.brand.6}",
7344
+ "$value": "{sys.palette.brand.4}",
7316
7345
  "$type": "color",
7317
7346
  "$description": "15%\n点击-透底状态\n场景:幽灵按钮"
7318
7347
  },
@@ -7322,7 +7351,7 @@
7322
7351
  "$description": "25%\n已选择悬浮-透底状态层"
7323
7352
  },
7324
7353
  "selected": {
7325
- "$value": "{sys.palette.brand.6}",
7354
+ "$value": "{sys.palette.brand.1}",
7326
7355
  "$type": "color",
7327
7356
  "$description": "10%\n已选择-透底状态层"
7328
7357
  }
@@ -7560,31 +7589,31 @@
7560
7589
  }
7561
7590
  },
7562
7591
  "forbidden": {
7563
- "$value": "{sys.palette.neutral.10}",
7592
+ "$value": "{sys.palette.neutral.2}",
7564
7593
  "$type": "color",
7565
- "$description": "4%\n禁用底色(透底状态层)\n场景:输入框、单选、多选"
7594
+ "$description": "禁用底色(透底状态层)\n场景:输入框、单选、多选"
7566
7595
  }
7567
7596
  },
7568
7597
  "content": {
7569
7598
  "primary": {
7570
- "$value": "{sys.palette.neutral.10}",
7599
+ "$value": "{sys.palette.neutral.9}",
7571
7600
  "$type": "color",
7572
- "$description": "85%(黑色)重点突出文字\n场景:输入框内需要输入的文字颜色、强调展示类文字"
7601
+ "$description": "主要文字、标题\n场景:输入框内需要输入的文字颜色、强调展示类文字"
7573
7602
  },
7574
7603
  "secondary": {
7575
- "$value": "{sys.palette.neutral.10}",
7604
+ "$value": "{sys.palette.neutral.8}",
7576
7605
  "$type": "color",
7577
- "$description": "65%(黑色)常规文字\n场景:表格文字、输入框标题、标签文字"
7606
+ "$description": "次要文字\n场景:表格文字、输入框标题、标签文字"
7578
7607
  },
7579
7608
  "assist": {
7580
- "$value": "{sys.palette.neutral.10}",
7609
+ "$value": "{sys.palette.neutral.7}",
7581
7610
  "$type": "color",
7582
- "$description": "45%(黑色)解释说明类文字、深色图标\n场景:对主要文字的补充说明\n推荐:与priamry所有字重、secondary加粗字重时搭配使用\n不推荐:与secondary常规字重搭配使用"
7611
+ "$description": "解释说明类辅助文字、深色图标"
7583
7612
  },
7584
7613
  "prompt": {
7585
- "$value": "{sys.palette.neutral.10}",
7614
+ "$value": "{sys.palette.neutral.6}",
7586
7615
  "$type": "color",
7587
- "$description": "25%(黑色)\n输入框内提示文字、非常次要提示、浅色图标"
7616
+ "$description": "输入框内提示文字、失效文字、浅色标题"
7588
7617
  },
7589
7618
  "primary-inverse": {
7590
7619
  "$value": "{sys.palette.neutral.1}",
@@ -7626,7 +7655,7 @@
7626
7655
  "$type": "color",
7627
7656
  "$description": "45%\n标签操作icon"
7628
7657
  },
7629
- "brand-weak": {
7658
+ "brand": {
7630
7659
  "$value": "{sys.palette.brand.6}",
7631
7660
  "$type": "color",
7632
7661
  "$description": "45%\n标签操作icon"
@@ -7639,19 +7668,19 @@
7639
7668
  },
7640
7669
  "content-state": {
7641
7670
  "neutral-press": {
7642
- "$value": "{sys.palette.neutral.10}",
7671
+ "$value": "{sys.palette.neutral.8}",
7643
7672
  "$type": "color",
7644
- "$description": "65%(黑色)用于中性色press"
7673
+ "$description": "用于中性色press"
7645
7674
  },
7646
7675
  "neutral-hover": {
7647
- "$value": "{sys.palette.neutral.10}",
7676
+ "$value": "{sys.palette.neutral.7}",
7648
7677
  "$type": "color",
7649
- "$description": "45%(黑色)用于中性色hover"
7678
+ "$description": "用于中性色hover"
7650
7679
  },
7651
7680
  "neutral-disable": {
7652
- "$value": "{sys.palette.neutral.10}",
7681
+ "$value": "{sys.palette.neutral.6}",
7653
7682
  "$type": "color",
7654
- "$description": "25%(黑色)用于中性色disable(失效文字、图标)\n场景:描边标签内失效文字、描边按钮、幽灵按钮、文字按钮"
7683
+ "$description": "用于中性色disable(失效文字、图标)\n场景:描边标签内失效文字、描边按钮、幽灵按钮、文字按钮"
7655
7684
  },
7656
7685
  "neutral-inverse-press": {
7657
7686
  "$value": "{sys.palette.neutral.1}",
@@ -7856,7 +7885,7 @@
7856
7885
  "$description": "65%\n按钮、标签、警告提示描边"
7857
7886
  },
7858
7887
  "brand-disable": {
7859
- "$value": "{sys.palette.brand.6}",
7888
+ "$value": "{sys.palette.brand.3}",
7860
7889
  "$type": "color",
7861
7890
  "$description": "45%\n按钮、标签、警告提示描边"
7862
7891
  },
@@ -7910,49 +7939,45 @@
7910
7939
  "$type": "color",
7911
7940
  "$description": "45%\n按钮、标签、警告提示描边"
7912
7941
  },
7913
- "regular": {
7914
- "$value": "#d9d9d9",
7915
- "$type": "color",
7916
- "$description": "15%\n按钮、标签、警告提示描边"
7942
+ "neutral": {
7943
+ "$value": "{sys.palette.neutral.5}",
7944
+ "$type": "color"
7917
7945
  },
7918
- "strong": {
7919
- "$value": "#bfbfbf",
7920
- "$type": "color",
7921
- "$description": "25%\n按钮、标签、警告提示描边"
7946
+ "neutral-disable": {
7947
+ "$value": "{sys.palette.neutral.4}",
7948
+ "$type": "color"
7922
7949
  },
7923
7950
  "input": {
7924
- "$value": "{sys.palette.neutral.10}",
7925
- "$type": "color",
7926
- "$description": "15% 输入框描边\n场景:输入框、单选、多选按钮、分页按钮描边、选项卡描边"
7951
+ "$value": "{sys.palette.neutral.5}",
7952
+ "$type": "color"
7927
7953
  },
7928
7954
  "input-disable": {
7929
- "$value": "{sys.palette.neutral.10}",
7930
- "$type": "color",
7931
- "$description": "10% 输入框描边-失效\n场景:单选、多选按钮描边"
7955
+ "$value": "{sys.palette.neutral.3}",
7956
+ "$type": "color"
7932
7957
  }
7933
7958
  },
7934
7959
  "divider": {
7935
- "weak": {
7936
- "$value": "#f0f0f0",
7960
+ "regular": {
7961
+ "$value": "{sys.palette.neutral.3}",
7937
7962
  "$type": "color",
7938
- "$description": "6%黑色 场景:表格内起分割作用、实线"
7963
+ "$description": "场景:表格内起分割作用、实线"
7939
7964
  },
7940
7965
  "strong": {
7941
- "$value": "#e5e5e5",
7966
+ "$value": "{sys.palette.neutral.4}",
7942
7967
  "$type": "color",
7943
- "$description": "10%黑色 场景:多用于虚线,与背景对比感较强的实线分割线"
7968
+ "$description": "场景:多用于虚线,与背景对比感较强的实线分割线"
7944
7969
  }
7945
7970
  },
7946
- "success": {
7947
- "$value": "{sys.palette.success.6}",
7948
- "$type": "color",
7949
- "$description": "成功色"
7950
- },
7951
7971
  "warning": {
7952
7972
  "$value": "{sys.palette.warning.6}",
7953
7973
  "$type": "color",
7954
7974
  "$description": "警告色"
7955
7975
  },
7976
+ "success": {
7977
+ "$value": "{sys.palette.success.6}",
7978
+ "$type": "color",
7979
+ "$description": "成功色"
7980
+ },
7956
7981
  "info": {
7957
7982
  "$value": "{sys.palette.info.6}",
7958
7983
  "$type": "color",
@@ -7979,23 +8004,27 @@
7979
8004
  "$description": "强调色"
7980
8005
  },
7981
8006
  "black": {
7982
- "$value": "{sys.palette.neutral.10}",
8007
+ "$value": "#000000",
7983
8008
  "$type": "color",
7984
8009
  "$description": "黑色"
7985
8010
  },
7986
8011
  "white": {
7987
- "$value": "{sys.palette.neutral.1}",
8012
+ "$value": "#FFFFFF",
7988
8013
  "$type": "color",
7989
8014
  "$description": "白色"
7990
8015
  },
8016
+ "transparent": {
8017
+ "$type": "color",
8018
+ "$value": "#00000000"
8019
+ },
7991
8020
  "scrim": {
7992
8021
  "white": {
7993
- "$value": "{sys.palette.neutral.1}",
8022
+ "$value": "#FFFFFF80",
7994
8023
  "$type": "color",
7995
8024
  "$description": "65% 蒙层-白"
7996
8025
  },
7997
8026
  "black": {
7998
- "$value": "rgba(0,0,0, 0.5)",
8027
+ "$value": "{sys.palette.neutral.10}",
7999
8028
  "$type": "color",
8000
8029
  "$description": "50% 蒙层-黑"
8001
8030
  }
@@ -8138,23 +8167,23 @@
8138
8167
  {
8139
8168
  "color": "#00000005",
8140
8169
  "x": 0,
8141
- "y": 1,
8142
- "blur": 4,
8170
+ "y": "1px",
8171
+ "blur": "4px",
8143
8172
  "spread": 0
8144
8173
  },
8145
8174
  {
8146
8175
  "color": "#00000005",
8147
8176
  "x": 0,
8148
- "y": 2,
8149
- "blur": 6,
8150
- "spread": 2
8177
+ "y": "2px",
8178
+ "blur": "6px",
8179
+ "spread": "2px"
8151
8180
  },
8152
8181
  {
8153
8182
  "color": "#00000005",
8154
8183
  "x": 0,
8155
- "y": 3,
8156
- "blur": 8,
8157
- "spread": 4
8184
+ "y": "3px",
8185
+ "blur": "8px",
8186
+ "spread": "4px"
8158
8187
  }
8159
8188
  ],
8160
8189
  "$type": "shadow",
@@ -8165,23 +8194,23 @@
8165
8194
  {
8166
8195
  "color": "#00000005",
8167
8196
  "offsetX": 0,
8168
- "offsetY": 3,
8169
- "blur": 8,
8197
+ "offsetY": "3px",
8198
+ "blur": "8px",
8170
8199
  "spread": 0
8171
8200
  },
8172
8201
  {
8173
8202
  "color": "#00000008",
8174
8203
  "offsetX": 0,
8175
- "offsetY": 4,
8176
- "blur": 10,
8177
- "spread": 4
8204
+ "offsetY": "4px",
8205
+ "blur": "10px",
8206
+ "spread": "4px"
8178
8207
  },
8179
8208
  {
8180
8209
  "color": "#0000000a",
8181
8210
  "offsetX": 0,
8182
- "offsetY": 5,
8183
- "blur": 12,
8184
- "spread": 8
8211
+ "offsetY": "5px",
8212
+ "blur": "12px",
8213
+ "spread": "8px"
8185
8214
  }
8186
8215
  ],
8187
8216
  "$type": "shadow",
@@ -8192,23 +8221,23 @@
8192
8221
  {
8193
8222
  "color": "#00000005",
8194
8223
  "x": 0,
8195
- "y": 5,
8196
- "blur": 12,
8224
+ "y": "5px",
8225
+ "blur": "12px",
8197
8226
  "spread": 0
8198
8227
  },
8199
8228
  {
8200
8229
  "color": "#00000008",
8201
8230
  "x": 0,
8202
- "y": 6,
8203
- "blur": 14,
8204
- "spread": 8
8231
+ "y": "6px",
8232
+ "blur": "14px",
8233
+ "spread": "8px"
8205
8234
  },
8206
8235
  {
8207
8236
  "color": "#0000000a",
8208
8237
  "x": 0,
8209
- "y": 7,
8210
- "blur": 16,
8211
- "spread": 16
8238
+ "y": "7px",
8239
+ "blur": "16px",
8240
+ "spread": "16px"
8212
8241
  }
8213
8242
  ],
8214
8243
  "$type": "shadow",