@nova-design-system/nova-react 3.0.0-beta.28 → 3.0.0-beta.29

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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,7 +30,6 @@ After installing the packages, you'll need to include the Nova UI CSS and define
30
30
 
31
31
  ```typescript
32
32
  import '@nova-design-system/nova-base/dist/css/nova-utils.css';
33
- import '@nova-design-system/nova-base/assets/nova-fonts.css';
34
33
  import '@nova-design-system/nova-base/dist/css/spark.css'; // or ocean.css
35
34
  import { defineCustomElements } from '@nova-design-system/nova-webcomponents/loader';
36
35
 
@@ -41,7 +40,11 @@ This setup ensures that all the necessary Nova web-components are available in y
41
40
 
42
41
  ## Nova Font Pro Integration
43
42
 
44
- To use Nova fonts in your React application, you'll need to contact the Nova team via Teams, email, or check the [Nova Wiki](https://dev.azure.com/elia-digitization/Nova/_wiki/wikis/Nova.wiki/30245/Nova-Font-Pro) to obtain the full CDN URL. Once you have the URL, you can integrate it using any of these methods:
43
+ > [!WARNING]
44
+ > Nova Fonts is a protected asset and is not included in the Nova Base package. You need to include the Nova Fonts CSS file in your project.
45
+ > To get the Nova Fonts URL, please contact us via Teams or get the URL in the Nova Design System [internal wiki](https://dev.azure.com/elia-digitization/Nova/_wiki/wikis/Nova.wiki/30245/Nova-Font-Pro).
46
+
47
+ Once you have the URL, you can integrate it using any of these methods:
45
48
 
46
49
  ### Option 1: Import in Global CSS (Recommended)
47
50
  In your main CSS file (e.g., `src/index.css` or `src/App.css`):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-react",
3
- "version": "3.0.0-beta.28",
3
+ "version": "3.0.0-beta.29",
4
4
  "description": "Nova is a design system created by Elia Group to empower creators to efficiently build solutions that people love to use.",
5
5
  "author": "Elia Group",
6
6
  "homepage": "https://nova.eliagroup.io",
@@ -37,6 +37,6 @@
37
37
  },
38
38
  "peerDependencies": {
39
39
  "@nova-design-system/nova-webcomponents": ">=3.0.0-beta.0",
40
- "@stencil/react-output-target": "^0.7.1"
40
+ "@stencil/react-output-target": "0.8.1"
41
41
  }
42
42
  }