@desynova-digital/components 9.1.36 → 9.1.37
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 +5 -7
- package/package.json +2 -2
package/atoms/icon/icons.json
CHANGED
|
@@ -1767,21 +1767,19 @@
|
|
|
1767
1767
|
"width": 30,
|
|
1768
1768
|
"height": 30
|
|
1769
1769
|
},
|
|
1770
|
-
|
|
1770
|
+
"pencil-icon": {
|
|
1771
1771
|
"paths": [
|
|
1772
1772
|
"M0 9.98472V12.4844H2.49965L9.87196 5.11207L7.37231 2.61241L0 9.98472ZM11.805 3.179C12.065 2.91904 12.065 2.4991 11.805 2.23913L10.2452 0.679348C9.98528 0.419384 9.56534 0.419384 9.30537 0.679348L8.08554 1.89918L10.5852 4.39883L11.805 3.179Z"
|
|
1773
1773
|
],
|
|
1774
1774
|
"width": 12,
|
|
1775
1775
|
"height": 13
|
|
1776
1776
|
},
|
|
1777
|
-
|
|
1778
|
-
"paths": [
|
|
1779
|
-
"M0 0V12H12V0H0ZM11.4 11.25H6H0.6V0.75H11.4V11.25Z"
|
|
1780
|
-
],
|
|
1777
|
+
"rect-icon": {
|
|
1778
|
+
"paths": ["M0 0V12H12V0H0ZM11.4 11.25H6H0.6V0.75H11.4V11.25Z"],
|
|
1781
1779
|
"width": 12,
|
|
1782
1780
|
"height": 12
|
|
1783
1781
|
},
|
|
1784
|
-
|
|
1782
|
+
"line-icon": {
|
|
1785
1783
|
"paths": [
|
|
1786
1784
|
"M12.707 0.484375L13.414 1.19138L1.414 12.4844L0.707001 11.7774L12.707 0.484375Z"
|
|
1787
1785
|
],
|
|
@@ -1810,6 +1808,6 @@
|
|
|
1810
1808
|
],
|
|
1811
1809
|
"width": 8,
|
|
1812
1810
|
"height": 8
|
|
1811
|
+
}
|
|
1813
1812
|
}
|
|
1814
1813
|
}
|
|
1815
|
-
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.37",
|
|
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.37",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|