@digital-realty/ix-phone-input 2.1.32 → 2.1.33

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.
@@ -3,7 +3,7 @@ import { createComponent } from '@lit/react';
3
3
  import { IxPhoneInput as LitComp } from '../IxPhoneInput.js';
4
4
  customElements.define('ix-phone-input', LitComp);
5
5
  export const IxPhoneInput = createComponent({
6
- tagName: 'ix-phone-input',
6
+ tagName: 'ix-phone-input-react',
7
7
  elementClass: LitComp,
8
8
  react: React,
9
9
  });
@@ -1 +1 @@
1
- {"version":3,"file":"IxPhoneInput.js","sourceRoot":"","sources":["../../src/react/IxPhoneInput.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7D,cAAc,CAAC,MAAM,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;AAEjD,MAAM,CAAC,MAAM,YAAY,GAAG,eAAe,CAAC;IAC1C,OAAO,EAAE,gBAAgB;IACzB,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxPhoneInput as LitComp } from '../IxPhoneInput.js';\n\ncustomElements.define('ix-phone-input', LitComp);\n\nexport const IxPhoneInput = createComponent({\n tagName: 'ix-phone-input',\n elementClass: LitComp,\n react: React,\n});\n"]}
1
+ {"version":3,"file":"IxPhoneInput.js","sourceRoot":"","sources":["../../src/react/IxPhoneInput.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,YAAY,IAAI,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAE7D,cAAc,CAAC,MAAM,CAAC,gBAAgB,EAAE,OAAO,CAAC,CAAC;AAEjD,MAAM,CAAC,MAAM,YAAY,GAAG,eAAe,CAAC;IAC1C,OAAO,EAAE,sBAAsB;IAC/B,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,KAAK;CACb,CAAC,CAAC","sourcesContent":["import React from 'react';\nimport { createComponent } from '@lit/react';\nimport { IxPhoneInput as LitComp } from '../IxPhoneInput.js';\n\ncustomElements.define('ix-phone-input', LitComp);\n\nexport const IxPhoneInput = createComponent({\n tagName: 'ix-phone-input-react',\n elementClass: LitComp,\n react: React,\n});\n"]}
@@ -13,6 +13,13 @@ function getDefaultExportFromCjs (x) {
13
13
 
14
14
  var intlTelInput$1 = {exports: {}};
15
15
 
16
+ /*
17
+ * International Telephone Input v18.5.3
18
+ * https://github.com/jackocnr/intl-tel-input.git
19
+ * Licensed under the MIT license
20
+ */
21
+ intlTelInput$1.exports;
22
+
16
23
  (function (module) {
17
24
  // wrap in UMD
18
25
  (function(factory) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-phone-input following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "2.1.32",
6
+ "version": "2.1.33",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "build": "npm run start:pre-serve && npm run buildTS && npm run start:pre-serve && rimraf distEsm && rollup -c rollup.config.js"
31
31
  },
32
32
  "dependencies": {
33
- "@digital-realty/ix-field": "^1.0.5",
33
+ "@digital-realty/ix-field": "^1.0.6",
34
34
  "@lit/react": "^1.0.2",
35
35
  "@material/web": "1.2.0",
36
36
  "intl-tel-input": "^18.2.1",
@@ -118,5 +118,5 @@
118
118
  "README.md",
119
119
  "LICENSE"
120
120
  ],
121
- "gitHead": "c7668fda980293ca038c0dd061ebe350fa88ee60"
121
+ "gitHead": "705b8d4a1375a3ce54b1562c65d8636b98b14466"
122
122
  }