@avenirs-esr/avenirs-dsav 0.1.33 → 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;
@@ -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;
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.33",
4
+ "version": "0.1.35",
5
5
  "main": "dist/avenirs-dsav.umd.js",
6
6
  "module": "dist/avenirs-dsav.es.js",
7
7
  "types": "dist/index.d.ts",