@rotki/ui-library 0.1.0 → 0.1.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/dist/components/icons/Icon.vue.d.ts +5 -5
- package/dist/index.es.js +1014 -999
- package/dist/style.css +1 -1
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rotki/ui-library",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"packageManager": "pnpm@8.6.9",
|
|
5
5
|
"description": "A vue design system and component library for rotki",
|
|
6
6
|
"keywords": [
|
|
@@ -102,7 +102,6 @@
|
|
|
102
102
|
"*.{js,cjs,ts,vue,yml,json,md}": "eslint"
|
|
103
103
|
},
|
|
104
104
|
"scripts": {
|
|
105
|
-
"postinstall": "node scripts/postinstall.cjs",
|
|
106
105
|
"build:prod": "node scripts/dist-build.cjs",
|
|
107
106
|
"build": "vite build",
|
|
108
107
|
"build:storybook": "STORYBOOK=true storybook build",
|