@zyzgroup/core-vue 0.0.40 → 0.0.41

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zyzgroup/core-vue",
3
3
  "private": false,
4
- "version": "0.0.40",
4
+ "version": "0.0.41",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "main": "dist/zyzgroup_core_vue.umd.cjs",
package/types/lib.d.ts CHANGED
@@ -1,5 +1 @@
1
1
  export * from "./hooks";
2
- export * as Button from "./components/Button.vue";
3
- export * as LayoutMobile from "./components/layout/LayoutMobile.vue";
4
- export * as Lot from "./components/xg/Lot.vue";
5
- export * as Footer from "./components/xg/Footer.vue";
package/dist/style.css DELETED
@@ -1 +0,0 @@
1
- .icon[data-v-3f9d90d2]{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:1em}.loading-11[data-v-f95fac77]{position:relative;display:inline-flex;justify-content:center;align-items:center;width:100%;height:100%}.loading-11-inner[data-v-f95fac77]{position:relative}.loading-11-inner .container[data-v-f95fac77]{position:absolute;width:100%;height:100%}.loading-11-inner .container .dot[data-v-f95fac77]{width:20%;height:20%;border-radius:100%;position:absolute;animation:bouncedelay-f95fac77 1.2s infinite ease-in-out;animation-fill-mode:both}.loading-11-inner .container .dot-1[data-v-f95fac77]{top:0;left:0}.loading-11-inner .container .dot-2[data-v-f95fac77]{top:0;right:0}.loading-11-inner .container .dot-3[data-v-f95fac77]{right:0;bottom:0}.loading-11-inner .container .dot-4[data-v-f95fac77]{left:0;bottom:0}.loading-11-inner .container-1 .dot-2[data-v-f95fac77]{animation-delay:-.9s}.loading-11-inner .container-1 .dot-3[data-v-f95fac77]{animation-delay:-.6s}.loading-11-inner .container-1 .dot-4[data-v-f95fac77]{animation-delay:-.3s}.loading-11-inner .container-2[data-v-f95fac77]{transform:rotate(45deg)}.loading-11-inner .container-2 .dot-1[data-v-f95fac77]{animation-delay:-1.1s}.loading-11-inner .container-2 .dot-2[data-v-f95fac77]{animation-delay:-.8s}.loading-11-inner .container-2 .dot-3[data-v-f95fac77]{animation-delay:-.5s}.loading-11-inner .container-2 .dot-4[data-v-f95fac77]{animation-delay:-.2s}.loading-11-inner .container-3[data-v-f95fac77]{transform:rotate(90deg)}.loading-11-inner .container-3 .dot-1[data-v-f95fac77]{animation-delay:-1s}.loading-11-inner .container-3 .dot-2[data-v-f95fac77]{animation-delay:-.7s}.loading-11-inner .container-3 .dot-3[data-v-f95fac77]{animation-delay:-.4s}.loading-11-inner .container-3 .dot-4[data-v-f95fac77]{animation-delay:-.1s}@keyframes bouncedelay-f95fac77{0%,80%,to{transform:scale(.3)}40%{transform:scale(1)}}.button[data-v-999537e3]{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;z-index:0}.label[data-v-999537e3]{display:inline-flex;justify-content:center;align-items:center}.loading[data-v-999537e3]{margin-right:6px}@media only screen and (max-width: 300px){html{font-size:40px}}@media only screen and (min-width: 301px) and (max-width: 330px){html{font-size:44px}}@media only screen and (min-width: 331px) and (max-width: 375px){html{font-size:50px}}@media only screen and (min-width: 376px) and (max-width: 405px){html{font-size:54px}}@media only screen and (min-width: 406px) and (max-width: 450px){html{font-size:60px}}@media only screen and (min-width: 451px) and (max-width: 480px){html{font-size:64px}}@media only screen and (min-width: 481px) and (max-width: 525px){html{font-size:70px}}@media only screen and (min-width: 526px) and (max-width: 555px){html{font-size:74px}}@media only screen and (min-width: 556px) and (max-width: 600px){html{font-size:80px}}@media only screen and (min-width: 601px) and (max-width: 640px){html{font-size:84px}}@media only screen and (min-width: 641px) and (max-width: 675px){html{font-size:90px}}@media only screen and (min-width: 676px) and (max-width: 705px){html{font-size:94px}}@media only screen and (min-width: 706px) and (max-width: 750px){html{font-size:100px}}@media only screen and (min-width: 751px){html{font-size:100px}}.page[data-v-8b6ffbe1]{width:100%;height:100%;position:relative;overflow:hidden;display:flex;flex-direction:column}.main[data-v-8b6ffbe1]{flex:1 1 auto;width:100%;overflow-y:scroll;display:flex;flex-direction:column}.main-scroll[data-v-8b6ffbe1]{flex:1 1 auto;width:100%}.main-scroll[data-v-8b6ffbe1]>:nth-child(1){min-height:100%}.header[data-v-8b6ffbe1],.footer[data-v-8b6ffbe1]{flex:0 0 auto}.xg-footer[data-v-b845cb28]{box-sizing:border-box;background-color:#fff;border-top:1px solid #cccccc}.xg-footer-inner[data-v-b845cb28]{box-sizing:border-box;width:100%;padding:.1rem .15rem}.xg[data-v-79c30c04]{background-color:#f5f5f5}