@bcc-code/design-tokens 5.1.48 → 5.1.50
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/primevue/config.js
CHANGED
|
@@ -733,10 +733,10 @@ const BCCPreset = definePreset(Aura, {
|
|
|
733
733
|
"950": "{slate.950}"
|
|
734
734
|
},
|
|
735
735
|
primary: {
|
|
736
|
-
color: "{
|
|
737
|
-
contrastColor: "{
|
|
738
|
-
hoverColor: "{
|
|
739
|
-
activeColor: "{
|
|
736
|
+
color: "{color.brand.800}",
|
|
737
|
+
contrastColor: "{color.neutral.0}",
|
|
738
|
+
hoverColor: "{color.brand.700}",
|
|
739
|
+
activeColor: "{color.brand.600}"
|
|
740
740
|
},
|
|
741
741
|
highlight: {
|
|
742
742
|
background: "{primary.50}",
|
|
@@ -858,10 +858,10 @@ const BCCPreset = definePreset(Aura, {
|
|
|
858
858
|
"950": "{zinc.950}"
|
|
859
859
|
},
|
|
860
860
|
primary: {
|
|
861
|
-
color: "{
|
|
862
|
-
contrastColor: "{
|
|
863
|
-
hoverColor: "{
|
|
864
|
-
activeColor: "{
|
|
861
|
+
color: "{color.brand.300}",
|
|
862
|
+
contrastColor: "{color.dark-neutral.0}",
|
|
863
|
+
hoverColor: "{color.brand.400}",
|
|
864
|
+
activeColor: "{color.brand.500}"
|
|
865
865
|
},
|
|
866
866
|
highlight: {
|
|
867
867
|
background: "{primary.400}",
|
|
@@ -1072,7 +1072,7 @@ const BCCPreset = definePreset(Aura, {
|
|
|
1072
1072
|
style: "{focus.ring.style}",
|
|
1073
1073
|
offset: "{focus.ring.offset}"
|
|
1074
1074
|
},
|
|
1075
|
-
badgeSize: "var(--space-
|
|
1075
|
+
badgeSize: "var(--space-250)",
|
|
1076
1076
|
transitionDuration: "{form.field.transition.duration}",
|
|
1077
1077
|
minHeight: "var(--space-500)"
|
|
1078
1078
|
},
|
|
@@ -325,15 +325,15 @@ export default {
|
|
|
325
325
|
"800": "{color.brand.900}",
|
|
326
326
|
"900": "{color.brand.1000}",
|
|
327
327
|
"950": "{color.brand.1000}",
|
|
328
|
-
"color": "{
|
|
328
|
+
"color": "{color.brand.300}",
|
|
329
329
|
"contrast": {
|
|
330
|
-
"color": "{
|
|
330
|
+
"color": "{color.dark-neutral.0}"
|
|
331
331
|
},
|
|
332
332
|
"hover": {
|
|
333
|
-
"color": "{
|
|
333
|
+
"color": "{color.brand.400}"
|
|
334
334
|
},
|
|
335
335
|
"active": {
|
|
336
|
-
"color": "{
|
|
336
|
+
"color": "{color.brand.500}"
|
|
337
337
|
}
|
|
338
338
|
},
|
|
339
339
|
"surface": {
|
|
@@ -325,15 +325,15 @@ export default {
|
|
|
325
325
|
"800": "{color.brand.900}",
|
|
326
326
|
"900": "{color.brand.1000}",
|
|
327
327
|
"950": "{color.brand.1000}",
|
|
328
|
-
"color": "{
|
|
328
|
+
"color": "{color.brand.800}",
|
|
329
329
|
"contrast": {
|
|
330
|
-
"color": "{
|
|
330
|
+
"color": "{color.neutral.0}"
|
|
331
331
|
},
|
|
332
332
|
"hover": {
|
|
333
|
-
"color": "{
|
|
333
|
+
"color": "{color.brand.700}"
|
|
334
334
|
},
|
|
335
335
|
"active": {
|
|
336
|
-
"color": "{
|
|
336
|
+
"color": "{color.brand.600}"
|
|
337
337
|
}
|
|
338
338
|
},
|
|
339
339
|
"surface": {
|