@everchron/ec-shards 19.12.5 → 19.12.7
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,15 @@
|
|
|
1
|
+
import { createElementBlock as e, createStaticVNode as t, openBlock as n } from "vue";
|
|
2
|
+
//#region src/assets/icons/search-index.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] ||= [t("<path d=\"M12.6667 5.76923C11.1095 6.00645 9.65305 6.68552 8.47028 7.72581C7.28752 8.7661 6.42809 10.1239 5.99402 11.6381C5.55995 13.1523 5.56947 14.7592 6.02146 16.2681C6.47344 17.7771 7.3489 19.1246 8.54391 20.1508C9.73893 21.177 11.2033 21.8388 12.7632 22.0575C14.3231 22.2763 15.913 22.0428 17.3442 21.3849C18.7754 20.727 19.9877 19.6723 20.8373 18.3459C21.6869 17.0195 22.1381 15.4771 22.1373 13.902\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" vector-effect=\"non-scaling-stroke\"></path><path d=\"M16.1667 5.66669H22.7549\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" vector-effect=\"non-scaling-stroke\"></path><path d=\"M20.5588 9.16669H16.1667\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" vector-effect=\"non-scaling-stroke\"></path><path d=\"M18.3627 12.6667H16.1667\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" vector-effect=\"non-scaling-stroke\"></path><path d=\"M24.3333 24.3333L19.7249 19.7249\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" vector-effect=\"non-scaling-stroke\"></path>", 5)]]);
|
|
12
|
+
}
|
|
13
|
+
var a = { render: i };
|
|
14
|
+
//#endregion
|
|
15
|
+
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.
|
|
4
|
+
"version": "19.12.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Everchron Shards UI Library",
|
|
7
7
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"scripts": {
|
|
29
29
|
"dev": "vite",
|
|
30
|
-
"build": "npm run check-icons && vite build",
|
|
30
|
+
"build": "node scripts/check-version.js && npm run check-icons && vite build",
|
|
31
31
|
"preview": "vite preview",
|
|
32
32
|
"test": "vitest",
|
|
33
33
|
"test:ui": "vitest --ui --coverage",
|