@pantheon-systems/pds-design-tokens 1.0.0-dev.14 → 1.0.0-dev.16
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/build/css/pds-design-tokens-dark-mode.css +16 -6
- package/build/css/pds-design-tokens-light-mode.css +14 -4
- package/build/figma/pds-design-tokens-figma.json +896 -430
- package/build/json/pds-design-tokens-dark-mode.json +347 -114
- package/build/json/pds-design-tokens-light-mode.json +333 -100
- package/build/scss/_pds-design-tokens-dark-mode.scss +16 -6
- package/build/scss/_pds-design-tokens-light-mode.scss +14 -4
- package/package.json +1 -1
|
@@ -980,6 +980,264 @@
|
|
|
980
980
|
}
|
|
981
981
|
}
|
|
982
982
|
},
|
|
983
|
+
"brand-secondary": {
|
|
984
|
+
"background": {
|
|
985
|
+
"default": {
|
|
986
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
987
|
+
"public": true,
|
|
988
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
989
|
+
"isSource": true,
|
|
990
|
+
"original": {
|
|
991
|
+
"value": "transparent",
|
|
992
|
+
"public": true
|
|
993
|
+
},
|
|
994
|
+
"name": "color-light-mode-button-brand-secondary-background-default",
|
|
995
|
+
"attributes": {
|
|
996
|
+
"category": "color",
|
|
997
|
+
"type": "light-mode",
|
|
998
|
+
"item": "button",
|
|
999
|
+
"subitem": "brand-secondary",
|
|
1000
|
+
"state": "background"
|
|
1001
|
+
},
|
|
1002
|
+
"path": [
|
|
1003
|
+
"color",
|
|
1004
|
+
"light-mode",
|
|
1005
|
+
"button",
|
|
1006
|
+
"brand-secondary",
|
|
1007
|
+
"background",
|
|
1008
|
+
"default"
|
|
1009
|
+
]
|
|
1010
|
+
},
|
|
1011
|
+
"hover": {
|
|
1012
|
+
"value": "#f1f1f1",
|
|
1013
|
+
"public": true,
|
|
1014
|
+
"isReferenceToInternal": true,
|
|
1015
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
1016
|
+
"isSource": true,
|
|
1017
|
+
"original": {
|
|
1018
|
+
"value": "{color.light-mode.neutral.050.value}",
|
|
1019
|
+
"public": true,
|
|
1020
|
+
"isReferenceToInternal": true
|
|
1021
|
+
},
|
|
1022
|
+
"name": "color-light-mode-button-brand-secondary-background-hover",
|
|
1023
|
+
"attributes": {
|
|
1024
|
+
"category": "color",
|
|
1025
|
+
"type": "light-mode",
|
|
1026
|
+
"item": "button",
|
|
1027
|
+
"subitem": "brand-secondary",
|
|
1028
|
+
"state": "background"
|
|
1029
|
+
},
|
|
1030
|
+
"path": [
|
|
1031
|
+
"color",
|
|
1032
|
+
"light-mode",
|
|
1033
|
+
"button",
|
|
1034
|
+
"brand-secondary",
|
|
1035
|
+
"background",
|
|
1036
|
+
"hover"
|
|
1037
|
+
]
|
|
1038
|
+
},
|
|
1039
|
+
"active": {
|
|
1040
|
+
"value": "#cfcfd3",
|
|
1041
|
+
"public": true,
|
|
1042
|
+
"isReferenceToInternal": true,
|
|
1043
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
1044
|
+
"isSource": true,
|
|
1045
|
+
"original": {
|
|
1046
|
+
"value": "{color.light-mode.neutral.100.value}",
|
|
1047
|
+
"public": true,
|
|
1048
|
+
"isReferenceToInternal": true
|
|
1049
|
+
},
|
|
1050
|
+
"name": "color-light-mode-button-brand-secondary-background-active",
|
|
1051
|
+
"attributes": {
|
|
1052
|
+
"category": "color",
|
|
1053
|
+
"type": "light-mode",
|
|
1054
|
+
"item": "button",
|
|
1055
|
+
"subitem": "brand-secondary",
|
|
1056
|
+
"state": "background"
|
|
1057
|
+
},
|
|
1058
|
+
"path": [
|
|
1059
|
+
"color",
|
|
1060
|
+
"light-mode",
|
|
1061
|
+
"button",
|
|
1062
|
+
"brand-secondary",
|
|
1063
|
+
"background",
|
|
1064
|
+
"active"
|
|
1065
|
+
]
|
|
1066
|
+
}
|
|
1067
|
+
},
|
|
1068
|
+
"border": {
|
|
1069
|
+
"default": {
|
|
1070
|
+
"value": "#54545f",
|
|
1071
|
+
"public": true,
|
|
1072
|
+
"isReferenceToInternal": true,
|
|
1073
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
1074
|
+
"isSource": true,
|
|
1075
|
+
"original": {
|
|
1076
|
+
"value": "{color.light-mode.neutral.500.value}",
|
|
1077
|
+
"public": true,
|
|
1078
|
+
"isReferenceToInternal": true
|
|
1079
|
+
},
|
|
1080
|
+
"name": "color-light-mode-button-brand-secondary-border-default",
|
|
1081
|
+
"attributes": {
|
|
1082
|
+
"category": "color",
|
|
1083
|
+
"type": "light-mode",
|
|
1084
|
+
"item": "button",
|
|
1085
|
+
"subitem": "brand-secondary",
|
|
1086
|
+
"state": "border"
|
|
1087
|
+
},
|
|
1088
|
+
"path": [
|
|
1089
|
+
"color",
|
|
1090
|
+
"light-mode",
|
|
1091
|
+
"button",
|
|
1092
|
+
"brand-secondary",
|
|
1093
|
+
"border",
|
|
1094
|
+
"default"
|
|
1095
|
+
]
|
|
1096
|
+
},
|
|
1097
|
+
"hover": {
|
|
1098
|
+
"value": "#23232d",
|
|
1099
|
+
"public": true,
|
|
1100
|
+
"isReferenceToInternal": true,
|
|
1101
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
1102
|
+
"isSource": true,
|
|
1103
|
+
"original": {
|
|
1104
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
1105
|
+
"public": true,
|
|
1106
|
+
"isReferenceToInternal": true
|
|
1107
|
+
},
|
|
1108
|
+
"name": "color-light-mode-button-brand-secondary-border-hover",
|
|
1109
|
+
"attributes": {
|
|
1110
|
+
"category": "color",
|
|
1111
|
+
"type": "light-mode",
|
|
1112
|
+
"item": "button",
|
|
1113
|
+
"subitem": "brand-secondary",
|
|
1114
|
+
"state": "border"
|
|
1115
|
+
},
|
|
1116
|
+
"path": [
|
|
1117
|
+
"color",
|
|
1118
|
+
"light-mode",
|
|
1119
|
+
"button",
|
|
1120
|
+
"brand-secondary",
|
|
1121
|
+
"border",
|
|
1122
|
+
"hover"
|
|
1123
|
+
]
|
|
1124
|
+
},
|
|
1125
|
+
"active": {
|
|
1126
|
+
"value": "#23232d",
|
|
1127
|
+
"public": true,
|
|
1128
|
+
"isReferenceToInternal": true,
|
|
1129
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
1130
|
+
"isSource": true,
|
|
1131
|
+
"original": {
|
|
1132
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
1133
|
+
"public": true,
|
|
1134
|
+
"isReferenceToInternal": true
|
|
1135
|
+
},
|
|
1136
|
+
"name": "color-light-mode-button-brand-secondary-border-active",
|
|
1137
|
+
"attributes": {
|
|
1138
|
+
"category": "color",
|
|
1139
|
+
"type": "light-mode",
|
|
1140
|
+
"item": "button",
|
|
1141
|
+
"subitem": "brand-secondary",
|
|
1142
|
+
"state": "border"
|
|
1143
|
+
},
|
|
1144
|
+
"path": [
|
|
1145
|
+
"color",
|
|
1146
|
+
"light-mode",
|
|
1147
|
+
"button",
|
|
1148
|
+
"brand-secondary",
|
|
1149
|
+
"border",
|
|
1150
|
+
"active"
|
|
1151
|
+
]
|
|
1152
|
+
}
|
|
1153
|
+
},
|
|
1154
|
+
"foreground": {
|
|
1155
|
+
"default": {
|
|
1156
|
+
"value": "#23232d",
|
|
1157
|
+
"public": true,
|
|
1158
|
+
"isReferenceToInternal": true,
|
|
1159
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
1160
|
+
"isSource": true,
|
|
1161
|
+
"original": {
|
|
1162
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
1163
|
+
"public": true,
|
|
1164
|
+
"isReferenceToInternal": true
|
|
1165
|
+
},
|
|
1166
|
+
"name": "color-light-mode-button-brand-secondary-foreground-default",
|
|
1167
|
+
"attributes": {
|
|
1168
|
+
"category": "color",
|
|
1169
|
+
"type": "light-mode",
|
|
1170
|
+
"item": "button",
|
|
1171
|
+
"subitem": "brand-secondary",
|
|
1172
|
+
"state": "foreground"
|
|
1173
|
+
},
|
|
1174
|
+
"path": [
|
|
1175
|
+
"color",
|
|
1176
|
+
"light-mode",
|
|
1177
|
+
"button",
|
|
1178
|
+
"brand-secondary",
|
|
1179
|
+
"foreground",
|
|
1180
|
+
"default"
|
|
1181
|
+
]
|
|
1182
|
+
},
|
|
1183
|
+
"hover": {
|
|
1184
|
+
"value": "#23232d",
|
|
1185
|
+
"public": true,
|
|
1186
|
+
"isReferenceToInternal": true,
|
|
1187
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
1188
|
+
"isSource": true,
|
|
1189
|
+
"original": {
|
|
1190
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
1191
|
+
"public": true,
|
|
1192
|
+
"isReferenceToInternal": true
|
|
1193
|
+
},
|
|
1194
|
+
"name": "color-light-mode-button-brand-secondary-foreground-hover",
|
|
1195
|
+
"attributes": {
|
|
1196
|
+
"category": "color",
|
|
1197
|
+
"type": "light-mode",
|
|
1198
|
+
"item": "button",
|
|
1199
|
+
"subitem": "brand-secondary",
|
|
1200
|
+
"state": "foreground"
|
|
1201
|
+
},
|
|
1202
|
+
"path": [
|
|
1203
|
+
"color",
|
|
1204
|
+
"light-mode",
|
|
1205
|
+
"button",
|
|
1206
|
+
"brand-secondary",
|
|
1207
|
+
"foreground",
|
|
1208
|
+
"hover"
|
|
1209
|
+
]
|
|
1210
|
+
},
|
|
1211
|
+
"active": {
|
|
1212
|
+
"value": "#23232d",
|
|
1213
|
+
"public": true,
|
|
1214
|
+
"isReferenceToInternal": true,
|
|
1215
|
+
"filePath": "tokens/color/alias/button.light.json",
|
|
1216
|
+
"isSource": true,
|
|
1217
|
+
"original": {
|
|
1218
|
+
"value": "{color.light-mode.neutral.700.value}",
|
|
1219
|
+
"public": true,
|
|
1220
|
+
"isReferenceToInternal": true
|
|
1221
|
+
},
|
|
1222
|
+
"name": "color-light-mode-button-brand-secondary-foreground-active",
|
|
1223
|
+
"attributes": {
|
|
1224
|
+
"category": "color",
|
|
1225
|
+
"type": "light-mode",
|
|
1226
|
+
"item": "button",
|
|
1227
|
+
"subitem": "brand-secondary",
|
|
1228
|
+
"state": "foreground"
|
|
1229
|
+
},
|
|
1230
|
+
"path": [
|
|
1231
|
+
"color",
|
|
1232
|
+
"light-mode",
|
|
1233
|
+
"button",
|
|
1234
|
+
"brand-secondary",
|
|
1235
|
+
"foreground",
|
|
1236
|
+
"active"
|
|
1237
|
+
]
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
983
1241
|
"critical": {
|
|
984
1242
|
"background": {
|
|
985
1243
|
"default": {
|
|
@@ -1351,6 +1609,33 @@
|
|
|
1351
1609
|
"default"
|
|
1352
1610
|
]
|
|
1353
1611
|
},
|
|
1612
|
+
"hover": {
|
|
1613
|
+
"value": "#f0ecff",
|
|
1614
|
+
"public": true,
|
|
1615
|
+
"isReferenceToInternal": true,
|
|
1616
|
+
"filePath": "tokens/color/alias/form.light.json",
|
|
1617
|
+
"isSource": true,
|
|
1618
|
+
"original": {
|
|
1619
|
+
"value": "{color.light-mode.brand.secondary.100.value}",
|
|
1620
|
+
"public": true,
|
|
1621
|
+
"isReferenceToInternal": true
|
|
1622
|
+
},
|
|
1623
|
+
"name": "color-light-mode-input-background-hover",
|
|
1624
|
+
"attributes": {
|
|
1625
|
+
"category": "color",
|
|
1626
|
+
"type": "light-mode",
|
|
1627
|
+
"item": "input",
|
|
1628
|
+
"subitem": "background",
|
|
1629
|
+
"state": "hover"
|
|
1630
|
+
},
|
|
1631
|
+
"path": [
|
|
1632
|
+
"color",
|
|
1633
|
+
"light-mode",
|
|
1634
|
+
"input",
|
|
1635
|
+
"background",
|
|
1636
|
+
"hover"
|
|
1637
|
+
]
|
|
1638
|
+
},
|
|
1354
1639
|
"critical": {
|
|
1355
1640
|
"value": "#ffebeb",
|
|
1356
1641
|
"public": true,
|
|
@@ -1408,13 +1693,15 @@
|
|
|
1408
1693
|
]
|
|
1409
1694
|
},
|
|
1410
1695
|
"hover": {
|
|
1411
|
-
"value": "#
|
|
1696
|
+
"value": "#5f41e5",
|
|
1412
1697
|
"public": true,
|
|
1698
|
+
"isReferenceToInternal": true,
|
|
1413
1699
|
"filePath": "tokens/color/alias/form.light.json",
|
|
1414
1700
|
"isSource": true,
|
|
1415
1701
|
"original": {
|
|
1416
|
-
"value": "{color.light-mode.interactive.
|
|
1417
|
-
"public": true
|
|
1702
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
1703
|
+
"public": true,
|
|
1704
|
+
"isReferenceToInternal": true
|
|
1418
1705
|
},
|
|
1419
1706
|
"name": "color-light-mode-input-border-hover",
|
|
1420
1707
|
"attributes": {
|
|
@@ -1658,7 +1945,7 @@
|
|
|
1658
1945
|
"filePath": "tokens/color/alias/link.light.json",
|
|
1659
1946
|
"isSource": true,
|
|
1660
1947
|
"original": {
|
|
1661
|
-
"value": "{color.light-mode.interactive.link.
|
|
1948
|
+
"value": "{color.light-mode.interactive.link.value}",
|
|
1662
1949
|
"public": true,
|
|
1663
1950
|
"isReferenceToInternal": true
|
|
1664
1951
|
},
|
|
@@ -1677,13 +1964,13 @@
|
|
|
1677
1964
|
]
|
|
1678
1965
|
},
|
|
1679
1966
|
"hover": {
|
|
1680
|
-
"value": "#
|
|
1967
|
+
"value": "#5f41e5",
|
|
1681
1968
|
"public": true,
|
|
1682
1969
|
"isReferenceToInternal": true,
|
|
1683
1970
|
"filePath": "tokens/color/alias/link.light.json",
|
|
1684
1971
|
"isSource": true,
|
|
1685
1972
|
"original": {
|
|
1686
|
-
"value": "{color.light-mode.interactive.
|
|
1973
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
1687
1974
|
"public": true,
|
|
1688
1975
|
"isReferenceToInternal": true
|
|
1689
1976
|
},
|
|
@@ -1702,13 +1989,13 @@
|
|
|
1702
1989
|
]
|
|
1703
1990
|
},
|
|
1704
1991
|
"active": {
|
|
1705
|
-
"value": "#
|
|
1992
|
+
"value": "#5f41e5",
|
|
1706
1993
|
"public": true,
|
|
1707
1994
|
"isReferenceToInternal": true,
|
|
1708
1995
|
"filePath": "tokens/color/alias/link.light.json",
|
|
1709
1996
|
"isSource": true,
|
|
1710
1997
|
"original": {
|
|
1711
|
-
"value": "{color.light-mode.interactive.
|
|
1998
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
1712
1999
|
"public": true,
|
|
1713
2000
|
"isReferenceToInternal": true
|
|
1714
2001
|
},
|
|
@@ -1727,13 +2014,13 @@
|
|
|
1727
2014
|
]
|
|
1728
2015
|
},
|
|
1729
2016
|
"visited": {
|
|
1730
|
-
"value": "#
|
|
2017
|
+
"value": "#5f41e5",
|
|
1731
2018
|
"public": true,
|
|
1732
2019
|
"isReferenceToInternal": true,
|
|
1733
2020
|
"filePath": "tokens/color/alias/link.light.json",
|
|
1734
2021
|
"isSource": true,
|
|
1735
2022
|
"original": {
|
|
1736
|
-
"value": "{color.light-mode.interactive.visited.
|
|
2023
|
+
"value": "{color.light-mode.interactive.visited.value}",
|
|
1737
2024
|
"public": true,
|
|
1738
2025
|
"isReferenceToInternal": true
|
|
1739
2026
|
},
|
|
@@ -3073,100 +3360,46 @@
|
|
|
3073
3360
|
},
|
|
3074
3361
|
"interactive": {
|
|
3075
3362
|
"link": {
|
|
3076
|
-
"
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
"
|
|
3081
|
-
"value": "#0F62FE"
|
|
3082
|
-
},
|
|
3083
|
-
"name": "color-light-mode-interactive-link-400",
|
|
3084
|
-
"attributes": {
|
|
3085
|
-
"category": "color",
|
|
3086
|
-
"type": "light-mode",
|
|
3087
|
-
"item": "interactive",
|
|
3088
|
-
"subitem": "link",
|
|
3089
|
-
"state": "400"
|
|
3090
|
-
},
|
|
3091
|
-
"path": [
|
|
3092
|
-
"color",
|
|
3093
|
-
"light-mode",
|
|
3094
|
-
"interactive",
|
|
3095
|
-
"link",
|
|
3096
|
-
"400"
|
|
3097
|
-
]
|
|
3363
|
+
"value": "#0f62fe",
|
|
3364
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
3365
|
+
"isSource": true,
|
|
3366
|
+
"original": {
|
|
3367
|
+
"value": "#0F62FE"
|
|
3098
3368
|
},
|
|
3099
|
-
"
|
|
3100
|
-
|
|
3101
|
-
"
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
"
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
"state": "500"
|
|
3113
|
-
},
|
|
3114
|
-
"path": [
|
|
3115
|
-
"color",
|
|
3116
|
-
"light-mode",
|
|
3117
|
-
"interactive",
|
|
3118
|
-
"link",
|
|
3119
|
-
"500"
|
|
3120
|
-
]
|
|
3121
|
-
}
|
|
3369
|
+
"name": "color-light-mode-interactive-link",
|
|
3370
|
+
"attributes": {
|
|
3371
|
+
"category": "color",
|
|
3372
|
+
"type": "light-mode",
|
|
3373
|
+
"item": "interactive",
|
|
3374
|
+
"subitem": "link"
|
|
3375
|
+
},
|
|
3376
|
+
"path": [
|
|
3377
|
+
"color",
|
|
3378
|
+
"light-mode",
|
|
3379
|
+
"interactive",
|
|
3380
|
+
"link"
|
|
3381
|
+
]
|
|
3122
3382
|
},
|
|
3123
3383
|
"visited": {
|
|
3124
|
-
"
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
"
|
|
3129
|
-
"value": "#967FFF"
|
|
3130
|
-
},
|
|
3131
|
-
"name": "color-light-mode-interactive-visited-400",
|
|
3132
|
-
"attributes": {
|
|
3133
|
-
"category": "color",
|
|
3134
|
-
"type": "light-mode",
|
|
3135
|
-
"item": "interactive",
|
|
3136
|
-
"subitem": "visited",
|
|
3137
|
-
"state": "400"
|
|
3138
|
-
},
|
|
3139
|
-
"path": [
|
|
3140
|
-
"color",
|
|
3141
|
-
"light-mode",
|
|
3142
|
-
"interactive",
|
|
3143
|
-
"visited",
|
|
3144
|
-
"400"
|
|
3145
|
-
]
|
|
3384
|
+
"value": "#5f41e5",
|
|
3385
|
+
"filePath": "tokens/color/base/interactive.light.json",
|
|
3386
|
+
"isSource": true,
|
|
3387
|
+
"original": {
|
|
3388
|
+
"value": "#5F41E5"
|
|
3146
3389
|
},
|
|
3147
|
-
"
|
|
3148
|
-
|
|
3149
|
-
"
|
|
3150
|
-
"
|
|
3151
|
-
"
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
"
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
"state": "500"
|
|
3161
|
-
},
|
|
3162
|
-
"path": [
|
|
3163
|
-
"color",
|
|
3164
|
-
"light-mode",
|
|
3165
|
-
"interactive",
|
|
3166
|
-
"visited",
|
|
3167
|
-
"500"
|
|
3168
|
-
]
|
|
3169
|
-
}
|
|
3390
|
+
"name": "color-light-mode-interactive-visited",
|
|
3391
|
+
"attributes": {
|
|
3392
|
+
"category": "color",
|
|
3393
|
+
"type": "light-mode",
|
|
3394
|
+
"item": "interactive",
|
|
3395
|
+
"subitem": "visited"
|
|
3396
|
+
},
|
|
3397
|
+
"path": [
|
|
3398
|
+
"color",
|
|
3399
|
+
"light-mode",
|
|
3400
|
+
"interactive",
|
|
3401
|
+
"visited"
|
|
3402
|
+
]
|
|
3170
3403
|
},
|
|
3171
3404
|
"focus": {
|
|
3172
3405
|
"value": "#0f62fe",
|
|
@@ -22,6 +22,15 @@ $pds-color-button-brand-border-hover: #ffe668;
|
|
|
22
22
|
$pds-color-button-brand-foreground-active: #121219;
|
|
23
23
|
$pds-color-button-brand-foreground-default: #121219;
|
|
24
24
|
$pds-color-button-brand-foreground-hover: #121219;
|
|
25
|
+
$pds-color-button-brand-secondary-background-active: #282839;
|
|
26
|
+
$pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
|
|
27
|
+
$pds-color-button-brand-secondary-background-hover: #504e62;
|
|
28
|
+
$pds-color-button-brand-secondary-border-active: #504e62;
|
|
29
|
+
$pds-color-button-brand-secondary-border-default: #a6a3b4;
|
|
30
|
+
$pds-color-button-brand-secondary-border-hover: #ffffff;
|
|
31
|
+
$pds-color-button-brand-secondary-foreground-active: #e7e7eb;
|
|
32
|
+
$pds-color-button-brand-secondary-foreground-default: #e7e7eb;
|
|
33
|
+
$pds-color-button-brand-secondary-foreground-hover: #ffffff;
|
|
25
34
|
$pds-color-button-critical-background-active: #9c2f2f;
|
|
26
35
|
$pds-color-button-critical-background-default: #e05757;
|
|
27
36
|
$pds-color-button-critical-background-hover: #be4242;
|
|
@@ -63,21 +72,22 @@ $pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35
|
|
|
63
72
|
$pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
64
73
|
$pds-color-input-background-critical: #1d1d29;
|
|
65
74
|
$pds-color-input-background-default: #1d1d29;
|
|
75
|
+
$pds-color-input-background-hover: #282839;
|
|
66
76
|
$pds-color-input-border-critical: #e05757;
|
|
67
77
|
$pds-color-input-border-default: #a6a3b4;
|
|
68
|
-
$pds-color-input-border-hover:
|
|
69
|
-
$pds-color-input-border-success: #
|
|
78
|
+
$pds-color-input-border-hover: #5f41e5;
|
|
79
|
+
$pds-color-input-border-success: #3cb683;
|
|
70
80
|
$pds-color-input-checked-background: $pds-color-interactive-focus;
|
|
71
81
|
$pds-color-input-checked-foreground: #ffffff;
|
|
72
82
|
$pds-color-input-foreground-critical: #e05757;
|
|
73
83
|
$pds-color-input-foreground-default: #ffffff;
|
|
74
|
-
$pds-color-input-foreground-success: #
|
|
84
|
+
$pds-color-input-foreground-success: #3cb683;
|
|
75
85
|
$pds-color-input-placeholder-text: #a6a3b4;
|
|
76
86
|
$pds-color-interactive-focus: #36a3ff;
|
|
77
|
-
$pds-color-link-active: #
|
|
87
|
+
$pds-color-link-active: #5f41e5;
|
|
78
88
|
$pds-color-link-default: #36a3ff;
|
|
79
|
-
$pds-color-link-hover: #
|
|
80
|
-
$pds-color-link-visited: #
|
|
89
|
+
$pds-color-link-hover: #5f41e5;
|
|
90
|
+
$pds-color-link-visited: #5f41e5;
|
|
81
91
|
$pds-color-menu-background: #282839;
|
|
82
92
|
$pds-color-menu-item-background-active: #858299;
|
|
83
93
|
$pds-color-menu-item-background-default: #282839;
|
|
@@ -22,6 +22,15 @@ $pds-color-button-brand-border-hover: #ffe668;
|
|
|
22
22
|
$pds-color-button-brand-foreground-active: #23232d;
|
|
23
23
|
$pds-color-button-brand-foreground-default: #23232d;
|
|
24
24
|
$pds-color-button-brand-foreground-hover: #23232d;
|
|
25
|
+
$pds-color-button-brand-secondary-background-active: #cfcfd3;
|
|
26
|
+
$pds-color-button-brand-secondary-background-default: rgba(0, 0, 0, 0);
|
|
27
|
+
$pds-color-button-brand-secondary-background-hover: #f1f1f1;
|
|
28
|
+
$pds-color-button-brand-secondary-border-active: #23232d;
|
|
29
|
+
$pds-color-button-brand-secondary-border-default: #54545f;
|
|
30
|
+
$pds-color-button-brand-secondary-border-hover: #23232d;
|
|
31
|
+
$pds-color-button-brand-secondary-foreground-active: #23232d;
|
|
32
|
+
$pds-color-button-brand-secondary-foreground-default: #23232d;
|
|
33
|
+
$pds-color-button-brand-secondary-foreground-hover: #23232d;
|
|
25
34
|
$pds-color-button-critical-background-active: #700000;
|
|
26
35
|
$pds-color-button-critical-background-default: #d61f1f;
|
|
27
36
|
$pds-color-button-critical-background-hover: #f83333;
|
|
@@ -63,9 +72,10 @@ $pds-color-gradient-sunrise: linear-gradient(227.79deg, #300068 38.28%, #E65F35
|
|
|
63
72
|
$pds-color-gradient-sunset: linear-gradient(48.24deg, #EF13AD 0%, #300068 66.25%);
|
|
64
73
|
$pds-color-input-background-critical: #ffebeb;
|
|
65
74
|
$pds-color-input-background-default: #ffffff;
|
|
75
|
+
$pds-color-input-background-hover: #f0ecff;
|
|
66
76
|
$pds-color-input-border-critical: #d61f1f;
|
|
67
77
|
$pds-color-input-border-default: #8f8f99;
|
|
68
|
-
$pds-color-input-border-hover:
|
|
78
|
+
$pds-color-input-border-hover: #5f41e5;
|
|
69
79
|
$pds-color-input-border-success: #1f845a;
|
|
70
80
|
$pds-color-input-checked-background: $pds-color-interactive-focus;
|
|
71
81
|
$pds-color-input-checked-foreground: #ffffff;
|
|
@@ -74,10 +84,10 @@ $pds-color-input-foreground-default: #23232d;
|
|
|
74
84
|
$pds-color-input-foreground-success: #1f845a;
|
|
75
85
|
$pds-color-input-placeholder-text: #71717c;
|
|
76
86
|
$pds-color-interactive-focus: #0f62fe;
|
|
77
|
-
$pds-color-link-active: #
|
|
87
|
+
$pds-color-link-active: #5f41e5;
|
|
78
88
|
$pds-color-link-default: #0f62fe;
|
|
79
|
-
$pds-color-link-hover: #
|
|
80
|
-
$pds-color-link-visited: #
|
|
89
|
+
$pds-color-link-hover: #5f41e5;
|
|
90
|
+
$pds-color-link-visited: #5f41e5;
|
|
81
91
|
$pds-color-menu-background: #ffffff;
|
|
82
92
|
$pds-color-menu-item-background-active: #cfcfd3;
|
|
83
93
|
$pds-color-menu-item-background-default: #ffffff;
|