dendelion-ui 0.0.32 → 0.0.33
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 +2 -2
- /package/dist/types/{src/components → components}/button/Button.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/button/SimpleButton.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/button/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/button/interface.d.ts +0 -0
- /package/dist/types/{src/components → components}/card/Card.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/card/CardBody.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/card/CardTitle.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/card/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/card/interface.d.ts +0 -0
- /package/dist/types/{src/components → components}/container/Container.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/container/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/container/interface.d.ts +0 -0
- /package/dist/types/{src/components → components}/modal/Modal.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/modal/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/modal/interface.d.ts +0 -0
- /package/dist/types/{src/components → components}/search/SearchBar.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/search/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/stepper/Step.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/stepper/StepList.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/stepper/StepPanel.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/stepper/StepPanels.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/stepper/Stepper.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/stepper/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/stepper/interface.d.ts +0 -0
- /package/dist/types/{src/components → components}/table/Table.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/table/TableColumn.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/table/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/table/interface.d.ts +0 -0
- /package/dist/types/{src/components → components}/tabs/Tabs.vue.d.ts +0 -0
- /package/dist/types/{src/components → components}/tabs/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/tabs/interface.d.ts +0 -0
- /package/dist/types/{src/components.d.ts → components.d.ts} +0 -0
- /package/dist/types/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/types/{src/types → types}/color.d.ts +0 -0
- /package/dist/types/{src/types → types}/index.d.ts +0 -0
- /package/dist/types/{src/types → types}/size.d.ts +0 -0
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "dendelion-ui",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "Simpel component library using Tailwind css and DaisyUI",
|
|
5
|
-
"version": "0.0.
|
|
5
|
+
"version": "0.0.33",
|
|
6
6
|
"author": "ThatzOkay",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"homepage": "https://github.com/ThatzOkay/DendelionUI#readme",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"clean": "rimraf dist",
|
|
43
43
|
"build": "npm run clean && npm run build:lib && npm run build:tsc",
|
|
44
44
|
"build:lib": "cross-env MODE=lib vite build",
|
|
45
|
-
"build:tsc": "vue-tsc --emitDeclarationOnly",
|
|
45
|
+
"build:tsc": "vue-tsc --emitDeclarationOnly --rootDir src",
|
|
46
46
|
"build:demo": "cross-env MODE=demo vite build",
|
|
47
47
|
"docs:dev": "vitepress dev docs",
|
|
48
48
|
"docs:build": "vitepress build docs",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|