@bcc-code/design-tokens 2.0.5 → 2.0.6

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.
@@ -166,15 +166,6 @@ const BCCAuraOverride = {
166
166
  },
167
167
  },
168
168
 
169
- components: {
170
- global: {
171
- css: `
172
- .p-component {
173
- font-family: var(--font-archivo), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
174
- }
175
- `
176
- },
177
- }
178
169
  };
179
170
 
180
171
  export default BCCAuraOverride;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "2.0.5",
3
+ "version": "2.0.6",
4
4
  "description": "Design tokens with CSS variables, Tailwind v4, and framework presets.",
5
5
  "type": "module",
6
6
  "main": "build/bcc/cdn/variables.css",