@alfalab/core-components-phone-input 5.3.6 → 5.4.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,52 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.4.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.4.2...@alfalab/core-components-phone-input@5.4.3) (2022-07-18)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-phone-input
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.4.1...@alfalab/core-components-phone-input@5.4.2) (2022-07-15)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
20
+
21
+
22
+
23
+
24
+
25
+ ## [5.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.4.0...@alfalab/core-components-phone-input@5.4.1) (2022-07-14)
26
+
27
+ **Note:** Version bump only for package @alfalab/core-components-phone-input
28
+
29
+
30
+
31
+
32
+
33
+ # [5.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.3.7...@alfalab/core-components-phone-input@5.4.0) (2022-06-28)
34
+
35
+
36
+ ### Features
37
+
38
+ * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
39
+
40
+
41
+
42
+
43
+
44
+ ## [5.3.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.3.6...@alfalab/core-components-phone-input@5.3.7) (2022-06-23)
45
+
46
+ **Note:** Version bump only for package @alfalab/core-components-phone-input
47
+
48
+
49
+
50
+
51
+
6
52
  ## [5.3.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.3.5...@alfalab/core-components-phone-input@5.3.6) (2022-06-03)
7
53
 
8
54
  **Note:** Version bump only for package @alfalab/core-components-phone-input
@@ -447,4 +493,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
447
493
 
448
494
  ### Bug Fixes
449
495
 
496
+
450
497
  * update versions ([#525](https://github.com/core-ds/core-components/issues/525)) ([31b2e4c](https://github.com/core-ds/core-components/commit/31b2e4c92fde6e2b63a3391a4e053cd328e93e70))
File without changes
File without changes
File without changes
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var React = require('react');
6
6
  var textMaskCore = require('text-mask-core');
7
- var coreComponentsMaskedInput = require('@alfalab/core-components-masked-input/dist/cssm');
7
+ var coreComponentsMaskedInput = require('@alfalab/core-components-masked-input/cssm');
8
8
  var utils_index = require('./utils/index.js');
9
9
 
10
10
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
File without changes
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var Component = require('./Component.js');
6
6
  require('react');
7
7
  require('text-mask-core');
8
- require('@alfalab/core-components-masked-input/dist/cssm');
8
+ require('@alfalab/core-components-masked-input/cssm');
9
9
  require('./utils/index.js');
10
10
 
11
11
 
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  import React, { useRef, useImperativeHandle, useCallback } from 'react';
2
2
  import { conformToMask } from 'text-mask-core';
3
- import { MaskedInput } from '@alfalab/core-components-masked-input/dist/esm';
3
+ import { MaskedInput } from '@alfalab/core-components-masked-input/esm';
4
4
  import { deleteFormatting, setCaretPosition, getInsertedNumber } from './utils/index.js';
5
5
 
6
6
  /*! *****************************************************************************
File without changes
@@ -1,5 +1,5 @@
1
1
  export { PhoneInput } from './Component.js';
2
2
  import 'react';
3
3
  import 'text-mask-core';
4
- import '@alfalab/core-components-masked-input/dist/esm';
4
+ import '@alfalab/core-components-masked-input/esm';
5
5
  import './utils/index.js';
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  import React, { useRef, useImperativeHandle, useCallback } from 'react';
2
2
  import { conformToMask } from 'text-mask-core';
3
- import { MaskedInput } from '@alfalab/core-components-masked-input/dist/modern';
3
+ import { MaskedInput } from '@alfalab/core-components-masked-input/modern';
4
4
  import { deleteFormatting, setCaretPosition, getInsertedNumber } from './utils/index.js';
5
5
 
6
6
  const mask = [
File without changes
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
2
  import 'text-mask-core';
3
- import '@alfalab/core-components-masked-input/dist/modern';
3
+ import '@alfalab/core-components-masked-input/modern';
4
4
  import './utils/index.js';
5
5
  export { PhoneInput } from './Component.js';
File without changes
File without changes
package/package.json CHANGED
@@ -1,27 +1,24 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-phone-input",
3
- "version": "5.3.6",
3
+ "version": "5.4.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
- "main": "dist/index.js",
8
- "module": "./dist/esm/index.js",
9
- "files": [
10
- "dist"
11
- ],
7
+ "main": "index.js",
8
+ "module": "./esm/index.js",
12
9
  "scripts": {
13
- "postinstall": "node ./dist/send-stats.js > /dev/null 2>&1 || exit 0"
10
+ "postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
14
11
  },
15
12
  "publishConfig": {
16
- "access": "public"
13
+ "access": "public",
14
+ "directory": "dist"
17
15
  },
18
16
  "peerDependencies": {
19
17
  "react": "^16.9.0 || ^17.0.1"
20
18
  },
21
19
  "dependencies": {
22
- "@alfalab/core-components-masked-input": "^4.3.6",
23
- "classnames": "2.2.6",
24
- "text-mask-core": "5.1.2"
25
- },
26
- "gitHead": "d86d1207351d2e8dceb0519cbb0b64c06aaa6884"
20
+ "@alfalab/core-components-masked-input": "^4.4.3",
21
+ "classnames": "^2.2.6",
22
+ "text-mask-core": "^5.1.2"
23
+ }
27
24
  }
File without changes
File without changes
File without changes