@bcc-code/design-tokens 5.1.46 → 5.1.48
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
|
@@ -626,17 +626,17 @@ const BCCPreset = definePreset(Aura, {
|
|
|
626
626
|
iconSize: "var(--space-200)",
|
|
627
627
|
anchorGutter: "var(--space-25)",
|
|
628
628
|
primary: {
|
|
629
|
-
"50": "{
|
|
630
|
-
"100": "{
|
|
631
|
-
"200": "{
|
|
632
|
-
"300": "{
|
|
633
|
-
"400": "{
|
|
634
|
-
"500": "{
|
|
635
|
-
"600": "{
|
|
636
|
-
"700": "{
|
|
637
|
-
"800": "{
|
|
638
|
-
"900": "{
|
|
639
|
-
"950": "{
|
|
629
|
+
"50": "{color.brand.100}",
|
|
630
|
+
"100": "{color.brand.200}",
|
|
631
|
+
"200": "{color.brand.300}",
|
|
632
|
+
"300": "{color.brand.400}",
|
|
633
|
+
"400": "{color.brand.500}",
|
|
634
|
+
"500": "{color.brand.600}",
|
|
635
|
+
"600": "{color.brand.700}",
|
|
636
|
+
"700": "{color.brand.800}",
|
|
637
|
+
"800": "{color.brand.900}",
|
|
638
|
+
"900": "{color.brand.1000}",
|
|
639
|
+
"950": "{color.brand.1000}"
|
|
640
640
|
},
|
|
641
641
|
formField: {
|
|
642
642
|
paddingX: "var(--space-150)",
|
|
@@ -1057,7 +1057,7 @@ const BCCPreset = definePreset(Aura, {
|
|
|
1057
1057
|
minHeight: "var(--space-400)"
|
|
1058
1058
|
},
|
|
1059
1059
|
lg: {
|
|
1060
|
-
fontSize: "var(--font-size-
|
|
1060
|
+
fontSize: "var(--font-size-md)",
|
|
1061
1061
|
paddingX: "var(--space-250)",
|
|
1062
1062
|
paddingY: "var(--space-100)",
|
|
1063
1063
|
iconOnlyWidth: "var(--space-600)",
|
|
@@ -314,17 +314,17 @@ export default {
|
|
|
314
314
|
}
|
|
315
315
|
},
|
|
316
316
|
"primary": {
|
|
317
|
-
"50": "{
|
|
318
|
-
"100": "{
|
|
319
|
-
"200": "{
|
|
320
|
-
"300": "{
|
|
321
|
-
"400": "{
|
|
322
|
-
"500": "{
|
|
323
|
-
"600": "{
|
|
324
|
-
"700": "{
|
|
325
|
-
"800": "{
|
|
326
|
-
"900": "{
|
|
327
|
-
"950": "{
|
|
317
|
+
"50": "{color.brand.100}",
|
|
318
|
+
"100": "{color.brand.200}",
|
|
319
|
+
"200": "{color.brand.300}",
|
|
320
|
+
"300": "{color.brand.400}",
|
|
321
|
+
"400": "{color.brand.500}",
|
|
322
|
+
"500": "{color.brand.600}",
|
|
323
|
+
"600": "{color.brand.700}",
|
|
324
|
+
"700": "{color.brand.800}",
|
|
325
|
+
"800": "{color.brand.900}",
|
|
326
|
+
"900": "{color.brand.1000}",
|
|
327
|
+
"950": "{color.brand.1000}",
|
|
328
328
|
"color": "{primary.400}",
|
|
329
329
|
"contrast": {
|
|
330
330
|
"color": "{surface.900}"
|
|
@@ -314,17 +314,17 @@ export default {
|
|
|
314
314
|
}
|
|
315
315
|
},
|
|
316
316
|
"primary": {
|
|
317
|
-
"50": "{
|
|
318
|
-
"100": "{
|
|
319
|
-
"200": "{
|
|
320
|
-
"300": "{
|
|
321
|
-
"400": "{
|
|
322
|
-
"500": "{
|
|
323
|
-
"600": "{
|
|
324
|
-
"700": "{
|
|
325
|
-
"800": "{
|
|
326
|
-
"900": "{
|
|
327
|
-
"950": "{
|
|
317
|
+
"50": "{color.brand.100}",
|
|
318
|
+
"100": "{color.brand.200}",
|
|
319
|
+
"200": "{color.brand.300}",
|
|
320
|
+
"300": "{color.brand.400}",
|
|
321
|
+
"400": "{color.brand.500}",
|
|
322
|
+
"500": "{color.brand.600}",
|
|
323
|
+
"600": "{color.brand.700}",
|
|
324
|
+
"700": "{color.brand.800}",
|
|
325
|
+
"800": "{color.brand.900}",
|
|
326
|
+
"900": "{color.brand.1000}",
|
|
327
|
+
"950": "{color.brand.1000}",
|
|
328
328
|
"color": "{primary.500}",
|
|
329
329
|
"contrast": {
|
|
330
330
|
"color": "{surface.0}"
|