@salutejs/plasma-new-hope 0.343.0-canary.2339.19735457854.0 → 0.343.0-canary.2339.19756860460.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,16 +1 @@
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;
@@ -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.343.0-canary.2339.19735457854.0",
3
+ "version": "0.343.0-canary.2339.19756860460.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "exports": {
6
6
  ".": {
@@ -22,7 +22,8 @@
22
22
  "import": "./dist/css/es/index.js",
23
23
  "require": "./dist/css/cjs/index.js",
24
24
  "types": "./types/index.d.ts"
25
- }
25
+ },
26
+ "./types/*": "./types/*"
26
27
  },
27
28
  "files": [
28
29
  "dist",
@@ -92,7 +93,7 @@
92
93
  "@rollup/plugin-babel": "^6.0.4",
93
94
  "@rollup/plugin-commonjs": "^25.0.4",
94
95
  "@rollup/plugin-node-resolve": "^15.1.0",
95
- "@salutejs/plasma-sb-utils": "0.211.0-canary.2339.19735457854.0",
96
+ "@salutejs/plasma-sb-utils": "0.211.0-canary.2339.19756860460.0",
96
97
  "@salutejs/plasma-themes": "0.38.0",
97
98
  "@storybook/addon-docs": "8.6.12",
98
99
  "@storybook/addon-essentials": "8.6.12",
@@ -130,7 +131,7 @@
130
131
  "@linaria/react": "5.0.3",
131
132
  "@popperjs/core": "2.11.8",
132
133
  "@salutejs/input-core": "2.1.2",
133
- "@salutejs/plasma-core": "1.211.0-canary.2339.19735457854.0",
134
+ "@salutejs/plasma-core": "1.211.0-canary.2339.19756860460.0",
134
135
  "@salutejs/react-maskinput": "3.3.2",
135
136
  "@tanstack/react-table": "8.21.2",
136
137
  "@tanstack/react-virtual": "3.13.2",
@@ -150,5 +151,5 @@
150
151
  "sideEffects": [
151
152
  "*.css"
152
153
  ],
153
- "gitHead": "2fd20e67f4bb93e0c46c080f17ed5c1513f599ce"
154
+ "gitHead": "f465cee9978792be7f0773c6a1937d4af697877a"
154
155
  }