@unbabel/samora-vue3-components 0.2.1 → 0.2.2
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/empty-box-zzfW0W0Y.js +18 -0
- package/package.json +1 -1
- package/vue3-components.es.js +1615 -1452
- package/vue3-components.umd.js +3 -3
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { openBlock as e, createElementBlock as l, createStaticVNode as t } from "vue";
|
|
2
|
+
const d = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
width: "201",
|
|
5
|
+
height: "200",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 201 200"
|
|
8
|
+
}, o = /* @__PURE__ */ t('<path fill="#F7F8FC" fill-rule="evenodd" d="M100.5 186.691c44.183 0 80-4.231 80-9.451s-43.918-6.751-88.101-6.751S20.5 172.02 20.5 177.24s35.817 9.451 80 9.451" clip-rule="evenodd"></path><path fill="#E5E7E9" fill-rule="evenodd" d="M46.83 103.653h81.012l-22.279 26.329H24.551zM153.262 73.234l-33.04-15.407-5.754-11.622 33.04 15.407z" clip-rule="evenodd"></path><path fill="#EDEEF2" fill-rule="evenodd" d="M153.262 73.234 83.511 40.71l-30.814 66.08 69.752 32.525z" clip-rule="evenodd"></path><path fill="url(#a)" d="M83.511 40.709 52.307 26.158l-30.814 66.08 31.204 14.551z"></path><path fill="#F8F9FB" fill-rule="evenodd" d="m52.307 26.158 31.204 14.55 31.689-.865-31.204-14.551z" clip-rule="evenodd"></path><path fill="url(#b)" d="M127.842 103.653H46.829v72.912h81.013z"></path><mask id="c" width="36" height="74" x="127" y="103" maskUnits="userSpaceOnUse" style="mask-type:alpha;"><path fill="#fff" d="M162.272 103.653h-34.43v72.912h34.43z"></path></mask><g mask="url(#c)"><path fill="#E0E3E9" d="M127.842 103.653h34.43v72.912h-34.43z"></path><path fill="#D5D7DE" fill-rule="evenodd" d="M162.272 103.653h-34.43l8.101 36.456 40.506-4.051z" clip-rule="evenodd"></path></g><path fill="#F8F9FB" fill-rule="evenodd" d="M162.272 103.653h-34.43l18.228 26.329h34.43z" clip-rule="evenodd"></path><defs><linearGradient id="a" x1="64.43" x2="64.765" y1="31.811" y2="101.018" gradientUnits="userSpaceOnUse"><stop stop-color="#FCFCFD"></stop><stop offset="1" stop-color="#EEEFF3"></stop></linearGradient><linearGradient id="b" x1="46.829" x2="120.953" y1="110.58" y2="177.292" gradientUnits="userSpaceOnUse"><stop stop-color="#FCFCFD"></stop><stop offset="1" stop-color="#E9EBEF"></stop></linearGradient></defs>', 10), i = [
|
|
9
|
+
o
|
|
10
|
+
];
|
|
11
|
+
function a(p, r) {
|
|
12
|
+
return e(), l("svg", d, [...i]);
|
|
13
|
+
}
|
|
14
|
+
const n = { render: a };
|
|
15
|
+
export {
|
|
16
|
+
n as default,
|
|
17
|
+
a as render
|
|
18
|
+
};
|
package/package.json
CHANGED