@kittl/ui-react 0.0.1 → 0.0.2

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.
Files changed (1) hide show
  1. package/package.json +2 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kittl/ui-react",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -120,11 +120,6 @@
120
120
  "import": "./dist/ScrollableArea/index.js",
121
121
  "require": "./dist/ScrollableArea/index.cjs"
122
122
  },
123
- "./Styles": {
124
- "types": "./dist/Styles/index.d.ts",
125
- "import": "./dist/Styles/index.js",
126
- "require": "./dist/Styles/index.cjs"
127
- },
128
123
  "./Icons/*": {
129
124
  "types": "./dist/Icons/*/index.d.ts",
130
125
  "import": "./dist/Icons/*/index.js",
@@ -132,7 +127,7 @@
132
127
  }
133
128
  },
134
129
  "dependencies": {
135
- "@kittl/ui": "0.0.1",
130
+ "@kittl/ui": "0.0.2",
136
131
  "@lit/react": "1.0.8"
137
132
  },
138
133
  "peerDependencies": {
@@ -150,7 +145,6 @@
150
145
  "@kittl/ui-icons": "0.0.1"
151
146
  },
152
147
  "scripts": {
153
- "prepublish": "pnpm build",
154
148
  "build": "tsup",
155
149
  "typecheck": "tsc --noEmit",
156
150
  "dev": "tsup --watch",