\r\n\u003Ctemplate v-if=\"true\">\r\n \u003CIcon name=\"uil:github\" />\r\n\u003C/template>\r\n```\r\nwhen use `Icon` with v-if, the whole icon become tiny samll.\r\n\r\n\r\n",[],81,"icon","size not effective when use v-if","2023-06-06T14:45:00Z","https://github.com/nuxt/icon/issues/81",0.71178013,{"description":2021,"labels":2022,"number":2029,"owner":1991,"repository":2030,"state":2006,"title":2031,"updated_at":2032,"url":2033,"score":2034},"### For what version of Nuxt UI are you suggesting this?\n\nv3-alpha\n\n### Description\n\nUnless I've missed something in the docs, there doesn't seem to be a way to disable the search input in the SelectMenu component. In v2 the search feature was opt, is there a chance this will also be the case in v3?\n\n### Additional context\n\n_No response_",[2023,2026],{"name":2024,"color":2025},"enhancement","a2eeef",{"name":2027,"color":2028},"v3","49DCB8",2516,"ui","Disable search in select menu component","2024-11-03T09:28:03Z","https://github.com/nuxt/ui/issues/2516",0.75605583,{"description":2036,"labels":2037,"number":1990,"owner":1991,"repository":2015,"state":2006,"title":2038,"updated_at":2039,"url":2040,"score":1997},"### Environment\r\n\r\nnpx nuxi info\r\nWorking directory: /Users/nico/sources/empty-app 11:10:13 AM\r\nNuxt project info: (copied to clipboard) 11:10:13 AM\r\n\r\n------------------------------\r\n- Operating System: Darwin\r\n- Node Version: v22.3.0\r\n- Nuxt Version: 3.12.3\r\n- CLI Version: 3.12.0\r\n- Nitro Version: 2.9.7\r\n- Package Manager: yarn@1.22.22\r\n- Builder: -\r\n- User Config: compatibilityDate, devtools, modules\r\n- Runtime Modules: @nuxt/icon@1.0.0\r\n- Build Modules: -\r\n------------------------------\r\n\r\n### Reproduction\r\n\r\nI started from an empty app, then add a single nuxt module.\r\n\r\nThis module has been spotted in another context as being the source of the exact same issue. The link below is a reproduction context, with both dev and production run logs. It also provides the .output I got after using `npx nuxi build`.\r\n\r\nhttps://github.com/kogratte/nuxt-icons-issue\r\n\r\n### Describe the bug\r\n\r\nWorking on another project, I have an issue `Package import specifier \"#internal/nitro/virtual/app-config\" is not defined in package /Users/nico/sources/empty-app/node_modules/nitropack/package.json imported from /Users/nico/sources/empty-app/node_modules/nitropack/dist/runtime/config.mjs`.\r\n\r\nAs we were not aware of the origin, we tried to deep dive to finaly use a \"remove and try\" method. We finally spotted that the simple presence of this module (nuxt/icons) in our reusable layer what at the origin of the issue. As soon as we remove it, things goes well.\r\n\r\nWe've been wondering if it could be due to a bad combination, and created the linked repository.\r\n\r\n`npx nuxi dev` => Ends with error.\r\n`npx nuxi build` => OK.\r\n `node .output/server/index.mj` => Same error as `nuxi dev`.\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n```shell-script\r\nSee .log files in the linked repository.\r\n```\r\n",[],"Package import specifier \"#internal/nitro/virtual/app-config\" is not defined","2025-02-04T06:18:09Z","https://github.com/nuxt/icon/issues/204",{"description":2042,"labels":2043,"number":2045,"owner":1991,"repository":1992,"state":2006,"title":2046,"updated_at":2047,"url":2048,"score":2049},"Since woff2 format is often enough, I would like to have woff2 and only woff2 format of a font downloaded. I have not found a way how to configure a provider like Google in order to force only this format.\r\n\r\n## Details\r\n\r\nI have tried the Fonts module both without any configuration and with configuration like this one:\r\n\r\n```\r\n fonts: {\r\n families: [\r\n {\r\n name: \"Poppins\",\r\n weights: [400],\r\n styles: [\"normal\"],\r\n subsets: [\"latin-ext\", \"latin\"],\r\n provider: \"google\",\r\n },\r\n ],\r\n },\r\n```\r\n\r\nIn both cases the behavior is following:\r\n- on dev server both woff and woff2 formats are downloaded (woff first)\r\n- on preview (nuxi preview) of a prod build (node preset) only the woff format is downloaded\r\n\r\nI was unable to create a reproduction on Stackblitz since fonts are not at all downloaded there with Google provider.",[2044],{"name":1988,"color":1989},195,"Question: How to fetch only woff2 format?","2024-09-23T12:14:18Z","https://github.com/nuxt/fonts/issues/195",0.7582164,{"description":2051,"labels":2052,"number":2060,"owner":1991,"repository":2030,"state":2006,"title":2061,"updated_at":2062,"url":2063,"score":2064},"### Description\n\nI tried using v-model with an array on Checkbox, but it is rendered as Button, inside a form it should render the native input like in Radix UI. This means the checkbox has no array support and any library expecting to access the native Input event will not work properly (required, invalid). \n\nI would like to understand why the Checkbox and Radio components have been implemented as button elements with ARIA attributes.",[2053,2056,2057],{"name":2054,"color":2055},"question","d876e3",{"name":2027,"color":2028},{"name":2058,"color":2059},"reka-ui","56d799",3240,"Checkbox & Radio rendered as a button? No Native Input Element.","2025-02-05T09:14:50Z","https://github.com/nuxt/ui/issues/3240",0.7603483,{"description":2066,"labels":2067,"number":2070,"owner":1991,"repository":2071,"state":2006,"title":2072,"updated_at":2073,"url":2074,"score":2075}," \n\n- [ ] No empty state for repositories, i put an example there nuxtlabs/nuxt.com#613\n\n\n- [x] Padding up & down the border should be 16px instead of 12px\n\n\n- [x] Icon should be 18px and space between icon & text should be 8px\n\n\n- [x] icon should be 20px and space between text & icon should also be 8px + underline should be only on text (width: calc(100% - 20px); right: 0;) and 4px below the actual position of it\n\n\n- [x] [Tablet] You can make 2 cols in tablet\n\n\n- [x] [Tablet] You can reduce image opacity like you do in mobile for tablet resolutions\n\n\n- [ ] [Mobile] Selects should be width full (in very small resolutions) nuxtlabs/nuxt.com#612\n\n**Idea**\n- [ ] [Mobile] Maybe adding a back to top on mobile because scroll can be very long\n\n\n- [x] [Darkmode] Repo title should be white\n\n\n- [x] Increase the space between Title & Description by 4px\n\n",[2068],{"name":2024,"color":2069},"1ad6ff",609,"nuxt.com","[Resources] Repositories improvements V2","2022-06-14T10:46:20Z","https://github.com/nuxt/nuxt.com/issues/609",0.76378465,{"description":2077,"labels":2078,"number":2070,"owner":1991,"repository":2082,"state":2006,"title":2083,"updated_at":2084,"url":2085,"score":2075},"When testing a composable that uses useAsyncData, errors get re-instantiated as the default Error class. This creates problems when testing code that acts on specific error instance types.\r\n\r\nI expect error instances to be used the way they are passed to the `mockResolvedValue` function.\r\n\r\nReproduction stackblitz: https://stackblitz.com/edit/nuxt-starter-69sxkx?file=composables%2FuseData.spec.ts\r\n\r\nRun `npm run test` to see the problem.",[2079],{"name":2080,"color":2081},"vitest-environment","b60205","test-utils","Rejected errors in useAsyncData are broken","2023-12-02T23:30:22Z","https://github.com/nuxt/test-utils/issues/609",{"description":2087,"labels":2088,"number":2090,"owner":1991,"repository":2071,"state":2006,"title":2091,"updated_at":2092,"url":2093,"score":2094},"Respectively to `contact@nuxt.com` / `support@nuxt.com` / `careers@nuxt.com`",[2089],{"name":2024,"color":2069},503,"[Company] `contact` / `support` / `careers` forms should send an email","2023-02-15T12:32:26Z","https://github.com/nuxt/nuxt.com/issues/503",0.76919484,["Reactive",2096],{},["Set"],["ShallowReactive",2099],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"TDQ-cDrpU2rv9N1cRfHWdE5FwDVp-24lsrzmfOeT-h4":-1},"/nuxt/icon/136"]