@salutejs/plasma-web 1.355.0-canary.1307.10007939015.0 → 1.355.0-canary.1310.10007111729.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -190,8 +190,8 @@ import { PortalProps } from '@salutejs/plasma-new-hope/styled-components';
190
190
  import { PreviewGallery } from '@salutejs/plasma-hope';
191
191
  import { PreviewGalleryItemProps } from '@salutejs/plasma-hope';
192
192
  import { PreviewGalleryProps } from '@salutejs/plasma-hope';
193
- import { priceClasses } from '@salutejs/plasma-new-hope/styled-components';
194
- import { PriceProps } from '@salutejs/plasma-new-hope/types/components/Price/Price.types';
193
+ import { Price } from '@salutejs/plasma-hope';
194
+ import { PriceProps } from '@salutejs/plasma-hope';
195
195
  import { ProgressProps } from '@salutejs/plasma-new-hope/styled-components';
196
196
  import { PropsType } from '@salutejs/plasma-new-hope/types/engines/types';
197
197
  import { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
@@ -1685,12 +1685,9 @@ export { PreviewGalleryItemProps }
1685
1685
 
1686
1686
  export { PreviewGalleryProps }
1687
1687
 
1688
- // @public
1689
- export const Price: FunctionComponent<PropsType< {
1690
- view: {};
1691
- }> & PriceProps & RefAttributes<HTMLSpanElement>>;
1688
+ export { Price }
1692
1689
 
1693
- export { priceClasses }
1690
+ export { PriceProps }
1694
1691
 
1695
1692
  // @public (undocumented)
1696
1693
  export const Progress: FunctionComponent<PropsType< {
@@ -1,2 +1,2 @@
1
- export { Price } from './Price';
2
- export { priceClasses } from '@salutejs/plasma-new-hope/styled-components';
1
+ export { Price } from '@salutejs/plasma-hope';
2
+ export type { PriceProps } from '@salutejs/plasma-hope';
@@ -6,14 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  Object.defineProperty(exports, "Price", {
7
7
  enumerable: true,
8
8
  get: function get() {
9
- return _Price.Price;
9
+ return _plasmaHope.Price;
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "priceClasses", {
13
- enumerable: true,
14
- get: function get() {
15
- return _styledComponents.priceClasses;
16
- }
17
- });
18
- var _Price = /*#__PURE__*/require("./Price");
19
- var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
12
+ var _plasmaHope = /*#__PURE__*/require("@salutejs/plasma-hope");
package/css/cjs/index.js CHANGED
@@ -33,7 +33,6 @@ var Notification = require('./components/Notification/Notification.js');
33
33
  var Pagination = require('./components/Pagination/Pagination.js');
34
34
  var Popover = require('./components/Popover/Popover.js');
35
35
  var PopupBase = require('./components/PopupBase/PopupBase.js');
36
- var Price = require('./components/Price/Price.js');
37
36
  var Progress = require('./components/Progress/Progress.js');
38
37
  var Radiobox = require('./components/Radiobox/Radiobox.js');
39
38
  var Range = require('./components/Range/Range.js');
@@ -156,10 +155,6 @@ Object.defineProperty(exports, 'popupBaseClasses', {
156
155
  enumerable: true,
157
156
  get: function () { return plasmaNewHope.popupClasses; }
158
157
  });
159
- Object.defineProperty(exports, 'priceClasses', {
160
- enumerable: true,
161
- get: function () { return plasmaNewHope.priceClasses; }
162
- });
163
158
  Object.defineProperty(exports, 'rangeTokens', {
164
159
  enumerable: true,
165
160
  get: function () { return plasmaNewHope.rangeTokens; }
@@ -239,7 +234,6 @@ exports.NotificationsProvider = Notification.NotificationsProvider;
239
234
  exports.Pagination = Pagination.Pagination;
240
235
  exports.Popover = Popover.Popover;
241
236
  exports.PopupBase = PopupBase.PopupBase;
242
- exports.Price = Price.Price;
243
237
  exports.Progress = Progress.Progress;
244
238
  exports.Radiobox = Radiobox.Radiobox;
245
239
  exports.Range = Range.Range;
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/css/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
- export { AccordionItem, ButtonBase, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, Overlay, PopupProvider as PopupBaseProvider, Portal, RadioGroup, RectSkeleton, Row, SSRProvider, SegmentProvider, TabItemRefs, TabsContext, addNotification, closeNotification, counterTokens, datePickerClasses, datePickerTokens, dividerTokens, modalClasses as modalBaseClasses, popupClasses as popupBaseClasses, priceClasses, rangeTokens, sheetClasses, toolbarTokens, usePopupContext as usePopupBaseContext, useSegment, useToast } from '@salutejs/plasma-new-hope';
1
+ export { AccordionItem, ButtonBase, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, Overlay, PopupProvider as PopupBaseProvider, Portal, RadioGroup, RectSkeleton, Row, SSRProvider, SegmentProvider, TabItemRefs, TabsContext, addNotification, closeNotification, counterTokens, datePickerClasses, datePickerTokens, dividerTokens, modalClasses as modalBaseClasses, popupClasses as popupBaseClasses, rangeTokens, sheetClasses, toolbarTokens, usePopupContext as usePopupBaseContext, useSegment, useToast } from '@salutejs/plasma-new-hope';
2
2
  export { Accordion } from './components/Accordion/Accordion.js';
3
3
  export { Avatar } from './components/Avatar/Avatar.js';
4
4
  export { AvatarGroup } from './components/AvatarGroup/AvatarGroup.js';
@@ -29,7 +29,6 @@ export { Notification, NotificationsProvider } from './components/Notification/N
29
29
  export { Pagination } from './components/Pagination/Pagination.js';
30
30
  export { Popover } from './components/Popover/Popover.js';
31
31
  export { PopupBase } from './components/PopupBase/PopupBase.js';
32
- export { Price } from './components/Price/Price.js';
33
32
  export { Progress } from './components/Progress/Progress.js';
34
33
  export { Radiobox } from './components/Radiobox/Radiobox.js';
35
34
  export { Range } from './components/Range/Range.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
@@ -27,7 +27,6 @@ export * from '../components/Pagination';
27
27
  export * from '../components/Popover';
28
28
  export * from '../components/PopupBase';
29
29
  export * from '../components/Portal';
30
- export * from '../components/Price';
31
30
  export * from '../components/Progress';
32
31
  export * from '../components/Radiobox';
33
32
  export * from '../components/Range';
@@ -74,7 +73,6 @@ export * from '../components/Pagination';
74
73
  export * from '../components/Popover';
75
74
  export * from '../components/PopupBase';
76
75
  export * from '../components/Portal';
77
- export * from '../components/Price';
78
76
  export * from '../components/Progress';
79
77
  export * from '../components/Radiobox';
80
78
  export * from '../components/Range';
@@ -1,2 +1 @@
1
- export { Price } from './Price';
2
- export { priceClasses } from '@salutejs/plasma-new-hope/styled-components';
1
+ export { Price } from '@salutejs/plasma-hope';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.355.0-canary.1307.10007939015.0",
3
+ "version": "1.355.0-canary.1310.10007111729.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.163.0-dev.0",
23
23
  "@salutejs/plasma-hope": "1.289.0-dev.0",
24
- "@salutejs/plasma-new-hope": "0.109.0-canary.1307.10007939015.0",
24
+ "@salutejs/plasma-new-hope": "0.109.0-canary.1310.10007111729.0",
25
25
  "@salutejs/plasma-tokens-b2b": "1.41.0",
26
26
  "@salutejs/plasma-tokens-b2c": "0.51.0",
27
27
  "@salutejs/plasma-tokens-web": "1.56.0",
@@ -110,5 +110,5 @@
110
110
  "Fanil Zubairov"
111
111
  ],
112
112
  "sideEffects": false,
113
- "gitHead": "07aa4797011597433847f9230b82fc55af7d17a5"
113
+ "gitHead": "98b661070a4660e033d318a3116111f0325f643f"
114
114
  }
@@ -190,8 +190,8 @@ import { PortalProps } from '@salutejs/plasma-new-hope/styled-components';
190
190
  import { PreviewGallery } from '@salutejs/plasma-hope';
191
191
  import { PreviewGalleryItemProps } from '@salutejs/plasma-hope';
192
192
  import { PreviewGalleryProps } from '@salutejs/plasma-hope';
193
- import { priceClasses } from '@salutejs/plasma-new-hope/styled-components';
194
- import { PriceProps } from '@salutejs/plasma-new-hope/types/components/Price/Price.types';
193
+ import { Price } from '@salutejs/plasma-hope';
194
+ import { PriceProps } from '@salutejs/plasma-hope';
195
195
  import { ProgressProps } from '@salutejs/plasma-new-hope/styled-components';
196
196
  import { PropsType } from '@salutejs/plasma-new-hope/types/engines/types';
197
197
  import { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
@@ -1685,12 +1685,9 @@ export { PreviewGalleryItemProps }
1685
1685
 
1686
1686
  export { PreviewGalleryProps }
1687
1687
 
1688
- // @public
1689
- export const Price: FunctionComponent<PropsType< {
1690
- view: {};
1691
- }> & PriceProps & RefAttributes<HTMLSpanElement>>;
1688
+ export { Price }
1692
1689
 
1693
- export { priceClasses }
1690
+ export { PriceProps }
1694
1691
 
1695
1692
  // @public (undocumented)
1696
1693
  export const Progress: FunctionComponent<PropsType< {
@@ -1,8 +0,0 @@
1
- export declare const config: {
2
- defaults: {
3
- view: string;
4
- };
5
- variations: {
6
- view: {};
7
- };
8
- };
@@ -1,14 +0,0 @@
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
- view: 'default'
10
- },
11
- variations: {
12
- view: {}
13
- }
14
- };
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- /**
3
- * Компонент для отображения цены / стоимости / суммы.
4
- */
5
- export declare const Price: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
6
- view: {};
7
- }> & import("@salutejs/plasma-new-hope/types/components/Price/Price.types").PriceProps & import("react").RefAttributes<HTMLSpanElement>>;
@@ -1,15 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.Price = void 0;
7
- var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
8
- var _Price = /*#__PURE__*/require("./Price.config");
9
- var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledComponents.priceConfig, _Price.config);
10
- var PriceComponent = /*#__PURE__*/(0, _styledComponents.component)(mergedConfig);
11
-
12
- /**
13
- * Компонент для отображения цены / стоимости / суммы.
14
- */
15
- var Price = exports.Price = PriceComponent;
@@ -1,15 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var config = {
6
- defaults: {
7
- view: 'default'
8
- },
9
- variations: {
10
- view: {}
11
- }
12
- };
13
-
14
- exports.config = config;
15
- //# sourceMappingURL=Price.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Price.config.js","sources":["../../../../src-css/components/Price/Price.config.ts"],"sourcesContent":["export const config = {\n defaults: {\n view: 'default',\n },\n variations: {\n view: {},\n },\n};\n"],"names":["config","defaults","view","variations"],"mappings":";;;;AAAO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE,EAAC;AACX,GAAA;AACJ;;;;"}
@@ -1,17 +0,0 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var plasmaNewHope = require('@salutejs/plasma-new-hope');
6
- var Price_config = require('./Price.config.js');
7
-
8
- var mergedConfig = /*#__PURE__*/plasmaNewHope.mergeConfig(plasmaNewHope.priceConfig, Price_config.config);
9
- var PriceComponent = /*#__PURE__*/plasmaNewHope.component(mergedConfig);
10
-
11
- /**
12
- * Компонент для отображения цены / стоимости / суммы.
13
- */
14
- var Price = PriceComponent;
15
-
16
- exports.Price = Price;
17
- //# sourceMappingURL=Price.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Price.js","sources":["../../../../src-css/components/Price/Price.ts"],"sourcesContent":["import { priceConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Price.config';\n\nconst mergedConfig = mergeConfig(priceConfig, config);\nconst PriceComponent = component(mergedConfig);\n\n/**\n * Компонент для отображения цены / стоимости / суммы.\n */\nexport const Price = PriceComponent;\n"],"names":["mergedConfig","mergeConfig","priceConfig","config","PriceComponent","component","Price"],"mappings":";;;;;;;AAIA,IAAMA,YAAY,gBAAGC,yBAAW,CAACC,yBAAW,EAAEC,mBAAM,CAAC,CAAA;AACrD,IAAMC,cAAc,gBAAGC,uBAAS,CAACL,YAAY,CAAC,CAAA;;AAE9C;AACA;AACA;AACO,IAAMM,KAAK,GAAGF;;;;"}
@@ -1,11 +0,0 @@
1
- var config = {
2
- defaults: {
3
- view: 'default'
4
- },
5
- variations: {
6
- view: {}
7
- }
8
- };
9
-
10
- export { config };
11
- //# sourceMappingURL=Price.config.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Price.config.js","sources":["../../../../src-css/components/Price/Price.config.ts"],"sourcesContent":["export const config = {\n defaults: {\n view: 'default',\n },\n variations: {\n view: {},\n },\n};\n"],"names":["config","defaults","view","variations"],"mappings":"AAAO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE,EAAC;AACX,GAAA;AACJ;;;;"}
@@ -1,13 +0,0 @@
1
- import { component, mergeConfig, priceConfig } from '@salutejs/plasma-new-hope';
2
- import { config } from './Price.config.js';
3
-
4
- var mergedConfig = /*#__PURE__*/mergeConfig(priceConfig, config);
5
- var PriceComponent = /*#__PURE__*/component(mergedConfig);
6
-
7
- /**
8
- * Компонент для отображения цены / стоимости / суммы.
9
- */
10
- var Price = PriceComponent;
11
-
12
- export { Price };
13
- //# sourceMappingURL=Price.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Price.js","sources":["../../../../src-css/components/Price/Price.ts"],"sourcesContent":["import { priceConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Price.config';\n\nconst mergedConfig = mergeConfig(priceConfig, config);\nconst PriceComponent = component(mergedConfig);\n\n/**\n * Компонент для отображения цены / стоимости / суммы.\n */\nexport const Price = PriceComponent;\n"],"names":["mergedConfig","mergeConfig","priceConfig","config","PriceComponent","component","Price"],"mappings":";;;AAIA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,WAAW,EAAEC,MAAM,CAAC,CAAA;AACrD,IAAMC,cAAc,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;;AAE9C;AACA;AACA;AACO,IAAMM,KAAK,GAAGF;;;;"}
@@ -1,8 +0,0 @@
1
- export var config = {
2
- defaults: {
3
- view: 'default'
4
- },
5
- variations: {
6
- view: {}
7
- }
8
- };
@@ -1,9 +0,0 @@
1
- import { priceConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
2
- import { config } from './Price.config';
3
- var mergedConfig = /*#__PURE__*/mergeConfig(priceConfig, config);
4
- var PriceComponent = /*#__PURE__*/component(mergedConfig);
5
-
6
- /**
7
- * Компонент для отображения цены / стоимости / суммы.
8
- */
9
- export var Price = PriceComponent;