@comercti/web-components-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 CHANGED
@@ -55,6 +55,7 @@ declare module 'vue' {
55
55
  'ce-button-wrapper': typeof ButtonWrapperComponent;
56
56
  'ce-button-pagination': typeof ButtonPaginationComponent;
57
57
  'ce-textarea': typeof TextareaComponent;
58
+ 'ce-code-input': typeof CodeInputComponent;
58
59
  }
59
60
  }
60
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/web-components-hmg",
3
- "version": "0.21.17",
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"