@avenirs-esr/avenirs-dsav 0.1.18 → 0.1.20

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 (36) hide show
  1. package/README.md +8 -6
  2. package/dist/avenirs-dsav.css +1 -1
  3. package/dist/avenirs-dsav.es.js +203 -201
  4. package/dist/avenirs-dsav.umd.js +1 -1
  5. package/dist/components/badges/AvBadge/AvBadge.stories.d.ts +3 -11
  6. package/dist/components/base/AvIconText/AvIconText.stories.d.ts +2 -2
  7. package/dist/components/base/AvIconText/AvIconText.vue.d.ts +1 -1
  8. package/dist/components/base/AvNotice/AvNotice.stories.d.ts +4 -11
  9. package/dist/components/base/AvVIcon/AvVIcon.stories.d.ts +2 -9
  10. package/dist/components/cards/AvCard/AvCard.stories.d.ts +2 -2
  11. package/dist/components/interaction/accordions/AvAccordion/AvAccordion.stories.d.ts +1 -1
  12. package/dist/components/interaction/accordions/AvAccordionsGroup/AvAccordionsGroup.stories.d.ts +4 -11
  13. package/dist/components/interaction/buttons/AvButton/AvButton.stories.d.ts +5 -14
  14. package/dist/components/interaction/buttons/AvRichButton/AvRichButton.stories.d.ts +2 -2
  15. package/dist/components/interaction/files/AvFileUpload/AvFileUpload.stories.d.ts +2 -10
  16. package/dist/components/interaction/inputs/AvInput/AvInput.stories.d.ts +16 -27
  17. package/dist/components/interaction/lists/AvList/AvList.stories.d.ts +2 -2
  18. package/dist/components/interaction/lists/AvListItem/AvListItem.stories.d.ts +2 -2
  19. package/dist/components/interaction/lists/AvListItem/AvListItem.vue.d.ts +1 -1
  20. package/dist/components/interaction/pickers/AvPageSizePicker/AvPageSizePicker.stories.d.ts +2 -2
  21. package/dist/components/interaction/pickers/AvTagPicker/AvTagPicker.stories.d.ts +4 -4
  22. package/dist/components/interaction/radios/AvRadioButton/AvRadioButton.stories.d.ts +2 -2
  23. package/dist/components/interaction/radios/AvRadioButtonSet/AvRadioButtonSet.stories.d.ts +5 -12
  24. package/dist/components/interaction/selects/AvAutocomplete/AvAutocomplete.stories.d.ts +4 -2
  25. package/dist/components/interaction/selects/AvSelect/AvSelect.stories.d.ts +3 -10
  26. package/dist/components/interaction/tabs/AvTab/AvTab.stories.d.ts +2 -2
  27. package/dist/components/interaction/tabs/AvTabs/AvTabs.stories.d.ts +3 -10
  28. package/dist/components/interaction/toggles/AvToggle/AvToggle.stories.d.ts +2 -2
  29. package/dist/components/navigation/AvNavigation/AvNavigation.stories.d.ts +4 -11
  30. package/dist/components/navigation/AvSideMenu/AvSideMenu.stories.d.ts +2 -2
  31. package/dist/components/navigation/AvSideNavigation/AvSideNavigation.stories.d.ts +2 -2
  32. package/dist/components/navigation/AvStepper/AvStepper.stories.d.ts +2 -2
  33. package/dist/components/overlay/drawers/AvDrawer/AvDrawer.stories.d.ts +2 -2
  34. package/dist/components/overlay/popovers/AvPopover/AvPopover.stories.d.ts +2 -2
  35. package/dist/tokens/icons.d.ts +2 -0
  36. package/package.json +6 -2
@@ -3,23 +3,16 @@ import { type AvNavigationProps } from '@/components/navigation/AvNavigation/AvN
3
3
  /**
4
4
  * <h1 class="n1">Navigation - <code>AvNavigation</code></h1>
5
5
  *
6
- * <h2 class="n2">🌟 Introduction</h2>
6
+ * <h2 class="n2">✨ Introduction</h2>
7
7
  *
8
8
  * <p>
9
9
  * <span class="b2-regular">
10
- * The <code>AvNavigation</code> is a component implementing the VueDSFR <code>DsfrNavigation</code>.
11
- * The main navigation is the central navigation system within a site. It guides the user through the site main and secondary sections.
10
+ * The <code>AvNavigation</code> is the main navigation therefore the central navigation system within a site.
11
+ * It guides the user through the site main and secondary sections.
12
12
  * </span>
13
13
  * </p>
14
14
  *
15
- * <p>
16
- * <span class="b2-regular">
17
- * 🏅 Documentation on main navigation can be found on
18
- * <a href="https://www.systeme-de-design.gouv.fr/version-courante/fr/composants/navigation-principale" target="_blank" rel="noopener noreferrer">DSFR</a>
19
- * </span>
20
- * </p>
21
- *
22
- * <h2 class="n2">📐 Structure</h2>
15
+ * <h2 class="n2">🏗️ Structure</h2>
23
16
  *
24
17
  * <p><span class="b2-regular">The navigation component can be used to create a navigation bar with different types of navigation items:</span></p>
25
18
  *
@@ -3,7 +3,7 @@ import { type AvSideMenuProps } from '@/components/navigation/AvSideMenu/AvSideM
3
3
  /**
4
4
  * <h1 class="n1">Navigation - <code>AvSideMenu</code></h1>
5
5
  *
6
- * <h2 class="n2">🌟 Introduction</h2>
6
+ * <h2 class="n2">✨ Introduction</h2>
7
7
  *
8
8
  * <p>
9
9
  * <span class="b2-regular">
@@ -27,7 +27,7 @@ import { type AvSideMenuProps } from '@/components/navigation/AvSideMenu/AvSideM
27
27
  * </span>
28
28
  * </p>
29
29
  *
30
- * <h2 class="n2">📐 Structure</h2>
30
+ * <h2 class="n2">🏗️ Structure</h2>
31
31
  *
32
32
  * <p><span class="b2-regular">The side-menu component consists of the following elements:</span></p>
33
33
  *
@@ -3,7 +3,7 @@ import AvSideNavigation from './AvSideNavigation.vue';
3
3
  /**
4
4
  * <h1 class="n1">Navigation - <code>AvSideNavigation</code></h1>
5
5
  *
6
- * <h2 class="n2">🌟 Introduction</h2>
6
+ * <h2 class="n2">✨ Introduction</h2>
7
7
  *
8
8
  * <p>
9
9
  * <span class="b2-regular">
@@ -29,7 +29,7 @@ import AvSideNavigation from './AvSideNavigation.vue';
29
29
  * </span>
30
30
  * </p>
31
31
  *
32
- * <h2 class="n2">📐 Structure</h2>
32
+ * <h2 class="n2">🏗️ Structure</h2>
33
33
  *
34
34
  * <p><span class="b2-regular">The side navigation component consists of the following elements:</span></p>
35
35
  *
@@ -1,7 +1,7 @@
1
1
  import type { Meta, StoryFn } from '@storybook/vue3';
2
2
  import AvStepper, { type AvStepperProps } from './AvStepper.vue';
3
3
  /**
4
- * <h2 class="n2">🌟 Introduction</h2>
4
+ * <h2 class="n2">✨ Introduction</h2>
5
5
  *
6
6
  * <p>
7
7
  * <span class="b2-regular">
@@ -9,7 +9,7 @@ import AvStepper, { type AvStepperProps } from './AvStepper.vue';
9
9
  * </span>
10
10
  * </p>
11
11
  *
12
- * <h2 class="n2">📐 Structure</h2>
12
+ * <h2 class="n2">🏗️ Structure</h2>
13
13
  *
14
14
  * <p><span class="b2-regular">The stepper displays:</span></p>
15
15
  * <ul>
@@ -3,7 +3,7 @@ import { type AvDrawerProps } from '@/components/overlay/drawers/AvDrawer/AvDraw
3
3
  /**
4
4
  * <h1 class="n1">Drawers - <code>AvDrawer</code></h1>
5
5
  *
6
- * <h2 class="n2">🌟 Introduction</h2>
6
+ * <h2 class="n2">✨ Introduction</h2>
7
7
  *
8
8
  * <p>
9
9
  * <span class="b2-regular">
@@ -25,7 +25,7 @@ import { type AvDrawerProps } from '@/components/overlay/drawers/AvDrawer/AvDraw
25
25
  * </span>
26
26
  * </p>
27
27
  *
28
- * <h2 class="n2">📐 Structure</h2>
28
+ * <h2 class="n2">🏗️ Structure</h2>
29
29
  *
30
30
  * <p><span class="b2-regular">The drawer consists of the following elements:</span></p>
31
31
  *
@@ -3,7 +3,7 @@ import { type AvPopoverProps } from '@/components/overlay/popovers/AvPopover/AvP
3
3
  /**
4
4
  * <h1 class="n1">Popovers - <code>AvPopover</code></h1>
5
5
  *
6
- * <h2 class="n2">🌟 Introduction</h2>
6
+ * <h2 class="n2">✨ Introduction</h2>
7
7
  *
8
8
  * <p>
9
9
  * <span class="b2-regular">
@@ -28,7 +28,7 @@ import { type AvPopoverProps } from '@/components/overlay/popovers/AvPopover/AvP
28
28
  * </span>
29
29
  * </p>
30
30
  *
31
- * <h2 class="n2">📐 Structure</h2>
31
+ * <h2 class="n2">🏗️ Structure</h2>
32
32
  *
33
33
  * <p><span class="b2-regular">The popover consists of the following elements:</span></p>
34
34
  *
@@ -2,6 +2,7 @@ export declare const MDI_ICONS: {
2
2
  ACCOUNT_CIRCLE_OUTLINE: string;
3
3
  ACCOUNT_STUDENT_OUTLINE: string;
4
4
  ALERT_CIRCLE_OUTLINE: string;
5
+ ALERT_OUTLINE: string;
5
6
  ARROW_DECISION: string;
6
7
  ARROW_LEFT_THIN: string;
7
8
  ARROW_RIGHT: string;
@@ -35,6 +36,7 @@ export declare const MDI_ICONS: {
35
36
  IMAGE_FILTER_CENTER_FOCUS_WEAK: string;
36
37
  IMAGE_OUTLINE: string;
37
38
  INFORMATION_OUTLINE: string;
39
+ LINK: string;
38
40
  LOADING_OUTLINE: string;
39
41
  LOGOUT: string;
40
42
  NAVIGATE_BEFORE: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avenirs-esr/avenirs-dsav",
3
3
  "type": "module",
4
- "version": "0.1.18",
4
+ "version": "0.1.20",
5
5
  "main": "dist/avenirs-dsav.umd.js",
6
6
  "module": "dist/avenirs-dsav.es.js",
7
7
  "types": "dist/index.d.ts",
@@ -36,7 +36,10 @@
36
36
  "build-storybook": "storybook build",
37
37
  "release:patch": "npm version patch --git-tag-version -m \"chore(release): update version to %s\" --tag-version-prefix v",
38
38
  "release:minor": "npm version minor --git-tag-version -m \"chore(release): update version to %s\" --tag-version-prefix v",
39
- "release:major": "npm version major --git-tag-version -m \"chore(release): update version to %s\" --tag-version-prefix v"
39
+ "release:major": "npm version major --git-tag-version -m \"chore(release): update version to %s\" --tag-version-prefix v",
40
+ "docs:generate": "node generate-docs.js",
41
+ "docs:dev": "npm run docs:generate && vitepress dev docs",
42
+ "docs:build": "npm run docs:generate && vitepress build docs"
40
43
  },
41
44
  "peerDependencies": {
42
45
  "vue": "^3.5.13",
@@ -94,6 +97,7 @@
94
97
  "vite": "^6.3.3",
95
98
  "vite-plugin-vue-devtools": "^7.3.9",
96
99
  "vite-svg-loader": "^5.1.0",
100
+ "vitepress": "^1.6.4",
97
101
  "vitest": "^3.2.4",
98
102
  "vue-tsc": "^2.1.2",
99
103
  "workbox-window": "^7.1.0"