@bcc-code/design-tokens 5.1.47 → 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 +11 -11
- package/build/primevue/semantic-dark.js +11 -11
- package/build/primevue/semantic-light.js +11 -11
- package/package.json +1 -1
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)",
|
|
@@ -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}"
|