@bcc-code/design-tokens 5.1.71 → 5.1.73

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.
@@ -215,7 +215,7 @@
215
215
  --text-3xl: 2.25rem; /** 36px */
216
216
  --text-4xl: 3rem; /** 48px */
217
217
  --text-5xl: 3.5rem; /** 56px */
218
- --shadow-oveflow: 0 0 8px 0 rgba(30,31,33,0.16), 0 0 1px 0 rgba(30,31,33,0.12);
218
+ --shadow-overflow: 0 0 8px 0 rgba(30,31,33,0.16), 0 0 1px 0 rgba(30,31,33,0.12);
219
219
  --shadow-overlay: 0 8px 12px 0 rgba(30,31,33,0.15), 0 0 1px 0 rgba(30,31,33,0.31);
220
220
  --shadow-raised: 0 1px 1px 0 rgba(30,31,33,0.25), 0 0 1px 0 rgba(30,31,33,0.31);
221
221
  --color-brand-100: var(--color-bcc-100);
@@ -213,7 +213,7 @@
213
213
  --font-size-3xl: 2.25rem; /** 36px */
214
214
  --font-size-4xl: 3rem; /** 48px */
215
215
  --font-size-5xl: 3.5rem; /** 56px */
216
- --elevation-shadow-oveflow: 0 0 8px 0 rgba(30,31,33,0.16), 0 0 1px 0 rgba(30,31,33,0.12);
216
+ --elevation-shadow-overflow: 0 0 8px 0 rgba(30,31,33,0.16), 0 0 1px 0 rgba(30,31,33,0.12);
217
217
  --elevation-shadow-overlay: 0 8px 12px 0 rgba(30,31,33,0.15), 0 0 1px 0 rgba(30,31,33,0.31);
218
218
  --elevation-shadow-raised: 0 1px 1px 0 rgba(30,31,33,0.25), 0 0 1px 0 rgba(30,31,33,0.31);
219
219
  --color-brand-100: var(--color-bcc-100);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "5.1.71",
3
+ "version": "5.1.73",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "engines": {