@alfalab/core-components-phone-input 5.4.0 → 5.4.4

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,41 @@
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.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.4.3...@alfalab/core-components-phone-input@5.4.4) (2022-07-25)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-phone-input
9
+
10
+
11
+
12
+
13
+
14
+ ## [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)
15
+
16
+ **Note:** Version bump only for package @alfalab/core-components-phone-input
17
+
18
+
19
+
20
+
21
+
22
+ ## [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)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
28
+
29
+
30
+
31
+
32
+
33
+ ## [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)
34
+
35
+ **Note:** Version bump only for package @alfalab/core-components-phone-input
36
+
37
+
38
+
39
+
40
+
6
41
  # [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)
7
42
 
8
43
 
@@ -466,4 +501,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
466
501
 
467
502
  ### Bug Fixes
468
503
 
504
+
469
505
  * 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.4.0",
3
+ "version": "5.4.4",
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.4.0",
20
+ "@alfalab/core-components-masked-input": "^4.4.4",
23
21
  "classnames": "^2.2.6",
24
22
  "text-mask-core": "^5.1.2"
25
- },
26
- "gitHead": "dcd5c0c8e25b7c374ff9311505ccf738a82e22c0"
23
+ }
27
24
  }
File without changes
File without changes
File without changes