@salutejs/plasma-new-hope 0.343.0-canary.2339.19757519993.0 → 0.343.0-canary.2339.19785333277.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.
|
@@ -1 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", {
|
|
3
|
+
value: true
|
|
4
|
+
});
|
|
5
|
+
Object.defineProperty(exports, "Combobox", {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: function() {
|
|
8
|
+
return Combobox;
|
|
9
|
+
}
|
|
10
|
+
});
|
|
11
|
+
var _engines = require("../../../engines");
|
|
12
|
+
var _ = require("../../..");
|
|
13
|
+
var _Comboboxconfig = require("./Combobox.config");
|
|
14
|
+
var mergedConfig = (0, _engines.mergeConfig)(_.comboboxNewConfig, _Comboboxconfig.config);
|
|
15
|
+
var ComboboxComponent = (0, _engines.component)(mergedConfig);
|
|
16
|
+
var Combobox = ComboboxComponent;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-new-hope",
|
|
3
|
-
"version": "0.343.0-canary.2339.
|
|
3
|
+
"version": "0.343.0-canary.2339.19785333277.0",
|
|
4
4
|
"description": "Salute Design System blueprint",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"@rollup/plugin-babel": "^6.0.4",
|
|
94
94
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
95
95
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
96
|
-
"@salutejs/plasma-sb-utils": "0.211.0-canary.2339.
|
|
96
|
+
"@salutejs/plasma-sb-utils": "0.211.0-canary.2339.19785333277.0",
|
|
97
97
|
"@salutejs/plasma-themes": "0.38.0",
|
|
98
98
|
"@storybook/addon-docs": "8.6.12",
|
|
99
99
|
"@storybook/addon-essentials": "8.6.12",
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"@linaria/react": "5.0.3",
|
|
132
132
|
"@popperjs/core": "2.11.8",
|
|
133
133
|
"@salutejs/input-core": "2.1.2",
|
|
134
|
-
"@salutejs/plasma-core": "1.211.0-canary.2339.
|
|
134
|
+
"@salutejs/plasma-core": "1.211.0-canary.2339.19785333277.0",
|
|
135
135
|
"@salutejs/react-maskinput": "3.3.2",
|
|
136
136
|
"@tanstack/react-table": "8.21.2",
|
|
137
137
|
"@tanstack/react-virtual": "3.13.2",
|
|
@@ -151,5 +151,5 @@
|
|
|
151
151
|
"sideEffects": [
|
|
152
152
|
"*.css"
|
|
153
153
|
],
|
|
154
|
-
"gitHead": "
|
|
154
|
+
"gitHead": "8531f45a2598909ad65efabaca8aaa58a9ba67ff"
|
|
155
155
|
}
|