@bcc-code/design-tokens 5.1.39 → 5.1.40
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.
|
@@ -248,7 +248,7 @@ export default {
|
|
|
248
248
|
"width": "{space.400}",
|
|
249
249
|
"height": "{space.400}",
|
|
250
250
|
"font": {
|
|
251
|
-
"size": "{font-size.
|
|
251
|
+
"size": "{font-size.sm}"
|
|
252
252
|
},
|
|
253
253
|
"background": "{color.background.accent.gray.default}",
|
|
254
254
|
"border": {
|
|
@@ -265,7 +265,7 @@ export default {
|
|
|
265
265
|
"width": "{space.500}",
|
|
266
266
|
"height": "{space.500}",
|
|
267
267
|
"font": {
|
|
268
|
-
"size": "{font-size.
|
|
268
|
+
"size": "{font-size.md}"
|
|
269
269
|
},
|
|
270
270
|
"icon": {
|
|
271
271
|
"size": "{icon-size.md}"
|
|
@@ -278,7 +278,7 @@ export default {
|
|
|
278
278
|
"width": "{space.800}",
|
|
279
279
|
"height": "{space.800}",
|
|
280
280
|
"font": {
|
|
281
|
-
"size": "{font-size.
|
|
281
|
+
"size": "{font-size.xl}"
|
|
282
282
|
},
|
|
283
283
|
"icon": {
|
|
284
284
|
"size": "{icon-size.lg}"
|
|
@@ -248,7 +248,7 @@ export default {
|
|
|
248
248
|
"width": "{space.400}",
|
|
249
249
|
"height": "{space.400}",
|
|
250
250
|
"font": {
|
|
251
|
-
"size": "{font-size.
|
|
251
|
+
"size": "{font-size.sm}"
|
|
252
252
|
},
|
|
253
253
|
"background": "{color.background.accent.gray.default}",
|
|
254
254
|
"border": {
|
|
@@ -265,7 +265,7 @@ export default {
|
|
|
265
265
|
"width": "{space.500}",
|
|
266
266
|
"height": "{space.500}",
|
|
267
267
|
"font": {
|
|
268
|
-
"size": "{font-size.
|
|
268
|
+
"size": "{font-size.md}"
|
|
269
269
|
},
|
|
270
270
|
"icon": {
|
|
271
271
|
"size": "{icon-size.md}"
|
|
@@ -278,7 +278,7 @@ export default {
|
|
|
278
278
|
"width": "{space.800}",
|
|
279
279
|
"height": "{space.800}",
|
|
280
280
|
"font": {
|
|
281
|
-
"size": "{font-size.
|
|
281
|
+
"size": "{font-size.xl}"
|
|
282
282
|
},
|
|
283
283
|
"icon": {
|
|
284
284
|
"size": "{icon-size.lg}"
|
package/build/primevue/config.js
CHANGED
|
@@ -1146,7 +1146,7 @@ const BCCPreset = definePreset(Aura, {
|
|
|
1146
1146
|
root: {
|
|
1147
1147
|
width: "var(--space-400)",
|
|
1148
1148
|
height: "var(--space-400)",
|
|
1149
|
-
fontSize: "var(--font-size-
|
|
1149
|
+
fontSize: "var(--font-size-sm)",
|
|
1150
1150
|
background: "var(--color-background-accent-gray-default)",
|
|
1151
1151
|
color: "var(--color-text-default)",
|
|
1152
1152
|
borderRadius: "var(--border-radius-sm)"
|
|
@@ -1161,7 +1161,7 @@ const BCCPreset = definePreset(Aura, {
|
|
|
1161
1161
|
lg: {
|
|
1162
1162
|
width: "var(--space-500)",
|
|
1163
1163
|
height: "var(--space-500)",
|
|
1164
|
-
fontSize: "var(--font-size-
|
|
1164
|
+
fontSize: "var(--font-size-md)",
|
|
1165
1165
|
icon: {
|
|
1166
1166
|
size: "var(--icon-size-md)"
|
|
1167
1167
|
},
|
|
@@ -1172,7 +1172,7 @@ const BCCPreset = definePreset(Aura, {
|
|
|
1172
1172
|
xl: {
|
|
1173
1173
|
width: "var(--space-800)",
|
|
1174
1174
|
height: "var(--space-800)",
|
|
1175
|
-
fontSize: "var(--font-size-
|
|
1175
|
+
fontSize: "var(--font-size-xl)",
|
|
1176
1176
|
icon: {
|
|
1177
1177
|
size: "var(--icon-size-lg)"
|
|
1178
1178
|
},
|