@everchron/ec-shards 0.7.68 → 0.7.69

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.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g fill="none" fill-rule="evenodd" transform="translate(7 7)"><path fill="#F2F4F7" d="M1,3 L1,1 L7,1 L7,3 L15,3 L15,5 L1,5 L1,3 Z M1,6 L15,6 L15,14 L1,14 L1,6 Z"/><path fill="#CACCCE" d="M8.76391602,1.99950004 C6.76391602,1.99950004 7.37280273,0 5.37280273,0 L2,0 C0.8955,0 0,0.895 0,1.9995 L0,12.9995 C0,14.1045 0.8955,14.9995 2,14.9995 L14,14.9995 C15.1045,14.9995 16,14.1045 16,12.9995 L16,3.9995 C16,2.895 15.1045,1.9995 14,1.9995 L8.76391602,1.99950004 Z M13.9230769,13.9995 L2.07692308,13.9995 C1.48246154,13.9995 1,13.6740455 1,13.2722273 L1,5.9995 L15,5.9995 L15,13.2722273 C15,13.6740455 14.5175385,13.9995 13.9230769,13.9995 Z M1,5 L1,1.9995 C1,1.4475 1.448,1 2,1 L5,1 C6.5,1 6.23242188,3 8,3 L14,3 C14.552,3 15,3.4475 15,3.9995 L15,5 L1,5 Z"/></g></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "0.7.68",
3
+ "version": "0.7.69",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
package/src/.DS_Store ADDED
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g fill="none" fill-rule="evenodd" transform="translate(7 7)"><path fill="#F2F4F7" d="M1,3 L1,1 L7,1 L7,3 L15,3 L15,5 L1,5 L1,3 Z M1,6 L15,6 L15,14 L1,14 L1,6 Z"/><path fill="#CACCCE" d="M8.76391602,1.99950004 C6.76391602,1.99950004 7.37280273,0 5.37280273,0 L2,0 C0.8955,0 0,0.895 0,1.9995 L0,12.9995 C0,14.1045 0.8955,14.9995 2,14.9995 L14,14.9995 C15.1045,14.9995 16,14.1045 16,12.9995 L16,3.9995 C16,2.895 15.1045,1.9995 14,1.9995 L8.76391602,1.99950004 Z M13.9230769,13.9995 L2.07692308,13.9995 C1.48246154,13.9995 1,13.6740455 1,13.2722273 L1,5.9995 L15,5.9995 L15,13.2722273 C15,13.6740455 14.5175385,13.9995 13.9230769,13.9995 Z M1,5 L1,1.9995 C1,1.4475 1.448,1 2,1 L5,1 C6.5,1 6.23242188,3 8,3 L14,3 C14.552,3 15,3.4475 15,3.9995 L15,5 L1,5 Z"/></g></svg>
@@ -14,6 +14,7 @@
14
14
  'email',
15
15
  'exe',
16
16
  'image',
17
+ 'folder',
17
18
  'native',
18
19
  'pdf',
19
20
  'ppt',
@@ -73,6 +74,10 @@
73
74
  background-image: url('../../assets/images/file-icons/exe.svg');
74
75
  }
75
76
 
77
+ &-folder{
78
+ background-image: url('../../assets/images/file-icons/folder.svg');
79
+ }
80
+
76
81
  &-image{
77
82
  background-image: url('../../assets/images/file-icons/image.svg');
78
83
  }