@comercti/icons-hmg 0.10.22 → 0.15.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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +2 -1
package/index.d.ts CHANGED
@@ -1347,6 +1347,7 @@ declare module 'vue' {
1347
1347
  'ce-toggle': typeof ToggleComponent;
1348
1348
  'ce-button-wrapper': typeof ButtonWrapperComponent;
1349
1349
  'ce-button-pagination': typeof ButtonPaginationComponent;
1350
+ 'ce-textarea': typeof TextareaComponent;
1350
1351
  }
1351
1352
  }
1352
1353
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comercti/icons-hmg",
3
- "version": "0.10.22",
3
+ "version": "0.15.2",
4
4
  "types": "index.d.ts",
5
5
  "type": "module",
6
6
  "license": "private",
@@ -13,6 +13,7 @@
13
13
  "@wdns/vue-code-block": "^2.3.5",
14
14
  "date-fns": "^4.1.0",
15
15
  "highlight.js": "^11.11.1",
16
+ "maska": "^3.2.0",
16
17
  "prismjs": "^1.30.0",
17
18
  "react": "^17.0.2",
18
19
  "react-dom": "^17.0.2",