@salutejs/plasma-new-hope 0.342.0-canary.2339.19629943290.0 → 0.342.0-canary.2339.19730432427.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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { component, mergeConfig } from "../../../engines";
|
|
2
|
+
import { comboboxNewConfig } from "../../..";
|
|
3
|
+
import { config } from "./Combobox.config";
|
|
4
|
+
var mergedConfig = mergeConfig(comboboxNewConfig, config);
|
|
5
|
+
var ComboboxComponent = component(mergedConfig);
|
|
6
|
+
var Combobox = ComboboxComponent;
|
|
7
|
+
export { Combobox };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-new-hope",
|
|
3
|
-
"version": "0.342.0-canary.2339.
|
|
3
|
+
"version": "0.342.0-canary.2339.19730432427.0",
|
|
4
4
|
"description": "Salute Design System blueprint",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -24,9 +24,6 @@
|
|
|
24
24
|
"types": "./types/index.d.ts"
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
|
-
"module": "./dist/styled-components/es/index.js",
|
|
28
|
-
"main": "./dist/styled-components/cjs/index.js",
|
|
29
|
-
"types": "./types/index.d.ts",
|
|
30
27
|
"files": [
|
|
31
28
|
"dist",
|
|
32
29
|
"types"
|
|
@@ -95,7 +92,7 @@
|
|
|
95
92
|
"@rollup/plugin-babel": "^6.0.4",
|
|
96
93
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
97
94
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
98
|
-
"@salutejs/plasma-sb-utils": "0.210.0-canary.2339.
|
|
95
|
+
"@salutejs/plasma-sb-utils": "0.210.0-canary.2339.19730432427.0",
|
|
99
96
|
"@salutejs/plasma-themes": "0.38.0",
|
|
100
97
|
"@storybook/addon-docs": "8.6.12",
|
|
101
98
|
"@storybook/addon-essentials": "8.6.12",
|
|
@@ -133,8 +130,8 @@
|
|
|
133
130
|
"@linaria/react": "5.0.3",
|
|
134
131
|
"@popperjs/core": "2.11.8",
|
|
135
132
|
"@salutejs/input-core": "2.1.2",
|
|
136
|
-
"@salutejs/plasma-core": "1.210.0-canary.2339.
|
|
137
|
-
"@salutejs/react-maskinput": "3.3.
|
|
133
|
+
"@salutejs/plasma-core": "1.210.0-canary.2339.19730432427.0",
|
|
134
|
+
"@salutejs/react-maskinput": "3.3.2",
|
|
138
135
|
"@tanstack/react-table": "8.21.2",
|
|
139
136
|
"@tanstack/react-virtual": "3.13.2",
|
|
140
137
|
"classnames": "2.5.1",
|
|
@@ -153,5 +150,5 @@
|
|
|
153
150
|
"sideEffects": [
|
|
154
151
|
"*.css"
|
|
155
152
|
],
|
|
156
|
-
"gitHead": "
|
|
153
|
+
"gitHead": "1767ef92408b3ff8f3af950e19a7910fde4f2342"
|
|
157
154
|
}
|