@wikicasa-dev/components 0.1.3 → 0.1.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.
@@ -0,0 +1,10 @@
1
+ import type { Meta, StoryObj } from "@storybook/vue3";
2
+ import BaseButton from "./BaseButton.vue";
3
+ declare const meta: Meta<typeof BaseButton>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof BaseButton>;
6
+ export declare const Primary: Story;
7
+ export declare const Light: Story;
8
+ export declare const Warning: Story;
9
+ export declare const Disabled: Story;
10
+ export declare const Loading: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/components",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Wikicasa frontend components",
5
5
  "type": "module",
6
6
  "main": "./dist/components.cjs",
@@ -26,10 +26,7 @@
26
26
  },
27
27
  "homepage": "https://bitbucket.org/wikicasa/wikicasa-fe#readme",
28
28
  "dependencies": {
29
- "bootstrap": "5.2.3",
30
- "vue": "^3.3.4",
31
- "@wikicasa-dev/types": "^0.0.12",
32
- "@wikicasa-dev/utilities": "^0.1.2"
29
+ "vue": "^3.3.4"
33
30
  },
34
31
  "devDependencies": {
35
32
  "@storybook/addon-essentials": "^7.4.0",
@@ -44,7 +41,9 @@
44
41
  "@types/bootstrap": "^5.2.6",
45
42
  "@types/node": "^20.5.0",
46
43
  "@vitejs/plugin-vue": "^4.3.1",
44
+ "@storybook/addon-postcss": "^2.0.0",
47
45
  "autoprefixer": "^10.4.15",
46
+ "bootstrap": "5.2.3",
48
47
  "chromatic": "^6.22.0",
49
48
  "postcss": "^8.4.28",
50
49
  "react": "^18.2.0",
@@ -56,7 +55,9 @@
56
55
  "typescript": "^5.1.6",
57
56
  "vite": "^4.4.9",
58
57
  "vite-plugin-dts": "^3.5.2",
59
- "vue-tsc": "^1.8.8"
58
+ "vue-tsc": "^1.8.8",
59
+ "@wikicasa-dev/utilities": "^0.1.2",
60
+ "@wikicasa-dev/types": "^0.0.12"
60
61
  },
61
62
  "readme": "ERROR: No README data found!",
62
63
  "scripts": {