@factoringplus/pl-components-pack-v3 1.8.5-pre-02 → 1.8.5-pre-01-dialog

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
@@ -14,7 +14,7 @@
14
14
  "require": "./dist/pl-components-pack-v3.umd.js"
15
15
  }
16
16
  },
17
- "version": "1.8.5-pre-02",
17
+ "version": "1.8.5-pre-01-dialog",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",
@@ -1,23 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- const n = {
3
- width: "20",
4
- height: "20",
5
- viewBox: "0 0 20 20",
6
- fill: "none",
7
- xmlns: "http://www.w3.org/2000/svg"
8
- }, r = /* @__PURE__ */ t("path", {
9
- "fill-rule": "evenodd",
10
- "clip-rule": "evenodd",
11
- d: "M8.33903 5.08303C7.92482 5.08011 7.58668 5.41352 7.58376 5.82772C7.58084 6.24192 7.91425 6.58007 8.32845 6.58299L12.3277 6.61119L5.34467 13.5942C5.05178 13.8871 5.05178 14.362 5.34467 14.6549C5.63756 14.9478 6.11244 14.9478 6.40533 14.6549L13.3883 7.67191L13.4171 11.6717C13.4201 12.0859 13.7583 12.4193 14.1725 12.4163C14.5867 12.4133 14.92 12.0751 14.9171 11.6609L14.8754 5.86845C14.8724 5.45841 14.5407 5.12675 14.1307 5.12386L8.33903 5.08303Z",
12
- fill: "currentColor"
13
- }, null, -1), l = [
14
- r
15
- ];
16
- function c(d, i) {
17
- return e(), o("svg", n, [...l]);
18
- }
19
- const h = { render: c };
20
- export {
21
- h as default,
22
- c as render
23
- };