` rows. `@select` brings you part of the way there, but doesn't make it easy to get access to the full underlying event, for example to check if the user is holding the \u003Ckey>Ctrl\u003C/key>.\n\nSimilarly, even with `@select` I can't see any easy way to focus the table rows using keyboard input. \n\n### Additional context\n\n_No response_",[1984,1987],{"name":1985,"color":1986},"enhancement","a2eeef",{"name":1988,"color":1989},"triage","ffffff",2796,"nuxt","ui","open","UTable row click event","2025-01-23T09:56:08Z","https://github.com/nuxt/ui/issues/2796",0.7247397,{"description":1999,"labels":2000,"number":2004,"owner":1991,"repository":2005,"state":1993,"title":2006,"updated_at":2007,"url":2008,"score":2009},"How can I disable icon caching? I'm doing svg animation and I need hmr when changing an svg file.\r\n\r\nhttps://stackblitz.com/edit/nuxt-icon-playground-mjfbfn?file=assets%2Ficons%2Fnuxt-icon.svg\r\nTry changing the fill attribute of the svg file and save it",[2001],{"name":2002,"color":2003},"question","d876e3",160,"icon","how to disable svg caching","2024-12-21T19:58:04Z","https://github.com/nuxt/icon/issues/160",0.74440247,{"description":2011,"labels":2012,"number":2019,"owner":1991,"repository":1992,"state":2020,"title":2021,"updated_at":2022,"url":2023,"score":2024},"### Version\n\nv3 latest commit\n\n### Description\n\nThe `size-*` class applied by a button gets overwritten by the icon itself.\n\nLeft one is in my project, right one is from the docs:\n\n\u003Cimg width=\"300\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/c1c427fd-6854-4623-b5f1-db47a74450e2\" />\n\n\u003Cimg width=\"428\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/7f2bf278-8b13-4d8b-84ec-beb29d9036bb\" />\n\nI couldnt reproduce in a fresh project, but my project is pretty clean still with no customizations. Might have something to do with the css order?\n",[2013,2016],{"name":2014,"color":2015},"bug","d73a4a",{"name":2017,"color":2018},"v3","49DCB8",2926,"closed","v3: Icon size gets overwritten by icon's width/height","2024-12-29T11:55:14Z","https://github.com/nuxt/ui/issues/2926",0.7209258,{"labels":2026,"number":2033,"owner":1991,"repository":1991,"state":2020,"title":2034,"updated_at":2035,"url":2036,"score":2037},[2027,2030],{"name":2028,"color":2029},"pending triage","E99695",{"name":2031,"color":2032},"2.x","d4c5f9",10602,"Bricked navigation in the presence of comments in destination layout files","2023-01-22T15:48:35Z","https://github.com/nuxt/nuxt/issues/10602",0.73931605,{"description":2039,"labels":2040,"number":2043,"owner":1991,"repository":2044,"state":2020,"title":2045,"updated_at":2046,"url":2047,"score":2048},"### Environment\n\n- Operating System: Windows_NT\r\n- Node Version: v18.19.0\r\n- Nuxt Version: 3.11.1\r\n- CLI Version: 3.11.1\r\n- Nitro Version: 2.9.4\r\n- Package Manager: npm@10.2.3\r\n- Builder: -\r\n- User Config: devtools, modules\r\n- Runtime Modules: @nuxt/test-utils/module\n\n### Reproduction\n\nhttps://github.com/chronicadventure/nuxt-bug\r\n\r\njust run `npm test` and the console will error out. *Note* you don't even need an actual test, just the import causes the entire file to fail.\n\n### Describe the bug\n\nImporting `import { mockNuxtImport } from '@nuxt/test-utils/runtime'` as stated in the docs causes the entire test file to fail.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\nDEV v1.4.0 C:/Users/AdrianCampos/BugRepo/repro\r\n\r\n ❯ tests/random.nuxt.test.js (0)\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Failed Suites 1 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯\r\n\r\n FAIL tests/random.nuxt.test.js [ tests/random.nuxt.test.js ]\r\nError: Failed to load url #imports (resolved id: #imports) in C:/Users/AdrianCampos/BugRepo/node_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs. Does the file exist?\r\n ❯ loadAndTransform ../node_modules/vite/dist/node/chunks/dep-B-u6xNiR.js:53832:21\r\n\r\n⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯\r\n\r\n Test Files 1 failed (1)\r\n Tests no tests\r\n Start at 21:58:52\r\n Duration 2.22s (transform 69ms, setup 0ms, collect 0ms, tests 0ms, environment 0ms, prepare 846ms)\r\n\r\n\r\n FAIL Tests failed. Watching for file changes...\r\n press h to show help, press q to quit\n```\n",[2041],{"name":2028,"color":2042},"5D08F5",800,"test-utils","Failed to load url #imports after importing mockNuxtImport","2024-05-26T19:14:39Z","https://github.com/nuxt/test-utils/issues/800",0.74094486,{"description":2050,"labels":2051,"number":2052,"owner":1991,"repository":2053,"state":2020,"title":2054,"updated_at":2055,"url":2056,"score":2057},"",[],1031,"nuxt.com","Move nuxtjs.org to v2.nuxt.com","2023-01-09T16:01:37Z","https://github.com/nuxt/nuxt.com/issues/1031",0.7410988,{"description":2059,"labels":2060,"number":2065,"owner":1991,"repository":1991,"state":2020,"title":2066,"updated_at":2067,"url":2068,"score":2069},"### Environment\n\nhttps://nuxt.com/docs/guide/directory-structure/pages#custom-routing\n\n### Reproduction\n\nGo to https://nuxt.com/docs/guide/directory-structure/pages#custom-routing and the :ReadMore{link=\"/docs/guide/going-further/custom-router\"} block from documentation leads to a 404 page\r\n\n\n### Describe the bug\n\nIt should redirect to /docs/guide/going-further/custom-routing instead of /docs/guide/going-further/custom-router, might be a bug caused by the filename of the document\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2061,2064],{"name":2062,"color":2063},"3.x","29bc7f",{"name":2028,"color":2029},19708,"404 link in documentation (custom router)","2023-03-15T15:37:02Z","https://github.com/nuxt/nuxt/issues/19708",0.74194944,{"labels":2071,"number":2082,"owner":1991,"repository":1991,"state":2020,"title":2083,"updated_at":2084,"url":2085,"score":2086},[2072,2073,2076,2079],{"name":2062,"color":2063},{"name":2074,"color":2075},"workaround available","11376d",{"name":2077,"color":2078},"upstream","E8A36D",{"name":2080,"color":2081},"upstream-bug","B60205",14524,"redirection within `onMounted` hook with transition enabled causes a hydration error","2024-06-17T15:13:40Z","https://github.com/nuxt/nuxt/issues/14524",0.74258065,{"description":2088,"labels":2089,"number":2092,"owner":1991,"repository":2053,"state":2020,"title":2093,"updated_at":2094,"url":2095,"score":2096},"(reported on discord) you can see by hard-reloading https://nuxt.com/modules?q=svg, for example.\r\n\r\nprobably similar to https://github.com/nuxt/nuxt.com/issues/1417",[2090],{"name":2014,"color":2091},"ff281a",1455,"query parameters on module page result in hydration mismatch","2025-03-24T22:03:27Z","https://github.com/nuxt/nuxt.com/issues/1455",0.74363947,{"description":2098,"labels":2099,"number":2102,"owner":1991,"repository":1992,"state":2020,"title":2103,"updated_at":2104,"url":2105,"score":2106},"### For what version of Nuxt UI are you asking this question?\n\nv3.0.0-alpha.x\n\n### Description\n\n### Environment\n\n* Operating System: Linux\n* Node Version: v20.15.1\n* Nuxt Version: 3.14.1592\n* Package Manager: npm@10.7.0\n* Nuxt UI: v3.0.0-alpha.x\n\n### Description\nHello, I have the following configurations; \n\n#### assets/css/main.css\n```css\n@import \"tailwindcss\";\n@import \"@nuxt/ui\";\n\n@theme {\n /* Font Family Extend */\n --font-display: 'Work Sans', sans-serif;\n --font-content: 'Roboto', sans-serif;\n --font-condensed: 'Roboto Condensed', sans-serif;\n\n\n /* Color Extend */\n --color-brand-50: #fef4ee;\n --color-brand-100: #fcdbc5;\n --color-brand-200: #facaae;\n --color-brand-300: #f6a57b;\n --color-brand-400: #f27545;\n --color-brand-500: #ee5221;\n --color-brand-600: #df3917;\n --color-brand-700: #b92915;\n --color-brand-800: #932219;\n --color-brand-900: #772017;\n --color-brand-950: #400d0a;\n}\n\n:root {\n --ui-primary: var(--color-brand-500);\n}\n```\n\nand my nuxt.config.ts file; \n```ts\nexport default defineNuxtConfig({\n // ....\n modules: ['@nuxt/ui', '@pinia/nuxt'],\n css: ['~/assets/css/main.css', '~/assets/scss/common.scss'],\n vite: {\n css: {\n preprocessorOptions: {\n scss: { api: 'modern-compiler' }\n }\n }\n },\n // ....\n});\n```\nWith the configurations defined as above when i set ssr:false in my nuxt.config.ts, my custom color called 'brand' is not applied to components and the default green is used from the tailwind. With ssr: true everything is ok with `npm run dev`. I also tried to set the color 'brand' in app.config.ts \n\n```ts\nexport default defineAppConfig({\n ui:{\n colors: {\n primary: 'brand'\n }\n }\n});\n``` \nwith this setting again everything works but this time ts complains about `Type '\"brand\"' is not assignable to type 'Color | undefined'.ts(2322)`. \n\nI did not find a true way to set colors from extended tailwindcss color palette. Thanks in advance for any help.\n\n\nThe following screenshot; ssr: false and primary color defined on ```:root {}``` \n\n\n\nThe following screenshot; ssr: true and primary color defined on ```:root {}``` \n\n\n\n\n \nThe following screenshot; ssr: false and primary color defined on 'appconfig' but this time I have the following error from ts\n\n\n\n\n\n\nEdit 1: \n> [!IMPORTANT]\n> I also tried to extend on a types/colors.d.ts file the `tailwindcss/colors` namespace to add my custom color but no chance\n\n```ts\nimport colors from 'tailwindcss/colors'\n\n\ndeclare module 'tailwindcss/colors' {\n const colors = colors | 'brand'\n export default colors;\n}\n```\n\n",[2100,2101],{"name":2002,"color":2003},{"name":2017,"color":2018},2869,"Use a custom color instead of the predefined Tailwind colors with ssr false","2024-12-16T09:47:16Z","https://github.com/nuxt/ui/issues/2869",0.7455749,["Reactive",2108],{},["Set"],["ShallowReactive",2111],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Q4kalSuy4e2MsSLpffB165IbFzPW_z7BMYvZZKOQP3U":-1},"/nuxt/ui/3264"]