@desynova-digital/components 9.1.16 → 9.1.18
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
|
@@ -1680,6 +1680,20 @@
|
|
|
1680
1680
|
],
|
|
1681
1681
|
"width": 12,
|
|
1682
1682
|
"height": 13
|
|
1683
|
+
},
|
|
1684
|
+
"history": {
|
|
1685
|
+
"paths": [
|
|
1686
|
+
"M6.66667 0C3.90556 0 1.66667 2.23889 1.66667 5H0L2.16111 7.16111L2.2 7.23889L4.44444 5H2.77778C2.77778 2.85 4.51667 1.11111 6.66667 1.11111C8.81667 1.11111 10.5556 2.85 10.5556 5C10.5556 7.15 8.81667 8.88889 6.66667 8.88889C5.59444 8.88889 4.62222 8.45 3.92222 7.74445L3.13333 8.53333C4.03889 9.43889 5.28333 10 6.66667 10C9.42778 10 11.6667 7.76111 11.6667 5C11.6667 2.23889 9.42778 0 6.66667 0ZM6.11111 2.77778V5.55556L8.47222 6.95556L8.9 6.24444L6.94444 5.08333V2.77778H6.11111Z"
|
|
1687
|
+
],
|
|
1688
|
+
"width": 12,
|
|
1689
|
+
"height": 10
|
|
1690
|
+
},
|
|
1691
|
+
"sorting-icon": {
|
|
1692
|
+
"paths": [
|
|
1693
|
+
"M0 7.5H3.5V6.33333H0V7.5ZM0 0.5V1.66667H10.5V0.5H0ZM0 4.58333H7V3.41667H0V4.58333Z"
|
|
1694
|
+
],
|
|
1695
|
+
"width": 11,
|
|
1696
|
+
"height": 8
|
|
1683
1697
|
}
|
|
1684
1698
|
}
|
|
1685
1699
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.18",
|
|
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.1.
|
|
10
|
+
"@desynova-digital/tokens": "9.1.18",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|