@rotki/ui-library 0.3.0 → 0.5.0

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.
@@ -1,4 +1,5 @@
1
1
  export declare const useGlobalId: () => {
2
2
  count: globalThis.Ref<number>;
3
+ nextId: () => number;
3
4
  };
4
5
  export declare const generateId: (prefix?: string) => string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rotki/ui-library",
3
- "version": "0.3.0",
4
- "packageManager": "pnpm@8.6.9",
3
+ "version": "0.5.0",
4
+ "packageManager": "pnpm@8.7.6",
5
5
  "description": "A vue design system and component library for rotki",
6
6
  "type": "module",
7
7
  "keywords": [
@@ -68,60 +68,65 @@
68
68
  "@vueuse/shared": ">10.0.0",
69
69
  "vue": ">=3.3.4"
70
70
  },
71
+ "optionalDependencies": {
72
+ "vue-router": ">=4.0.0"
73
+ },
71
74
  "devDependencies": {
72
- "@babel/core": "7.22.9",
73
- "@babel/types": "7.22.5",
74
- "@commitlint/cli": "17.6.7",
75
- "@commitlint/config-conventional": "17.6.7",
76
- "@fontsource/roboto": "5.0.7",
77
- "@headlessui/vue": "1.7.15",
75
+ "@babel/core": "7.22.20",
76
+ "@babel/types": "7.22.19",
77
+ "@commitlint/cli": "17.7.1",
78
+ "@commitlint/config-conventional": "17.7.0",
79
+ "@fontsource/roboto": "5.0.8",
80
+ "@headlessui/vue": "1.7.16",
78
81
  "@popperjs/core": "2.11.8",
79
- "@rotki/eslint-config": "1.1.1",
80
- "@storybook/addon-essentials": "7.2.1",
81
- "@storybook/addon-interactions": "7.2.1",
82
- "@storybook/addon-links": "7.2.1",
83
- "@storybook/addon-styling": "1.3.5",
84
- "@storybook/addons": "7.2.1",
85
- "@storybook/blocks": "7.2.1",
86
- "@storybook/testing-library": "0.2.0",
87
- "@storybook/vue3": "7.2.1",
88
- "@storybook/vue3-vite": "7.2.1",
82
+ "@rotki/eslint-config": "1.1.2",
83
+ "@storybook/addon-essentials": "7.4.2",
84
+ "@storybook/addon-interactions": "7.4.2",
85
+ "@storybook/addon-links": "7.4.2",
86
+ "@storybook/addon-styling": "1.3.7",
87
+ "@storybook/addons": "7.4.2",
88
+ "@storybook/blocks": "7.4.2",
89
+ "@storybook/testing-library": "0.2.1",
90
+ "@storybook/vue3": "7.4.2",
91
+ "@storybook/vue3-vite": "7.4.2",
89
92
  "@types/node": "20.2.4",
90
- "@vitejs/plugin-vue": "4.2.3",
91
- "@vitest/coverage-v8": "0.34.1",
92
- "@vitest/ui": "0.34.1",
93
+ "@vitejs/plugin-vue": "4.3.4",
94
+ "@vitest/coverage-v8": "0.34.4",
95
+ "@vitest/ui": "0.34.4",
93
96
  "@vue/test-utils": "2.4.1",
94
97
  "@vue/tsconfig": "0.4.0",
95
- "@vueuse/core": "10.3.0",
96
- "@vueuse/shared": "10.3.0",
98
+ "@vueuse/core": "10.4.1",
99
+ "@vueuse/math": "10.4.1",
100
+ "@vueuse/shared": "10.4.1",
97
101
  "argparse": "2.0.1",
98
- "autoprefixer": "10.4.14",
102
+ "autoprefixer": "10.4.15",
99
103
  "babel-loader": "8.3.0",
100
- "bumpp": "9.1.1",
104
+ "bumpp": "9.2.0",
101
105
  "css-loader": "6.8.1",
102
- "eslint": "8.46.0",
106
+ "eslint": "8.49.0",
103
107
  "fast-glob": "3.3.1",
104
108
  "fast-xml-parser": "4.2.7",
105
109
  "fs-extra": "11.1.1",
106
110
  "husky": "8.0.3",
107
111
  "jsdom": "22.1.0",
108
- "lint-staged": "13.2.3",
109
- "postcss": "8.4.27",
112
+ "lint-staged": "14.0.1",
113
+ "postcss": "8.4.29",
110
114
  "react": "18.2.0",
111
115
  "react-dom": "18.2.0",
112
116
  "remixicon": "3.5.0",
113
- "sass": "1.64.2",
117
+ "sass": "1.67.0",
114
118
  "scule": "1.0.0",
115
- "storybook": "7.2.1",
119
+ "storybook": "7.4.2",
116
120
  "tailwindcss": "3.3.3",
117
121
  "tsc-alias": "1.8.7",
118
- "typescript": "5.1.6",
122
+ "typescript": "5.2.2",
119
123
  "unplugin-auto-import": "0.16.6",
120
- "vite": "4.4.8",
121
- "vitest": "0.34.1",
124
+ "vite": "4.4.9",
125
+ "vitest": "0.34.4",
122
126
  "vue": "3.3.4",
123
127
  "vue-loader": "17.2.2",
124
- "vue-tsc": "1.8.8"
128
+ "vue-router": "4.2.4",
129
+ "vue-tsc": "1.8.11"
125
130
  },
126
131
  "engines": {
127
132
  "pnpm": ">=8 <9"