@salutejs/plasma-b2c 1.492.0-canary.1677.12525557853.0 → 1.492.1-canary.1678.12686117329.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -149,6 +149,7 @@ import { extractTextFrom } from '@salutejs/plasma-core';
149
149
  import { FC } from 'react';
150
150
  import { FileProcessHandler } from '@salutejs/plasma-new-hope/types/components/Dropzone/Dropzone.types';
151
151
  import { Filter } from '@salutejs/plasma-new-hope/types/engines/types';
152
+ import { FlowProps } from '@salutejs/plasma-new-hope/styled-components';
152
153
  import { FocusProps } from '@salutejs/plasma-core';
153
154
  import { formatCurrency } from '@salutejs/plasma-core';
154
155
  import { FormTypeNumber } from '@salutejs/plasma-new-hope/types/types/FormType';
@@ -2029,6 +2030,11 @@ xs: PolymorphicClassName;
2029
2030
 
2030
2031
  export { extractTextFrom }
2031
2032
 
2033
+ // @public (undocumented)
2034
+ export const Flow: FunctionComponent<PropsType< {}> & FlowProps & {
2035
+ minColWidth?: string | undefined;
2036
+ } & RefAttributes<HTMLDivElement>>;
2037
+
2032
2038
  export { FocusProps }
2033
2039
 
2034
2040
  // @public (undocumented)
@@ -0,0 +1,4 @@
1
+ export declare const config: {
2
+ defaults: {};
3
+ variations: {};
4
+ };
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.config = void 0;
7
+ var config = exports.config = {
8
+ defaults: {},
9
+ variations: {}
10
+ };
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const Flow: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{}> & import("@salutejs/plasma-new-hope/styled-components").FlowProps & {
3
+ minColWidth?: string | undefined;
4
+ } & import("react").RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.Flow = void 0;
7
+ var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
8
+ var _Flow = /*#__PURE__*/require("./Flow.config");
9
+ var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledComponents.flowConfig, _Flow.config);
10
+ var Flow = exports.Flow = /*#__PURE__*/(0, _styledComponents.component)(mergedConfig);
@@ -0,0 +1 @@
1
+ export { Flow } from './Flow';
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "Flow", {
7
+ enumerable: true,
8
+ get: function get() {
9
+ return _Flow.Flow;
10
+ }
11
+ });
12
+ var _Flow = /*#__PURE__*/require("./Flow");
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var config = {
6
+ defaults: {},
7
+ variations: {}
8
+ };
9
+
10
+ exports.config = config;
11
+ //# sourceMappingURL=Flow.config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flow.config.js","sources":["../../../../src-css/components/Flow/Flow.config.ts"],"sourcesContent":["export const config = {\n defaults: {},\n variations: {},\n};\n"],"names":["config","defaults","variations"],"mappings":";;;;AAAO,IAAMA,MAAM,GAAG;EAClBC,QAAQ,EAAE,EAAE;AACZC,EAAAA,UAAU,EAAE,EAAC;AACjB;;;;"}
@@ -0,0 +1,12 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var plasmaNewHope = require('@salutejs/plasma-new-hope');
6
+ var Flow_config = require('./Flow.config.js');
7
+
8
+ var mergedConfig = /*#__PURE__*/plasmaNewHope.mergeConfig(plasmaNewHope.flowConfig, Flow_config.config);
9
+ var Flow = /*#__PURE__*/plasmaNewHope.component(mergedConfig);
10
+
11
+ exports.Flow = Flow;
12
+ //# sourceMappingURL=Flow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flow.js","sources":["../../../../src-css/components/Flow/Flow.ts"],"sourcesContent":["import { flowConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Flow.config';\n\nconst mergedConfig = mergeConfig(flowConfig, config);\n\nexport const Flow = component(mergedConfig);\n"],"names":["mergedConfig","mergeConfig","flowConfig","config","Flow","component"],"mappings":";;;;;;;AAIA,IAAMA,YAAY,gBAAGC,yBAAW,CAACC,wBAAU,EAAEC,kBAAM,CAAC,CAAA;IAEvCC,IAAI,gBAAGC,uBAAS,CAACL,YAAY;;;;"}
package/css/cjs/index.js CHANGED
@@ -31,6 +31,7 @@ var DropdownList = require('./components/Dropdown/components/DropdownList.js');
31
31
  var Dropzone = require('./components/Dropzone/Dropzone.js');
32
32
  var Editable = require('./components/Editable/Editable.js');
33
33
  var EmptyState = require('./components/EmptyState/EmptyState.js');
34
+ var Flow = require('./components/Flow/Flow.js');
34
35
  var Grid = require('./components/Grid/Grid.js');
35
36
  var IconButton = require('./components/IconButton/IconButton.js');
36
37
  var Image = require('./components/Image/Image.js');
@@ -283,6 +284,7 @@ exports.DropdownList = DropdownList.DropdownList;
283
284
  exports.Dropzone = Dropzone.Dropzone;
284
285
  exports.Editable = Editable.Editable;
285
286
  exports.EmptyState = EmptyState.EmptyState;
287
+ exports.Flow = Flow.Flow;
286
288
  exports.Container = Grid.Grid;
287
289
  exports.IconButton = IconButton.IconButton;
288
290
  exports.Image = Image.Image;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,7 @@
1
+ var config = {
2
+ defaults: {},
3
+ variations: {}
4
+ };
5
+
6
+ export { config };
7
+ //# sourceMappingURL=Flow.config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flow.config.js","sources":["../../../../src-css/components/Flow/Flow.config.ts"],"sourcesContent":["export const config = {\n defaults: {},\n variations: {},\n};\n"],"names":["config","defaults","variations"],"mappings":"AAAO,IAAMA,MAAM,GAAG;EAClBC,QAAQ,EAAE,EAAE;AACZC,EAAAA,UAAU,EAAE,EAAC;AACjB;;;;"}
@@ -0,0 +1,8 @@
1
+ import { component, mergeConfig, flowConfig } from '@salutejs/plasma-new-hope';
2
+ import { config } from './Flow.config.js';
3
+
4
+ var mergedConfig = /*#__PURE__*/mergeConfig(flowConfig, config);
5
+ var Flow = /*#__PURE__*/component(mergedConfig);
6
+
7
+ export { Flow };
8
+ //# sourceMappingURL=Flow.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flow.js","sources":["../../../../src-css/components/Flow/Flow.ts"],"sourcesContent":["import { flowConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Flow.config';\n\nconst mergedConfig = mergeConfig(flowConfig, config);\n\nexport const Flow = component(mergedConfig);\n"],"names":["mergedConfig","mergeConfig","flowConfig","config","Flow","component"],"mappings":";;;AAIA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,UAAU,EAAEC,MAAM,CAAC,CAAA;IAEvCC,IAAI,gBAAGC,SAAS,CAACL,YAAY;;;;"}
package/css/es/index.js CHANGED
@@ -27,6 +27,7 @@ export { DropdownList } from './components/Dropdown/components/DropdownList.js';
27
27
  export { Dropzone } from './components/Dropzone/Dropzone.js';
28
28
  export { Editable } from './components/Editable/Editable.js';
29
29
  export { EmptyState } from './components/EmptyState/EmptyState.js';
30
+ export { Flow } from './components/Flow/Flow.js';
30
31
  export { Grid as Container } from './components/Grid/Grid.js';
31
32
  export { IconButton } from './components/IconButton/IconButton.js';
32
33
  export { Image } from './components/Image/Image.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
@@ -22,6 +22,7 @@ export * from '../components/Dropdown';
22
22
  export * from '../components/Dropzone';
23
23
  export * from '../components/Editable';
24
24
  export * from '../components/EmptyState';
25
+ export * from '../components/Flow';
25
26
  export * from '../components/Grid';
26
27
  export * from '../components/IconButton';
27
28
  export * from '../components/Image';
@@ -84,6 +85,7 @@ export * from '../components/Dropdown';
84
85
  export * from '../components/Dropzone';
85
86
  export * from '../components/Editable';
86
87
  export * from '../components/EmptyState';
88
+ export * from '../components/Flow';
87
89
  export * from '../components/Grid';
88
90
  export * from '../components/IconButton';
89
91
  export * from '../components/Image';
@@ -0,0 +1,4 @@
1
+ export var config = {
2
+ defaults: {},
3
+ variations: {}
4
+ };
@@ -0,0 +1,4 @@
1
+ import { flowConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
2
+ import { config } from './Flow.config';
3
+ var mergedConfig = /*#__PURE__*/mergeConfig(flowConfig, config);
4
+ export var Flow = /*#__PURE__*/component(mergedConfig);
@@ -0,0 +1 @@
1
+ export { Flow } from './Flow';
package/es/index.js CHANGED
@@ -17,6 +17,7 @@ export * from './components/Dropdown';
17
17
  export * from './components/Drawer';
18
18
  export * from './components/Editable';
19
19
  export * from './components/ElasticGrid';
20
+ export * from './components/Flow';
20
21
  export * from './components/Grid';
21
22
  export * from './components/Image';
22
23
  export * from './components/IconButton';
package/index.d.ts CHANGED
@@ -17,6 +17,7 @@ export * from './components/Dropdown';
17
17
  export * from './components/Drawer';
18
18
  export * from './components/Editable';
19
19
  export * from './components/ElasticGrid';
20
+ export * from './components/Flow';
20
21
  export * from './components/Grid';
21
22
  export * from './components/Image';
22
23
  export * from './components/IconButton';
package/index.js CHANGED
@@ -212,6 +212,17 @@ Object.keys(_ElasticGrid).forEach(function (key) {
212
212
  }
213
213
  });
214
214
  });
215
+ var _Flow = /*#__PURE__*/require("./components/Flow");
216
+ Object.keys(_Flow).forEach(function (key) {
217
+ if (key === "default" || key === "__esModule") return;
218
+ if (key in exports && exports[key] === _Flow[key]) return;
219
+ Object.defineProperty(exports, key, {
220
+ enumerable: true,
221
+ get: function get() {
222
+ return _Flow[key];
223
+ }
224
+ });
225
+ });
215
226
  var _Grid = /*#__PURE__*/require("./components/Grid");
216
227
  Object.keys(_Grid).forEach(function (key) {
217
228
  if (key === "default" || key === "__esModule") return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-b2c",
3
- "version": "1.492.0-canary.1677.12525557853.0",
3
+ "version": "1.492.1-canary.1678.12686117329.0",
4
4
  "description": "Salute Design System / React UI kit for business-related web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -43,8 +43,8 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@salutejs/plasma-core": "1.191.0-dev.0",
46
- "@salutejs/plasma-hope": "1.329.0-canary.1677.12525557853.0",
47
- "@salutejs/plasma-new-hope": "0.237.0-dev.0",
46
+ "@salutejs/plasma-hope": "1.328.1-dev.0",
47
+ "@salutejs/plasma-new-hope": "0.238.1-canary.1678.12686117329.0",
48
48
  "@salutejs/plasma-themes": "0.28.0",
49
49
  "@salutejs/plasma-tokens-b2c": "0.56.0-dev.0",
50
50
  "@salutejs/plasma-tokens-web": "1.61.0-dev.0",
@@ -108,5 +108,5 @@
108
108
  "react"
109
109
  ],
110
110
  "sideEffects": false,
111
- "gitHead": "8e2fdab613c8637e21a90f3b8f0fe3fae91d7819"
111
+ "gitHead": "48ab1dc56a42180018dafa716dcdbf09208858e1"
112
112
  }