@avenirs-esr/avenirs-dsav 0.1.26 → 0.1.27

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.
@@ -76,6 +76,7 @@ export declare const RI_ICONS: {
76
76
  * e.g. using mdi icons with AvBadge
77
77
  */
78
78
  export declare const ICONS_DATA_URL: {
79
+ AMS_SAE: string;
79
80
  CLOCK_ALMOST_CHECK: string;
80
81
  CLOCK_HALF_PLUS_CHECK: string;
81
82
  CLOCK_QUARTER_CHECK: 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.26",
4
+ "version": "0.1.27",
5
5
  "main": "dist/avenirs-dsav.umd.js",
6
6
  "module": "dist/avenirs-dsav.es.js",
7
7
  "types": "dist/index.d.ts",