@lidofinance/ui-primitives 0.28.0 → 0.30.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 +3 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -6,14 +6,11 @@ This component abstracted from the blockchain network,
6
6
  other words you can use it for any widgets for any blockchains.
7
7
 
8
8
  ## Installation
9
- ```bash
10
- yarn add @lidofinance/ui-primitives
11
9
 
12
- # and react 17
13
- yarn add react@^17.0.0
10
+ * React 17 || 18
14
11
 
15
- # or react 18
16
- yarn add react@^18.0.0
12
+ ```bash
13
+ yarn add @lidofinance/ui-primitives
17
14
 
18
15
  # and additional
19
16
  yarn add next@^12.3.0 styled-components@^5.3.5 @lidofinance/lido-ui@^3.6.1
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "UI primitives (client-side: components, constants, hooks)",
4
4
  "repository": "git@github.com:lidofinance/warehouse.git",
5
5
  "license": "MIT",
6
- "version": "0.28.0",
6
+ "version": "0.30.0",
7
7
  "files": [
8
8
  "dist"
9
9
  ],
@@ -22,13 +22,13 @@
22
22
  "types": "tsc --noEmit"
23
23
  },
24
24
  "peerDependencies": {
25
- "@lidofinance/lido-ui": "^3.6.1",
25
+ "@lidofinance/lido-ui": "^3.7.3",
26
26
  "react": "17 || 18",
27
27
  "styled-components": "^5.3.5"
28
28
  },
29
29
  "devDependencies": {
30
- "@lidofinance/config-prettier": "~0.28.0",
31
- "@lidofinance/lido-ui": "^3.6.1",
30
+ "@lidofinance/config-prettier": "~0.30.0",
31
+ "@lidofinance/lido-ui": "^3.7.3",
32
32
  "@storybook/react": "^7.0.7",
33
33
  "@types/react": "^18.0.25",
34
34
  "@types/styled-components": "^5.1.26"