@everchron/ec-shards 14.2.2 → 14.3.1

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,18 @@
1
+ import { createElementBlock as e, openBlock as t, createStaticVNode as r } from "vue";
2
+ const n = {
3
+ width: "30",
4
+ height: "30",
5
+ viewBox: "0 0 30 30",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg"
8
+ };
9
+ function c(s, o) {
10
+ return t(), e("svg", n, o[0] || (o[0] = [
11
+ r('<path vector-effect="non-scaling-stroke" d="M9.75 25.5H8C7.07174 25.5 6.1815 25.1313 5.52513 24.4749C4.86875 23.8185 4.5 22.9283 4.5 22V20.25" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M4.5 9.75V8C4.5 7.07174 4.86875 6.1815 5.52513 5.52513C6.1815 4.86875 7.07174 4.5 8 4.5H9.75" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M20.25 4.5H22C22.9283 4.5 23.8185 4.86875 24.4749 5.52513C25.1313 6.1815 25.5 7.07174 25.5 8V9.75" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M25.5 20.25V22C25.5 22.9283 25.1313 23.8185 24.4749 24.4749C23.8185 25.1313 22.9283 25.5 22 25.5H20.25" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M9.16669 19.6666H20.8334" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M9.16669 15H20.8334" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path vector-effect="non-scaling-stroke" d="M9.16669 10.3334H15" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>', 7)
12
+ ]));
13
+ }
14
+ const l = { render: c };
15
+ export {
16
+ l as default,
17
+ c as render
18
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
3
  "type": "module",
4
- "version": "14.2.2",
4
+ "version": "14.3.1",
5
5
  "private": false,
6
6
  "description": "Everchron Shards UI Library",
7
7
  "repository": {