@salutejs/sdds-finportal 0.169.0-canary.1534.11913376384.0 → 0.169.0-canary.1556.11915399849.0
Sign up to get free protection for your applications and to get access to all the features.
- package/api/sdds-finportal.api.md +2863 -1017
- package/components/Autocomplete/Autocomplete.d.ts +3 -5
- package/components/Combobox/Combobox.d.ts +501 -45
- package/components/DatePicker/DatePicker.d.ts +47 -1
- package/components/Mask/Mask.d.ts +1246 -62
- package/components/Select/Select.d.ts +176 -4
- package/components/TextField/TextField.d.ts +717 -61
- package/es/index.js +0 -1
- package/index.d.ts +0 -1
- package/index.js +0 -11
- package/package.json +6 -6
- package/temp/sdds-finportal.api.md +2863 -1017
- package/components/Dropzone/Dropzone.config.d.ts +0 -17
- package/components/Dropzone/Dropzone.config.js +0 -26
- package/components/Dropzone/Dropzone.d.ts +0 -28
- package/components/Dropzone/Dropzone.js +0 -10
- package/components/Dropzone/index.d.ts +0 -2
- package/components/Dropzone/index.js +0 -25
- package/es/components/Dropzone/Dropzone.config.js +0 -20
- package/es/components/Dropzone/Dropzone.js +0 -4
- package/es/components/Dropzone/index.js +0 -2
package/es/index.js
CHANGED
@@ -56,6 +56,5 @@ export * from './components/EmptyState';
|
|
56
56
|
export * from './components/Attach';
|
57
57
|
export * from './components/ViewContainer';
|
58
58
|
export * from './components/NumberInput';
|
59
|
-
export * from './components/Dropzone';
|
60
59
|
export * from './mixins';
|
61
60
|
export * from './tokens';
|
package/index.d.ts
CHANGED
@@ -56,6 +56,5 @@ export * from './components/EmptyState';
|
|
56
56
|
export * from './components/Attach';
|
57
57
|
export * from './components/ViewContainer';
|
58
58
|
export * from './components/NumberInput';
|
59
|
-
export * from './components/Dropzone';
|
60
59
|
export * from './mixins';
|
61
60
|
export * from './tokens';
|
package/index.js
CHANGED
@@ -641,17 +641,6 @@ Object.keys(_NumberInput).forEach(function (key) {
|
|
641
641
|
}
|
642
642
|
});
|
643
643
|
});
|
644
|
-
var _Dropzone = /*#__PURE__*/require("./components/Dropzone");
|
645
|
-
Object.keys(_Dropzone).forEach(function (key) {
|
646
|
-
if (key === "default" || key === "__esModule") return;
|
647
|
-
if (key in exports && exports[key] === _Dropzone[key]) return;
|
648
|
-
Object.defineProperty(exports, key, {
|
649
|
-
enumerable: true,
|
650
|
-
get: function get() {
|
651
|
-
return _Dropzone[key];
|
652
|
-
}
|
653
|
-
});
|
654
|
-
});
|
655
644
|
var _mixins = /*#__PURE__*/require("./mixins");
|
656
645
|
Object.keys(_mixins).forEach(function (key) {
|
657
646
|
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.169.0-canary.
|
3
|
+
"version": "0.169.0-canary.1556.11915399849.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,7 +19,7 @@
|
|
19
19
|
"directory": "packages/sdds-finportal"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.195.0-canary.
|
22
|
+
"@salutejs/plasma-new-hope": "0.195.0-canary.1556.11915399849.0",
|
23
23
|
"@salutejs/sdds-themes": "0.27.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
@@ -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.186.0",
|
41
|
+
"@salutejs/plasma-cy-utils": "0.117.0",
|
42
42
|
"@salutejs/plasma-icons": "1.208.0",
|
43
|
-
"@salutejs/plasma-sb-utils": "0.
|
43
|
+
"@salutejs/plasma-sb-utils": "0.184.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": "ac2f94685022d408ed2b84eab4ba3a9533a2bcf0"
|
98
98
|
}
|