@warp-ds/elements 1.0.0-alpha.1 → 1.0.0-alpha.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.
- package/README.md +2 -2
- package/dist/index.js +113 -95
- package/dist/index.js.map +4 -4
- package/dist/packages/affix/index.d.ts +1 -1
- package/dist/packages/alert/index.d.ts +1 -1
- package/dist/packages/box/index.d.ts +1 -1
- package/dist/packages/breadcrumbs/index.d.ts +2 -2
- package/dist/packages/broadcast/component.d.ts +1 -1
- package/dist/packages/button/index.d.ts +1 -1
- package/dist/packages/select/index.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Warp Elements
|
|
2
2
|
|
|
3
3
|
## Development
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ The project uses [Vite](https://vitejs.dev/) for "unbundled" local development.
|
|
|
6
6
|
server by running the following command:
|
|
7
7
|
|
|
8
8
|
```sh
|
|
9
|
-
|
|
9
|
+
pnpm run dev
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
Changes to either the custom elements or the HTML files should hot reload.
|