@rotki/ui-library 1.2.7 → 1.2.8

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.
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@rotki/ui-library",
5
- "version": "1.2.7",
5
+ "version": "1.2.8",
6
6
  "js-types-syntax": "typescript",
7
7
  "description-markup": "markdown",
8
8
  "contributions": {
@@ -2961,16 +2961,6 @@
2961
2961
  "type": "ContextColorsType | undefined"
2962
2962
  }
2963
2963
  },
2964
- {
2965
- "name": "model-value",
2966
- "description": "",
2967
- "required": false,
2968
- "default": "''",
2969
- "value": {
2970
- "kind": "expression",
2971
- "type": "string | undefined"
2972
- }
2973
- },
2974
2964
  {
2975
2965
  "name": "error-messages",
2976
2966
  "description": "",
@@ -4188,16 +4178,6 @@
4188
4178
  "type": "ContextColorsType | undefined"
4189
4179
  }
4190
4180
  },
4191
- {
4192
- "name": "model-value",
4193
- "description": "",
4194
- "required": false,
4195
- "default": "''",
4196
- "value": {
4197
- "kind": "expression",
4198
- "type": "string | undefined"
4199
- }
4200
- },
4201
4181
  {
4202
4182
  "name": "error-messages",
4203
4183
  "description": "",
@@ -4297,6 +4277,15 @@
4297
4277
  "kind": "expression",
4298
4278
  "type": "string | undefined"
4299
4279
  }
4280
+ },
4281
+ {
4282
+ "name": "model-value",
4283
+ "description": "",
4284
+ "required": true,
4285
+ "value": {
4286
+ "kind": "expression",
4287
+ "type": "string"
4288
+ }
4300
4289
  }
4301
4290
  ],
4302
4291
  "slots": [
@@ -4880,7 +4869,7 @@
4880
4869
  "vue-properties": [
4881
4870
  {
4882
4871
  "name": "width",
4883
- "type": "number"
4872
+ "type": "any"
4884
4873
  }
4885
4874
  ]
4886
4875
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rotki/ui-library",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "A vue design system and component library for rotki",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -71,59 +71,59 @@
71
71
  "devDependencies": {
72
72
  "@babel/core": "7.25.2",
73
73
  "@babel/types": "7.25.6",
74
- "@commitlint/cli": "19.4.1",
75
- "@commitlint/config-conventional": "19.4.1",
76
- "@fontsource/roboto": "5.0.14",
74
+ "@commitlint/cli": "19.5.0",
75
+ "@commitlint/config-conventional": "19.5.0",
76
+ "@fontsource/roboto": "5.1.0",
77
77
  "@popperjs/core": "2.11.8",
78
- "@rotki/eslint-config": "3.0.0",
79
- "@storybook/addon-docs": "8.2.9",
80
- "@storybook/addon-essentials": "8.2.9",
81
- "@storybook/addon-interactions": "8.2.9",
82
- "@storybook/addon-links": "8.2.9",
83
- "@storybook/addon-themes": "8.2.9",
84
- "@storybook/blocks": "8.2.9",
85
- "@storybook/preview-api": "8.2.9",
86
- "@storybook/test": "8.2.9",
87
- "@storybook/vue3": "8.2.9",
88
- "@storybook/vue3-vite": "8.2.9",
89
- "@types/node": "20.16.2",
78
+ "@rotki/eslint-config": "3.1.0",
79
+ "@storybook/addon-docs": "8.3.2",
80
+ "@storybook/addon-essentials": "8.3.2",
81
+ "@storybook/addon-interactions": "8.3.2",
82
+ "@storybook/addon-links": "8.3.2",
83
+ "@storybook/addon-themes": "8.3.2",
84
+ "@storybook/blocks": "8.3.2",
85
+ "@storybook/preview-api": "8.3.2",
86
+ "@storybook/test": "8.3.2",
87
+ "@storybook/vue3": "8.3.2",
88
+ "@storybook/vue3-vite": "8.3.2",
89
+ "@types/node": "20.16.5",
90
90
  "@types/tinycolor2": "1.4.6",
91
- "@vitejs/plugin-vue": "5.1.3",
92
- "@vitest/coverage-v8": "2.0.5",
93
- "@vitest/ui": "2.0.5",
91
+ "@vitejs/plugin-vue": "5.1.4",
92
+ "@vitest/coverage-v8": "2.1.1",
93
+ "@vitest/ui": "2.1.1",
94
94
  "@vue/test-utils": "2.4.6",
95
95
  "@vue/tsconfig": "0.5.1",
96
- "@vueuse/core": "11.0.3",
97
- "@vueuse/math": "11.0.3",
98
- "@vueuse/shared": "11.0.3",
96
+ "@vueuse/core": "11.1.0",
97
+ "@vueuse/math": "11.1.0",
98
+ "@vueuse/shared": "11.1.0",
99
99
  "argparse": "2.0.1",
100
100
  "autoprefixer": "10.4.20",
101
- "babel-loader": "9.1.3",
101
+ "babel-loader": "9.2.1",
102
102
  "bumpp": "9.5.2",
103
103
  "consola": "3.2.3",
104
104
  "css-loader": "7.1.2",
105
- "eslint": "9.9.1",
105
+ "eslint": "9.11.0",
106
106
  "eslint-plugin-cypress": "3.5.0",
107
107
  "eslint-plugin-storybook": "0.8.0",
108
108
  "fast-glob": "3.3.2",
109
- "fast-xml-parser": "4.4.1",
109
+ "fast-xml-parser": "4.5.0",
110
110
  "fs-extra": "11.2.0",
111
- "husky": "9.1.5",
112
- "jsdom": "25.0.0",
113
- "lint-staged": "15.2.9",
114
- "postcss": "8.4.41",
111
+ "husky": "9.1.6",
112
+ "jsdom": "25.0.1",
113
+ "lint-staged": "15.2.10",
114
+ "postcss": "8.4.47",
115
115
  "remixicon": "4.3.0",
116
- "sass": "1.77.8",
116
+ "sass": "1.79.3",
117
117
  "scule": "1.3.0",
118
- "storybook": "8.2.9",
119
- "tailwindcss": "3.4.10",
118
+ "storybook": "8.3.2",
119
+ "tailwindcss": "3.4.12",
120
120
  "tinycolor2": "1.6.0",
121
121
  "tsc-alias": "1.8.10",
122
- "tsx": "4.19.0",
122
+ "tsx": "4.19.1",
123
123
  "typescript": "5.5.4",
124
- "unplugin-auto-import": "0.18.2",
125
- "vite": "5.4.2",
126
- "vitest": "2.0.5",
124
+ "unplugin-auto-import": "0.18.3",
125
+ "vite": "5.4.7",
126
+ "vitest": "2.1.1",
127
127
  "vue": "3.4.38",
128
128
  "vue-component-meta": "2.0.29",
129
129
  "vue-loader": "17.4.2",