@refineui/react 0.0.2 → 0.0.4
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/dist/index.cjs +515 -305
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3482 -29
- package/dist/index.d.ts +3482 -29
- package/dist/index.js +394 -185
- package/dist/index.js.map +1 -1
- package/dist/spec/contract-index.json +1 -1
- package/dist/spec/token-graph.json +377 -73
- package/dist/spec/token-trace-v2.json +264 -24
- package/package.json +1 -1
- package/refineui.css +19 -16
|
@@ -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-17T18:54:09.614Z",
|
|
7
7
|
"role": "Behavior and DOM contracts — source of truth for Doctor, MCP, and Docs",
|
|
8
8
|
"files": {
|
|
9
9
|
"manifest": "./manifest.json",
|
|
@@ -534,11 +534,11 @@
|
|
|
534
534
|
"layer": "component"
|
|
535
535
|
},
|
|
536
536
|
{
|
|
537
|
-
"id": "
|
|
538
|
-
"layer": "
|
|
537
|
+
"id": "component.tooltip.default.foreground",
|
|
538
|
+
"layer": "component"
|
|
539
539
|
},
|
|
540
540
|
{
|
|
541
|
-
"id": "component.tooltip.default.
|
|
541
|
+
"id": "component.tooltip.default.border",
|
|
542
542
|
"layer": "component"
|
|
543
543
|
},
|
|
544
544
|
{
|
|
@@ -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",
|
|
922
|
+
"layer": "semantic"
|
|
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",
|
|
886
942
|
"layer": "semantic"
|
|
887
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"
|
|
@@ -933,6 +1017,26 @@
|
|
|
933
1017
|
"id": "semantic.foregroundOnSuccess",
|
|
934
1018
|
"layer": "semantic"
|
|
935
1019
|
},
|
|
1020
|
+
{
|
|
1021
|
+
"id": "component.badge.warning.background",
|
|
1022
|
+
"layer": "component"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"id": "semantic.backgroundWarning",
|
|
1026
|
+
"layer": "semantic"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"id": "foundation.yellow300",
|
|
1030
|
+
"layer": "foundation"
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"id": "component.badge.warning.foreground",
|
|
1034
|
+
"layer": "component"
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"id": "semantic.foregroundOnWarning",
|
|
1038
|
+
"layer": "semantic"
|
|
1039
|
+
},
|
|
936
1040
|
{
|
|
937
1041
|
"id": "component.badge.danger.background",
|
|
938
1042
|
"layer": "component"
|
|
@@ -961,6 +1065,10 @@
|
|
|
961
1065
|
"id": "component.chip.default.foreground",
|
|
962
1066
|
"layer": "component"
|
|
963
1067
|
},
|
|
1068
|
+
{
|
|
1069
|
+
"id": "semantic.foregroundBrand",
|
|
1070
|
+
"layer": "semantic"
|
|
1071
|
+
},
|
|
964
1072
|
{
|
|
965
1073
|
"id": "component.chip.default.hoverBackground",
|
|
966
1074
|
"layer": "component"
|
|
@@ -1065,14 +1173,6 @@
|
|
|
1065
1173
|
"id": "component.progress.indicator.warning",
|
|
1066
1174
|
"layer": "component"
|
|
1067
1175
|
},
|
|
1068
|
-
{
|
|
1069
|
-
"id": "semantic.backgroundWarning",
|
|
1070
|
-
"layer": "semantic"
|
|
1071
|
-
},
|
|
1072
|
-
{
|
|
1073
|
-
"id": "foundation.yellow300",
|
|
1074
|
-
"layer": "foundation"
|
|
1075
|
-
},
|
|
1076
1176
|
{
|
|
1077
1177
|
"id": "component.progress.indicator.danger",
|
|
1078
1178
|
"layer": "component"
|
|
@@ -1310,24 +1410,16 @@
|
|
|
1310
1410
|
"layer": "component"
|
|
1311
1411
|
},
|
|
1312
1412
|
{
|
|
1313
|
-
"id": "component.toast.
|
|
1413
|
+
"id": "component.toast.border",
|
|
1314
1414
|
"layer": "component"
|
|
1315
1415
|
},
|
|
1316
1416
|
{
|
|
1317
|
-
"id": "component.toast.accent.
|
|
1417
|
+
"id": "component.toast.accent.default",
|
|
1318
1418
|
"layer": "component"
|
|
1319
1419
|
},
|
|
1320
1420
|
{
|
|
1321
|
-
"id": "
|
|
1322
|
-
"layer": "
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"id": "foundation.green700",
|
|
1326
|
-
"layer": "foundation"
|
|
1327
|
-
},
|
|
1328
|
-
{
|
|
1329
|
-
"id": "foundation.green200",
|
|
1330
|
-
"layer": "foundation"
|
|
1421
|
+
"id": "component.toast.accent.success",
|
|
1422
|
+
"layer": "component"
|
|
1331
1423
|
},
|
|
1332
1424
|
{
|
|
1333
1425
|
"id": "component.toast.accent.error",
|
|
@@ -1337,18 +1429,6 @@
|
|
|
1337
1429
|
"id": "component.toast.accent.warning",
|
|
1338
1430
|
"layer": "component"
|
|
1339
1431
|
},
|
|
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
1432
|
{
|
|
1353
1433
|
"id": "component.tabs.listLine",
|
|
1354
1434
|
"layer": "component"
|
|
@@ -1589,10 +1669,6 @@
|
|
|
1589
1669
|
"id": "semantic.foregroundLink",
|
|
1590
1670
|
"layer": "semantic"
|
|
1591
1671
|
},
|
|
1592
|
-
{
|
|
1593
|
-
"id": "foundation.blue700",
|
|
1594
|
-
"layer": "foundation"
|
|
1595
|
-
},
|
|
1596
1672
|
{
|
|
1597
1673
|
"id": "foundation.blue400",
|
|
1598
1674
|
"layer": "foundation"
|
|
@@ -1621,10 +1697,6 @@
|
|
|
1621
1697
|
"id": "semantic.foregroundLinkActive",
|
|
1622
1698
|
"layer": "semantic"
|
|
1623
1699
|
},
|
|
1624
|
-
{
|
|
1625
|
-
"id": "foundation.blue200",
|
|
1626
|
-
"layer": "foundation"
|
|
1627
|
-
},
|
|
1628
1700
|
{
|
|
1629
1701
|
"id": "component.link.visited",
|
|
1630
1702
|
"layer": "component"
|
|
@@ -1749,6 +1821,14 @@
|
|
|
1749
1821
|
"id": "component.divider.line",
|
|
1750
1822
|
"layer": "component"
|
|
1751
1823
|
},
|
|
1824
|
+
{
|
|
1825
|
+
"id": "component.divider.label",
|
|
1826
|
+
"layer": "component"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"id": "component.divider.icon",
|
|
1830
|
+
"layer": "component"
|
|
1831
|
+
},
|
|
1752
1832
|
{
|
|
1753
1833
|
"id": "component.avatar.overflow.background",
|
|
1754
1834
|
"layer": "component"
|
|
@@ -2969,16 +3049,16 @@
|
|
|
2969
3049
|
},
|
|
2970
3050
|
{
|
|
2971
3051
|
"from": "component.tooltip.default.background",
|
|
2972
|
-
"to": "semantic.
|
|
3052
|
+
"to": "semantic.backgroundPrimary"
|
|
2973
3053
|
},
|
|
2974
3054
|
{
|
|
2975
|
-
"from": "semantic.
|
|
3055
|
+
"from": "semantic.backgroundPrimary",
|
|
2976
3056
|
"to": "foundation.neutralWhite",
|
|
2977
3057
|
"context": "light"
|
|
2978
3058
|
},
|
|
2979
3059
|
{
|
|
2980
|
-
"from": "semantic.
|
|
2981
|
-
"to": "foundation.
|
|
3060
|
+
"from": "semantic.backgroundPrimary",
|
|
3061
|
+
"to": "foundation.neutral900",
|
|
2982
3062
|
"context": "dark"
|
|
2983
3063
|
},
|
|
2984
3064
|
{
|
|
@@ -2995,18 +3075,32 @@
|
|
|
2995
3075
|
"to": "foundation.neutralWhite",
|
|
2996
3076
|
"context": "dark"
|
|
2997
3077
|
},
|
|
3078
|
+
{
|
|
3079
|
+
"from": "component.tooltip.default.border",
|
|
3080
|
+
"to": "semantic.borderDefault"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"from": "semantic.borderDefault",
|
|
3084
|
+
"to": "foundation.neutral300",
|
|
3085
|
+
"context": "light"
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"from": "semantic.borderDefault",
|
|
3089
|
+
"to": "foundation.neutral650",
|
|
3090
|
+
"context": "dark"
|
|
3091
|
+
},
|
|
2998
3092
|
{
|
|
2999
3093
|
"from": "component.popover.default.background",
|
|
3000
|
-
"to": "semantic.
|
|
3094
|
+
"to": "semantic.backgroundPrimary"
|
|
3001
3095
|
},
|
|
3002
3096
|
{
|
|
3003
|
-
"from": "semantic.
|
|
3097
|
+
"from": "semantic.backgroundPrimary",
|
|
3004
3098
|
"to": "foundation.neutralWhite",
|
|
3005
3099
|
"context": "light"
|
|
3006
3100
|
},
|
|
3007
3101
|
{
|
|
3008
|
-
"from": "semantic.
|
|
3009
|
-
"to": "foundation.
|
|
3102
|
+
"from": "semantic.backgroundPrimary",
|
|
3103
|
+
"to": "foundation.neutral900",
|
|
3010
3104
|
"context": "dark"
|
|
3011
3105
|
},
|
|
3012
3106
|
{
|
|
@@ -4027,16 +4121,86 @@
|
|
|
4027
4121
|
},
|
|
4028
4122
|
{
|
|
4029
4123
|
"from": "component.alert.description.default",
|
|
4030
|
-
"to": "semantic.
|
|
4124
|
+
"to": "semantic.foregroundSecondary"
|
|
4031
4125
|
},
|
|
4032
4126
|
{
|
|
4033
|
-
"from": "semantic.
|
|
4034
|
-
"to": "foundation.
|
|
4127
|
+
"from": "semantic.foregroundSecondary",
|
|
4128
|
+
"to": "foundation.neutral600",
|
|
4035
4129
|
"context": "light"
|
|
4036
4130
|
},
|
|
4037
4131
|
{
|
|
4038
|
-
"from": "semantic.
|
|
4039
|
-
"to": "foundation.
|
|
4132
|
+
"from": "semantic.foregroundSecondary",
|
|
4133
|
+
"to": "foundation.neutral350",
|
|
4134
|
+
"context": "dark"
|
|
4135
|
+
},
|
|
4136
|
+
{
|
|
4137
|
+
"from": "component.alert.description.info",
|
|
4138
|
+
"to": "semantic.foregroundInfo"
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"from": "semantic.foregroundInfo",
|
|
4142
|
+
"to": "foundation.blue700",
|
|
4143
|
+
"context": "light"
|
|
4144
|
+
},
|
|
4145
|
+
{
|
|
4146
|
+
"from": "semantic.foregroundInfo",
|
|
4147
|
+
"to": "foundation.blue200",
|
|
4148
|
+
"context": "dark"
|
|
4149
|
+
},
|
|
4150
|
+
{
|
|
4151
|
+
"from": "component.alert.description.success",
|
|
4152
|
+
"to": "semantic.foregroundSuccess"
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"from": "semantic.foregroundSuccess",
|
|
4156
|
+
"to": "foundation.green700",
|
|
4157
|
+
"context": "light"
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"from": "semantic.foregroundSuccess",
|
|
4161
|
+
"to": "foundation.green200",
|
|
4162
|
+
"context": "dark"
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"from": "component.alert.description.warning",
|
|
4166
|
+
"to": "semantic.foregroundWarning"
|
|
4167
|
+
},
|
|
4168
|
+
{
|
|
4169
|
+
"from": "semantic.foregroundWarning",
|
|
4170
|
+
"to": "foundation.yellow700",
|
|
4171
|
+
"context": "light"
|
|
4172
|
+
},
|
|
4173
|
+
{
|
|
4174
|
+
"from": "semantic.foregroundWarning",
|
|
4175
|
+
"to": "foundation.yellow200",
|
|
4176
|
+
"context": "dark"
|
|
4177
|
+
},
|
|
4178
|
+
{
|
|
4179
|
+
"from": "component.alert.description.danger",
|
|
4180
|
+
"to": "semantic.foregroundError"
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"from": "semantic.foregroundError",
|
|
4184
|
+
"to": "foundation.red700",
|
|
4185
|
+
"context": "light"
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
"from": "semantic.foregroundError",
|
|
4189
|
+
"to": "foundation.red200",
|
|
4190
|
+
"context": "dark"
|
|
4191
|
+
},
|
|
4192
|
+
{
|
|
4193
|
+
"from": "component.alert.description.custom",
|
|
4194
|
+
"to": "semantic.foregroundDiscovery"
|
|
4195
|
+
},
|
|
4196
|
+
{
|
|
4197
|
+
"from": "semantic.foregroundDiscovery",
|
|
4198
|
+
"to": "foundation.purple700",
|
|
4199
|
+
"context": "light"
|
|
4200
|
+
},
|
|
4201
|
+
{
|
|
4202
|
+
"from": "semantic.foregroundDiscovery",
|
|
4203
|
+
"to": "foundation.purple200",
|
|
4040
4204
|
"context": "dark"
|
|
4041
4205
|
},
|
|
4042
4206
|
{
|
|
@@ -4053,6 +4217,76 @@
|
|
|
4053
4217
|
"to": "foundation.neutralWhite",
|
|
4054
4218
|
"context": "dark"
|
|
4055
4219
|
},
|
|
4220
|
+
{
|
|
4221
|
+
"from": "component.alert.accent.info",
|
|
4222
|
+
"to": "semantic.foregroundInfo"
|
|
4223
|
+
},
|
|
4224
|
+
{
|
|
4225
|
+
"from": "semantic.foregroundInfo",
|
|
4226
|
+
"to": "foundation.blue700",
|
|
4227
|
+
"context": "light"
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"from": "semantic.foregroundInfo",
|
|
4231
|
+
"to": "foundation.blue200",
|
|
4232
|
+
"context": "dark"
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
"from": "component.alert.accent.success",
|
|
4236
|
+
"to": "semantic.foregroundSuccess"
|
|
4237
|
+
},
|
|
4238
|
+
{
|
|
4239
|
+
"from": "semantic.foregroundSuccess",
|
|
4240
|
+
"to": "foundation.green700",
|
|
4241
|
+
"context": "light"
|
|
4242
|
+
},
|
|
4243
|
+
{
|
|
4244
|
+
"from": "semantic.foregroundSuccess",
|
|
4245
|
+
"to": "foundation.green200",
|
|
4246
|
+
"context": "dark"
|
|
4247
|
+
},
|
|
4248
|
+
{
|
|
4249
|
+
"from": "component.alert.accent.warning",
|
|
4250
|
+
"to": "semantic.foregroundWarning"
|
|
4251
|
+
},
|
|
4252
|
+
{
|
|
4253
|
+
"from": "semantic.foregroundWarning",
|
|
4254
|
+
"to": "foundation.yellow700",
|
|
4255
|
+
"context": "light"
|
|
4256
|
+
},
|
|
4257
|
+
{
|
|
4258
|
+
"from": "semantic.foregroundWarning",
|
|
4259
|
+
"to": "foundation.yellow200",
|
|
4260
|
+
"context": "dark"
|
|
4261
|
+
},
|
|
4262
|
+
{
|
|
4263
|
+
"from": "component.alert.accent.danger",
|
|
4264
|
+
"to": "semantic.foregroundError"
|
|
4265
|
+
},
|
|
4266
|
+
{
|
|
4267
|
+
"from": "semantic.foregroundError",
|
|
4268
|
+
"to": "foundation.red700",
|
|
4269
|
+
"context": "light"
|
|
4270
|
+
},
|
|
4271
|
+
{
|
|
4272
|
+
"from": "semantic.foregroundError",
|
|
4273
|
+
"to": "foundation.red200",
|
|
4274
|
+
"context": "dark"
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"from": "component.alert.accent.custom",
|
|
4278
|
+
"to": "semantic.foregroundDiscovery"
|
|
4279
|
+
},
|
|
4280
|
+
{
|
|
4281
|
+
"from": "semantic.foregroundDiscovery",
|
|
4282
|
+
"to": "foundation.purple700",
|
|
4283
|
+
"context": "light"
|
|
4284
|
+
},
|
|
4285
|
+
{
|
|
4286
|
+
"from": "semantic.foregroundDiscovery",
|
|
4287
|
+
"to": "foundation.purple200",
|
|
4288
|
+
"context": "dark"
|
|
4289
|
+
},
|
|
4056
4290
|
{
|
|
4057
4291
|
"from": "component.badge.default.background",
|
|
4058
4292
|
"to": "semantic.backgroundBrand"
|
|
@@ -4165,6 +4399,34 @@
|
|
|
4165
4399
|
"to": "foundation.neutralBlack",
|
|
4166
4400
|
"context": "dark"
|
|
4167
4401
|
},
|
|
4402
|
+
{
|
|
4403
|
+
"from": "component.badge.warning.background",
|
|
4404
|
+
"to": "semantic.backgroundWarning"
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"from": "semantic.backgroundWarning",
|
|
4408
|
+
"to": "foundation.yellow300",
|
|
4409
|
+
"context": "light"
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"from": "semantic.backgroundWarning",
|
|
4413
|
+
"to": "foundation.yellow300",
|
|
4414
|
+
"context": "dark"
|
|
4415
|
+
},
|
|
4416
|
+
{
|
|
4417
|
+
"from": "component.badge.warning.foreground",
|
|
4418
|
+
"to": "semantic.foregroundOnWarning"
|
|
4419
|
+
},
|
|
4420
|
+
{
|
|
4421
|
+
"from": "semantic.foregroundOnWarning",
|
|
4422
|
+
"to": "foundation.neutralWhite",
|
|
4423
|
+
"context": "light"
|
|
4424
|
+
},
|
|
4425
|
+
{
|
|
4426
|
+
"from": "semantic.foregroundOnWarning",
|
|
4427
|
+
"to": "foundation.neutralBlack",
|
|
4428
|
+
"context": "dark"
|
|
4429
|
+
},
|
|
4168
4430
|
{
|
|
4169
4431
|
"from": "component.badge.danger.background",
|
|
4170
4432
|
"to": "semantic.backgroundError"
|
|
@@ -4685,16 +4947,16 @@
|
|
|
4685
4947
|
},
|
|
4686
4948
|
{
|
|
4687
4949
|
"from": "component.chart.tooltip.background",
|
|
4688
|
-
"to": "semantic.
|
|
4950
|
+
"to": "semantic.backgroundPrimary"
|
|
4689
4951
|
},
|
|
4690
4952
|
{
|
|
4691
|
-
"from": "semantic.
|
|
4953
|
+
"from": "semantic.backgroundPrimary",
|
|
4692
4954
|
"to": "foundation.neutralWhite",
|
|
4693
4955
|
"context": "light"
|
|
4694
4956
|
},
|
|
4695
4957
|
{
|
|
4696
|
-
"from": "semantic.
|
|
4697
|
-
"to": "foundation.
|
|
4958
|
+
"from": "semantic.backgroundPrimary",
|
|
4959
|
+
"to": "foundation.neutral900",
|
|
4698
4960
|
"context": "dark"
|
|
4699
4961
|
},
|
|
4700
4962
|
{
|
|
@@ -5105,16 +5367,16 @@
|
|
|
5105
5367
|
},
|
|
5106
5368
|
{
|
|
5107
5369
|
"from": "component.toast.background",
|
|
5108
|
-
"to": "semantic.
|
|
5370
|
+
"to": "semantic.backgroundPrimary"
|
|
5109
5371
|
},
|
|
5110
5372
|
{
|
|
5111
|
-
"from": "semantic.
|
|
5373
|
+
"from": "semantic.backgroundPrimary",
|
|
5112
5374
|
"to": "foundation.neutralWhite",
|
|
5113
5375
|
"context": "light"
|
|
5114
5376
|
},
|
|
5115
5377
|
{
|
|
5116
|
-
"from": "semantic.
|
|
5117
|
-
"to": "foundation.
|
|
5378
|
+
"from": "semantic.backgroundPrimary",
|
|
5379
|
+
"to": "foundation.neutral900",
|
|
5118
5380
|
"context": "dark"
|
|
5119
5381
|
},
|
|
5120
5382
|
{
|
|
@@ -5131,6 +5393,20 @@
|
|
|
5131
5393
|
"to": "foundation.neutralWhite",
|
|
5132
5394
|
"context": "dark"
|
|
5133
5395
|
},
|
|
5396
|
+
{
|
|
5397
|
+
"from": "component.toast.border",
|
|
5398
|
+
"to": "semantic.borderDefault"
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"from": "semantic.borderDefault",
|
|
5402
|
+
"to": "foundation.neutral300",
|
|
5403
|
+
"context": "light"
|
|
5404
|
+
},
|
|
5405
|
+
{
|
|
5406
|
+
"from": "semantic.borderDefault",
|
|
5407
|
+
"to": "foundation.neutral650",
|
|
5408
|
+
"context": "dark"
|
|
5409
|
+
},
|
|
5134
5410
|
{
|
|
5135
5411
|
"from": "component.toast.accent.default",
|
|
5136
5412
|
"to": "semantic.foregroundPrimary"
|
|
@@ -5623,16 +5899,16 @@
|
|
|
5623
5899
|
},
|
|
5624
5900
|
{
|
|
5625
5901
|
"from": "component.menu.panel.background",
|
|
5626
|
-
"to": "semantic.
|
|
5902
|
+
"to": "semantic.backgroundPrimary"
|
|
5627
5903
|
},
|
|
5628
5904
|
{
|
|
5629
|
-
"from": "semantic.
|
|
5905
|
+
"from": "semantic.backgroundPrimary",
|
|
5630
5906
|
"to": "foundation.neutralWhite",
|
|
5631
5907
|
"context": "light"
|
|
5632
5908
|
},
|
|
5633
5909
|
{
|
|
5634
|
-
"from": "semantic.
|
|
5635
|
-
"to": "foundation.
|
|
5910
|
+
"from": "semantic.backgroundPrimary",
|
|
5911
|
+
"to": "foundation.neutral900",
|
|
5636
5912
|
"context": "dark"
|
|
5637
5913
|
},
|
|
5638
5914
|
{
|
|
@@ -5651,16 +5927,16 @@
|
|
|
5651
5927
|
},
|
|
5652
5928
|
{
|
|
5653
5929
|
"from": "component.menu.list.background",
|
|
5654
|
-
"to": "semantic.
|
|
5930
|
+
"to": "semantic.backgroundPrimary"
|
|
5655
5931
|
},
|
|
5656
5932
|
{
|
|
5657
|
-
"from": "semantic.
|
|
5933
|
+
"from": "semantic.backgroundPrimary",
|
|
5658
5934
|
"to": "foundation.neutralWhite",
|
|
5659
5935
|
"context": "light"
|
|
5660
5936
|
},
|
|
5661
5937
|
{
|
|
5662
|
-
"from": "semantic.
|
|
5663
|
-
"to": "foundation.
|
|
5938
|
+
"from": "semantic.backgroundPrimary",
|
|
5939
|
+
"to": "foundation.neutral900",
|
|
5664
5940
|
"context": "dark"
|
|
5665
5941
|
},
|
|
5666
5942
|
{
|
|
@@ -6461,6 +6737,34 @@
|
|
|
6461
6737
|
"to": "foundation.neutral650",
|
|
6462
6738
|
"context": "dark"
|
|
6463
6739
|
},
|
|
6740
|
+
{
|
|
6741
|
+
"from": "component.divider.label",
|
|
6742
|
+
"to": "semantic.foregroundPrimary"
|
|
6743
|
+
},
|
|
6744
|
+
{
|
|
6745
|
+
"from": "semantic.foregroundPrimary",
|
|
6746
|
+
"to": "foundation.primaryBlack",
|
|
6747
|
+
"context": "light"
|
|
6748
|
+
},
|
|
6749
|
+
{
|
|
6750
|
+
"from": "semantic.foregroundPrimary",
|
|
6751
|
+
"to": "foundation.neutralWhite",
|
|
6752
|
+
"context": "dark"
|
|
6753
|
+
},
|
|
6754
|
+
{
|
|
6755
|
+
"from": "component.divider.icon",
|
|
6756
|
+
"to": "semantic.foregroundPrimary"
|
|
6757
|
+
},
|
|
6758
|
+
{
|
|
6759
|
+
"from": "semantic.foregroundPrimary",
|
|
6760
|
+
"to": "foundation.primaryBlack",
|
|
6761
|
+
"context": "light"
|
|
6762
|
+
},
|
|
6763
|
+
{
|
|
6764
|
+
"from": "semantic.foregroundPrimary",
|
|
6765
|
+
"to": "foundation.neutralWhite",
|
|
6766
|
+
"context": "dark"
|
|
6767
|
+
},
|
|
6464
6768
|
{
|
|
6465
6769
|
"from": "component.avatar.overflow.background",
|
|
6466
6770
|
"to": "semantic.backgroundPrimary"
|