@salutejs/sdds-dfa 0.175.0-canary.1534.11913376384.0 → 0.175.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-dfa.api.md +2729 -883
- 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-dfa.api.md +2729 -883
- 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
@@ -52,6 +52,5 @@ export * from './components/EmptyState';
|
|
52
52
|
export * from './components/Attach';
|
53
53
|
export * from './components/ViewContainer';
|
54
54
|
export * from './components/NumberInput';
|
55
|
-
export * from './components/Dropzone';
|
56
55
|
export * from './mixins';
|
57
56
|
export * from './tokens';
|
package/index.d.ts
CHANGED
@@ -52,6 +52,5 @@ export * from './components/EmptyState';
|
|
52
52
|
export * from './components/Attach';
|
53
53
|
export * from './components/ViewContainer';
|
54
54
|
export * from './components/NumberInput';
|
55
|
-
export * from './components/Dropzone';
|
56
55
|
export * from './mixins';
|
57
56
|
export * from './tokens';
|
package/index.js
CHANGED
@@ -597,17 +597,6 @@ Object.keys(_NumberInput).forEach(function (key) {
|
|
597
597
|
}
|
598
598
|
});
|
599
599
|
});
|
600
|
-
var _Dropzone = /*#__PURE__*/require("./components/Dropzone");
|
601
|
-
Object.keys(_Dropzone).forEach(function (key) {
|
602
|
-
if (key === "default" || key === "__esModule") return;
|
603
|
-
if (key in exports && exports[key] === _Dropzone[key]) return;
|
604
|
-
Object.defineProperty(exports, key, {
|
605
|
-
enumerable: true,
|
606
|
-
get: function get() {
|
607
|
-
return _Dropzone[key];
|
608
|
-
}
|
609
|
-
});
|
610
|
-
});
|
611
600
|
var _mixins = /*#__PURE__*/require("./mixins");
|
612
601
|
Object.keys(_mixins).forEach(function (key) {
|
613
602
|
if (key === "default" || key === "__esModule") return;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-dfa",
|
3
|
-
"version": "0.175.0-canary.
|
3
|
+
"version": "0.175.0-canary.1556.11915399849.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS DFA 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-dfa"
|
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",
|
@@ -95,5 +95,5 @@
|
|
95
95
|
"Anton Vinogradov"
|
96
96
|
],
|
97
97
|
"sideEffects": false,
|
98
|
-
"gitHead": "
|
98
|
+
"gitHead": "ac2f94685022d408ed2b84eab4ba3a9533a2bcf0"
|
99
99
|
}
|