@avenirs-esr/avenirs-dsav 0.1.106 → 0.1.108
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/dist/avenirs-dsav.css +1 -1
- package/dist/components/base/AvMessage/AvMessage.stories.d.ts +1 -0
- package/dist/components/interaction/selects/AvAutocomplete/AvAutocomplete.stories.d.ts +2 -0
- package/dist/index.cjs.js +5 -5
- package/dist/index.es.js +1403 -1393
- package/dist/tokens/icons.d.ts +2 -0
- package/package.json +1 -1
- package/src/styles/components/_grid.scss +50 -116
- package/src/styles/components/_icons.scss +2 -0
- package/src/styles/utilities/_helpers.scss +61 -17
|
@@ -25,3 +25,4 @@ export declare const Info: StoryFn<AvMessageProps>;
|
|
|
25
25
|
export declare const Success: StoryFn<AvMessageProps>;
|
|
26
26
|
export declare const Warning: StoryFn<AvMessageProps>;
|
|
27
27
|
export declare const Error: StoryFn<AvMessageProps>;
|
|
28
|
+
export declare const MultipleMessages: StoryFn<AvMessageProps>;
|
|
@@ -516,6 +516,7 @@ export declare const WithCustomItemSlotExample: {
|
|
|
516
516
|
CHECK: string;
|
|
517
517
|
CHECK_CIRCLE: string;
|
|
518
518
|
CHECK_CIRCLE_OUTLINE: string;
|
|
519
|
+
CHECK_DECAGRAM_OUTLINE: string;
|
|
519
520
|
CHECKBOX_BLANK_OUTLINE: string;
|
|
520
521
|
CHECKBOX_MARKED: string;
|
|
521
522
|
CHEVRON_DOUBLE_LEFT: string;
|
|
@@ -543,6 +544,7 @@ export declare const WithCustomItemSlotExample: {
|
|
|
543
544
|
FILE_RESTORE_OUTLINE: string;
|
|
544
545
|
FILE_TREE_OUTLINE: string;
|
|
545
546
|
FLAG_VARIANT: string;
|
|
547
|
+
FLARE: string;
|
|
546
548
|
FORMAT_LIST_BULLETED: string;
|
|
547
549
|
HAMBURGER_MENU: string;
|
|
548
550
|
HISTORY: string;
|