@avenirs-esr/avenirs-dsav 0.1.91 → 0.1.93
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 +4 -0
- package/dist/index.cjs.js +2 -2
- package/dist/index.es.js +7 -2
- package/dist/tokens/icons.d.ts +4 -0
- package/package.json +1 -1
- package/src/styles/components/_icons.scss +4 -0
|
@@ -517,6 +517,7 @@ export declare const WithCustomItemSlotExample: {
|
|
|
517
517
|
CHEVRON_DOWN: string;
|
|
518
518
|
CHEVRON_LEFT: string;
|
|
519
519
|
CIRCLE: string;
|
|
520
|
+
CIRCLE_OUTLINE: string;
|
|
520
521
|
CLOSE_CIRCLE_OUTLINE: string;
|
|
521
522
|
CLOSE_OCTAGON: string;
|
|
522
523
|
CONTENT_SAVE_OUTLINE: string;
|
|
@@ -548,6 +549,7 @@ export declare const WithCustomItemSlotExample: {
|
|
|
548
549
|
LOGOUT: string;
|
|
549
550
|
MAGNIFY: string;
|
|
550
551
|
MAP_MARKER_OUTLINE: string;
|
|
552
|
+
MINUS: string;
|
|
551
553
|
NAVIGATE_BEFORE: string;
|
|
552
554
|
NAVIGATE_NEXT: string;
|
|
553
555
|
NOTEBOOK_CHECK: string;
|
|
@@ -557,11 +559,13 @@ export declare const WithCustomItemSlotExample: {
|
|
|
557
559
|
PENCIL_OUTLINE: string;
|
|
558
560
|
PEOPLE_GROUP_OUTLINE: string;
|
|
559
561
|
PHONE_OUTLINE: string;
|
|
562
|
+
PLUS: string;
|
|
560
563
|
PLUS_CIRCLE_OUTLINE: string;
|
|
561
564
|
POST_IT_NOTES_OUTLINE: string;
|
|
562
565
|
RATE_REVIEW: string;
|
|
563
566
|
RECORD_CIRCLE_OUTLINE: string;
|
|
564
567
|
SCHOOL_OUTLINE: string;
|
|
568
|
+
SETTINGS: string;
|
|
565
569
|
SHARE_VARIANT_OUTLINE: string;
|
|
566
570
|
STAR: string;
|
|
567
571
|
STAR_CHECK_OUTLINE: string;
|