@avenirs-esr/avenirs-dsav 0.1.23 → 0.1.24

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.
@@ -536,6 +536,7 @@ export declare const WithCustomItemSlotExample: {
536
536
  PAGE_FIRST: string;
537
537
  PAGE_LAST: string;
538
538
  PENCIL_OUTLINE: string;
539
+ PEOPLE_GROUP_OUTLINE: string;
539
540
  PLUS_CIRCLE_OUTLINE: string;
540
541
  POST_IT_NOTES_OUTLINE: string;
541
542
  SCHOOL_OUTLINE: string;
@@ -42,3 +42,4 @@ import { type AvTabsProps } from '@/components/interaction/tabs/AvTabs/AvTabs.vu
42
42
  declare const meta: Meta<AvTabsProps>;
43
43
  export default meta;
44
44
  export declare const Default: StoryFn<AvTabsProps>;
45
+ export declare const Compact: StoryFn<AvTabsProps>;
@@ -14,6 +14,12 @@ export interface AvTabsProps {
14
14
  * Index starts at 0.
15
15
  */
16
16
  modelValue: number;
17
+ /**
18
+ * Allows compact display:
19
+ * Underline without central pipe.
20
+ * @default 'false'
21
+ */
22
+ compact?: boolean;
17
23
  }
18
24
  /**
19
25
  * Slots available in AvTabs component.
@@ -48,6 +48,7 @@ export declare const MDI_ICONS: {
48
48
  PAGE_FIRST: string;
49
49
  PAGE_LAST: string;
50
50
  PENCIL_OUTLINE: string;
51
+ PEOPLE_GROUP_OUTLINE: string;
51
52
  PLUS_CIRCLE_OUTLINE: string;
52
53
  POST_IT_NOTES_OUTLINE: string;
53
54
  SCHOOL_OUTLINE: 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.23",
4
+ "version": "0.1.24",
5
5
  "main": "dist/avenirs-dsav.umd.js",
6
6
  "module": "dist/avenirs-dsav.es.js",
7
7
  "types": "dist/index.d.ts",