sench-ui-kit 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -1,20 +1,18 @@
1
1
  declare const _default: {
2
- components: {
3
- senchButton: {
4
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./components/senchButton/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
5
- P: {};
6
- B: {};
7
- D: {};
8
- C: {};
9
- M: {};
10
- Defaults: {};
11
- }, Readonly<import('./components/senchButton/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
12
- __isFragment?: never;
13
- __isTeleport?: never;
14
- __isSuspense?: never;
15
- } & import('vue').ComponentOptionsBase<Readonly<import('./components/senchButton/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
16
- $slots: Readonly<import('./components/senchButton/types').ButtonSlots> & import('./components/senchButton/types').ButtonSlots;
17
- });
18
- };
2
+ senchButton: {
3
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./senchButton/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
4
+ P: {};
5
+ B: {};
6
+ D: {};
7
+ C: {};
8
+ M: {};
9
+ Defaults: {};
10
+ }, Readonly<import('./senchButton/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
+ __isFragment?: never;
12
+ __isTeleport?: never;
13
+ __isSuspense?: never;
14
+ } & import('vue').ComponentOptionsBase<Readonly<import('./senchButton/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15
+ $slots: Readonly<import('./senchButton/types').ButtonSlots> & import('./senchButton/types').ButtonSlots;
16
+ });
19
17
  };
20
18
  export default _default;
package/dist/sench.es.ts CHANGED
@@ -1,26 +1,24 @@
1
- import { defineComponent as r, openBlock as _, createElementBlock as d, renderSlot as n } from "vue";
2
- const p = { class: "button" }, a = /* @__PURE__ */ r({
1
+ import { defineComponent as c, openBlock as _, createElementBlock as d, renderSlot as n } from "vue";
2
+ const a = { class: "button" }, p = /* @__PURE__ */ c({
3
3
  __name: "index",
4
4
  props: {
5
5
  text: {},
6
6
  color: {}
7
7
  },
8
8
  setup(o) {
9
- return (t, e) => (_(), d("button", p, [
9
+ return (t, e) => (_(), d("button", a, [
10
10
  n(t.$slots, "default", {}, void 0, !0),
11
11
  n(t.$slots, "icon", {}, void 0, !0)
12
12
  ]));
13
13
  }
14
14
  }), l = (o, t) => {
15
15
  const e = o.__vccOpts || o;
16
- for (const [s, c] of t)
17
- e[s] = c;
16
+ for (const [s, r] of t)
17
+ e[s] = r;
18
18
  return e;
19
- }, u = /* @__PURE__ */ l(a, [["__scopeId", "data-v-7196e6dd"]]), i = {
19
+ }, u = /* @__PURE__ */ l(p, [["__scopeId", "data-v-7196e6dd"]]), f = {
20
20
  senchButton: u
21
- }, m = {
22
- components: i
23
21
  };
24
22
  export {
25
- m as default
23
+ f as default
26
24
  };
package/dist/sench.umd.ts CHANGED
@@ -1 +1 @@
1
- (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t(require("vue")):typeof define=="function"&&define.amd?define(["vue"],t):(e=typeof globalThis<"u"?globalThis:e||self,e.sench=t(e.Vue))})(this,function(e){"use strict";const t={class:"button"};return{components:{senchButton:((o,n)=>{const s=o.__vccOpts||o;for(const[c,r]of n)s[c]=r;return s})(e.defineComponent({__name:"index",props:{text:{},color:{}},setup(o){return(n,s)=>(e.openBlock(),e.createElementBlock("button",t,[e.renderSlot(n.$slots,"default",{},void 0,!0),e.renderSlot(n.$slots,"icon",{},void 0,!0)]))}}),[["__scopeId","data-v-7196e6dd"]])}}});
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t(require("vue")):typeof define=="function"&&define.amd?define(["vue"],t):(e=typeof globalThis<"u"?globalThis:e||self,e.sench=t(e.Vue))})(this,function(e){"use strict";const t={class:"button"};return{senchButton:((o,n)=>{const s=o.__vccOpts||o;for(const[c,r]of n)s[c]=r;return s})(e.defineComponent({__name:"index",props:{text:{},color:{}},setup(o){return(n,s)=>(e.openBlock(),e.createElementBlock("button",t,[e.renderSlot(n.$slots,"default",{},void 0,!0),e.renderSlot(n.$slots,"icon",{},void 0,!0)]))}}),[["__scopeId","data-v-7196e6dd"]])}});
@@ -0,0 +1,4 @@
1
+ export {}
2
+ import Sench from '../index'
3
+ export default Sench
4
+ export {}
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "sench-ui-kit",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "type": "module",
5
5
  "main": "./dist/sench.umd.ts",
6
6
  "module": "./dist/sench.es.ts",
7
- "types": "./dist/components/index.d.ts",
7
+ "types": "./dist/types/index.d.ts",
8
8
  "files": [
9
9
  "dist"
10
10
  ],
11
11
  "exports": {
12
12
  ".": {
13
- "import": "./dist/dragonekui.es.ts",
14
- "require": "./dist/dragonekui.umd.ts"
13
+ "import": "./dist/sench.es.ts",
14
+ "require": "./dist/sench.umd.ts"
15
15
  },
16
16
  "./styles": "./dist/style.css"
17
17
  },
@@ -1,18 +0,0 @@
1
- declare const _default: {
2
- senchButton: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./senchButton/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
4
- P: {};
5
- B: {};
6
- D: {};
7
- C: {};
8
- M: {};
9
- Defaults: {};
10
- }, Readonly<import('./senchButton/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
11
- __isFragment?: never;
12
- __isTeleport?: never;
13
- __isSuspense?: never;
14
- } & import('vue').ComponentOptionsBase<Readonly<import('./senchButton/types').ButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
15
- $slots: Readonly<import('./senchButton/types').ButtonSlots> & import('./senchButton/types').ButtonSlots;
16
- });
17
- };
18
- export default _default;