@comercti/icons-hmg 0.41.5 → 0.41.6
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/comerc-style-guide.cjs.js +112 -109
- package/comerc-style-guide.es.js +220 -216
- package/comerc-style-guide.umd.js +112 -109
- package/index.d.ts +3 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -257,6 +257,7 @@ import { default as link05 } from './link05.svg?raw';
|
|
|
257
257
|
import { default as linkBroken01 } from './linkBroken01.svg?raw';
|
|
258
258
|
import { default as linkBroken02 } from './linkBroken02.svg?raw';
|
|
259
259
|
import { default as linkedin } from './linkedin.svg?raw';
|
|
260
|
+
import { default as list } from './list.svg?raw';
|
|
260
261
|
import { default as loading01 } from './loading01.svg?raw';
|
|
261
262
|
import { default as loading02 } from './loading02.svg?raw';
|
|
262
263
|
import { default as loading03 } from './loading03.svg?raw';
|
|
@@ -969,6 +970,8 @@ export { linkBroken02 }
|
|
|
969
970
|
|
|
970
971
|
export { linkedin }
|
|
971
972
|
|
|
973
|
+
export { list }
|
|
974
|
+
|
|
972
975
|
export { loading01 }
|
|
973
976
|
|
|
974
977
|
export { loading02 }
|