@salutejs/plasma-new-hope 0.342.0-canary.2339.19581230672.0 → 0.342.0-canary.2339.19595684243.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,7 +0,0 @@
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 };
@@ -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;
@@ -1,7 +0,0 @@
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.19581230672.0",
3
+ "version": "0.342.0-canary.2339.19595684243.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "exports": {
6
6
  ".": {
@@ -92,7 +92,7 @@
92
92
  "@rollup/plugin-babel": "^6.0.4",
93
93
  "@rollup/plugin-commonjs": "^25.0.4",
94
94
  "@rollup/plugin-node-resolve": "^15.1.0",
95
- "@salutejs/plasma-sb-utils": "0.210.0-canary.2339.19581230672.0",
95
+ "@salutejs/plasma-sb-utils": "0.210.0-canary.2339.19595684243.0",
96
96
  "@salutejs/plasma-themes": "0.38.0",
97
97
  "@storybook/addon-docs": "8.6.12",
98
98
  "@storybook/addon-essentials": "8.6.12",
@@ -130,7 +130,7 @@
130
130
  "@linaria/react": "5.0.3",
131
131
  "@popperjs/core": "2.11.8",
132
132
  "@salutejs/input-core": "2.1.2",
133
- "@salutejs/plasma-core": "1.210.0-canary.2339.19581230672.0",
133
+ "@salutejs/plasma-core": "1.210.0-canary.2339.19595684243.0",
134
134
  "@salutejs/react-maskinput": "3.3.0",
135
135
  "@tanstack/react-table": "8.21.2",
136
136
  "@tanstack/react-virtual": "3.13.2",
@@ -150,5 +150,5 @@
150
150
  "sideEffects": [
151
151
  "*.css"
152
152
  ],
153
- "gitHead": "05abdaee640af71b61b8776c593dd7239364234a"
153
+ "gitHead": "819b4ae71382b300b6601468ba0fc3de9328e404"
154
154
  }