@talismn/icons 0.0.0-pr1226-20240110081410 → 0.0.0-pr1227-20240111013150
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/CHANGELOG.md +9 -9
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
# @talismn/icons
|
2
2
|
|
3
|
-
## 0.0.0-
|
3
|
+
## 0.0.0-pr1227-20240111013150
|
4
4
|
|
5
5
|
### Minor Changes
|
6
6
|
|
7
|
-
-
|
7
|
+
- 123647e: - Additional currencies support for token rate
|
8
8
|
- New Dollar sign icon
|
9
|
-
-
|
10
|
-
-
|
9
|
+
- f154121: feat: user sign in icon
|
10
|
+
- d7ddb22: feat: add history icon
|
11
11
|
|
12
12
|
### Patch Changes
|
13
13
|
|
14
|
-
-
|
15
|
-
-
|
16
|
-
-
|
17
|
-
-
|
18
|
-
-
|
14
|
+
- b575ca5: feat: hide dust (small token balances)
|
15
|
+
- 91895a1: Add new icon
|
16
|
+
- c4d5967: bump typescript version
|
17
|
+
- 60746a1: feat: added @talismn/icons package
|
18
|
+
- e724c66: Added icons
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@talismn/icons",
|
3
|
-
"version": "0.0.0-
|
3
|
+
"version": "0.0.0-pr1227-20240111013150",
|
4
4
|
"author": "Talisman",
|
5
5
|
"homepage": "https://talisman.xyz",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -26,17 +26,17 @@
|
|
26
26
|
"clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"react-icons": "^4.
|
29
|
+
"react-icons": "^4.12.0"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
|
-
"@talismn/eslint-config": "0.0.0-
|
32
|
+
"@talismn/eslint-config": "0.0.0-pr1227-20240111013150",
|
33
33
|
"@talismn/tsconfig": "0.0.2",
|
34
34
|
"@types/jest": "^27.5.1",
|
35
35
|
"@types/react": "18.0.14",
|
36
36
|
"eslint": "^8.52.0",
|
37
|
-
"jest": "^
|
37
|
+
"jest": "^29.7.0",
|
38
38
|
"react": "18.2.0",
|
39
|
-
"ts-jest": "^
|
39
|
+
"ts-jest": "^29.1.1",
|
40
40
|
"typescript": "^5.2.2"
|
41
41
|
},
|
42
42
|
"peerDependencies": {
|