@rocketui/vue 0.2.79 → 0.3.0-alpha.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@rocketui/vue",
3
3
  "type": "module",
4
- "version": "0.2.79",
4
+ "version": "0.3.0-alpha.1",
5
5
  "packageManager": "yarn@1.22.17",
6
6
  "description": "A set of customizable UI components for Vue 3, built with TypeScript",
7
7
  "homepage": "https://teknasyon.github.io/rocket-ui/",
@@ -37,6 +37,12 @@
37
37
  "import": "./dist/style.css",
38
38
  "require": "./dist/style.css",
39
39
  "default": "./dist/style.css"
40
+ },
41
+ "./directives": {
42
+ "import": "./dist/src/directives/index.js",
43
+ "require": "./dist/src/directives/index.js",
44
+ "default": "./dist/src/directives/index.js",
45
+ "types": "./dist/src/directives/index.d.ts"
40
46
  }
41
47
  },
42
48
  "main": "dist/rocket-ui-vue.umd.cjs",
@@ -60,7 +66,8 @@
60
66
  "storybook:chromatic": "npx chromatic --project-token=CHROMATIC_PROJECT_TOKEN --auto-accept-changes --build-script-name=storybook:build",
61
67
  "prepare": "husky install",
62
68
  "ci": "run-s lint type-check test:unit test:coverage build-only",
63
- "build:icons": "node src/scripts/buildIcons.js"
69
+ "build:icons": "node src/scripts/buildIcons.js",
70
+ "publish:npm": "yarn build && npm publish --access public"
64
71
  },
65
72
  "dependencies": {
66
73
  "@floating-ui/dom": "^1.0.7"