@salutejs/sdds-finportal 0.143.0-canary.1488.11387414081.0 → 0.143.0-canary.1489.11387153757.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +0 -9
- package/es/index.js +0 -1
- package/index.d.ts +0 -1
- package/index.js +0 -11
- package/package.json +7 -7
- package/temp/sdds-finportal.api.md +0 -9
- package/components/ViewContainer/ViewContainer.config.d.ts +0 -8
- package/components/ViewContainer/ViewContainer.config.js +0 -18
- package/components/ViewContainer/ViewContainer.d.ts +0 -7
- package/components/ViewContainer/ViewContainer.js +0 -10
- package/components/ViewContainer/index.d.ts +0 -1
- package/components/ViewContainer/index.js +0 -12
- package/es/components/ViewContainer/ViewContainer.config.js +0 -12
- package/es/components/ViewContainer/ViewContainer.js +0 -4
- package/es/components/ViewContainer/index.js +0 -1
@@ -220,7 +220,6 @@ import { usePopupContext } from '@salutejs/plasma-new-hope/styled-components';
|
|
220
220
|
import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
|
221
221
|
import { useToast } from '@salutejs/plasma-new-hope/styled-components';
|
222
222
|
import { Variants } from '@salutejs/plasma-new-hope/types/engines/types';
|
223
|
-
import { ViewContainerCustomProps } from '@salutejs/plasma-new-hope/types/components/ViewContainer/ViewContainer';
|
224
223
|
import { withSkeleton } from '@salutejs/plasma-new-hope/styled-components';
|
225
224
|
|
226
225
|
// @public (undocumented)
|
@@ -3550,14 +3549,6 @@ export { useSegment }
|
|
3550
3549
|
|
3551
3550
|
export { useToast }
|
3552
3551
|
|
3553
|
-
// @public (undocumented)
|
3554
|
-
export const ViewContainer: FunctionComponent<PropsType< {
|
3555
|
-
view: {
|
3556
|
-
onDark: PolymorphicClassName;
|
3557
|
-
onLight: PolymorphicClassName;
|
3558
|
-
};
|
3559
|
-
}> & HTMLAttributes<HTMLDivElement> & ViewContainerCustomProps & RefAttributes<HTMLAnchorElement>>;
|
3560
|
-
|
3561
3552
|
export { withSkeleton }
|
3562
3553
|
|
3563
3554
|
|
package/es/index.js
CHANGED
@@ -54,6 +54,5 @@ export * from './components/Select';
|
|
54
54
|
export * from './components/Autocomplete';
|
55
55
|
export * from './components/EmptyState';
|
56
56
|
export * from './components/Attach';
|
57
|
-
export * from './components/ViewContainer';
|
58
57
|
export * from './mixins';
|
59
58
|
export * from './tokens';
|
package/index.d.ts
CHANGED
@@ -54,6 +54,5 @@ export * from './components/Select';
|
|
54
54
|
export * from './components/Autocomplete';
|
55
55
|
export * from './components/EmptyState';
|
56
56
|
export * from './components/Attach';
|
57
|
-
export * from './components/ViewContainer';
|
58
57
|
export * from './mixins';
|
59
58
|
export * from './tokens';
|
package/index.js
CHANGED
@@ -619,17 +619,6 @@ Object.keys(_Attach).forEach(function (key) {
|
|
619
619
|
}
|
620
620
|
});
|
621
621
|
});
|
622
|
-
var _ViewContainer = /*#__PURE__*/require("./components/ViewContainer");
|
623
|
-
Object.keys(_ViewContainer).forEach(function (key) {
|
624
|
-
if (key === "default" || key === "__esModule") return;
|
625
|
-
if (key in exports && exports[key] === _ViewContainer[key]) return;
|
626
|
-
Object.defineProperty(exports, key, {
|
627
|
-
enumerable: true,
|
628
|
-
get: function get() {
|
629
|
-
return _ViewContainer[key];
|
630
|
-
}
|
631
|
-
});
|
632
|
-
});
|
633
622
|
var _mixins = /*#__PURE__*/require("./mixins");
|
634
623
|
Object.keys(_mixins).forEach(function (key) {
|
635
624
|
if (key === "default" || key === "__esModule") return;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-finportal",
|
3
|
-
"version": "0.143.0-canary.
|
3
|
+
"version": "0.143.0-canary.1489.11387153757.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS FinPortal web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"directory": "packages/sdds-finportal"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.170.0-canary.
|
23
|
-
"@salutejs/sdds-themes": "0.
|
22
|
+
"@salutejs/plasma-new-hope": "0.170.0-canary.1489.11387153757.0",
|
23
|
+
"@salutejs/sdds-themes": "0.23.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
26
26
|
"react": ">=16.13.1",
|
@@ -37,10 +37,10 @@
|
|
37
37
|
"@babel/preset-typescript": "7.24.1",
|
38
38
|
"@microsoft/api-extractor": "7.38.3",
|
39
39
|
"@salutejs/plasma-colors": "0.13.0",
|
40
|
-
"@salutejs/plasma-core": "1.
|
41
|
-
"@salutejs/plasma-cy-utils": "0.
|
40
|
+
"@salutejs/plasma-core": "1.183.0-canary.1489.11387153757.0",
|
41
|
+
"@salutejs/plasma-cy-utils": "0.114.0-canary.1489.11387153757.0",
|
42
42
|
"@salutejs/plasma-icons": "1.206.0",
|
43
|
-
"@salutejs/plasma-sb-utils": "0.
|
43
|
+
"@salutejs/plasma-sb-utils": "0.181.0-canary.1489.11387153757.0",
|
44
44
|
"@storybook/addon-docs": "7.6.17",
|
45
45
|
"@storybook/addon-essentials": "7.6.17",
|
46
46
|
"@storybook/addons": "7.6.17",
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Vasiliy Loginevskiy"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "7de9cc20ab303545b2b953468029dfe4e0438cb6"
|
98
98
|
}
|
@@ -220,7 +220,6 @@ import { usePopupContext } from '@salutejs/plasma-new-hope/styled-components';
|
|
220
220
|
import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
|
221
221
|
import { useToast } from '@salutejs/plasma-new-hope/styled-components';
|
222
222
|
import { Variants } from '@salutejs/plasma-new-hope/types/engines/types';
|
223
|
-
import { ViewContainerCustomProps } from '@salutejs/plasma-new-hope/types/components/ViewContainer/ViewContainer';
|
224
223
|
import { withSkeleton } from '@salutejs/plasma-new-hope/styled-components';
|
225
224
|
|
226
225
|
// @public (undocumented)
|
@@ -3550,14 +3549,6 @@ export { useSegment }
|
|
3550
3549
|
|
3551
3550
|
export { useToast }
|
3552
3551
|
|
3553
|
-
// @public (undocumented)
|
3554
|
-
export const ViewContainer: FunctionComponent<PropsType< {
|
3555
|
-
view: {
|
3556
|
-
onDark: PolymorphicClassName;
|
3557
|
-
onLight: PolymorphicClassName;
|
3558
|
-
};
|
3559
|
-
}> & HTMLAttributes<HTMLDivElement> & ViewContainerCustomProps & RefAttributes<HTMLAnchorElement>>;
|
3560
|
-
|
3561
3552
|
export { withSkeleton }
|
3562
3553
|
|
3563
3554
|
|
@@ -1,18 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.config = void 0;
|
7
|
-
var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
|
8
|
-
var _sdds_finportal = /*#__PURE__*/require("@salutejs/sdds-themes/tokens/sdds_finportal");
|
9
|
-
var _templateObject, _templateObject2;
|
10
|
-
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
11
|
-
var config = exports.config = {
|
12
|
-
variations: {
|
13
|
-
view: {
|
14
|
-
onDark: /*#__PURE__*/(0, _styledComponents.css)(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", "\n "])), _sdds_finportal.viewContainer.dark),
|
15
|
-
onLight: /*#__PURE__*/(0, _styledComponents.css)(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", "\n "])), _sdds_finportal.viewContainer.light)
|
16
|
-
}
|
17
|
-
}
|
18
|
-
};
|
@@ -1,7 +0,0 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
export declare const ViewContainer: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
|
3
|
-
view: {
|
4
|
-
onDark: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
5
|
-
onLight: import("@salutejs/plasma-new-hope/types/engines/types").PolymorphicClassName;
|
6
|
-
};
|
7
|
-
}> & import("react").HTMLAttributes<HTMLDivElement> & import("@salutejs/plasma-new-hope/types/components/ViewContainer/ViewContainer").ViewContainerCustomProps & import("react").RefAttributes<HTMLAnchorElement>>;
|
@@ -1,10 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
exports.ViewContainer = void 0;
|
7
|
-
var _styledComponents = /*#__PURE__*/require("@salutejs/plasma-new-hope/styled-components");
|
8
|
-
var _ViewContainer = /*#__PURE__*/require("./ViewContainer.config");
|
9
|
-
var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledComponents.viewContainerConfig, _ViewContainer.config);
|
10
|
-
var ViewContainer = exports.ViewContainer = /*#__PURE__*/(0, _styledComponents.component)(mergedConfig);
|
@@ -1 +0,0 @@
|
|
1
|
-
export { ViewContainer } from './ViewContainer';
|
@@ -1,12 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
4
|
-
value: true
|
5
|
-
});
|
6
|
-
Object.defineProperty(exports, "ViewContainer", {
|
7
|
-
enumerable: true,
|
8
|
-
get: function get() {
|
9
|
-
return _ViewContainer.ViewContainer;
|
10
|
-
}
|
11
|
-
});
|
12
|
-
var _ViewContainer = /*#__PURE__*/require("./ViewContainer");
|
@@ -1,12 +0,0 @@
|
|
1
|
-
var _templateObject, _templateObject2;
|
2
|
-
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
3
|
-
import { css } from '@salutejs/plasma-new-hope/styled-components';
|
4
|
-
import { viewContainer } from '@salutejs/sdds-themes/tokens/sdds_finportal';
|
5
|
-
export var config = {
|
6
|
-
variations: {
|
7
|
-
view: {
|
8
|
-
onDark: /*#__PURE__*/css(_templateObject || (_templateObject = /*#__PURE__*/_taggedTemplateLiteral(["\n ", "\n "])), viewContainer.dark),
|
9
|
-
onLight: /*#__PURE__*/css(_templateObject2 || (_templateObject2 = /*#__PURE__*/_taggedTemplateLiteral(["\n ", "\n "])), viewContainer.light)
|
10
|
-
}
|
11
|
-
}
|
12
|
-
};
|
@@ -1,4 +0,0 @@
|
|
1
|
-
import { viewContainerConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
|
2
|
-
import { config } from './ViewContainer.config';
|
3
|
-
var mergedConfig = /*#__PURE__*/mergeConfig(viewContainerConfig, config);
|
4
|
-
export var ViewContainer = /*#__PURE__*/component(mergedConfig);
|
@@ -1 +0,0 @@
|
|
1
|
-
export { ViewContainer } from './ViewContainer';
|