@bcc-code/design-tokens 5.1.39 → 5.1.41

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.md}"
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.lg}"
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.2xl}"
281
+ "size": "{font-size.xl}"
282
282
  },
283
283
  "icon": {
284
284
  "size": "{icon-size.lg}"
@@ -981,7 +981,7 @@ export default {
981
981
  },
982
982
  "divider": {
983
983
  "border": {
984
- "color": "{color.border.default}"
984
+ "color": "{color.background.alpha.subtle.default}"
985
985
  },
986
986
  "content": {
987
987
  "background": "{color.transparent}",
@@ -248,7 +248,7 @@ export default {
248
248
  "width": "{space.400}",
249
249
  "height": "{space.400}",
250
250
  "font": {
251
- "size": "{font-size.md}"
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.lg}"
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.2xl}"
281
+ "size": "{font-size.xl}"
282
282
  },
283
283
  "icon": {
284
284
  "size": "{icon-size.lg}"
@@ -981,7 +981,7 @@ export default {
981
981
  },
982
982
  "divider": {
983
983
  "border": {
984
- "color": "{color.border.default}"
984
+ "color": "{color.background.alpha.subtle.default}"
985
985
  },
986
986
  "content": {
987
987
  "background": "{color.transparent}",
@@ -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-md)",
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-lg)",
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-2xl)",
1175
+ fontSize: "var(--font-size-xl)",
1176
1176
  icon: {
1177
1177
  size: "var(--icon-size-lg)"
1178
1178
  },
@@ -1882,7 +1882,7 @@ const BCCPreset = definePreset(Aura, {
1882
1882
  },
1883
1883
  divider: {
1884
1884
  root: {
1885
- borderColor: "var(--color-border-default)"
1885
+ borderColor: "var(--color-background-alpha-subtle-default)"
1886
1886
  },
1887
1887
  content: {
1888
1888
  background: "transparent",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.39",
3
+ "version": "5.1.41",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {