@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/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.1534.11913376384.0",
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.1534.11913376384.0",
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.187.0-canary.1534.11913376384.0",
41
- "@salutejs/plasma-cy-utils": "0.118.0-canary.1534.11913376384.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.185.0-canary.1534.11913376384.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": "f10e29dae8637b73acdf093d6a1cf85cb08cc221"
98
+ "gitHead": "ac2f94685022d408ed2b84eab4ba3a9533a2bcf0"
99
99
  }