\n \u003Ctemplate #content>\n \u003CUDropdownMenu\n :items=\"items\"\n >\n \u003CUButton label=\"Open Drop down\"/>\n \u003C/UDropdownMenu>\n \u003C/template>\n \u003C/UDrawer>\n\u003C/template>\n```\n\n### Logs\n\n```shell-script\nUncaught InternalError: too much recursion\n NuxtJS 5\n focus\n handleFocusOut\n ct\n f\n focus\n```",[2001,2004,2007],{"name":2002,"color":2003},"bug","d73a4a",{"name":2005,"color":2006},"v3","49DCB8",{"name":2008,"color":2009},"reka-ui","56d799",3357,"closed","Cant put dropdown inside drawer","2025-04-08T19:49:57Z","https://github.com/nuxt/ui/issues/3357",0.721373,{"description":2017,"labels":2018,"number":2021,"owner":1991,"repository":2022,"state":2011,"title":2023,"updated_at":2024,"url":2025,"score":2026},"On hover, border effect doesn't work on Firefox/Safari",[2019],{"name":2002,"color":2020},"ff281a",1136,"nuxt.com"," Cards: border","2023-02-15T12:31:10Z","https://github.com/nuxt/nuxt.com/issues/1136",0.72472364,{"description":2028,"labels":2029,"number":2032,"owner":1991,"repository":1992,"state":2011,"title":2033,"updated_at":2034,"url":2035,"score":2036},"### Environment\n\n------------------------------\n- Operating System: Darwin\n- Node Version: v20.10.0\n- Nuxt Version: 3.15.0\n- CLI Version: 3.17.2\n- Nitro Version: 2.10.4\n- Package Manager: pnpm@9.15.1\n- Builder: -\n- User Config: default\n- Runtime Modules: @nuxt/ui@3.0.0-alpha.9, @nuxt/eslint@0.7.4\n- Build Modules: -\n------------------------------\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\n3.0.0-alpha.10\n\n### Reproduction\n\nhttps://github.com/Cyanhall/nuxt-ui-v3-demo/tree/main/demo4\n\n### Description\n\nThe button styles in UModal body should not be affected by UButtonGroup. I'm not sure if this is a bug or a feature.\n\n\n```vue\n\u003Ctemplate>\n \u003CUButtonGroup>\n \u003CUModal\n :close=\"true\"\n v-model:open=\"open\"\n title=\"Test\"\n >\n \u003CUButton\n variant=\"outline\"\n color=\"neutral\"\n @click=\"open = true\"\n >\n Modal Button\n \u003C/UButton>\n \u003Ctemplate #body>\n Body\n \u003C/template>\n \u003Ctemplate #footer>\n \u003Cdiv class=\"flex justify-start w-full gap-4\">\n \u003CUButton\n variant=\"outline\"\n class=\"rounded\"\n label=\"Cancel\"\n @click=\"open = false\"\n />\n \u003CUButton\n variant=\"outline\"\n class=\"rounded\"\n label=\"Middle\"\n @click=\"open = false\"\n />\n \u003CUButton\n type=\"submit\"\n class=\"rounded\"\n label=\"Confirm\"\n color=\"primary\"\n @click=\"open = false\"\n />\n \u003C/div>\n \u003C/template>\n \u003C/UModal>\n \u003CUButton\n variant=\"outline\"\n color=\"neutral\"\n @click=\"\"\n >\n Other Button\n \u003C/UButton>\n \u003C/UButtonGroup>\n\u003C/template>\n```\n\n\u003Cimg width=\"362\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/da66f0d8-fc42-45a5-b1e1-d7214468b24a\" />\n\n\u003Cbr>\n\n\u003Cimg width=\"543\" alt=\"Image\" src=\"https://github.com/user-attachments/assets/a50767ec-bea5-4c88-9b45-963f8e81e5df\" />\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2030,2031],{"name":2002,"color":2003},{"name":2005,"color":2006},2978,"The button styles in UModal body should not be affected by UButtonGroup.","2025-02-07T15:32:58Z","https://github.com/nuxt/ui/issues/2978",0.73177326,{"description":2038,"labels":2039,"number":2041,"owner":1991,"repository":2022,"state":2011,"title":2042,"updated_at":2043,"url":2044,"score":2045},"",[2040],{"name":2002,"color":2020},120,"Fix file fetch in project content editor","2022-03-07T14:15:00Z","https://github.com/nuxt/nuxt.com/issues/120",0.732381,{"description":2047,"labels":2048,"number":2052,"owner":1991,"repository":2022,"state":2011,"title":2053,"updated_at":2054,"url":2055,"score":2056},"## Articles \n\n- [x] [Tablet/Mobile] Padding bottom needs to be consistent with other paddings\n\n\n## Single Blog\n\n\n\n\n- [x] [Darkmode] Those texts are too dark, should be gray-200 (Subtitle, github name, table of content)\n\n\n- [x] Link style overrides heading style making headings not bold enough, should be 700 instead of 500",[2049],{"name":2050,"color":2051},"enhancement","1ad6ff",626,"[Resources] Blog improvements V2","2023-02-15T12:32:40Z","https://github.com/nuxt/nuxt.com/issues/626",0.732918,{"description":2058,"labels":2059,"number":2068,"owner":1991,"repository":1992,"state":2011,"title":2069,"updated_at":2070,"url":2071,"score":2072},"### Environment\n\n- Operating System: Darwin\n- Node Version: v22.13.0\n- Nuxt Version: 3.16.1\n- CLI Version: 3.23.1\n- Nitro Version: 2.11.7\n- Package Manager: npm@10.9.2\n- Builder: -\n- User Config: modules, compatibilityDate, devtools, css, ui, devServer, future, telemetry, hooks, eslint\n- Runtime Modules: @nuxt/eslint@0.6.2, @nuxt/ui-pro@3.0.1, nuxt-jsonld@2.1.0, @pinia/nuxt@0.10.1\n- Build Modules: -\n\n\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nNuxt v3.16.1\nui-pro v3.0.1\n\n### Reproduction\n\nWhen I add the following to my nuxt.config.ts:\n\n```ts\n{\n ui: {\n colorMode: false\n }\n}\n```\n\n...then `npx nuxi typecheck` fails with 8 errors.\n\n```\n[...snip]\nnode_modules/@nuxt/ui-pro/dist/runtime/vue/components/ColorModeButton.vue:18:24 - error TS2305: Module '\"#imports\"' has no exported member 'useColorMode'.\n\n18 import { useAppConfig, useColorMode } from '#imports'\n ~~~~~~~~~~~~\n\nnode_modules/@nuxt/ui-pro/dist/runtime/vue/components/ColorModeSelect.vue:10:24 - error TS2305: Module '\"#imports\"' has no exported member 'useColorMode'.\n\n10 import { useAppConfig, useColorMode } from '#imports'\n ~~~~~~~~~~~~\n\nnode_modules/@nuxt/ui-pro/dist/runtime/vue/components/ColorModeSwitch.vue:10:24 - error TS2305: Module '\"#imports\"' has no exported member 'useColorMode'.\n\n10 import { useAppConfig, useColorMode } from '#imports'\n ~~~~~~~~~~~~\n\n\nFound 8 errors in 8 files.\n\nErrors Files\n 1 node_modules/@nuxt/ui-pro/dist/runtime/components/color-mode/ColorModeButton.vue:18\n 1 node_modules/@nuxt/ui-pro/dist/runtime/components/color-mode/ColorModeSelect.vue:10\n 1 node_modules/@nuxt/ui-pro/dist/runtime/components/color-mode/ColorModeSwitch.vue:10\n 1 node_modules/@nuxt/ui-pro/dist/runtime/components/content/ContentSearch.vue:89\n 1 node_modules/@nuxt/ui-pro/dist/runtime/components/DashboardSearch.vue:57\n 1 node_modules/@nuxt/ui-pro/dist/runtime/vue/components/ColorModeButton.vue:18\n 1 node_modules/@nuxt/ui-pro/dist/runtime/vue/components/ColorModeSelect.vue:10\n 1 node_modules/@nuxt/ui-pro/dist/runtime/vue/components/ColorModeSwitch.vue:10\n\n ERROR Process exited with non-zero status (2)\n```\n\n### Description\n\nI think that there probably needs to be a stub export set up in all cases? Or these files should not be gathered by the typechecking script?\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2060,2061,2062,2065],{"name":2002,"color":2003},{"name":2005,"color":2006},{"name":2063,"color":2064},"pro","5BD3CB",{"name":2066,"color":2067},"triage","ffffff",3657,"Setting ui.colorMode = false breaks nuxi typecheck","2025-03-27T20:54:57Z","https://github.com/nuxt/ui/issues/3657",0.73862773,{"description":2074,"labels":2075,"number":2076,"owner":1991,"repository":2077,"state":2011,"title":2078,"updated_at":2079,"url":2080,"score":2081},"Reproduction:\r\nhttps://github.com/QaahirStewart/icontest\r\n\r\nIt seems that when icon name is bounded with access a property ex(.dot after emptyIconData) \u003CIcon :name=\"emptyIconData.logo\" /> this error is getting produced. ",[],217,"icon","Cannot read properties of undefined (reading 'startsWith')","2024-07-28T23:03:04Z","https://github.com/nuxt/icon/issues/217",0.74253005,{"description":2083,"labels":2084,"number":2076,"owner":1991,"repository":2086,"state":2011,"title":2087,"updated_at":2088,"url":2089,"score":2081},"### 🐛 The bug\n\n\r\n\r\nReproducible with 0.7.0 and upwards (due to the new unhead integration)\r\nNot reproducible in 0.6.X and lower\r\n\r\n\r\n\n\n### 🛠️ To reproduce\n\nhttps://stackblitz.com/edit/nuxt-starter-pkwfkx?file=pages%2Findex.vue\n\n### 🌈 Expected behavior\n\nReturn value of `useScript` and others should not be `any`\n\n### ℹ️ Additional context\n\n_No response_",[2085],{"name":2002,"color":2003},"scripts","Return types of `useScript` are `any` since unhead 1.1.0 integration (v0.7)","2024-09-09T18:23:29Z","https://github.com/nuxt/scripts/issues/217",{"description":2091,"labels":2092,"number":2096,"owner":1991,"repository":1992,"state":2011,"title":2097,"updated_at":2098,"url":2099,"score":2100},"### Description\n\nSometimes we need some properties or events like selectIndex, prev/next ...\nFor example, I want to get the current image index outside of the Carousel to display something like `1/50`.\nI tried `emblaRef` and `emblaApi`, but it's always an empty object.\n\n### Additional context\n\n_No response_",[2093,2095],{"name":2050,"color":2094},"a2eeef",{"name":2005,"color":2006},3391,"Can Carousel component expose some events?","2025-03-08T12:22:25Z","https://github.com/nuxt/ui/issues/3391",0.74255276,["Reactive",2102],{},["Set"],["ShallowReactive",2105],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"4Ei0XxtpfVaeUzTd44KZeJtFuTiFG-c_ph3jD8FYdEU":-1},"/nuxt/icon/300"]