@everchron/ec-shards 19.12.2 → 19.12.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.
@@ -0,0 +1,44 @@
1
+ import { createElementBlock as e, createElementVNode as t, openBlock as n } from "vue";
2
+ //#region src/assets/icons/message-download.svg
3
+ var r = {
4
+ width: "30",
5
+ height: "30",
6
+ viewBox: "0 0 30 30",
7
+ fill: "none",
8
+ xmlns: "http://www.w3.org/2000/svg"
9
+ };
10
+ function i(i, a) {
11
+ return n(), e("svg", r, [...a[0] ||= [
12
+ t("path", {
13
+ d: "M20.3333 11.5558V3",
14
+ stroke: "currentColor",
15
+ "stroke-linecap": "round",
16
+ "stroke-linejoin": "round",
17
+ "vector-effect": "non-scaling-stroke"
18
+ }, null, -1),
19
+ t("path", {
20
+ d: "M25.8333 11.5555C25.8333 12.9055 24.7388 14 23.3889 14H17.2778C15.9278 14 14.8333 12.9055 14.8333 11.5555",
21
+ stroke: "currentColor",
22
+ "stroke-linecap": "round",
23
+ "stroke-linejoin": "round",
24
+ "vector-effect": "non-scaling-stroke"
25
+ }, null, -1),
26
+ t("path", {
27
+ d: "M23.389 8.5L20.3327 11.5563L17.277 8.5",
28
+ stroke: "currentColor",
29
+ "stroke-linecap": "round",
30
+ "stroke-linejoin": "round",
31
+ "vector-effect": "non-scaling-stroke"
32
+ }, null, -1),
33
+ t("path", {
34
+ d: "M12.6667 5.5H8C7.07174 5.5 6.1815 5.86875 5.52513 6.52513C4.86875 7.1815 4.5 8.07174 4.5 9V19.5C4.5 20.4283 4.86875 21.3185 5.52513 21.9749C6.1815 22.6313 7.07174 23 8 23H10.3415V25.85C10.3415 25.9723 10.376 26.092 10.4411 26.1954C10.5061 26.2989 10.5991 26.3819 10.7092 26.4348C10.8194 26.4877 10.9422 26.5085 11.0637 26.4947C11.1851 26.4808 11.3001 26.433 11.3956 26.3567L15.5915 23H22C22.9283 23 23.8185 22.6313 24.4749 21.9749C25.1313 21.3185 25.5 20.4283 25.5 19.5V18.3333",
35
+ stroke: "currentColor",
36
+ "stroke-linecap": "round",
37
+ "stroke-linejoin": "round",
38
+ "vector-effect": "non-scaling-stroke"
39
+ }, null, -1)
40
+ ]]);
41
+ }
42
+ var a = { render: i };
43
+ //#endregion
44
+ export { a as default, i as render };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@everchron/ec-shards",
3
3
  "type": "module",
4
- "version": "19.12.2",
4
+ "version": "19.12.4",
5
5
  "private": false,
6
6
  "description": "Everchron Shards UI Library",
7
7
  "repository": {