@salutejs/sdds-cs 0.318.0-canary.2009.15429813487.0 → 0.318.0-canary.2009.15430753944.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 +11 -0
- package/emotion/es/index.js +1 -0
- package/es/index.js +1 -0
- package/index.d.ts +1 -0
- package/index.js +11 -0
- package/package.json +7 -7
package/emotion/cjs/index.js
CHANGED
@@ -388,6 +388,17 @@ Object.keys(_Radiobox).forEach(function (key) {
|
|
388
388
|
}
|
389
389
|
});
|
390
390
|
});
|
391
|
+
var _Rating = /*#__PURE__*/require("./components/Rating");
|
392
|
+
Object.keys(_Rating).forEach(function (key) {
|
393
|
+
if (key === "default" || key === "__esModule") return;
|
394
|
+
if (key in exports && exports[key] === _Rating[key]) return;
|
395
|
+
Object.defineProperty(exports, key, {
|
396
|
+
enumerable: true,
|
397
|
+
get: function get() {
|
398
|
+
return _Rating[key];
|
399
|
+
}
|
400
|
+
});
|
401
|
+
});
|
391
402
|
var _Segment = /*#__PURE__*/require("./components/Segment");
|
392
403
|
Object.keys(_Segment).forEach(function (key) {
|
393
404
|
if (key === "default" || key === "__esModule") return;
|
package/emotion/es/index.js
CHANGED
@@ -33,6 +33,7 @@ export * from './components/Progress';
|
|
33
33
|
export * from './components/Pagination';
|
34
34
|
export * from './components/Range';
|
35
35
|
export * from './components/Radiobox';
|
36
|
+
export * from './components/Rating';
|
36
37
|
export * from './components/Segment';
|
37
38
|
export * from './components/Sheet';
|
38
39
|
export * from './components/Spinner';
|
package/es/index.js
CHANGED
@@ -33,6 +33,7 @@ export * from './components/Progress';
|
|
33
33
|
export * from './components/Pagination';
|
34
34
|
export * from './components/Range';
|
35
35
|
export * from './components/Radiobox';
|
36
|
+
export * from './components/Rating';
|
36
37
|
export * from './components/Segment';
|
37
38
|
export * from './components/Sheet';
|
38
39
|
export * from './components/Spinner';
|
package/index.d.ts
CHANGED
@@ -33,6 +33,7 @@ export * from './components/Progress';
|
|
33
33
|
export * from './components/Pagination';
|
34
34
|
export * from './components/Range';
|
35
35
|
export * from './components/Radiobox';
|
36
|
+
export * from './components/Rating';
|
36
37
|
export * from './components/Segment';
|
37
38
|
export * from './components/Sheet';
|
38
39
|
export * from './components/Spinner';
|
package/index.js
CHANGED
@@ -388,6 +388,17 @@ Object.keys(_Radiobox).forEach(function (key) {
|
|
388
388
|
}
|
389
389
|
});
|
390
390
|
});
|
391
|
+
var _Rating = /*#__PURE__*/require("./components/Rating");
|
392
|
+
Object.keys(_Rating).forEach(function (key) {
|
393
|
+
if (key === "default" || key === "__esModule") return;
|
394
|
+
if (key in exports && exports[key] === _Rating[key]) return;
|
395
|
+
Object.defineProperty(exports, key, {
|
396
|
+
enumerable: true,
|
397
|
+
get: function get() {
|
398
|
+
return _Rating[key];
|
399
|
+
}
|
400
|
+
});
|
401
|
+
});
|
391
402
|
var _Segment = /*#__PURE__*/require("./components/Segment");
|
392
403
|
Object.keys(_Segment).forEach(function (key) {
|
393
404
|
if (key === "default" || key === "__esModule") return;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.318.0-canary.2009.
|
3
|
+
"version": "0.318.0-canary.2009.15430753944.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",
|
@@ -30,8 +30,8 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.326.0-canary.2009.
|
34
|
-
"@salutejs/sdds-themes": "0.38.0-canary.2009.
|
33
|
+
"@salutejs/plasma-new-hope": "0.326.0-canary.2009.15430753944.0",
|
34
|
+
"@salutejs/sdds-themes": "0.38.0-canary.2009.15430753944.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
37
37
|
"@emotion/react": ">=11",
|
@@ -54,10 +54,10 @@
|
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
55
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
56
56
|
"@salutejs/plasma-colors": "0.15.0",
|
57
|
-
"@salutejs/plasma-core": "1.198.0-canary.2009.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.129.0-canary.2009.
|
57
|
+
"@salutejs/plasma-core": "1.198.0-canary.2009.15430753944.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.129.0-canary.2009.15430753944.0",
|
59
59
|
"@salutejs/plasma-icons": "1.218.0",
|
60
|
-
"@salutejs/plasma-sb-utils": "0.199.0-canary.2009.
|
60
|
+
"@salutejs/plasma-sb-utils": "0.199.0-canary.2009.15430753944.0",
|
61
61
|
"@storybook/addon-docs": "7.6.17",
|
62
62
|
"@storybook/addon-essentials": "7.6.17",
|
63
63
|
"@storybook/addons": "7.6.17",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "758c0fcf031f12ec0dc1ba68151a105f141c19ab"
|
127
127
|
}
|