@eturnity/eturnity_reusable_components 8.26.6 → 8.26.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.
@@ -7,21 +7,17 @@ const _hoisted_1 = {
7
7
  fill: "none"
8
8
  };
9
9
  const _hoisted_2 = /* @__PURE__ */ createBaseVNode("path", {
10
- fill: "#fff",
11
- d: "m11 6.5-4 4-4-4"
12
- }, null, -1);
13
- const _hoisted_3 = /* @__PURE__ */ createBaseVNode("path", {
14
10
  stroke: "#6F20DC",
15
11
  "stroke-linecap": "round",
16
12
  "stroke-linejoin": "round",
17
- d: "M13 13H1m10-6.5-4 4m0 0-4-4m4 4V1"
13
+ d: "M13 13H1m10-6.5-4 4m0 0-4-4m4 4V1",
14
+ class: "isStrokePath"
18
15
  }, null, -1);
19
- const _hoisted_4 = [
20
- _hoisted_2,
21
- _hoisted_3
16
+ const _hoisted_3 = [
17
+ _hoisted_2
22
18
  ];
23
19
  function render(_ctx, _cache) {
24
- return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_4);
20
+ return openBlock(), createElementBlock("svg", _hoisted_1, _hoisted_3);
25
21
  }
26
22
  const download = { render };
27
23
  export {
@@ -1,4 +1,4 @@
1
- const __vite_glob_0_101 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDYuNUw3IDEwLjVMMyA2LjUiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xMyAxM0gxTTExIDYuNUw3IDEwLjVNNyAxMC41TDMgNi41TTcgMTAuNVYxIiBzdHJva2U9IiM2RjIwREMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K";
1
+ const __vite_glob_0_101 = "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggY2xhc3M9ImlzU3Ryb2tlUGF0aCIgZD0iTTEzIDEzSDFNMTEgNi41TDcgMTAuNU03IDEwLjVMMyA2LjVNNyAxMC41VjEiIHN0cm9rZT0iIzZGMjBEQyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=";
2
2
  export {
3
3
  __vite_glob_0_101 as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "8.26.6",
3
+ "version": "8.26.7",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -1,4 +1,3 @@
1
1
  <svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M11 6.5L7 10.5L3 6.5" fill="white"/>
3
- <path d="M13 13H1M11 6.5L7 10.5M7 10.5L3 6.5M7 10.5V1" stroke="#6F20DC" stroke-linecap="round" stroke-linejoin="round"/>
2
+ <path class="isStrokePath" d="M13 13H1M11 6.5L7 10.5M7 10.5L3 6.5M7 10.5V1" stroke="#6F20DC" stroke-linecap="round" stroke-linejoin="round"/>
4
3
  </svg>