hp-design-system 0.0.3 → 0.0.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "hp-design-system",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",
package/tsconfig.json CHANGED
@@ -6,8 +6,9 @@
6
6
  "moduleResolution": "node",
7
7
  "esModuleInterop": true,
8
8
  "skipLibCheck": true,
9
+ "outDir": "dist",
9
10
  "types": ["vite/client", "node"]
10
11
  },
11
12
  "include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.vue"],
12
13
  "exclude": ["node_modules"]
13
- }
14
+ }
package/src/App.vue.js DELETED
@@ -1,33 +0,0 @@
1
- const { defineProps, defineSlots, defineEmits, defineExpose, defineModel, defineOptions, withDefaults, } = await import('vue');
2
- const __VLS_fnComponent = (await import('vue')).defineComponent({});
3
- let __VLS_functionalComponentProps;
4
- const __VLS_modelEmitsType = {};
5
- function __VLS_template() {
6
- let __VLS_ctx;
7
- /* Components */
8
- let __VLS_otherComponents;
9
- let __VLS_own;
10
- let __VLS_localComponents;
11
- let __VLS_components;
12
- let __VLS_styleScopedClasses;
13
- let __VLS_resolvedLocalAndGlobalComponents;
14
- __VLS_elementAsFunction(__VLS_intrinsicElements.div, __VLS_intrinsicElements.div)({});
15
- if (typeof __VLS_styleScopedClasses === 'object' && !Array.isArray(__VLS_styleScopedClasses)) {
16
- }
17
- var __VLS_slots;
18
- return __VLS_slots;
19
- const __VLS_componentsOption = {};
20
- let __VLS_name;
21
- let __VLS_defineComponent;
22
- const __VLS_internalComponent = __VLS_defineComponent({
23
- setup() {
24
- return {};
25
- },
26
- });
27
- }
28
- export default (await import('vue')).defineComponent({
29
- setup() {
30
- return {};
31
- },
32
- });
33
- ;
@@ -1,49 +0,0 @@
1
- const { defineProps, defineSlots, defineEmits, defineExpose, defineModel, defineOptions, withDefaults, } = await import('vue');
2
- const props = defineProps({
3
- text: { type: String, required: true }
4
- });
5
- const __VLS_fnComponent = (await import('vue')).defineComponent({
6
- props: {
7
- text: { type: String, required: true }
8
- },
9
- });
10
- let __VLS_functionalComponentProps;
11
- const __VLS_modelEmitsType = {};
12
- function __VLS_template() {
13
- let __VLS_ctx;
14
- /* Components */
15
- let __VLS_otherComponents;
16
- let __VLS_own;
17
- let __VLS_localComponents;
18
- let __VLS_components;
19
- let __VLS_styleScopedClasses;
20
- let __VLS_resolvedLocalAndGlobalComponents;
21
- __VLS_elementAsFunction(__VLS_intrinsicElements.button, __VLS_intrinsicElements.button)({});
22
- (__VLS_ctx.text);
23
- // @ts-ignore
24
- [text,];
25
- if (typeof __VLS_styleScopedClasses === 'object' && !Array.isArray(__VLS_styleScopedClasses)) {
26
- }
27
- var __VLS_slots;
28
- return __VLS_slots;
29
- const __VLS_componentsOption = {};
30
- let __VLS_name;
31
- let __VLS_defineComponent;
32
- const __VLS_internalComponent = __VLS_defineComponent({
33
- setup() {
34
- return {
35
- $props: __VLS_makeOptional(props),
36
- ...props,
37
- };
38
- },
39
- });
40
- }
41
- export default (await import('vue')).defineComponent({
42
- setup() {
43
- return {
44
- $props: __VLS_makeOptional(props),
45
- ...props,
46
- };
47
- },
48
- });
49
- ;
@@ -1,64 +0,0 @@
1
- import { ref } from 'vue';
2
- const { defineProps, defineSlots, defineEmits, defineExpose, defineModel, defineOptions, withDefaults, } = await import('vue');
3
- let __VLS_typeProps;
4
- const __VLS_props = defineProps();
5
- const count = ref(0);
6
- const __VLS_fnComponent = (await import('vue')).defineComponent({});
7
- let __VLS_functionalComponentProps;
8
- const __VLS_modelEmitsType = {};
9
- function __VLS_template() {
10
- let __VLS_ctx;
11
- /* Components */
12
- let __VLS_otherComponents;
13
- let __VLS_own;
14
- let __VLS_localComponents;
15
- let __VLS_components;
16
- let __VLS_styleScopedClasses;
17
- // CSS variable injection
18
- // CSS variable injection end
19
- let __VLS_resolvedLocalAndGlobalComponents;
20
- __VLS_elementAsFunction(__VLS_intrinsicElements.h1, __VLS_intrinsicElements.h1)({});
21
- (__VLS_ctx.msg);
22
- // @ts-ignore
23
- [msg,];
24
- __VLS_elementAsFunction(__VLS_intrinsicElements.div, __VLS_intrinsicElements.div)({ ...{ class: ("card") }, });
25
- __VLS_elementAsFunction(__VLS_intrinsicElements.button, __VLS_intrinsicElements.button)({ ...{ onClick: (...[$event]) => {
26
- __VLS_ctx.count++;
27
- // @ts-ignore
28
- [count,];
29
- } }, type: ("button"), });
30
- (__VLS_ctx.count);
31
- // @ts-ignore
32
- [count,];
33
- __VLS_elementAsFunction(__VLS_intrinsicElements.p, __VLS_intrinsicElements.p)({});
34
- __VLS_elementAsFunction(__VLS_intrinsicElements.code, __VLS_intrinsicElements.code)({});
35
- __VLS_elementAsFunction(__VLS_intrinsicElements.p, __VLS_intrinsicElements.p)({});
36
- __VLS_elementAsFunction(__VLS_intrinsicElements.a, __VLS_intrinsicElements.a)({ href: ("https://vuejs.org/guide/quick-start.html#local"), target: ("_blank"), });
37
- __VLS_elementAsFunction(__VLS_intrinsicElements.p, __VLS_intrinsicElements.p)({});
38
- __VLS_elementAsFunction(__VLS_intrinsicElements.a, __VLS_intrinsicElements.a)({ href: ("https://vuejs.org/guide/scaling-up/tooling.html#ide-support"), target: ("_blank"), });
39
- __VLS_elementAsFunction(__VLS_intrinsicElements.p, __VLS_intrinsicElements.p)({ ...{ class: ("read-the-docs") }, });
40
- if (typeof __VLS_styleScopedClasses === 'object' && !Array.isArray(__VLS_styleScopedClasses)) {
41
- __VLS_styleScopedClasses['card'];
42
- __VLS_styleScopedClasses['read-the-docs'];
43
- }
44
- var __VLS_slots;
45
- return __VLS_slots;
46
- const __VLS_componentsOption = {};
47
- let __VLS_name;
48
- let __VLS_defineComponent;
49
- const __VLS_internalComponent = __VLS_defineComponent({
50
- setup() {
51
- return {
52
- count: count,
53
- };
54
- },
55
- props: {},
56
- });
57
- }
58
- export default (await import('vue')).defineComponent({
59
- setup() {
60
- return {};
61
- },
62
- props: {},
63
- });
64
- ;
package/src/index.js DELETED
@@ -1,8 +0,0 @@
1
- import HpButton from './components/Button.vue';
2
- const HpDesignSystem = {
3
- install(app) {
4
- app.component('HpButton', HpButton);
5
- }
6
- };
7
- export default HpDesignSystem;
8
- export { HpButton };
package/src/main.js DELETED
@@ -1,4 +0,0 @@
1
- import { createApp } from 'vue';
2
- import './style.css';
3
- import App from './App.vue';
4
- createApp(App).mount('#app');