@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.
- package/api/plasma-web.api.md +4 -7
- package/components/Price/index.d.ts +2 -2
- package/components/Price/index.js +2 -9
- package/css/cjs/index.js +0 -6
- package/css/cjs/index.js.map +1 -1
- package/css/es/index.js +1 -2
- package/css/es/index.js.map +1 -1
- package/css/index.d.ts +0 -2
- package/es/components/Price/index.js +1 -2
- package/package.json +3 -3
- package/temp/plasma-web.api.md +4 -7
- package/components/Price/Price.config.d.ts +0 -8
- package/components/Price/Price.config.js +0 -14
- package/components/Price/Price.d.ts +0 -7
- package/components/Price/Price.js +0 -15
- package/css/cjs/components/Price/Price.config.js +0 -15
- package/css/cjs/components/Price/Price.config.js.map +0 -1
- package/css/cjs/components/Price/Price.js +0 -17
- package/css/cjs/components/Price/Price.js.map +0 -1
- package/css/es/components/Price/Price.config.js +0 -11
- package/css/es/components/Price/Price.config.js.map +0 -1
- package/css/es/components/Price/Price.js +0 -13
- package/css/es/components/Price/Price.js.map +0 -1
- package/es/components/Price/Price.config.js +0 -8
- package/es/components/Price/Price.js +0 -9
package/api/plasma-web.api.md
CHANGED
@@ -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 {
|
194
|
-
import { PriceProps } from '@salutejs/plasma-
|
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
|
-
|
1689
|
-
export const Price: FunctionComponent<PropsType< {
|
1690
|
-
view: {};
|
1691
|
-
}> & PriceProps & RefAttributes<HTMLSpanElement>>;
|
1688
|
+
export { Price }
|
1692
1689
|
|
1693
|
-
export {
|
1690
|
+
export { PriceProps }
|
1694
1691
|
|
1695
1692
|
// @public (undocumented)
|
1696
1693
|
export const Progress: FunctionComponent<PropsType< {
|
@@ -1,2 +1,2 @@
|
|
1
|
-
export { Price } from '
|
2
|
-
export {
|
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
|
9
|
+
return _plasmaHope.Price;
|
10
10
|
}
|
11
11
|
});
|
12
|
-
|
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;
|
package/css/cjs/index.js.map
CHANGED
@@ -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,
|
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';
|
package/css/es/index.js.map
CHANGED
@@ -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 '
|
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.
|
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.
|
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": "
|
113
|
+
"gitHead": "98b661070a4660e033d318a3116111f0325f643f"
|
114
114
|
}
|
package/temp/plasma-web.api.md
CHANGED
@@ -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 {
|
194
|
-
import { PriceProps } from '@salutejs/plasma-
|
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
|
-
|
1689
|
-
export const Price: FunctionComponent<PropsType< {
|
1690
|
-
view: {};
|
1691
|
-
}> & PriceProps & RefAttributes<HTMLSpanElement>>;
|
1688
|
+
export { Price }
|
1692
1689
|
|
1693
|
-
export {
|
1690
|
+
export { PriceProps }
|
1694
1691
|
|
1695
1692
|
// @public (undocumented)
|
1696
1693
|
export const Progress: FunctionComponent<PropsType< {
|
@@ -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 +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 +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,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;
|