@avenirs-esr/avenirs-dsav 0.1.90 → 0.1.92
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/interaction/selects/AvAutocomplete/AvAutocomplete.stories.d.ts +3 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +7 -3
- package/dist/tokens/icons.d.ts +3 -0
- package/package.json +1 -1
- package/src/styles/components/_icons.scss +3 -0
|
@@ -548,6 +548,7 @@ export declare const WithCustomItemSlotExample: {
|
|
|
548
548
|
LOGOUT: string;
|
|
549
549
|
MAGNIFY: string;
|
|
550
550
|
MAP_MARKER_OUTLINE: string;
|
|
551
|
+
MINUS: string;
|
|
551
552
|
NAVIGATE_BEFORE: string;
|
|
552
553
|
NAVIGATE_NEXT: string;
|
|
553
554
|
NOTEBOOK_CHECK: string;
|
|
@@ -557,11 +558,13 @@ export declare const WithCustomItemSlotExample: {
|
|
|
557
558
|
PENCIL_OUTLINE: string;
|
|
558
559
|
PEOPLE_GROUP_OUTLINE: string;
|
|
559
560
|
PHONE_OUTLINE: string;
|
|
561
|
+
PLUS: string;
|
|
560
562
|
PLUS_CIRCLE_OUTLINE: string;
|
|
561
563
|
POST_IT_NOTES_OUTLINE: string;
|
|
562
564
|
RATE_REVIEW: string;
|
|
563
565
|
RECORD_CIRCLE_OUTLINE: string;
|
|
564
566
|
SCHOOL_OUTLINE: string;
|
|
567
|
+
SETTINGS: string;
|
|
565
568
|
SHARE_VARIANT_OUTLINE: string;
|
|
566
569
|
STAR: string;
|
|
567
570
|
STAR_CHECK_OUTLINE: string;
|