eco-vue-js 0.5.10 → 0.5.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,7 @@ const _hoisted_4 = [
17
17
  _hoisted_3
18
18
  ];
19
19
  const _hoisted_5 = { class: "[overflow:inherit]" };
20
- const _hoisted_6 = { class: "grid grid-cols-[2rem,auto,1fr,1rem] items-center py-4 px-5" };
20
+ const _hoisted_6 = { class: "grid grid-cols-[2rem,auto,1fr,1rem] items-center py-3 px-5" };
21
21
  const _hoisted_7 = { class: "flex items-center" };
22
22
  const _hoisted_8 = { class: "text-base font-normal tracking-wide whitespace-nowrap relative" };
23
23
  const _hoisted_9 = { class: "text-base font-normal tracking-wide text-center flex justify-start relative" };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.5.10",
7
+ "version": "0.5.11",
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "run-p type-check build-only",