\n \u003C/UChip>\n\u003C/template>\n````\n\n### Description\n\nHey,\n\nThanks for your great work.\n\nI have noticed this on a few elements in UI3, but especaily here padding just is not right. Yes of course you can change it, but i belive there needs to be some sane defaults across all elements.\n\nText in chip, and even a simple number is almost unreadable see screenshot below. Happy to open a pr or list all other elements where this seems to have happened (one that comes to mind is UAvatar https://github.com/nuxt/ui/issues/3558).\n\n\n\n### Additional context\n\nThis example is directly from the UI website",[2902,2903,2906],{"name":2882,"color":2883},{"name":2904,"color":2905},"v3","49DCB8",{"name":2907,"color":2908},"triage","ffffff",3633,"ui","Default padding on `UChip`","2025-03-20T09:21:01Z","https://github.com/nuxt/ui/issues/3633",0.7441983,{"description":2916,"labels":2917,"number":2923,"owner":2871,"repository":2910,"state":2924,"title":2925,"updated_at":2926,"url":2927,"score":2928},"### Environment\n\n- Operating System: Darwin\n- Node Version: v23.7.0\n- Nuxt Version: 3.15.4\n- CLI Version: 3.21.1\n- Nitro Version: 2.10.4\n- Package Manager: bun\n- Builder: -\n- Runtime Modules: @nuxt/ui-pro@3.0.0-alpha.12\n- Build Modules: -\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nv3.0.0-alpha12\n\n### Reproduction\n\nhttps://codesandbox.io/p/devbox/hidden-snow-d6s8wz?workspaceId=ws_JNWrpb8H73oZGFCJNwBaqL\n\n### Description\n\nWhen using the USelectMenu within a UModal, the search input of the select menu is not working correctly.\n\nIt can't be focused and typing only focuses the SelectMenu itself.\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2918,2919,2922],{"name":2882,"color":2883},{"name":2920,"color":2921},"duplicate","cfd3d7",{"name":2904,"color":2905},3288,"closed","USelectMenu broken within UModal","2025-02-11T14:11:07Z","https://github.com/nuxt/ui/issues/3288",0.6830063,{"description":2930,"labels":2931,"number":2935,"owner":2871,"repository":2894,"state":2924,"title":2936,"updated_at":2937,"url":2938,"score":2939},"",[2932],{"name":2933,"color":2934},"design","00bd6f",1019,"[Code] /docs/examples","2022-11-18T14:52:14Z","https://github.com/nuxt/nuxt.com/issues/1019",0.7183939,{"description":2941,"labels":2942,"number":2935,"owner":2871,"repository":2885,"state":2924,"title":2946,"updated_at":2947,"url":2948,"score":2939},"### Describe the feature\n\nHi! 👋 \n\nWe have peer dependency warnings coming from `@nuxt/test-utils` due to the fact that it requires peer dependencies for packages used by Nuxt.\n\n```\n➤ YN0002: │ NuxtExamplePackage doesn't provide h3 (p44b11), requested by @nuxt/test-utils.\n➤ YN0002: │ NuxtExamplePackage doesn't provide nitropack (pc5e56), requested by @nuxt/test-utils.\n➤ YN0002: │ NuxtExamplePackage doesn't provide vite (p9f68f), requested by @nuxt/test-utils.\n➤ YN0002: │ NuxtExamplePackage doesn't provide vue (pf6e3c), requested by @nuxt/test-utils and other dependencies.\n➤ YN0002: │ NuxtExamplePackage doesn't provide vue-router (p80fda), requested by @nuxt/test-utils.\n```\n\nIt would be great if `@nuxt/test-utils` only had the bare minimum of peer dependencies. 🙏 \n\n\n### Additional information\n\n- [x] Would you be willing to help implement this feature?\n- [ ] Could this feature be implemented as a module?\n\n### Final checks\n\n- [x] Read the [contribution guide](https://nuxt.com/docs/community/contribution).\n- [x] Check existing [discussions](https://github.com/nuxt/nuxt/discussions) and [issues](https://github.com/nuxt/nuxt/issues).",[2943],{"name":2944,"color":2945},"pending triage","5D08F5","@nuxt/test-utils should have fewer peer dependencies","2024-12-05T07:36:33Z","https://github.com/nuxt/test-utils/issues/1019",{"description":2950,"labels":2951,"number":2870,"owner":2871,"repository":2952,"state":2924,"title":2953,"updated_at":2954,"url":2955,"score":2877},"Hi\r\n\r\nI would like to know if some contributors might be interested in a change of the api. I would be happy to help.\r\n\r\nThe idea is to load icons from an SVG folder inside the assets folder.\r\nTo achieve this, there is a need to implement an npm command, such as `npm run icon:prepare`, that will download the used icons from Iconify during the deployment script or before pushing to the git repository.\r\n\r\n- The icons will be downloaded in `@/assets/svg/[name of the collection]/[name of the icon].svg`\r\n- Additionally move the custom icons from `@/components/global` to `@/assets/svg/custom`\r\n\r\n### The main advantages are:\r\n- No need to rely on iconify API\r\n- Ability to include the icons in server-side rendering\r\n- Improved performance\r\n- Ability to change/customize the icons's SVG locally if needed\r\n- Disable cache in the local storage from Iconify",[],"icon","[Feature Request]: SVG folder for offline mode and custom SVGs","2024-05-02T07:15:59Z","https://github.com/nuxt/icon/issues/131",{"description":2957,"labels":2958,"number":2964,"owner":2871,"repository":2885,"state":2924,"title":2965,"updated_at":2966,"url":2967,"score":2968},"### Environment\n\nWorking directory: /home/projects/github-h9agvz\r\nNuxt project info:\r\n\r\n------------------------------\r\n- Operating System: Linux\r\n- Node Version: v18.20.3\r\n- Nuxt Version: 3.12.2\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.6\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, srcDir\r\n- Runtime Modules: -\r\n- Build Modules: -\r\n------------------------------\n\n### Reproduction\n\nhttps://stackblitz.com/edit/github-h9agvz?file=vitest.config.ts,nuxt.config.ts\n\n### Describe the bug\n\nThe coverage report (by either v8 or istanbul) does not get generated if I change the `srcDir` configuration in `nuxt.config.js`. It seems it works well if I use the default setting. You can reproduce the issue with the link I provided.\r\n\r\nIf I click on the *Coverage* icon button on `vitest-ui` web page, It shows the error text: `Cannot GET /coverage/index.html`.\r\n\r\nIf I run `vitest` with `--ui` and `coverage.enabled` option to `true` then the coverage report's `html` files should be generated in `/coverage` directory, but what I get is only `tmp` directory with `coverage.json` files included. It seems the `.html` files are not generated properly so that the output directory get empty.\r\n\r\nI even tried to change `reportsDirectory` or `root` in `vitest.config.js` but nothing changes.\n\n### Additional context\n\nSometimes if I run `vitest --ui` then after the preparation is ready, the open browser should show the Vitest UI, but it shows `Cannot GET /`. After that if I click the URL printed on the console (UI started at http://localhost:51204/__vitest__/), then it goes to the UI page. Also, if I click the *Coverage* icon on that page, it shows the error text of `Cannot GET /coverage/index.html` as well.\n\n### Logs\n\n_No response_",[2959,2960,2963],{"name":2882,"color":2883},{"name":2961,"color":2962},"vitest-environment","b60205",{"name":2944,"color":2945},869,"Coverage report does not get generated if `srcDir` in `nuxt.config.js` is modified.","2024-09-30T14:25:26Z","https://github.com/nuxt/test-utils/issues/869",0.7239069,{"description":2970,"labels":2971,"number":2977,"owner":2871,"repository":2910,"state":2924,"title":2978,"updated_at":2979,"url":2980,"score":2981},"### Environment\n\n System:\n OS: Linux 6.5 Ubuntu 23.10 23.10 (Mantic Minotaur)\n CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz\n Memory: 44.48 GB / 62.57 GB\n Container: Yes\n Shell: 5.9 - /usr/bin/zsh\n Browsers:\n Chrome: 126.0.6478.126\n\n### Version\n\nv3.0.0-alpha.6\n\n### Reproduction\n\nhttps://ui3.nuxt.dev/components/select-menu\n\n### Description\n\n1. open docs\n2. open any select menu\n3. select any option\n4. tab to next field\n5. tab index is reset\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2972,2973,2974],{"name":2882,"color":2883},{"name":2904,"color":2905},{"name":2975,"color":2976},"reka-ui","56d799",2350,"[SelectMenu] Broken focus/tab index after selecting","2024-12-03T15:11:34Z","https://github.com/nuxt/ui/issues/2350",0.7309353,["Reactive",2983],{},["Set"],["ShallowReactive",2986],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fd-9Hbgu8VmsNg6645lriUpiNMbY9920HHOGZ8q8aNc8":-1},"/nuxt/test-utils/618"]