@desynova-digital/components 9.1.42 → 9.1.44
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 +16 -0
- package/package.json +2 -2
package/atoms/icon/icons.json
CHANGED
|
@@ -1815,6 +1815,22 @@
|
|
|
1815
1815
|
],
|
|
1816
1816
|
"width": 15,
|
|
1817
1817
|
"height": 8
|
|
1818
|
+
},
|
|
1819
|
+
"close-fullscreen": {
|
|
1820
|
+
"paths": [
|
|
1821
|
+
"M0 11H3V14H5V9H0V11ZM3 3H0V5H5V0H3V3ZM9 14H11V11H14V9H9V14ZM11 3V0H9V5H14V3H11Z"
|
|
1822
|
+
],
|
|
1823
|
+
"width": 14,
|
|
1824
|
+
"height": 14
|
|
1825
|
+
},
|
|
1826
|
+
"toggle-fullscreen": {
|
|
1827
|
+
"paths": [
|
|
1828
|
+
"M4 3C2.343 3 1 4.343 1 6V18C1 19.657 2.343 21 4 21H20C21.657 21 23 19.657 23 18V6C23 4.343 21.657 3 20 3H4ZM3 6C3 5.448 3.448 5 4 5H14V19H4C3.448 19 3 18.552 3 18V6ZM16 19H20C20.552 19 21 18.552 21 18V6C21 5.448 20.552 5 20 5H16V19Z"
|
|
1829
|
+
],
|
|
1830
|
+
"width": 24,
|
|
1831
|
+
"height": 24,
|
|
1832
|
+
"fillRule": "evenodd",
|
|
1833
|
+
"clipRule": "evenodd"
|
|
1818
1834
|
}
|
|
1819
1835
|
}
|
|
1820
1836
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.44",
|
|
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.44",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|