@salutejs/sdds-finportal 0.143.0-canary.1490.11387458591.0 → 0.144.0-canary.1459.11400476651.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +125 -1062
- package/components/Mask/Mask.d.ts +2 -425
- package/components/TextArea/TextArea.config.d.ts +12 -2
- package/components/TextArea/TextArea.config.js +23 -13
- package/components/TextArea/TextArea.d.ts +3 -262
- package/components/TextField/TextField.config.d.ts +10 -0
- package/components/TextField/TextField.config.js +21 -11
- package/components/TextField/TextField.d.ts +3 -244
- package/es/components/TextArea/TextArea.config.js +23 -13
- package/es/components/TextField/TextField.config.js +21 -11
- package/es/index.js +0 -1
- package/index.d.ts +0 -1
- package/index.js +0 -11
- package/package.json +4 -4
- package/temp/sdds-finportal.api.md +125 -1062
- 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
@@ -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';
|