@comercti/icons-hmg 0.41.5 → 0.41.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/comerc-style-guide.cjs.js +115 -109
- package/comerc-style-guide.es.js +224 -216
- package/comerc-style-guide.umd.js +115 -109
- package/index.d.ts +6 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -168,6 +168,7 @@ import { default as dotsVertical } from './dotsVertical.svg?raw';
|
|
|
168
168
|
import { default as download01 } from './download01.svg?raw';
|
|
169
169
|
import { default as download02 } from './download02.svg?raw';
|
|
170
170
|
import { default as download03 } from './download03.svg?raw';
|
|
171
|
+
import { default as download04 } from './download04.svg?raw';
|
|
171
172
|
import { default as downloadCloud01 } from './downloadCloud01.svg?raw';
|
|
172
173
|
import { default as downloadCloud02 } from './downloadCloud02.svg?raw';
|
|
173
174
|
import { default as edit01 } from './edit01.svg?raw';
|
|
@@ -257,6 +258,7 @@ import { default as link05 } from './link05.svg?raw';
|
|
|
257
258
|
import { default as linkBroken01 } from './linkBroken01.svg?raw';
|
|
258
259
|
import { default as linkBroken02 } from './linkBroken02.svg?raw';
|
|
259
260
|
import { default as linkedin } from './linkedin.svg?raw';
|
|
261
|
+
import { default as list } from './list.svg?raw';
|
|
260
262
|
import { default as loading01 } from './loading01.svg?raw';
|
|
261
263
|
import { default as loading02 } from './loading02.svg?raw';
|
|
262
264
|
import { default as loading03 } from './loading03.svg?raw';
|
|
@@ -791,6 +793,8 @@ export { download02 }
|
|
|
791
793
|
|
|
792
794
|
export { download03 }
|
|
793
795
|
|
|
796
|
+
export { download04 }
|
|
797
|
+
|
|
794
798
|
export { downloadCloud01 }
|
|
795
799
|
|
|
796
800
|
export { downloadCloud02 }
|
|
@@ -969,6 +973,8 @@ export { linkBroken02 }
|
|
|
969
973
|
|
|
970
974
|
export { linkedin }
|
|
971
975
|
|
|
976
|
+
export { list }
|
|
977
|
+
|
|
972
978
|
export { loading01 }
|
|
973
979
|
|
|
974
980
|
export { loading02 }
|