@salutejs/sdds-os 0.4.0-canary.2428.21177208524.0 → 0.4.0-canary.2429.21209529484.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.md +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -39,7 +39,7 @@ export const App = () => {
39
39
 
40
40
  return (
41
41
  <>
42
- <Button>Hello, SDDS-OS!</Button>
42
+ <Button>Hello, SBER OS!</Button>
43
43
  <StyledP>Token usage example</StyledP>
44
44
  </>
45
45
  );
@@ -172,7 +172,7 @@ const App = () => {
172
172
  return (
173
173
  <>
174
174
  <Theme />
175
- <BodyL>Hello SDDS-OS</BodyL>
175
+ <BodyL>Hello SBER OS</BodyL>
176
176
  <Button text="This is themed button" />
177
177
  </>
178
178
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-os",
3
- "version": "0.4.0-canary.2428.21177208524.0",
3
+ "version": "0.4.0-canary.2429.21209529484.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS OS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "exports": {
@@ -32,8 +32,8 @@
32
32
  "directory": "packages/sdds-os"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.346.0-canary.2428.21177208524.0",
36
- "@salutejs/sdds-themes": "0.53.0-canary.2428.21177208524.0"
35
+ "@salutejs/plasma-new-hope": "0.346.0-canary.2429.21209529484.0",
36
+ "@salutejs/sdds-themes": "0.52.0-dev.0"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": ">=16.13.1",
@@ -57,10 +57,10 @@
57
57
  "@rollup/plugin-commonjs": "^25.0.4",
58
58
  "@rollup/plugin-node-resolve": "^15.1.0",
59
59
  "@salutejs/plasma-colors": "0.16.0",
60
- "@salutejs/plasma-core": "1.214.0-canary.2428.21177208524.0",
61
- "@salutejs/plasma-cy-utils": "0.144.0-canary.2428.21177208524.0",
60
+ "@salutejs/plasma-core": "1.213.0-dev.0",
61
+ "@salutejs/plasma-cy-utils": "0.143.0-dev.0",
62
62
  "@salutejs/plasma-icons": "1.228.0",
63
- "@salutejs/plasma-sb-utils": "0.214.0-canary.2428.21177208524.0",
63
+ "@salutejs/plasma-sb-utils": "0.213.0-dev.0",
64
64
  "@types/node": "16.7.13",
65
65
  "@types/react": "18.0.28",
66
66
  "@types/react-dom": "18.0.11",
@@ -108,5 +108,5 @@
108
108
  "sideEffects": [
109
109
  "*.css"
110
110
  ],
111
- "gitHead": "2f1e5db15b418706b838cf5190fa23621b1f2fac"
111
+ "gitHead": "5683ce19fc2ce1e85d9bd5a2b2dab85ec20d6406"
112
112
  }