@desynova-digital/components 9.0.24 → 9.0.25
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/atoms/icon/icons.json +14 -0
- package/package.json +2 -2
package/atoms/icon/icons.json
CHANGED
|
@@ -1697,6 +1697,20 @@
|
|
|
1697
1697
|
],
|
|
1698
1698
|
"width": 16,
|
|
1699
1699
|
"height": 16
|
|
1700
|
+
},
|
|
1701
|
+
"down-chevron": {
|
|
1702
|
+
"paths": [
|
|
1703
|
+
"M5 5.83594L9.33013 1.46094H0.669873L5 5.83594Z"
|
|
1704
|
+
],
|
|
1705
|
+
"width": 10,
|
|
1706
|
+
"height": 6
|
|
1707
|
+
},
|
|
1708
|
+
"home-icon": {
|
|
1709
|
+
"paths": [
|
|
1710
|
+
"M8 17V11H12V17H17V9H20L10 0L0 9H3V17H8Z"
|
|
1711
|
+
],
|
|
1712
|
+
"width": 20,
|
|
1713
|
+
"height": 17
|
|
1700
1714
|
}
|
|
1701
1715
|
}
|
|
1702
1716
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.25",
|
|
4
4
|
"description": "Components for Desynova Digital",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "desynova-digital",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "desynova-digital",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@desynova-digital/tokens": "9.0.
|
|
10
|
+
"@desynova-digital/tokens": "9.0.25",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|