@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;
|