@bcc-code/design-tokens 3.0.1 → 3.0.3

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.
package/README.md CHANGED
@@ -43,7 +43,7 @@ npm install @bcc-code/design-tokens
43
43
  ### PrimeVue
44
44
 
45
45
  ```javascript
46
- import BCCPreset from '@bcc-code/design-tokens/primevue';
46
+ import BCCPreset from "@bcc-code/design-tokens/primevue";
47
47
 
48
48
  app.use(PrimeVue, {
49
49
  theme: {
@@ -4,7 +4,6 @@
4
4
 
5
5
 
6
6
  @theme {
7
-
8
7
  --font-archivo: Archivo;
9
8
  --color-neutral-0: #ffffff;
10
9
  --color-neutral-100: #f7f8f9;
@@ -4,7 +4,6 @@
4
4
 
5
5
 
6
6
  @theme {
7
-
8
7
  --font-archivo: Archivo;
9
8
  --color-neutral-0: #ffffff;
10
9
  --color-neutral-100: #f7f8f9;
@@ -1,5 +1,7 @@
1
1
  declare module "*primevue.config.js" {
2
- import { ThemePreset } from "@primeuix/themes";
3
- const preset: ThemePreset;
4
- export default preset;
2
+ export const BCCPreset: any;
3
+ }
4
+
5
+ declare module "@bcc-code/design-tokens/primevue" {
6
+ export const BCCPreset: any;
5
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/design-tokens",
3
- "version": "3.0.1",
3
+ "version": "3.0.3",
4
4
  "description": "Design tokens build system",
5
5
  "type": "module",
6
6
  "exports": {