@salutejs/plasma-web 1.398.0-dev.0 → 1.399.0-canary.1418.10899581491.0

Sign up to get free protection for your applications and to get access to all the features.
package/css/es/index.js CHANGED
@@ -29,6 +29,7 @@ export { IconButton } from './components/IconButton/IconButton.js';
29
29
  export { Image } from './components/Image/Image.js';
30
30
  export { Indicator } from './components/Indicator/Indicator.js';
31
31
  export { Link } from './components/Link/Link.js';
32
+ export { Mask } from './components/Mask/Mask.js';
32
33
  export { ModalBase } from './components/ModalBase/ModalBase.js';
33
34
  export { Notification, NotificationsProvider } from './components/Notification/Notification.js';
34
35
  export { Pagination } from './components/Pagination/Pagination.js';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/css/index.d.ts CHANGED
@@ -24,6 +24,7 @@ export * from '../components/IconButton';
24
24
  export * from '../components/Image';
25
25
  export * from '../components/Indicator';
26
26
  export * from '../components/Link';
27
+ export * from '../components/Mask';
27
28
  export * from '../components/ModalBase';
28
29
  export * from '../components/Notification';
29
30
  export * from '../components/Overlay';
@@ -76,6 +77,7 @@ export * from '../components/IconButton';
76
77
  export * from '../components/Image';
77
78
  export * from '../components/Indicator';
78
79
  export * from '../components/Link';
80
+ export * from '../components/Mask';
79
81
  export * from '../components/ModalBase';
80
82
  export * from '../components/Notification';
81
83
  export * from '../components/Overlay';
@@ -0,0 +1,3 @@
1
+ import { composeMask } from '@salutejs/plasma-new-hope/styled-components';
2
+ import { TextFieldComponent } from '../TextField/TextField';
3
+ export var Mask = /*#__PURE__*/composeMask(TextFieldComponent);
@@ -0,0 +1 @@
1
+ export { Mask } from './Mask';
@@ -6,7 +6,7 @@ import React, { forwardRef } from 'react';
6
6
  import { textFieldConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
7
7
  import { config } from './TextField.config';
8
8
  var mergedConfig = /*#__PURE__*/mergeConfig(textFieldConfig, config);
9
- var TextFieldComponent = /*#__PURE__*/component(mergedConfig);
9
+ export var TextFieldComponent = /*#__PURE__*/component(mergedConfig);
10
10
  var statusToView = {
11
11
  success: 'positive',
12
12
  warning: 'warning',
package/es/index.js CHANGED
@@ -67,4 +67,5 @@ export * from './components/Toolbar';
67
67
  export * from './components/DatePicker';
68
68
  export * from './components/Autocomplete';
69
69
  export * from './components/EmptyState';
70
- export * from './components/TextFieldGroup';
70
+ export * from './components/TextFieldGroup';
71
+ export * from './components/Mask';
package/index.d.ts CHANGED
@@ -68,3 +68,4 @@ export * from './components/DatePicker';
68
68
  export * from './components/Autocomplete';
69
69
  export * from './components/EmptyState';
70
70
  export * from './components/TextFieldGroup';
71
+ export * from './components/Mask';
package/index.js CHANGED
@@ -772,4 +772,15 @@ Object.keys(_TextFieldGroup).forEach(function (key) {
772
772
  return _TextFieldGroup[key];
773
773
  }
774
774
  });
775
+ });
776
+ var _Mask = /*#__PURE__*/require("./components/Mask");
777
+ Object.keys(_Mask).forEach(function (key) {
778
+ if (key === "default" || key === "__esModule") return;
779
+ if (key in exports && exports[key] === _Mask[key]) return;
780
+ Object.defineProperty(exports, key, {
781
+ enumerable: true,
782
+ get: function get() {
783
+ return _Mask[key];
784
+ }
785
+ });
775
786
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.398.0-dev.0",
3
+ "version": "1.399.0-canary.1418.10899581491.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@salutejs/plasma-core": "1.179.0",
23
23
  "@salutejs/plasma-hope": "1.311.0-dev.0",
24
- "@salutejs/plasma-new-hope": "0.146.0-dev.0",
24
+ "@salutejs/plasma-new-hope": "0.147.0-canary.1418.10899581491.0",
25
25
  "@salutejs/plasma-themes": "0.17.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.42.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.52.0",
@@ -112,5 +112,5 @@
112
112
  "Fanil Zubairov"
113
113
  ],
114
114
  "sideEffects": false,
115
- "gitHead": "b40228f28a76c9c2227029c9032003fa3ca1e4bc"
115
+ "gitHead": "e8bf28c4a86a7091df121695cfe9756030fb50bc"
116
116
  }