@desynova-digital/components 9.0.13 → 9.0.14
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 +3 -3
- package/package.json +2 -2
package/atoms/icon/icons.json
CHANGED
|
@@ -1277,14 +1277,14 @@
|
|
|
1277
1277
|
"paths": [
|
|
1278
1278
|
"M15.2 0H2.13333C1.235 0 0.5 0.63 0.5 1.4V9.8C0.5 10.57 1.235 11.2 2.13333 11.2H15.2C16.0983 11.2 16.8333 10.57 16.8333 9.8V1.4C16.8333 0.63 16.0983 0 15.2 0ZM15.2 9.8H2.13333V1.4H15.2V9.8ZM3.76667 4.2H5.4V5.6H3.76667V4.2ZM3.76667 7H10.3V8.4H3.76667V7ZM11.9333 7H13.5667V8.4H11.9333V7ZM7.03333 4.2H13.5667V5.6H7.03333V4.2Z"
|
|
1279
1279
|
],
|
|
1280
|
-
"width":
|
|
1281
|
-
"height":
|
|
1280
|
+
"width": 17,
|
|
1281
|
+
"height": 12
|
|
1282
1282
|
},
|
|
1283
1283
|
"child-open-button": {
|
|
1284
1284
|
"paths": [
|
|
1285
1285
|
"M2.79289 3.50001L0.146438 0.853556C-0.0488129 0.658291 -0.0488129 0.341711 0.146438 0.146445C0.341688 -0.0488151 0.658289 -0.0488151 0.85354 0.146445L3.85355 3.14645C4.04882 3.34172 4.04882 3.6583 3.85355 3.85356L0.85354 6.85356C0.658289 7.04881 0.341688 7.04881 0.146438 6.85356C-0.0488129 6.65831 -0.0488129 6.34171 0.146438 6.14646L2.79289 3.50001Z"
|
|
1286
1286
|
],
|
|
1287
|
-
"width":
|
|
1287
|
+
"width": 5,
|
|
1288
1288
|
"height": 7
|
|
1289
1289
|
},
|
|
1290
1290
|
"child-close-button": {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.14",
|
|
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.14",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|