@salutejs/sdds-cs 0.330.0-canary.2281.18488447809.0 → 0.330.0-canary.2284.18491659303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/emotion/cjs/index.js +0 -1
- package/emotion/es/index.js +0 -1
- package/es/index.js +0 -1
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/package.json +4 -5
- package/emotion/cjs/types/index.js +0 -4
- package/emotion/es/types/index.js +0 -1
- package/es/types/index.js +0 -1
- package/types/index.d.ts +0 -1
- package/types/index.js +0 -4
package/emotion/cjs/index.js
CHANGED
@@ -71,7 +71,6 @@ _export_star(require("./components/Carousel"), exports);
|
|
71
71
|
_export_star(require("./components/Tour"), exports);
|
72
72
|
_export_star(require("./mixins"), exports);
|
73
73
|
_export_star(require("./tokens"), exports);
|
74
|
-
_export_star(require("./types"), exports);
|
75
74
|
function _export_star(from, to) {
|
76
75
|
Object.keys(from).forEach(function(k) {
|
77
76
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
|
package/emotion/es/index.js
CHANGED
package/es/index.js
CHANGED
package/index.d.ts
CHANGED
package/index.js
CHANGED
@@ -71,7 +71,6 @@ _export_star(require("./components/Carousel"), exports);
|
|
71
71
|
_export_star(require("./components/Tour"), exports);
|
72
72
|
_export_star(require("./mixins"), exports);
|
73
73
|
_export_star(require("./tokens"), exports);
|
74
|
-
_export_star(require("./types"), exports);
|
75
74
|
function _export_star(from, to) {
|
76
75
|
Object.keys(from).forEach(function(k) {
|
77
76
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.330.0-canary.
|
3
|
+
"version": "0.330.0-canary.2284.18491659303.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -13,7 +13,6 @@
|
|
13
13
|
"files": [
|
14
14
|
"emotion",
|
15
15
|
"components",
|
16
|
-
"types",
|
17
16
|
"mixins",
|
18
17
|
"es",
|
19
18
|
"api",
|
@@ -31,7 +30,7 @@
|
|
31
30
|
"directory": "packages/sdds-cs"
|
32
31
|
},
|
33
32
|
"dependencies": {
|
34
|
-
"@salutejs/plasma-new-hope": "0.338.0-canary.
|
33
|
+
"@salutejs/plasma-new-hope": "0.338.0-canary.2284.18491659303.0",
|
35
34
|
"@salutejs/sdds-themes": "0.47.0"
|
36
35
|
},
|
37
36
|
"peerDependencies": {
|
@@ -57,7 +56,7 @@
|
|
57
56
|
"@salutejs/plasma-colors": "0.16.0",
|
58
57
|
"@salutejs/plasma-core": "1.208.0",
|
59
58
|
"@salutejs/plasma-cy-utils": "0.138.0",
|
60
|
-
"@salutejs/plasma-icons": "1.
|
59
|
+
"@salutejs/plasma-icons": "1.225.0-canary.2284.18491659303.0",
|
61
60
|
"@salutejs/plasma-sb-utils": "0.208.0",
|
62
61
|
"@storybook/addon-docs": "8.6.14",
|
63
62
|
"@storybook/addon-essentials": "8.6.14",
|
@@ -124,5 +123,5 @@
|
|
124
123
|
"Anton Vinogradov"
|
125
124
|
],
|
126
125
|
"sideEffects": false,
|
127
|
-
"gitHead": "
|
126
|
+
"gitHead": "af3baad1d93fbcf491ac30b245f9700125008fce"
|
128
127
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
export { };
|
package/es/types/index.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export { };
|
package/types/index.d.ts
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
export type { ResizableType } from '@salutejs/plasma-new-hope';
|
package/types/index.js
DELETED