@konoma-development/vue-components 0.1.13 → 0.1.15

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.
@@ -5,7 +5,9 @@
5
5
  </div>
6
6
  <ClientOnly>
7
7
  <VueSelect
8
- :options="typedOptions || []" :model-value="value" :classes="{
8
+ :options="typedOptions || []"
9
+ :model-value="value"
10
+ :classes="{
9
11
  control: classesFull.join(' '),
10
12
  // (state) => {
11
13
  // if (state.isFocused) {
@@ -90,5 +92,5 @@ const typedOptions = computed(() => {
90
92
  return props.options as OptionType[];
91
93
  })
92
94
 
93
- const classesFull = [baseClasses.classes, baseClasses.class];
95
+ const classesFull = computed(() => [props.classes, props.class])
94
96
  </script>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "type": "module",
7
- "version": "0.1.13",
7
+ "version": "0.1.15",
8
8
  "packageManager": "yarn@4.14.1",
9
9
  "main": "./nuxt.config.ts",
10
10
  "scripts": {
@@ -23,36 +23,35 @@
23
23
  "vue3-select-component": "0.16.2"
24
24
  },
25
25
  "devDependencies": {
26
- "@antfu/eslint-config": "8.2.0",
26
+ "@antfu/eslint-config": "9.0.0",
27
27
  "@babel/plugin-transform-typescript": "7.28.6",
28
28
  "@babel/preset-typescript": "7.28.5",
29
- "@iconify-json/carbon": "1.2.20",
29
+ "@iconify-json/carbon": "1.2.21",
30
30
  "@nuxt/devtools": "3.2.4",
31
31
  "@nuxt/eslint": "1.15.2",
32
32
  "@nuxt/icon": "2.2.2",
33
- "@nuxt/schema": "4.4.4",
33
+ "@nuxt/schema": "4.4.6",
34
34
  "@nuxt/test-utils": "4.0.3",
35
35
  "@pinia/nuxt": "0.11.3",
36
- "@sentry/nuxt": "10.51.0",
37
- "@types/node": "22.19.17",
36
+ "@sentry/nuxt": "10.53.1",
37
+ "@types/node": "22.19.19",
38
38
  "@unocss/eslint-plugin": "66.6.8",
39
39
  "@unocss/nuxt": "66.6.8",
40
40
  "@unocss/reset": "66.6.8",
41
- "@vitejs/plugin-vue": "6.0.6",
41
+ "@vitejs/plugin-vue": "6.0.7",
42
42
  "@vueuse/nuxt": "14.3.0",
43
43
  "babel-preset-vue": "2.0.2",
44
44
  "changelogen": "0.6.2",
45
- "eslint": "10.3.0",
45
+ "eslint": "10.4.0",
46
46
  "floating-vue": "5.2.2",
47
- "nuxt": "4.4.4",
47
+ "nuxt": "4.4.6",
48
48
  "nuxt-headlessui": "1.2.2",
49
49
  "pinia": "3.0.4",
50
50
  "tslib": "2.8.1",
51
51
  "typescript": "6.0.3",
52
52
  "unocss": "66.6.8",
53
- "unocss-preset-scrollbar": "3.2.0",
54
- "vite": "8.0.10",
55
- "vue-tsc": "3.2.8",
53
+ "vite": "8.0.13",
54
+ "vue-tsc": "3.3.0",
56
55
  "vue3-select-component": "0.16.2"
57
56
  }
58
57
  }
package/unocss.config.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { defineConfig, presetWind4, transformerDirectives } from 'unocss';
2
- import { presetScrollbar } from 'unocss-preset-scrollbar';
3
2
 
4
3
  type ColorValue = string | Colors;
5
4
 
@@ -15,9 +14,6 @@ export default defineConfig({
15
14
  content: { pipeline: { include: [/\.(vue|svelte|[jt]sx|vine.ts|mdx?|astro|elm|php|phtml|html|ts)($|\?)/] } },
16
15
  presets: [
17
16
  presetWind4(),
18
- presetScrollbar({
19
- // config
20
- }),
21
17
  ],
22
18
  theme: {
23
19
  radius: {