@avenirs-esr/avenirs-dsav 0.1.34 → 0.1.35
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.
|
@@ -517,10 +517,12 @@ export declare const WithCustomItemSlotExample: {
|
|
|
517
517
|
DOTS_VERTICAL: string;
|
|
518
518
|
ELECTRON_FRAMEWORK: string;
|
|
519
519
|
FAMILY: string;
|
|
520
|
+
FILE: string;
|
|
520
521
|
FILE_ACCOUNT_OUTLINE: string;
|
|
521
522
|
FILE_DOCUMENT_BOX_MULTIPLE_OUTLINE: string;
|
|
522
523
|
FILE_DOCUMENT_EDIT_OUTLINE: string;
|
|
523
524
|
FILE_DOCUMENT_MULTIPLE_OUTLINE: string;
|
|
525
|
+
FILE_IMAGE_OUTLINE: string;
|
|
524
526
|
FILE_TREE_OUTLINE: string;
|
|
525
527
|
FLAG_VARIANT: string;
|
|
526
528
|
FORMAT_LIST_BULLETED: string;
|
package/dist/tokens/icons.d.ts
CHANGED
|
@@ -29,10 +29,12 @@ export declare const MDI_ICONS: {
|
|
|
29
29
|
DOTS_VERTICAL: string;
|
|
30
30
|
ELECTRON_FRAMEWORK: string;
|
|
31
31
|
FAMILY: string;
|
|
32
|
+
FILE: string;
|
|
32
33
|
FILE_ACCOUNT_OUTLINE: string;
|
|
33
34
|
FILE_DOCUMENT_BOX_MULTIPLE_OUTLINE: string;
|
|
34
35
|
FILE_DOCUMENT_EDIT_OUTLINE: string;
|
|
35
36
|
FILE_DOCUMENT_MULTIPLE_OUTLINE: string;
|
|
37
|
+
FILE_IMAGE_OUTLINE: string;
|
|
36
38
|
FILE_TREE_OUTLINE: string;
|
|
37
39
|
FLAG_VARIANT: string;
|
|
38
40
|
FORMAT_LIST_BULLETED: string;
|