@rotki/ui-library 0.4.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.4.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": [
@@ -69,63 +69,64 @@
69
69
  "vue": ">=3.3.4"
70
70
  },
71
71
  "optionalDependencies": {
72
- "vue-router": ">=3.6.5"
72
+ "vue-router": ">=4.0.0"
73
73
  },
74
74
  "devDependencies": {
75
- "@babel/core": "7.22.9",
76
- "@babel/types": "7.22.5",
77
- "@commitlint/cli": "17.6.7",
78
- "@commitlint/config-conventional": "17.6.7",
79
- "@fontsource/roboto": "5.0.7",
80
- "@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",
81
81
  "@popperjs/core": "2.11.8",
82
- "@rotki/eslint-config": "1.1.1",
83
- "@storybook/addon-essentials": "7.2.1",
84
- "@storybook/addon-interactions": "7.2.1",
85
- "@storybook/addon-links": "7.2.1",
86
- "@storybook/addon-styling": "1.3.5",
87
- "@storybook/addons": "7.2.1",
88
- "@storybook/blocks": "7.2.1",
89
- "@storybook/testing-library": "0.2.0",
90
- "@storybook/vue3": "7.2.1",
91
- "@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",
92
92
  "@types/node": "20.2.4",
93
- "@vitejs/plugin-vue": "4.2.3",
94
- "@vitest/coverage-v8": "0.34.1",
95
- "@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",
96
96
  "@vue/test-utils": "2.4.1",
97
97
  "@vue/tsconfig": "0.4.0",
98
- "@vueuse/core": "10.3.0",
99
- "@vueuse/shared": "10.3.0",
98
+ "@vueuse/core": "10.4.1",
99
+ "@vueuse/math": "10.4.1",
100
+ "@vueuse/shared": "10.4.1",
100
101
  "argparse": "2.0.1",
101
- "autoprefixer": "10.4.14",
102
+ "autoprefixer": "10.4.15",
102
103
  "babel-loader": "8.3.0",
103
- "bumpp": "9.1.1",
104
+ "bumpp": "9.2.0",
104
105
  "css-loader": "6.8.1",
105
- "eslint": "8.46.0",
106
+ "eslint": "8.49.0",
106
107
  "fast-glob": "3.3.1",
107
108
  "fast-xml-parser": "4.2.7",
108
109
  "fs-extra": "11.1.1",
109
110
  "husky": "8.0.3",
110
111
  "jsdom": "22.1.0",
111
- "lint-staged": "13.2.3",
112
- "postcss": "8.4.27",
112
+ "lint-staged": "14.0.1",
113
+ "postcss": "8.4.29",
113
114
  "react": "18.2.0",
114
115
  "react-dom": "18.2.0",
115
116
  "remixicon": "3.5.0",
116
- "sass": "1.64.2",
117
+ "sass": "1.67.0",
117
118
  "scule": "1.0.0",
118
- "storybook": "7.2.1",
119
+ "storybook": "7.4.2",
119
120
  "tailwindcss": "3.3.3",
120
121
  "tsc-alias": "1.8.7",
121
- "typescript": "5.1.6",
122
+ "typescript": "5.2.2",
122
123
  "unplugin-auto-import": "0.16.6",
123
- "vite": "4.4.8",
124
- "vitest": "0.34.1",
124
+ "vite": "4.4.9",
125
+ "vitest": "0.34.4",
125
126
  "vue": "3.3.4",
126
127
  "vue-loader": "17.2.2",
127
128
  "vue-router": "4.2.4",
128
- "vue-tsc": "1.8.8"
129
+ "vue-tsc": "1.8.11"
129
130
  },
130
131
  "engines": {
131
132
  "pnpm": ">=8 <9"