@salutejs/plasma-asdk 0.356.0-dev.0 → 0.356.1-canary.2350.19926791161.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.
Files changed (2) hide show
  1. package/README.mdx +3 -3
  2. package/package.json +8 -8
package/README.mdx CHANGED
@@ -1,4 +1,4 @@
1
- import { Meta } from "@storybook/addon-docs";
1
+ import { Meta } from "@storybook/addon-docs/blocks";
2
2
 
3
3
  <Meta title="About" />
4
4
 
@@ -25,7 +25,7 @@ import { Meta } from "@storybook/addon-docs";
25
25
  ```bash
26
26
  $ npm install --save react react-dom
27
27
  $ npm install --save styled-components
28
- $ npm install --save @salutejs/plasma-asdk @salutejs/plasma-typo
28
+ $ npm install --save @salutejs/plasma-asdk @salutejs/plasma-typo
29
29
  ```
30
30
 
31
31
  ## Настройка
@@ -67,7 +67,7 @@ import { tokens } from '@salutejs/plasma-asdk/tokens';
67
67
  export const App = () => {
68
68
  return (
69
69
  <Button>Hello, Plasma!</Button>
70
-
70
+
71
71
  <p style={{color: tokens.textAccentAthena}}>
72
72
  Token usage example
73
73
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-asdk",
3
- "version": "0.356.0-dev.0",
3
+ "version": "0.356.1-canary.2350.19926791161.0",
4
4
  "description": "Salute Design System / React UI kit for Assistant web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,8 +19,8 @@
19
19
  "directory": "packages/plasma-asdk"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-new-hope": "0.342.0-dev.0",
23
- "@salutejs/plasma-tokens": "1.124.0-dev.0",
22
+ "@salutejs/plasma-new-hope": "0.342.1-canary.2350.19926791161.0",
23
+ "@salutejs/plasma-tokens": "1.124.0",
24
24
  "@salutejs/plasma-tokens-b2b": "1.54.0",
25
25
  "@salutejs/plasma-typo": "0.42.0"
26
26
  },
@@ -39,10 +39,10 @@
39
39
  "@babel/preset-typescript": "7.24.1",
40
40
  "@microsoft/api-extractor": "7.38.3",
41
41
  "@salutejs/plasma-colors": "0.16.0",
42
- "@salutejs/plasma-core": "1.210.0-dev.0",
43
- "@salutejs/plasma-cy-utils": "0.140.0-dev.0",
44
- "@salutejs/plasma-icons": "1.227.0-dev.0",
45
- "@salutejs/plasma-sb-utils": "0.210.0-dev.0",
42
+ "@salutejs/plasma-core": "1.210.1-canary.2350.19926791161.0",
43
+ "@salutejs/plasma-cy-utils": "0.140.1-canary.2350.19926791161.0",
44
+ "@salutejs/plasma-icons": "1.227.1-canary.2350.19926791161.0",
45
+ "@salutejs/plasma-sb-utils": "0.210.1-canary.2350.19926791161.0",
46
46
  "@storybook/addon-docs": "8.6.14",
47
47
  "@storybook/addon-essentials": "8.6.14",
48
48
  "@storybook/manager-api": "8.6.14",
@@ -97,5 +97,5 @@
97
97
  "Fanil Zubairov"
98
98
  ],
99
99
  "sideEffects": false,
100
- "gitHead": "66241361bde39c4824ffd06801a00d0f8023ce38"
100
+ "gitHead": "962795bea9201de580f724806a076f8d2f551b75"
101
101
  }