@alfalab/core-components-masked-input 4.3.6 → 4.4.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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
+ ## [4.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.4.1...@alfalab/core-components-masked-input@4.4.2) (2022-07-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
12
+
13
+
14
+
15
+
16
+
17
+ ## [4.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.4.0...@alfalab/core-components-masked-input@4.4.1) (2022-07-14)
18
+
19
+ **Note:** Version bump only for package @alfalab/core-components-masked-input
20
+
21
+
22
+
23
+
24
+
25
+ # [4.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.3.7...@alfalab/core-components-masked-input@4.4.0) (2022-06-28)
26
+
27
+
28
+ ### Features
29
+
30
+ * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
31
+
32
+
33
+
34
+
35
+
36
+ ## [4.3.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.3.6...@alfalab/core-components-masked-input@4.3.7) (2022-06-23)
37
+
38
+ **Note:** Version bump only for package @alfalab/core-components-masked-input
39
+
40
+
41
+
42
+
43
+
6
44
  ## [4.3.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.3.5...@alfalab/core-components-masked-input@4.3.6) (2022-06-03)
7
45
 
8
46
  **Note:** Version bump only for package @alfalab/core-components-masked-input
@@ -425,4 +463,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
425
463
 
426
464
  ## [3.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@3.2.0...@alfalab/core-components-masked-input@3.2.1) (2021-02-18)
427
465
 
466
+
428
467
  **Note:** Version bump only for package @alfalab/core-components-masked-input
File without changes
@@ -53,7 +53,7 @@ function __rest(s, e) {
53
53
  return t;
54
54
  }
55
55
 
56
- var styles = {"textHidden":"masked-input__textHidden_x7hcj"};
56
+ var styles = {"textHidden":"masked-input__textHidden_1vfvu"};
57
57
  require('./index.css')
58
58
 
59
59
  // Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
File without changes
@@ -6,7 +6,7 @@ var React = require('react');
6
6
  var cn = require('classnames');
7
7
  var mergeRefs = require('react-merge-refs');
8
8
  var textMaskCore = require('text-mask-core');
9
- var coreComponentsInput = require('@alfalab/core-components-input/dist/cssm');
9
+ var coreComponentsInput = require('@alfalab/core-components-input/cssm');
10
10
  var styles = require('./index.module.css');
11
11
 
12
12
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
File without changes
@@ -7,7 +7,7 @@ require('react');
7
7
  require('classnames');
8
8
  require('react-merge-refs');
9
9
  require('text-mask-core');
10
- require('@alfalab/core-components-input/dist/cssm');
10
+ require('@alfalab/core-components-input/cssm');
11
11
  require('./index.module.css');
12
12
 
13
13
 
File without changes
File without changes
@@ -2,7 +2,7 @@ import React, { useRef, useState, useCallback, useEffect } from 'react';
2
2
  import cn from 'classnames';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import { createTextMaskInputElement } from 'text-mask-core';
5
- import { Input } from '@alfalab/core-components-input/dist/esm';
5
+ import { Input } from '@alfalab/core-components-input/esm';
6
6
 
7
7
  /*! *****************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
@@ -43,7 +43,7 @@ function __rest(s, e) {
43
43
  return t;
44
44
  }
45
45
 
46
- var styles = {"textHidden":"masked-input__textHidden_x7hcj"};
46
+ var styles = {"textHidden":"masked-input__textHidden_1vfvu"};
47
47
  require('./index.css')
48
48
 
49
49
  // Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
package/esm/index.css ADDED
@@ -0,0 +1 @@
1
+ /* hash: mhbza */
File without changes
@@ -3,4 +3,4 @@ import 'react';
3
3
  import 'classnames';
4
4
  import 'react-merge-refs';
5
5
  import 'text-mask-core';
6
- import '@alfalab/core-components-input/dist/esm';
6
+ import '@alfalab/core-components-input/esm';
package/index.css ADDED
@@ -0,0 +1 @@
1
+ /* hash: mhbza */
File without changes
File without changes
File without changes
@@ -2,9 +2,9 @@ import React, { useRef, useState, useCallback, useEffect } from 'react';
2
2
  import cn from 'classnames';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import { createTextMaskInputElement } from 'text-mask-core';
5
- import { Input } from '@alfalab/core-components-input/dist/modern';
5
+ import { Input } from '@alfalab/core-components-input/modern';
6
6
 
7
- var styles = {"textHidden":"masked-input__textHidden_x7hcj"};
7
+ var styles = {"textHidden":"masked-input__textHidden_1vfvu"};
8
8
  require('./index.css')
9
9
 
10
10
  // Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
@@ -0,0 +1 @@
1
+ /* hash: mhbza */
File without changes
@@ -2,5 +2,5 @@ import 'react';
2
2
  import 'classnames';
3
3
  import 'react-merge-refs';
4
4
  import 'text-mask-core';
5
- import '@alfalab/core-components-input/dist/modern';
5
+ import '@alfalab/core-components-input/modern';
6
6
  export { MaskedInput, PLACEHOLDER_CHAR } from './Component.js';
package/package.json CHANGED
@@ -1,28 +1,25 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-masked-input",
3
- "version": "4.3.6",
3
+ "version": "4.4.2",
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 ./send-stats.js > /dev/null 2>&1 || exit 0"
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-input": "^8.1.6",
23
- "classnames": "2.2.6",
24
- "react-merge-refs": "1.1.0",
25
- "text-mask-core": "5.1.2"
26
- },
27
- "gitHead": "d86d1207351d2e8dceb0519cbb0b64c06aaa6884"
20
+ "@alfalab/core-components-input": "^8.2.2",
21
+ "classnames": "^2.2.6",
22
+ "react-merge-refs": "^1.1.0",
23
+ "text-mask-core": "^5.1.2"
24
+ }
28
25
  }
File without changes
@@ -1 +0,0 @@
1
- /* hash: e1u04 */
package/dist/index.css DELETED
@@ -1 +0,0 @@
1
- /* hash: e1u04 */
@@ -1 +0,0 @@
1
- /* hash: e1u04 */