@salutejs/sdds-os 0.4.0-canary.2429.21204655157.0 → 0.4.0-canary.2430.21253148202.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.
- package/README.md +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,
|
|
42
|
+
<Button>Hello, SDDS-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
|
|
175
|
+
<BodyL>Hello SDDS-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.
|
|
3
|
+
"version": "0.4.0-canary.2430.21253148202.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.
|
|
36
|
-
"@salutejs/sdds-themes": "0.52.0
|
|
35
|
+
"@salutejs/plasma-new-hope": "0.346.0-canary.2430.21253148202.0",
|
|
36
|
+
"@salutejs/sdds-themes": "0.52.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.213.0
|
|
61
|
-
"@salutejs/plasma-cy-utils": "0.143.0
|
|
60
|
+
"@salutejs/plasma-core": "1.213.0",
|
|
61
|
+
"@salutejs/plasma-cy-utils": "0.143.0",
|
|
62
62
|
"@salutejs/plasma-icons": "1.228.0",
|
|
63
|
-
"@salutejs/plasma-sb-utils": "0.213.0
|
|
63
|
+
"@salutejs/plasma-sb-utils": "0.213.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": "
|
|
111
|
+
"gitHead": "247c3adac486c2d6b02f13c0874542fd1ba67247"
|
|
112
112
|
}
|