readytech-ui-library-v2 0.0.1 → 0.0.3

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.
@@ -1 +1 @@
1
- .lv-button[data-v-ac3af47a]{border:one;background:red;padding:1rem}.class-input[data-v-9c8e46d0]{border:none;background:green;padding:1rem}
1
+ .lv-button[data-v-ac3af47a]{border:one;background:red;padding:1rem}.class-input[data-v-5dfaad67]{border:none;background:green;padding:1rem}
@@ -1,16 +1,16 @@
1
- import { createElementBlock as r, openBlock as c, renderSlot as p, toDisplayString as _ } from "vue";
2
- const a = (t, n) => {
1
+ import { createElementBlock as s, openBlock as a, renderSlot as _, toDisplayString as u } from "vue";
2
+ const c = (t, n) => {
3
3
  const e = t.__vccOpts || t;
4
- for (const [o, s] of n)
5
- e[o] = s;
4
+ for (const [o, r] of n)
5
+ e[o] = r;
6
6
  return e;
7
- }, u = {}, d = { class: "lv-button" };
7
+ }, p = {}, d = { class: "lv-button" };
8
8
  function i(t, n) {
9
- return c(), r("button", d, [
10
- p(t.$slots, "default", {}, void 0, !0)
9
+ return a(), s("button", d, [
10
+ _(t.$slots, "default", {}, void 0, !0)
11
11
  ]);
12
12
  }
13
- const l = /* @__PURE__ */ a(u, [["render", i], ["__scopeId", "data-v-ac3af47a"]]), f = {
13
+ const l = /* @__PURE__ */ c(p, [["render", i], ["__scopeId", "data-v-ac3af47a"]]), f = {
14
14
  name: "InputTaras",
15
15
  props: {
16
16
  prop: {
@@ -18,15 +18,14 @@ const l = /* @__PURE__ */ a(u, [["render", i], ["__scopeId", "data-v-ac3af47a"]]
18
18
  }
19
19
  }
20
20
  }, m = { class: "class-input" };
21
- function $(t, n, e, o, s, v) {
22
- return c(), r("h1", m, _(e.prop), 1);
21
+ function $(t, n, e, o, r, v) {
22
+ return a(), s("h1", m, u(e.prop) + " here", 1);
23
23
  }
24
- const h = /* @__PURE__ */ a(f, [["render", $], ["__scopeId", "data-v-9c8e46d0"]]), x = {
24
+ const h = /* @__PURE__ */ c(f, [["render", $], ["__scopeId", "data-v-5dfaad67"]]), x = {
25
25
  install: (t, n) => {
26
- t.component("LearnVueButton", l).component("InputTaras", h);
26
+ t.component("LearnVueButton", l), t.component("InputTaras", h);
27
27
  }
28
28
  };
29
29
  export {
30
- h as InputTaras,
31
30
  x as default
32
31
  };
@@ -1 +1 @@
1
- (function(t,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(t=typeof globalThis<"u"?globalThis:t||self,e(t["readytech-ui-library-v2"]={},t.Vue))})(this,function(t,e){"use strict";const r=(n,o)=>{const s=n.__vccOpts||n;for(const[a,u]of o)s[a]=u;return s},i={},d={class:"lv-button"};function p(n,o){return e.openBlock(),e.createElementBlock("button",d,[e.renderSlot(n.$slots,"default",{},void 0,!0)])}const _=r(i,[["render",p],["__scopeId","data-v-ac3af47a"]]),f={name:"InputTaras",props:{prop:{required:!0}}},l={class:"class-input"};function m(n,o,s,a,u,y){return e.openBlock(),e.createElementBlock("h1",l,e.toDisplayString(s.prop),1)}const c=r(f,[["render",m],["__scopeId","data-v-9c8e46d0"]]),h={install:(n,o)=>{n.component("LearnVueButton",_).component("InputTaras",c)}};t.InputTaras=c,t.default=h,Object.defineProperties(t,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
1
+ (function(e,n){typeof exports=="object"&&typeof module<"u"?module.exports=n(require("vue")):typeof define=="function"&&define.amd?define(["vue"],n):(e=typeof globalThis<"u"?globalThis:e||self,e["readytech-ui-library-v2"]=n(e.Vue))})(this,function(e){"use strict";const n=(t,o)=>{const s=t.__vccOpts||t;for(const[r,c]of o)s[r]=c;return s},a={},d={class:"lv-button"};function i(t,o){return e.openBlock(),e.createElementBlock("button",d,[e.renderSlot(t.$slots,"default",{},void 0,!0)])}const u=n(a,[["render",i],["__scopeId","data-v-ac3af47a"]]),p={name:"InputTaras",props:{prop:{required:!0}}},f={class:"class-input"};function _(t,o,s,r,c,m){return e.openBlock(),e.createElementBlock("h1",f,e.toDisplayString(s.prop)+" here",1)}const l=n(p,[["render",_],["__scopeId","data-v-5dfaad67"]]);return{install:(t,o)=>{t.component("LearnVueButton",u),t.component("InputTaras",l)}}});
package/package.json CHANGED
@@ -2,13 +2,13 @@
2
2
  "name": "readytech-ui-library-v2",
3
3
  "description": "ui library",
4
4
  "private": false,
5
- "version": "0.0.1",
5
+ "version": "0.0.3",
6
6
  "exports": {
7
7
  ".": {
8
- "import": "./dist/lv-button.es.js",
9
- "require": "./dist/lv-button.umd.js"
8
+ "import": "./dist/readytech-ui-library-v2.es.js",
9
+ "require": "./dist/readytech-ui-library-v2.umd.js"
10
10
  },
11
- "./dist/style.css": "./dist/style.css"
11
+ "./dist/style.css": "./dist/readytech-ui-library-v2.css"
12
12
  },
13
13
  "files": [
14
14
  "dist"