@salutejs/plasma-web 1.503.0-canary.1715.12898857186.0 → 1.503.0-canary.1716.12907175110.0
Sign up to get free protection for your applications and to get access to all the features.
- package/components/Button/Button.d.ts +1 -1
- package/components/Button/Button.js +1 -1
- package/css/cjs/components/Button/Button.js +1 -1
- package/css/cjs/components/Button/Button.js.map +1 -1
- package/css/es/components/Button/Button.js +1 -1
- package/css/es/components/Button/Button.js.map +1 -1
- package/es/components/Button/Button.js +1 -1
- package/package.json +10 -10
- package/temp/plasma-web.api.md +0 -4573
@@ -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;
|
@@ -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 *
|
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;;;;"}
|
@@ -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 *
|
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;;;;"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/plasma-web",
|
3
|
-
"version": "1.503.0-canary.
|
3
|
+
"version": "1.503.0-canary.1716.12907175110.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",
|
@@ -19,13 +19,13 @@
|
|
19
19
|
"directory": "packages/plasma-web"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-core": "1.
|
23
|
-
"@salutejs/plasma-hope": "1.
|
24
|
-
"@salutejs/plasma-new-hope": "0.247.0-canary.
|
22
|
+
"@salutejs/plasma-core": "1.192.0-canary.1716.12907175110.0",
|
23
|
+
"@salutejs/plasma-hope": "1.329.0-canary.1716.12907175110.0",
|
24
|
+
"@salutejs/plasma-new-hope": "0.247.0-canary.1716.12907175110.0",
|
25
25
|
"@salutejs/plasma-themes": "0.28.0",
|
26
|
-
"@salutejs/plasma-tokens-b2b": "1.
|
27
|
-
"@salutejs/plasma-tokens-b2c": "0.
|
28
|
-
"@salutejs/plasma-tokens-web": "1.
|
26
|
+
"@salutejs/plasma-tokens-b2b": "1.46.0-canary.1716.12907175110.0",
|
27
|
+
"@salutejs/plasma-tokens-b2c": "0.57.0-canary.1716.12907175110.0",
|
28
|
+
"@salutejs/plasma-tokens-web": "1.62.0-canary.1716.12907175110.0",
|
29
29
|
"@salutejs/plasma-typo": "0.41.0"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
@@ -49,9 +49,9 @@
|
|
49
49
|
"@rollup/plugin-commonjs": "25.0.7",
|
50
50
|
"@rollup/plugin-node-resolve": "15.2.3",
|
51
51
|
"@salutejs/plasma-colors": "0.14.0",
|
52
|
-
"@salutejs/plasma-cy-utils": "0.
|
52
|
+
"@salutejs/plasma-cy-utils": "0.123.0-canary.1716.12907175110.0",
|
53
53
|
"@salutejs/plasma-icons": "1.210.0",
|
54
|
-
"@salutejs/plasma-sb-utils": "0.
|
54
|
+
"@salutejs/plasma-sb-utils": "0.191.0-canary.1716.12907175110.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": "
|
114
|
+
"gitHead": "856ac0b24de6f76b25421dbd57fc96cda5173b09"
|
115
115
|
}
|