@everchron/ec-shards 2.1.2 → 2.1.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "private": false,
5
5
  "description": "Everchron Shards UI Library",
6
6
  "repository": "https://github.com/everchron/ec-shards.git",
@@ -0,0 +1,12 @@
1
+ <svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g opacity="0.5">
3
+ <path d="M5 4.33301H20.3333C21.8061 4.33301 23 5.52692 23 6.99967V14.333" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
4
+ <path d="M14.3333 25.6663H9C7.89543 25.6663 7 24.7709 7 23.6663V6.33301C7 5.22844 6.10457 4.33301 5 4.33301C3.89543 4.33301 3 5.22844 3 6.33301V9.66634C3 10.4027 3.59695 10.9997 4.33333 10.9997H7" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
5
+ <path d="M18.818 25.182C18.1887 24.5527 17.7601 23.7508 17.5865 22.8779C17.4128 22.005 17.5019 21.1002 17.8425 20.2779C18.1831 19.4557 18.7599 18.7529 19.4999 18.2584C20.24 17.7639 21.11 17.5 22 17.5C22.89 17.5 23.76 17.7639 24.5001 18.2584C25.2401 18.7529 25.8169 19.4557 26.1575 20.2779C26.4981 21.1002 26.5872 22.005 26.4135 22.8779C26.2399 23.7508 25.8113 24.5527 25.182 25.182" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
6
+ </g>
7
+ <path d="M10 9H19" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
8
+ <path d="M10 12H18" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
9
+ <path opacity="0.2" d="M10 15H17" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
10
+ <path d="M22 26V21.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
11
+ <path d="M23.5 23L22 21.5L20.5 23" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
12
+ </svg>
@@ -6,6 +6,12 @@ import { Meta } from '@storybook/addon-docs/blocks';
6
6
  Changelog
7
7
  </h1>
8
8
 
9
+ ## Version 2.1.4 (26 October 2022)
10
+
11
+ ### Features
12
+
13
+ - Added icon toolbar-annotation-import
14
+
9
15
  ## Version 2.1.2 (24 Octobier 2022)
10
16
 
11
17
  ### Fixes