@nova-design-system/nova-vue 3.6.0 → 3.8.0

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
@@ -47,6 +47,12 @@ or
47
47
  yarn add @nova-design-system/nova-webcomponents @nova-design-system/nova-base @nova-design-system/nova-vue
48
48
  ```
49
49
 
50
+ > In some case, you might experience SSL certificate issues when working on Developers' VM. As documented in the [Developers' setup guide](https://wiki.eliagroup.eu/spaces/EAing/pages/89296007/2.3.3.10+Developer+Setup#id-2.3.3.10DeveloperSetup-NPMconfig), you need to turn off the SSL certificate verification:
51
+
52
+ ```bash
53
+ npm config set strict-ssl false
54
+ ```
55
+
50
56
  ## Setup Using Tailwind (Recommended)
51
57
 
52
58
  We highly recommend using Tailwind CSS for styling, as it ensures an optimized bundle size and a powerful utility-first workflow. Nova offers a dedicated Tailwind plugin and theme, allowing you to seamlessly integrate Nova’s design tokens with Tailwind’s utility classes for a consistent and efficient styling workflow.
@@ -6,10 +6,10 @@ export const NvAccordion = /*@__PURE__*/ defineContainer('nv-accordion', undefin
6
6
  'data',
7
7
  'mode',
8
8
  'openIndexes',
9
- 'nvChange'
9
+ 'openChanged'
10
10
  ]);
11
11
  export const NvAccordionItem = /*@__PURE__*/ defineContainer('nv-accordion-item', undefined, [
12
- 'itemtitle',
12
+ 'itemTitle',
13
13
  'subtitle',
14
14
  'open',
15
15
  'disabled',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nova-design-system/nova-vue",
3
- "version": "3.6.0",
3
+ "version": "3.8.0",
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",