@comercti/icons 0.40.0 → 0.42.0
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 +265 -242
- package/comerc-style-guide.es.js +512 -482
- package/comerc-style-guide.umd.js +266 -243
- package/index.d.ts +21 -0
- package/package.json +11 -1
package/index.d.ts
CHANGED
|
@@ -123,6 +123,7 @@ import { default as circle } from './circle.svg?raw';
|
|
|
123
123
|
import { default as circle02 } from './circle02.svg?raw';
|
|
124
124
|
import { default as circle03 } from './circle03.svg?raw';
|
|
125
125
|
import { default as clipboard } from './clipboard.svg?raw';
|
|
126
|
+
import { default as clipboardCheck } from './clipboardCheck.svg?raw';
|
|
126
127
|
import { default as clock } from './clock.svg?raw';
|
|
127
128
|
import { default as cloudBlank01 } from './cloudBlank01.svg?raw';
|
|
128
129
|
import { default as cloudBlank02 } from './cloudBlank02.svg?raw';
|
|
@@ -167,6 +168,7 @@ import { default as dotsVertical } from './dotsVertical.svg?raw';
|
|
|
167
168
|
import { default as download01 } from './download01.svg?raw';
|
|
168
169
|
import { default as download02 } from './download02.svg?raw';
|
|
169
170
|
import { default as download03 } from './download03.svg?raw';
|
|
171
|
+
import { default as download04 } from './download04.svg?raw';
|
|
170
172
|
import { default as downloadCloud01 } from './downloadCloud01.svg?raw';
|
|
171
173
|
import { default as downloadCloud02 } from './downloadCloud02.svg?raw';
|
|
172
174
|
import { default as edit01 } from './edit01.svg?raw';
|
|
@@ -197,11 +199,13 @@ import { default as file } from './file.svg?raw';
|
|
|
197
199
|
import { default as file01 } from './file01.svg?raw';
|
|
198
200
|
import { default as file02 } from './file02.svg?raw';
|
|
199
201
|
import { default as file03 } from './file03.svg?raw';
|
|
202
|
+
import { default as fileCheck03 } from './fileCheck03.svg?raw';
|
|
200
203
|
import { default as fileDownload01 } from './fileDownload01.svg?raw';
|
|
201
204
|
import { default as fileDownload02 } from './fileDownload02.svg?raw';
|
|
202
205
|
import { default as fileDownload03 } from './fileDownload03.svg?raw';
|
|
203
206
|
import { default as fileheart } from './fileheart.svg?raw';
|
|
204
207
|
import { default as fileUpload } from './fileUpload.svg?raw';
|
|
208
|
+
import { default as fileUpload03 } from './fileUpload03.svg?raw';
|
|
205
209
|
import { default as fileX01 } from './fileX01.svg?raw';
|
|
206
210
|
import { default as fileX02 } from './fileX02.svg?raw';
|
|
207
211
|
import { default as filterFunnel01 } from './filterFunnel01.svg?raw';
|
|
@@ -254,6 +258,7 @@ import { default as link05 } from './link05.svg?raw';
|
|
|
254
258
|
import { default as linkBroken01 } from './linkBroken01.svg?raw';
|
|
255
259
|
import { default as linkBroken02 } from './linkBroken02.svg?raw';
|
|
256
260
|
import { default as linkedin } from './linkedin.svg?raw';
|
|
261
|
+
import { default as list } from './list.svg?raw';
|
|
257
262
|
import { default as loading01 } from './loading01.svg?raw';
|
|
258
263
|
import { default as loading02 } from './loading02.svg?raw';
|
|
259
264
|
import { default as loading03 } from './loading03.svg?raw';
|
|
@@ -272,6 +277,7 @@ import { default as mail02 } from './mail02.svg?raw';
|
|
|
272
277
|
import { default as mail03 } from './mail03.svg?raw';
|
|
273
278
|
import { default as mail04 } from './mail04.svg?raw';
|
|
274
279
|
import { default as mail05 } from './mail05.svg?raw';
|
|
280
|
+
import { default as markerPin01 } from './markerPin01.svg?raw';
|
|
275
281
|
import { default as medicalCircle } from './medicalCircle.svg?raw';
|
|
276
282
|
import { default as medicalCross } from './medicalCross.svg?raw';
|
|
277
283
|
import { default as medicalSquare } from './medicalSquare.svg?raw';
|
|
@@ -312,6 +318,7 @@ import { default as pin01 } from './pin01.svg?raw';
|
|
|
312
318
|
import { default as pin02 } from './pin02.svg?raw';
|
|
313
319
|
import { default as pix } from './pix.svg?raw';
|
|
314
320
|
import { default as placeholder } from './placeholder.svg?raw';
|
|
321
|
+
import { default as play01 } from './play01.svg?raw';
|
|
315
322
|
import { default as plus } from './plus.svg?raw';
|
|
316
323
|
import { default as plusCircle } from './plusCircle.svg?raw';
|
|
317
324
|
import { default as plusSquare } from './plusSquare.svg?raw';
|
|
@@ -698,6 +705,8 @@ export { circle03 }
|
|
|
698
705
|
|
|
699
706
|
export { clipboard }
|
|
700
707
|
|
|
708
|
+
export { clipboardCheck }
|
|
709
|
+
|
|
701
710
|
export { clock }
|
|
702
711
|
|
|
703
712
|
export { cloudBlank01 }
|
|
@@ -786,6 +795,8 @@ export { download02 }
|
|
|
786
795
|
|
|
787
796
|
export { download03 }
|
|
788
797
|
|
|
798
|
+
export { download04 }
|
|
799
|
+
|
|
789
800
|
export { downloadCloud01 }
|
|
790
801
|
|
|
791
802
|
export { downloadCloud02 }
|
|
@@ -846,6 +857,8 @@ export { file02 }
|
|
|
846
857
|
|
|
847
858
|
export { file03 }
|
|
848
859
|
|
|
860
|
+
export { fileCheck03 }
|
|
861
|
+
|
|
849
862
|
export { fileDownload01 }
|
|
850
863
|
|
|
851
864
|
export { fileDownload02 }
|
|
@@ -856,6 +869,8 @@ export { fileheart }
|
|
|
856
869
|
|
|
857
870
|
export { fileUpload }
|
|
858
871
|
|
|
872
|
+
export { fileUpload03 }
|
|
873
|
+
|
|
859
874
|
export { fileX01 }
|
|
860
875
|
|
|
861
876
|
export { fileX02 }
|
|
@@ -960,6 +975,8 @@ export { linkBroken02 }
|
|
|
960
975
|
|
|
961
976
|
export { linkedin }
|
|
962
977
|
|
|
978
|
+
export { list }
|
|
979
|
+
|
|
963
980
|
export { loading01 }
|
|
964
981
|
|
|
965
982
|
export { loading02 }
|
|
@@ -996,6 +1013,8 @@ export { mail04 }
|
|
|
996
1013
|
|
|
997
1014
|
export { mail05 }
|
|
998
1015
|
|
|
1016
|
+
export { markerPin01 }
|
|
1017
|
+
|
|
999
1018
|
export { medicalCircle }
|
|
1000
1019
|
|
|
1001
1020
|
export { medicalCross }
|
|
@@ -1076,6 +1095,8 @@ export { pix }
|
|
|
1076
1095
|
|
|
1077
1096
|
export { placeholder }
|
|
1078
1097
|
|
|
1098
|
+
export { play01 }
|
|
1099
|
+
|
|
1079
1100
|
export { plus }
|
|
1080
1101
|
|
|
1081
1102
|
export { plusCircle }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comercti/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.42.0",
|
|
4
4
|
"types": "index.d.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "private",
|
|
@@ -14,11 +14,13 @@
|
|
|
14
14
|
"@venegrad/vue3-code-input": "^1.0.8",
|
|
15
15
|
"@wdns/vue-code-block": "^2.3.5",
|
|
16
16
|
"date-fns": "^4.1.0",
|
|
17
|
+
"fast-glob": "^3.3.3",
|
|
17
18
|
"highlight.js": "^11.11.1",
|
|
18
19
|
"maska": "^3.2.0",
|
|
19
20
|
"prismjs": "^1.30.0",
|
|
20
21
|
"react": "^17.0.2",
|
|
21
22
|
"react-dom": "^17.0.2",
|
|
23
|
+
"ts-morph": "^28.0.0",
|
|
22
24
|
"veaury": "^2.6.3",
|
|
23
25
|
"vitest-sonar-reporter": "^2.0.4",
|
|
24
26
|
"vue": "^3.5.29"
|
|
@@ -69,6 +71,7 @@
|
|
|
69
71
|
"storybook-addon-vue-mdx": "^1.0.6",
|
|
70
72
|
"storybook-dark-mode": "^4.0.2",
|
|
71
73
|
"tailwindcss": "^3.4.19",
|
|
74
|
+
"tsx": "^4.21.0",
|
|
72
75
|
"typescript": "~5.7.3",
|
|
73
76
|
"vite": "^6.4.1",
|
|
74
77
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
@@ -96,6 +99,13 @@
|
|
|
96
99
|
"email": "evandro.fontes@comerc.com.br"
|
|
97
100
|
}
|
|
98
101
|
],
|
|
102
|
+
"pnpm": {
|
|
103
|
+
"overrides": {
|
|
104
|
+
"flatted": "3.4.2",
|
|
105
|
+
"picomatch": "4.0.4",
|
|
106
|
+
"vite": "^6.4.2"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
99
109
|
"main": "comerc-style-guide.umd.js",
|
|
100
110
|
"module": "comerc-style-guide.es.js"
|
|
101
111
|
}
|