@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/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.1534.11913376384.0",
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.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",
@@ -94,5 +94,5 @@
94
94
  "Vasiliy Loginevskiy"
95
95
  ],
96
96
  "sideEffects": false,
97
- "gitHead": "f10e29dae8637b73acdf093d6a1cf85cb08cc221"
97
+ "gitHead": "ac2f94685022d408ed2b84eab4ba3a9533a2bcf0"
98
98
  }