@salutejs/plasma-web 1.502.0-dev.0 → 1.502.1-dev.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  /**
3
- * Кнопка.
3
+ * Компонент Button.
4
4
  */
5
5
  export declare const Button: import("react").FunctionComponent<import("@salutejs/plasma-new-hope/types/engines/types").PropsType<{
6
6
  view: {
@@ -10,6 +10,6 @@ var mergedConfig = /*#__PURE__*/(0, _styledComponents.mergeConfig)(_styledCompon
10
10
  var ButtonComponent = /*#__PURE__*/(0, _styledComponents.component)(mergedConfig);
11
11
 
12
12
  /**
13
- * Кнопка.
13
+ * Компонент Button.
14
14
  */
15
15
  var Button = exports.Button = ButtonComponent;
@@ -9,7 +9,7 @@ var mergedConfig = /*#__PURE__*/plasmaNewHope.mergeConfig(plasmaNewHope.buttonCo
9
9
  var ButtonComponent = /*#__PURE__*/plasmaNewHope.component(mergedConfig);
10
10
 
11
11
  /**
12
- * Кнопка.
12
+ * Компонент Button.
13
13
  */
14
14
  var Button = ButtonComponent;
15
15
 
@@ -1 +1 @@
1
- {"version":3,"file":"Button.js","sources":["../../../../src-css/components/Button/Button.tsx"],"sourcesContent":["import { buttonConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Button.config';\n\nconst mergedConfig = mergeConfig(buttonConfig, config);\nconst ButtonComponent = component(mergedConfig);\n\n/**\n * Кнопка.\n */\nexport const Button = ButtonComponent;\n"],"names":["mergedConfig","mergeConfig","buttonConfig","config","ButtonComponent","component","Button"],"mappings":";;;;;;;AAIA,IAAMA,YAAY,gBAAGC,yBAAW,CAACC,0BAAY,EAAEC,oBAAM,CAAC,CAAA;AACtD,IAAMC,eAAe,gBAAGC,uBAAS,CAACL,YAAY,CAAC,CAAA;;AAE/C;AACA;AACA;AACO,IAAMM,MAAM,GAAGF;;;;"}
1
+ {"version":3,"file":"Button.js","sources":["../../../../src-css/components/Button/Button.tsx"],"sourcesContent":["import { buttonConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Button.config';\n\nconst mergedConfig = mergeConfig(buttonConfig, config);\nconst ButtonComponent = component(mergedConfig);\n\n/**\n * Компонент Button.\n */\nexport const Button = ButtonComponent;\n"],"names":["mergedConfig","mergeConfig","buttonConfig","config","ButtonComponent","component","Button"],"mappings":";;;;;;;AAIA,IAAMA,YAAY,gBAAGC,yBAAW,CAACC,0BAAY,EAAEC,oBAAM,CAAC,CAAA;AACtD,IAAMC,eAAe,gBAAGC,uBAAS,CAACL,YAAY,CAAC,CAAA;;AAE/C;AACA;AACA;AACO,IAAMM,MAAM,GAAGF;;;;"}
@@ -5,7 +5,7 @@ var mergedConfig = /*#__PURE__*/mergeConfig(buttonConfig, config);
5
5
  var ButtonComponent = /*#__PURE__*/component(mergedConfig);
6
6
 
7
7
  /**
8
- * Кнопка.
8
+ * Компонент Button.
9
9
  */
10
10
  var Button = ButtonComponent;
11
11
 
@@ -1 +1 @@
1
- {"version":3,"file":"Button.js","sources":["../../../../src-css/components/Button/Button.tsx"],"sourcesContent":["import { buttonConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Button.config';\n\nconst mergedConfig = mergeConfig(buttonConfig, config);\nconst ButtonComponent = component(mergedConfig);\n\n/**\n * Кнопка.\n */\nexport const Button = ButtonComponent;\n"],"names":["mergedConfig","mergeConfig","buttonConfig","config","ButtonComponent","component","Button"],"mappings":";;;AAIA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,YAAY,EAAEC,MAAM,CAAC,CAAA;AACtD,IAAMC,eAAe,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;;AAE/C;AACA;AACA;AACO,IAAMM,MAAM,GAAGF;;;;"}
1
+ {"version":3,"file":"Button.js","sources":["../../../../src-css/components/Button/Button.tsx"],"sourcesContent":["import { buttonConfig, component, mergeConfig } from '@salutejs/plasma-new-hope';\n\nimport { config } from './Button.config';\n\nconst mergedConfig = mergeConfig(buttonConfig, config);\nconst ButtonComponent = component(mergedConfig);\n\n/**\n * Компонент Button.\n */\nexport const Button = ButtonComponent;\n"],"names":["mergedConfig","mergeConfig","buttonConfig","config","ButtonComponent","component","Button"],"mappings":";;;AAIA,IAAMA,YAAY,gBAAGC,WAAW,CAACC,YAAY,EAAEC,MAAM,CAAC,CAAA;AACtD,IAAMC,eAAe,gBAAGC,SAAS,CAACL,YAAY,CAAC,CAAA;;AAE/C;AACA;AACA;AACO,IAAMM,MAAM,GAAGF;;;;"}
@@ -4,6 +4,6 @@ var mergedConfig = /*#__PURE__*/mergeConfig(buttonConfig, config);
4
4
  var ButtonComponent = /*#__PURE__*/component(mergedConfig);
5
5
 
6
6
  /**
7
- * Кнопка.
7
+ * Компонент Button.
8
8
  */
9
9
  export var Button = ButtonComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.502.0-dev.0",
3
+ "version": "1.502.1-dev.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@salutejs/plasma-core": "1.191.0-dev.0",
23
- "@salutejs/plasma-hope": "1.328.1-dev.0",
24
- "@salutejs/plasma-new-hope": "0.246.0-dev.0",
23
+ "@salutejs/plasma-hope": "1.328.2-dev.0",
24
+ "@salutejs/plasma-new-hope": "0.246.1-dev.0",
25
25
  "@salutejs/plasma-themes": "0.28.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.45.0-dev.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.56.0-dev.0",
@@ -51,7 +51,7 @@
51
51
  "@salutejs/plasma-colors": "0.14.0",
52
52
  "@salutejs/plasma-cy-utils": "0.122.0-dev.0",
53
53
  "@salutejs/plasma-icons": "1.210.0",
54
- "@salutejs/plasma-sb-utils": "0.190.0-dev.0",
54
+ "@salutejs/plasma-sb-utils": "0.190.1-dev.0",
55
55
  "@storybook/addon-docs": "7.6.17",
56
56
  "@storybook/addon-essentials": "7.6.17",
57
57
  "@storybook/addons": "7.6.17",
@@ -111,5 +111,5 @@
111
111
  "Fanil Zubairov"
112
112
  ],
113
113
  "sideEffects": false,
114
- "gitHead": "12de049ecd8266188a43919041ff1bb3b4e3816e"
114
+ "gitHead": "26e2812be1ecbb8648f4b1fc0606283cdda2dc78"
115
115
  }