@comercti/icons-hmg 0.21.17 → 0.22.2
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/index.d.ts +1 -0
- package/package.json +4 -2
package/index.d.ts
CHANGED
|
@@ -1351,6 +1351,7 @@ declare module 'vue' {
|
|
|
1351
1351
|
'ce-button-wrapper': typeof ButtonWrapperComponent;
|
|
1352
1352
|
'ce-button-pagination': typeof ButtonPaginationComponent;
|
|
1353
1353
|
'ce-textarea': typeof TextareaComponent;
|
|
1354
|
+
'ce-code-input': typeof CodeInputComponent;
|
|
1354
1355
|
}
|
|
1355
1356
|
}
|
|
1356
1357
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comercti/icons-hmg",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.22.2",
|
|
4
4
|
"types": "index.d.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "private",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"description": "AVISO: Este pacote está em desenvolvimento e pode sofrer alterações sem aviso prévio. Não utilize em produção. ",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@popperjs/core": "^2.11.8",
|
|
14
|
+
"@venegrad/vue3-code-input": "^1.0.8",
|
|
14
15
|
"@wdns/vue-code-block": "^2.3.5",
|
|
15
16
|
"date-fns": "^4.1.0",
|
|
16
17
|
"highlight.js": "^11.11.1",
|
|
@@ -20,7 +21,8 @@
|
|
|
20
21
|
"react-dom": "^17.0.2",
|
|
21
22
|
"veaury": "^2.6.2",
|
|
22
23
|
"vitest-sonar-reporter": "^2.0.0",
|
|
23
|
-
"vue": "^3.5.13"
|
|
24
|
+
"vue": "^3.5.13",
|
|
25
|
+
"vue3-otp-input": "^0.5.40"
|
|
24
26
|
},
|
|
25
27
|
"peerDependencies": {
|
|
26
28
|
"vue": ">=3.2.0"
|