@refineui/react 0.0.1 → 0.0.3
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/README.md +103 -0
- package/dist/index.cjs +17 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +20 -20
- package/dist/index.d.ts +20 -20
- package/dist/index.js +17 -17
- package/dist/index.js.map +1 -1
- package/dist/spec/contract-index.json +1 -1
- package/dist/spec/token-graph.json +234 -38
- package/dist/spec/token-trace-v2.json +156 -6
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"contractLayer": "component-spec",
|
|
4
4
|
"contractLayerVersion": "1.1",
|
|
5
5
|
"status": "catalog",
|
|
6
|
-
"generatedAt": "2026-09-
|
|
6
|
+
"generatedAt": "2026-09-09T11:23:01.510Z",
|
|
7
7
|
"role": "Behavior and DOM contracts — source of truth for Doctor, MCP, and Docs",
|
|
8
8
|
"files": {
|
|
9
9
|
"manifest": "./manifest.json",
|
|
@@ -882,13 +882,97 @@
|
|
|
882
882
|
"layer": "component"
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
|
-
"id": "
|
|
885
|
+
"id": "component.alert.description.info",
|
|
886
|
+
"layer": "component"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"id": "semantic.foregroundInfo",
|
|
890
|
+
"layer": "semantic"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"id": "foundation.blue700",
|
|
894
|
+
"layer": "foundation"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"id": "foundation.blue200",
|
|
898
|
+
"layer": "foundation"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"id": "component.alert.description.success",
|
|
902
|
+
"layer": "component"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"id": "semantic.foregroundSuccess",
|
|
906
|
+
"layer": "semantic"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"id": "foundation.green700",
|
|
910
|
+
"layer": "foundation"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"id": "foundation.green200",
|
|
914
|
+
"layer": "foundation"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"id": "component.alert.description.warning",
|
|
918
|
+
"layer": "component"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"id": "semantic.foregroundWarning",
|
|
886
922
|
"layer": "semantic"
|
|
887
923
|
},
|
|
924
|
+
{
|
|
925
|
+
"id": "foundation.yellow700",
|
|
926
|
+
"layer": "foundation"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"id": "foundation.yellow200",
|
|
930
|
+
"layer": "foundation"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"id": "component.alert.description.danger",
|
|
934
|
+
"layer": "component"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
"id": "component.alert.description.custom",
|
|
938
|
+
"layer": "component"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"id": "semantic.foregroundDiscovery",
|
|
942
|
+
"layer": "semantic"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"id": "foundation.purple700",
|
|
946
|
+
"layer": "foundation"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
"id": "foundation.purple200",
|
|
950
|
+
"layer": "foundation"
|
|
951
|
+
},
|
|
888
952
|
{
|
|
889
953
|
"id": "component.alert.accent.default",
|
|
890
954
|
"layer": "component"
|
|
891
955
|
},
|
|
956
|
+
{
|
|
957
|
+
"id": "component.alert.accent.info",
|
|
958
|
+
"layer": "component"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"id": "component.alert.accent.success",
|
|
962
|
+
"layer": "component"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"id": "component.alert.accent.warning",
|
|
966
|
+
"layer": "component"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"id": "component.alert.accent.danger",
|
|
970
|
+
"layer": "component"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
"id": "component.alert.accent.custom",
|
|
974
|
+
"layer": "component"
|
|
975
|
+
},
|
|
892
976
|
{
|
|
893
977
|
"id": "component.badge.default.background",
|
|
894
978
|
"layer": "component"
|
|
@@ -961,6 +1045,10 @@
|
|
|
961
1045
|
"id": "component.chip.default.foreground",
|
|
962
1046
|
"layer": "component"
|
|
963
1047
|
},
|
|
1048
|
+
{
|
|
1049
|
+
"id": "semantic.foregroundBrand",
|
|
1050
|
+
"layer": "semantic"
|
|
1051
|
+
},
|
|
964
1052
|
{
|
|
965
1053
|
"id": "component.chip.default.hoverBackground",
|
|
966
1054
|
"layer": "component"
|
|
@@ -1317,18 +1405,6 @@
|
|
|
1317
1405
|
"id": "component.toast.accent.success",
|
|
1318
1406
|
"layer": "component"
|
|
1319
1407
|
},
|
|
1320
|
-
{
|
|
1321
|
-
"id": "semantic.foregroundSuccess",
|
|
1322
|
-
"layer": "semantic"
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"id": "foundation.green700",
|
|
1326
|
-
"layer": "foundation"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"id": "foundation.green200",
|
|
1330
|
-
"layer": "foundation"
|
|
1331
|
-
},
|
|
1332
1408
|
{
|
|
1333
1409
|
"id": "component.toast.accent.error",
|
|
1334
1410
|
"layer": "component"
|
|
@@ -1337,18 +1413,6 @@
|
|
|
1337
1413
|
"id": "component.toast.accent.warning",
|
|
1338
1414
|
"layer": "component"
|
|
1339
1415
|
},
|
|
1340
|
-
{
|
|
1341
|
-
"id": "semantic.foregroundWarning",
|
|
1342
|
-
"layer": "semantic"
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"id": "foundation.yellow700",
|
|
1346
|
-
"layer": "foundation"
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"id": "foundation.yellow200",
|
|
1350
|
-
"layer": "foundation"
|
|
1351
|
-
},
|
|
1352
1416
|
{
|
|
1353
1417
|
"id": "component.tabs.listLine",
|
|
1354
1418
|
"layer": "component"
|
|
@@ -1589,10 +1653,6 @@
|
|
|
1589
1653
|
"id": "semantic.foregroundLink",
|
|
1590
1654
|
"layer": "semantic"
|
|
1591
1655
|
},
|
|
1592
|
-
{
|
|
1593
|
-
"id": "foundation.blue700",
|
|
1594
|
-
"layer": "foundation"
|
|
1595
|
-
},
|
|
1596
1656
|
{
|
|
1597
1657
|
"id": "foundation.blue400",
|
|
1598
1658
|
"layer": "foundation"
|
|
@@ -1621,10 +1681,6 @@
|
|
|
1621
1681
|
"id": "semantic.foregroundLinkActive",
|
|
1622
1682
|
"layer": "semantic"
|
|
1623
1683
|
},
|
|
1624
|
-
{
|
|
1625
|
-
"id": "foundation.blue200",
|
|
1626
|
-
"layer": "foundation"
|
|
1627
|
-
},
|
|
1628
1684
|
{
|
|
1629
1685
|
"id": "component.link.visited",
|
|
1630
1686
|
"layer": "component"
|
|
@@ -4027,16 +4083,86 @@
|
|
|
4027
4083
|
},
|
|
4028
4084
|
{
|
|
4029
4085
|
"from": "component.alert.description.default",
|
|
4030
|
-
"to": "semantic.
|
|
4086
|
+
"to": "semantic.foregroundSecondary"
|
|
4031
4087
|
},
|
|
4032
4088
|
{
|
|
4033
|
-
"from": "semantic.
|
|
4034
|
-
"to": "foundation.
|
|
4089
|
+
"from": "semantic.foregroundSecondary",
|
|
4090
|
+
"to": "foundation.neutral600",
|
|
4035
4091
|
"context": "light"
|
|
4036
4092
|
},
|
|
4037
4093
|
{
|
|
4038
|
-
"from": "semantic.
|
|
4039
|
-
"to": "foundation.
|
|
4094
|
+
"from": "semantic.foregroundSecondary",
|
|
4095
|
+
"to": "foundation.neutral350",
|
|
4096
|
+
"context": "dark"
|
|
4097
|
+
},
|
|
4098
|
+
{
|
|
4099
|
+
"from": "component.alert.description.info",
|
|
4100
|
+
"to": "semantic.foregroundInfo"
|
|
4101
|
+
},
|
|
4102
|
+
{
|
|
4103
|
+
"from": "semantic.foregroundInfo",
|
|
4104
|
+
"to": "foundation.blue700",
|
|
4105
|
+
"context": "light"
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"from": "semantic.foregroundInfo",
|
|
4109
|
+
"to": "foundation.blue200",
|
|
4110
|
+
"context": "dark"
|
|
4111
|
+
},
|
|
4112
|
+
{
|
|
4113
|
+
"from": "component.alert.description.success",
|
|
4114
|
+
"to": "semantic.foregroundSuccess"
|
|
4115
|
+
},
|
|
4116
|
+
{
|
|
4117
|
+
"from": "semantic.foregroundSuccess",
|
|
4118
|
+
"to": "foundation.green700",
|
|
4119
|
+
"context": "light"
|
|
4120
|
+
},
|
|
4121
|
+
{
|
|
4122
|
+
"from": "semantic.foregroundSuccess",
|
|
4123
|
+
"to": "foundation.green200",
|
|
4124
|
+
"context": "dark"
|
|
4125
|
+
},
|
|
4126
|
+
{
|
|
4127
|
+
"from": "component.alert.description.warning",
|
|
4128
|
+
"to": "semantic.foregroundWarning"
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
"from": "semantic.foregroundWarning",
|
|
4132
|
+
"to": "foundation.yellow700",
|
|
4133
|
+
"context": "light"
|
|
4134
|
+
},
|
|
4135
|
+
{
|
|
4136
|
+
"from": "semantic.foregroundWarning",
|
|
4137
|
+
"to": "foundation.yellow200",
|
|
4138
|
+
"context": "dark"
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"from": "component.alert.description.danger",
|
|
4142
|
+
"to": "semantic.foregroundError"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"from": "semantic.foregroundError",
|
|
4146
|
+
"to": "foundation.red700",
|
|
4147
|
+
"context": "light"
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
"from": "semantic.foregroundError",
|
|
4151
|
+
"to": "foundation.red200",
|
|
4152
|
+
"context": "dark"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"from": "component.alert.description.custom",
|
|
4156
|
+
"to": "semantic.foregroundDiscovery"
|
|
4157
|
+
},
|
|
4158
|
+
{
|
|
4159
|
+
"from": "semantic.foregroundDiscovery",
|
|
4160
|
+
"to": "foundation.purple700",
|
|
4161
|
+
"context": "light"
|
|
4162
|
+
},
|
|
4163
|
+
{
|
|
4164
|
+
"from": "semantic.foregroundDiscovery",
|
|
4165
|
+
"to": "foundation.purple200",
|
|
4040
4166
|
"context": "dark"
|
|
4041
4167
|
},
|
|
4042
4168
|
{
|
|
@@ -4053,6 +4179,76 @@
|
|
|
4053
4179
|
"to": "foundation.neutralWhite",
|
|
4054
4180
|
"context": "dark"
|
|
4055
4181
|
},
|
|
4182
|
+
{
|
|
4183
|
+
"from": "component.alert.accent.info",
|
|
4184
|
+
"to": "semantic.foregroundInfo"
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
"from": "semantic.foregroundInfo",
|
|
4188
|
+
"to": "foundation.blue700",
|
|
4189
|
+
"context": "light"
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"from": "semantic.foregroundInfo",
|
|
4193
|
+
"to": "foundation.blue200",
|
|
4194
|
+
"context": "dark"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"from": "component.alert.accent.success",
|
|
4198
|
+
"to": "semantic.foregroundSuccess"
|
|
4199
|
+
},
|
|
4200
|
+
{
|
|
4201
|
+
"from": "semantic.foregroundSuccess",
|
|
4202
|
+
"to": "foundation.green700",
|
|
4203
|
+
"context": "light"
|
|
4204
|
+
},
|
|
4205
|
+
{
|
|
4206
|
+
"from": "semantic.foregroundSuccess",
|
|
4207
|
+
"to": "foundation.green200",
|
|
4208
|
+
"context": "dark"
|
|
4209
|
+
},
|
|
4210
|
+
{
|
|
4211
|
+
"from": "component.alert.accent.warning",
|
|
4212
|
+
"to": "semantic.foregroundWarning"
|
|
4213
|
+
},
|
|
4214
|
+
{
|
|
4215
|
+
"from": "semantic.foregroundWarning",
|
|
4216
|
+
"to": "foundation.yellow700",
|
|
4217
|
+
"context": "light"
|
|
4218
|
+
},
|
|
4219
|
+
{
|
|
4220
|
+
"from": "semantic.foregroundWarning",
|
|
4221
|
+
"to": "foundation.yellow200",
|
|
4222
|
+
"context": "dark"
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"from": "component.alert.accent.danger",
|
|
4226
|
+
"to": "semantic.foregroundError"
|
|
4227
|
+
},
|
|
4228
|
+
{
|
|
4229
|
+
"from": "semantic.foregroundError",
|
|
4230
|
+
"to": "foundation.red700",
|
|
4231
|
+
"context": "light"
|
|
4232
|
+
},
|
|
4233
|
+
{
|
|
4234
|
+
"from": "semantic.foregroundError",
|
|
4235
|
+
"to": "foundation.red200",
|
|
4236
|
+
"context": "dark"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"from": "component.alert.accent.custom",
|
|
4240
|
+
"to": "semantic.foregroundDiscovery"
|
|
4241
|
+
},
|
|
4242
|
+
{
|
|
4243
|
+
"from": "semantic.foregroundDiscovery",
|
|
4244
|
+
"to": "foundation.purple700",
|
|
4245
|
+
"context": "light"
|
|
4246
|
+
},
|
|
4247
|
+
{
|
|
4248
|
+
"from": "semantic.foregroundDiscovery",
|
|
4249
|
+
"to": "foundation.purple200",
|
|
4250
|
+
"context": "dark"
|
|
4251
|
+
},
|
|
4056
4252
|
{
|
|
4057
4253
|
"from": "component.badge.default.background",
|
|
4058
4254
|
"to": "semantic.backgroundBrand"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 2,
|
|
3
|
-
"generatedAt": "2026-09-
|
|
3
|
+
"generatedAt": "2026-09-09T11:23:01.507Z",
|
|
4
4
|
"contractLayer": "component-token-trace",
|
|
5
5
|
"tokens": {
|
|
6
6
|
"webIcon.primary": {
|
|
@@ -2410,14 +2410,89 @@
|
|
|
2410
2410
|
"type": "component",
|
|
2411
2411
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2412
2412
|
"resolvesTo": {
|
|
2413
|
-
"semantic": "
|
|
2413
|
+
"semantic": "foregroundSecondary",
|
|
2414
2414
|
"light": {
|
|
2415
|
-
"foundation": "
|
|
2416
|
-
"value": "#
|
|
2415
|
+
"foundation": "neutral600",
|
|
2416
|
+
"value": "#6C6C6C"
|
|
2417
2417
|
},
|
|
2418
2418
|
"dark": {
|
|
2419
|
-
"foundation": "
|
|
2420
|
-
"value": "#
|
|
2419
|
+
"foundation": "neutral350",
|
|
2420
|
+
"value": "#D8D8D8"
|
|
2421
|
+
}
|
|
2422
|
+
}
|
|
2423
|
+
},
|
|
2424
|
+
"alert.description.info": {
|
|
2425
|
+
"type": "component",
|
|
2426
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2427
|
+
"resolvesTo": {
|
|
2428
|
+
"semantic": "foregroundInfo",
|
|
2429
|
+
"light": {
|
|
2430
|
+
"foundation": "blue700",
|
|
2431
|
+
"value": "#3E68FF"
|
|
2432
|
+
},
|
|
2433
|
+
"dark": {
|
|
2434
|
+
"foundation": "blue200",
|
|
2435
|
+
"value": "#C3D0FF"
|
|
2436
|
+
}
|
|
2437
|
+
}
|
|
2438
|
+
},
|
|
2439
|
+
"alert.description.success": {
|
|
2440
|
+
"type": "component",
|
|
2441
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2442
|
+
"resolvesTo": {
|
|
2443
|
+
"semantic": "foregroundSuccess",
|
|
2444
|
+
"light": {
|
|
2445
|
+
"foundation": "green700",
|
|
2446
|
+
"value": "#1D8822"
|
|
2447
|
+
},
|
|
2448
|
+
"dark": {
|
|
2449
|
+
"foundation": "green200",
|
|
2450
|
+
"value": "#5BEE62"
|
|
2451
|
+
}
|
|
2452
|
+
}
|
|
2453
|
+
},
|
|
2454
|
+
"alert.description.warning": {
|
|
2455
|
+
"type": "component",
|
|
2456
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2457
|
+
"resolvesTo": {
|
|
2458
|
+
"semantic": "foregroundWarning",
|
|
2459
|
+
"light": {
|
|
2460
|
+
"foundation": "yellow700",
|
|
2461
|
+
"value": "#967000"
|
|
2462
|
+
},
|
|
2463
|
+
"dark": {
|
|
2464
|
+
"foundation": "yellow200",
|
|
2465
|
+
"value": "#FFCB2F"
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
"alert.description.danger": {
|
|
2470
|
+
"type": "component",
|
|
2471
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2472
|
+
"resolvesTo": {
|
|
2473
|
+
"semantic": "foregroundError",
|
|
2474
|
+
"light": {
|
|
2475
|
+
"foundation": "red700",
|
|
2476
|
+
"value": "#D93A3A"
|
|
2477
|
+
},
|
|
2478
|
+
"dark": {
|
|
2479
|
+
"foundation": "red200",
|
|
2480
|
+
"value": "#FFC3C3"
|
|
2481
|
+
}
|
|
2482
|
+
}
|
|
2483
|
+
},
|
|
2484
|
+
"alert.description.custom": {
|
|
2485
|
+
"type": "component",
|
|
2486
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2487
|
+
"resolvesTo": {
|
|
2488
|
+
"semantic": "foregroundDiscovery",
|
|
2489
|
+
"light": {
|
|
2490
|
+
"foundation": "purple700",
|
|
2491
|
+
"value": "#9E3FFF"
|
|
2492
|
+
},
|
|
2493
|
+
"dark": {
|
|
2494
|
+
"foundation": "purple200",
|
|
2495
|
+
"value": "#E3C7FF"
|
|
2421
2496
|
}
|
|
2422
2497
|
}
|
|
2423
2498
|
},
|
|
@@ -2436,6 +2511,81 @@
|
|
|
2436
2511
|
}
|
|
2437
2512
|
}
|
|
2438
2513
|
},
|
|
2514
|
+
"alert.accent.info": {
|
|
2515
|
+
"type": "component",
|
|
2516
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2517
|
+
"resolvesTo": {
|
|
2518
|
+
"semantic": "foregroundInfo",
|
|
2519
|
+
"light": {
|
|
2520
|
+
"foundation": "blue700",
|
|
2521
|
+
"value": "#3E68FF"
|
|
2522
|
+
},
|
|
2523
|
+
"dark": {
|
|
2524
|
+
"foundation": "blue200",
|
|
2525
|
+
"value": "#C3D0FF"
|
|
2526
|
+
}
|
|
2527
|
+
}
|
|
2528
|
+
},
|
|
2529
|
+
"alert.accent.success": {
|
|
2530
|
+
"type": "component",
|
|
2531
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2532
|
+
"resolvesTo": {
|
|
2533
|
+
"semantic": "foregroundSuccess",
|
|
2534
|
+
"light": {
|
|
2535
|
+
"foundation": "green700",
|
|
2536
|
+
"value": "#1D8822"
|
|
2537
|
+
},
|
|
2538
|
+
"dark": {
|
|
2539
|
+
"foundation": "green200",
|
|
2540
|
+
"value": "#5BEE62"
|
|
2541
|
+
}
|
|
2542
|
+
}
|
|
2543
|
+
},
|
|
2544
|
+
"alert.accent.warning": {
|
|
2545
|
+
"type": "component",
|
|
2546
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2547
|
+
"resolvesTo": {
|
|
2548
|
+
"semantic": "foregroundWarning",
|
|
2549
|
+
"light": {
|
|
2550
|
+
"foundation": "yellow700",
|
|
2551
|
+
"value": "#967000"
|
|
2552
|
+
},
|
|
2553
|
+
"dark": {
|
|
2554
|
+
"foundation": "yellow200",
|
|
2555
|
+
"value": "#FFCB2F"
|
|
2556
|
+
}
|
|
2557
|
+
}
|
|
2558
|
+
},
|
|
2559
|
+
"alert.accent.danger": {
|
|
2560
|
+
"type": "component",
|
|
2561
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2562
|
+
"resolvesTo": {
|
|
2563
|
+
"semantic": "foregroundError",
|
|
2564
|
+
"light": {
|
|
2565
|
+
"foundation": "red700",
|
|
2566
|
+
"value": "#D93A3A"
|
|
2567
|
+
},
|
|
2568
|
+
"dark": {
|
|
2569
|
+
"foundation": "red200",
|
|
2570
|
+
"value": "#FFC3C3"
|
|
2571
|
+
}
|
|
2572
|
+
}
|
|
2573
|
+
},
|
|
2574
|
+
"alert.accent.custom": {
|
|
2575
|
+
"type": "component",
|
|
2576
|
+
"source": "packages/react/src/tokens/componentColorTokens.ts",
|
|
2577
|
+
"resolvesTo": {
|
|
2578
|
+
"semantic": "foregroundDiscovery",
|
|
2579
|
+
"light": {
|
|
2580
|
+
"foundation": "purple700",
|
|
2581
|
+
"value": "#9E3FFF"
|
|
2582
|
+
},
|
|
2583
|
+
"dark": {
|
|
2584
|
+
"foundation": "purple200",
|
|
2585
|
+
"value": "#E3C7FF"
|
|
2586
|
+
}
|
|
2587
|
+
}
|
|
2588
|
+
},
|
|
2439
2589
|
"badge.default.background": {
|
|
2440
2590
|
"type": "component",
|
|
2441
2591
|
"source": "packages/react/src/tokens/componentColorTokens.ts",
|