@grayscale-dev/dragon 0.1.9 → 0.1.10

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.
@@ -44,8 +44,8 @@
44
44
  "control": "text"
45
45
  },
46
46
  {
47
- "name": "regex",
48
- "description": "JavaScript regular expression used by the IMask regex engine.",
47
+ "name": "input-mask",
48
+ "description": "Inputmask mask expression used to constrain user input.",
49
49
  "type": "string",
50
50
  "default": "",
51
51
  "control": "text"
@@ -137,8 +137,8 @@
137
137
  "default": ""
138
138
  },
139
139
  {
140
- "name": "regex",
141
- "description": "Regex source pattern used for masking.",
140
+ "name": "inputMask",
141
+ "description": "Inputmask mask expression used for masking.",
142
142
  "type": "string",
143
143
  "default": ""
144
144
  },
@@ -298,7 +298,7 @@
298
298
  {
299
299
  "id": "mask",
300
300
  "label": "Mask",
301
- "description": "Regex masking controls.",
301
+ "description": "Input mask controls.",
302
302
  "order": 3
303
303
  },
304
304
  {
@@ -414,11 +414,11 @@
414
414
  "order": 4
415
415
  },
416
416
  {
417
- "id": "regex",
417
+ "id": "input-mask",
418
418
  "kind": "attribute",
419
- "ref": "regex",
419
+ "ref": "input-mask",
420
420
  "group": "mask",
421
- "label": "Regex Mask",
421
+ "label": "Input Mask",
422
422
  "order": 1
423
423
  },
424
424
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grayscale-dev/dragon",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Framework-agnostic Web Components built with Lit.",
5
5
  "type": "module",
6
6
  "files": [
@@ -27,7 +27,7 @@
27
27
  "test": "npm run build:manifest && web-test-runner --config web-test-runner.config.mjs"
28
28
  },
29
29
  "dependencies": {
30
- "imask": "^7.6.1"
30
+ "inputmask": "^5.0.9"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@open-wc/testing": "^4.0.0",