@limetech/lime-elements 36.4.0-next.6 → 36.4.0-next.7
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/cjs/limel-icon.cjs.entry.js +1 -1
- package/dist/cjs/limel-list_2.cjs.entry.js +1 -1
- package/dist/cjs/limel-menu_2.cjs.entry.js +1 -1
- package/dist/collection/components/list/list.css +2 -2
- package/dist/collection/components/menu-list/menu-list.css +2 -2
- package/dist/collection/global/icon-cache.js +1 -1
- package/dist/esm/limel-icon.entry.js +1 -1
- package/dist/esm/limel-list_2.entry.js +1 -1
- package/dist/esm/limel-menu_2.entry.js +1 -1
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-a030e9ab.entry.js → p-a3acc38f.entry.js} +1 -1
- package/dist/lime-elements/{p-f1d963ec.entry.js → p-b0bfec52.entry.js} +1 -1
- package/dist/types/global/icon-cache.d.ts +1 -1
- package/package.json +5 -5
|
@@ -15,7 +15,7 @@ class IconCache {
|
|
|
15
15
|
* Get icon data from the cache
|
|
16
16
|
* @param {string} name name of the icon
|
|
17
17
|
* @param {string} path path on the server where the assets are located
|
|
18
|
-
* @returns {string} svg markup
|
|
18
|
+
* @returns {Promise<string>} svg markup
|
|
19
19
|
*/
|
|
20
20
|
async get(name, path = '') {
|
|
21
21
|
const cache = await this.cache;
|