\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",[1984,1987,1990],{"name":1985,"color":1986},"bug","d73a4a",{"name":1988,"color":1989},"v3","49DCB8",{"name":1991,"color":1992},"triage","ffffff",3633,"nuxt","ui","open","Default padding on `UChip`","2025-03-20T09:21:01Z","https://github.com/nuxt/ui/issues/3633",0.6922055,{"description":2002,"labels":2003,"number":2007,"owner":1994,"repository":2008,"state":1996,"title":2009,"updated_at":2010,"url":2011,"score":2012},"### 📚 What are you trying to do?\n\nWhen using the code, I get a center marker on the coordinates I want on the static map view, but as soon as the map gets active it disappears. The demo code in the docs, I don't see how it works since api is no longer worker. \n\n```\n\n\n\u003Cscript setup lang=\"ts\">\n import { ref } from \"vue\";\n import { useRuntimeConfig } from \"#app\";\n\n const config = useRuntimeConfig();\n const googleMapsApiKey = config.public.googleMapsApiKey;\n const leidenCoords = { lat: 52.160114, lng: 4.49701 }; // Coordinates for Leiden\n\n const mapOptions = {\n zoom: 10, // Set the initial zoom level\n center: { lat: 52.160114, lng: 4.49701 }, // Initial center position\n mapTypeControl: false, // Disables Map/Satellite option\n streetViewControl: false, // Disables Street View pegman\n fullscreenControl: false, // Disables fullscreen option\n scrollwheel: false, // Disables scroll wheel zoom\n styles: [\n {\n featureType: \"landscape\",\n stylers: [{ color: \"#f9ddc5\" }, { lightness: -7 }],\n },\n {\n featureType: \"road\",\n stylers: [{ color: \"#813033\" }, { lightness: 43 }],\n },\n {\n featureType: \"poi.business\",\n stylers: [{ color: \"#645c20\" }, { lightness: 38 }],\n },\n {\n featureType: \"water\",\n stylers: [\n { color: \"#1994bf\" },\n { saturation: -69 },\n { gamma: 0.99 },\n { lightness: 43 },\n ],\n },\n {\n featureType: \"road.local\",\n elementType: \"geometry.fill\",\n stylers: [\n { color: \"#f19f53\" },\n { weight: 1.3 },\n { visibility: \"on\" },\n { lightness: 16 },\n ],\n },\n { featureType: \"poi.business\" },\n {\n featureType: \"poi.park\",\n stylers: [{ color: \"#645c20\" }, { lightness: 39 }],\n },\n {\n featureType: \"poi.school\",\n stylers: [{ color: \"#a95521\" }, { lightness: 35 }],\n },\n {\n featureType: \"poi.medical\",\n elementType: \"geometry.fill\",\n stylers: [\n { color: \"#813033\" },\n { lightness: 38 },\n { visibility: \"off\" },\n ],\n },\n ],\n }; // Function to add the Leiden marker when map is ready\n\u003C/script>\n\n\u003Ctemplate>\n \u003Cdiv class=\"flex items-center justify-center w-full min-w-full\">\n \u003CScriptGoogleMaps\n :api-key=\"googleMapsApiKey\"\n :mapOptions=\"mapOptions\"\n class=\"h-64 rounded-lg min-w-full\"\n />\n \u003C/div>\n\u003C/template>\n\n\u003Cstyle scoped>\n /* Optional styling */\n\u003C/style>\n\n\u003Cstyle scoped>\n /* Ensure map has full width and fixed height */\n #map {\n width: 100%;\n height: 16rem; /* 64 Tailwind units */\n }\n\u003C/style>\n\n\n```\n\n\n\n\n### 🔍 What have you tried?\n\n_No response_\n\n### ℹ️ Additional context\n\n_No response_",[2004],{"name":2005,"color":2006},"help wanted","008672",314,"scripts","Centermarker disappears when loading active googlemap","2024-11-10T17:33:02Z","https://github.com/nuxt/scripts/issues/314",0.7160091,{"description":2014,"labels":2015,"number":2007,"owner":1994,"repository":2019,"state":1996,"title":2020,"updated_at":2021,"url":2022,"score":2012},"### Environment\n\n- Operating System: `Linux`\r\n- Node Version: `v16.14.2`\r\n- Nuxt Version: `3.0.0-rc.12`\r\n- Nitro Version: `0.6.0`\r\n- Package Manager: `npm@7.17.0`\r\n- Builder: `vite`\r\n- User Config: `-`\r\n- Runtime Modules: `-`\r\n- Build Modules: `-`\n\n### Reproduction\n\nhttps://stackblitz.com/edit/nuxt-framework-zehqm6\n\n### Describe the bug\n\nThe empty `await setup({})` in the tests takes ~4 seconds for every rerun in `watch` mode in the empty project.\r\nPlease, check the reproduction, try to run `npm test`.\n\n### Additional context\n\n_No response_\n\n### Logs\n\n_No response_",[2016],{"name":2017,"color":2018},"enhancement","a2eeef","test-utils","The \"setup\" in the tests is very slow for every rerun","2024-12-03T16:02:16Z","https://github.com/nuxt/test-utils/issues/314",{"description":2024,"labels":2025,"number":2026,"owner":1994,"repository":2027,"state":1996,"title":2028,"updated_at":2029,"url":2030,"score":2031},"Hello Nuxters,\r\n\r\nI'm a fan and a supporter of nuxt and wanted to contribute in any way possible.\r\nNot sure if it is under cooking, but if not, I would be glad to add a deploy page for (Coolify.io)[https://coolify.io/]\r\n\r\nPlease let me know if that would be an acceptable pull request.\r\n\r\nThanks,\r\nMohannad",[],1609,"nuxt.com","docs: add deploy to Coolify.io","2024-07-19T06:05:15Z","https://github.com/nuxt/nuxt.com/issues/1609",0.7170195,{"description":2033,"labels":2034,"number":2039,"owner":1994,"repository":1995,"state":1996,"title":2040,"updated_at":2041,"url":2042,"score":2043},"### Description\n\nhi\nafter i upgrade from v2 to v3 i get this error : \n\n[plugin:vite:vue] [@vue/compiler-sfc] Failed to resolve extends base type.\nIf this previously worked in 3.2, you can instruct the compiler to ignore this extend by adding /* @vue-ignore */ before it, for example:\n\ninterface Props extends /* @vue-ignore */ Base {}\n\nNote: both in 3.2 or with the ignore, the properties in the base type are treated as fallthrough attrs at runtime.\n\n/node_modules/@nuxt/ui/dist/runtime/components/Carousel.vue\n151| const appConfig = useAppConfig()\n152| const { dir, t } = useLocale()\n153| const rootProps = useForwardProps(reactivePick(props, 'active', 'align', 'breakpoints', 'containScroll', 'dragFree', 'dragThreshold', 'duration', 'inViewThreshold', 'loop', 'skipSnaps', 'slidesToScroll', 'startIndex', 'watchDrag', 'watchResize', 'watchSlides', 'watchFocus'))\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n154| \n155| const prevIcon = computed(() => props.prevIcon || (dir.value === 'rtl' ? appConfig.ui.icons.arrowRight : appConfig.ui.icons.arrowLeft))\n\n\ncan anyone help me ?",[2035,2038],{"name":2036,"color":2037},"question","d876e3",{"name":1988,"color":1989},3873,"[@vue/compiler-sfc] Failed to resolve extends base type.","2025-04-13T06:59:01Z","https://github.com/nuxt/ui/issues/3873",0.7198404,{"description":2045,"labels":2046,"number":2052,"owner":1994,"repository":1995,"state":1996,"title":2053,"updated_at":2054,"url":2055,"score":2056},"### Environment\n\nN/A\n\n### Is this bug related to Nuxt or Vue?\n\nNuxt\n\n### Version\n\nN/A\n\n### Reproduction\n\nhttps://ui.nuxt.com/components/dashboard-sidebar#control-open-state\n\n### Description\n\n\n\n### Additional context\n\n_No response_\n\n### Logs\n\n```shell-script\n\n```",[2047,2048,2051],{"name":1985,"color":1986},{"name":2049,"color":2050},"documentation","0075ca",{"name":1988,"color":1989},3561,"Cloudflare error in docs","2025-03-17T14:40:36Z","https://github.com/nuxt/ui/issues/3561",0.7234114,{"description":2058,"labels":2059,"number":2062,"owner":1994,"repository":1995,"state":1996,"title":2063,"updated_at":2064,"url":2065,"score":2066},"On login page, i have UForm with validation. when clicking on register modal(UModal with #content slot) included Uform with validation, submit button doesn't trigger. if i focus on input, validation works automatically. when clicking submit button after filling all required fields, there are no error on validation(logged in the end of validation function). But no response(also logged in submit function) in submit function. how to fix it? i can't get it?",[2060,2061],{"name":2036,"color":2037},{"name":1988,"color":1989},3674,"can't handle submit button","2025-03-25T06:43:01Z","https://github.com/nuxt/ui/issues/3674",0.7256631,{"description":2068,"labels":2069,"number":2070,"owner":1994,"repository":2071,"state":1996,"title":2072,"updated_at":2073,"url":2074,"score":2075},"I added @nuxt/icon to my project. In the project it is working fine but in histoire it is not working.\r\nIn histoire it is not able to render the stories that contain components that use @nuxt/icon.\r\n\r\nOn devtools console you always see the error:\r\n\u003Cimg width=\"654\" alt=\"Bildschirmfoto 2024-07-22 um 21 10 24\" src=\"https://github.com/user-attachments/assets/4793e76d-e549-4712-bdfc-dc230c1cb56f\">\r\n\r\nit doesn't matter if mode is css or svg, it doesn't matter if from iconify icon libs, global components or custom collections, it is simple not able to work with it. The error is always the same.\r\n\r\nHere is a reproduction: https://stackblitz.com/edit/nuxt-starter-kckxy8\r\nrun the histoire to see the story not getting rendered and the console error in devtools.\r\n\r\nPlease help!",[],212,"icon","@nuxt/icon not working in histoire with mode \"svg\"","2024-08-11T05:45:02Z","https://github.com/nuxt/icon/issues/212",0.72593766,{"description":2077,"labels":2078,"number":2080,"owner":1994,"repository":2008,"state":2081,"title":2082,"updated_at":2083,"url":2084,"score":2085},"### 🐛 The bug\n\nAfter updating to the latest version of @nuxt/scripts (v0.10.3), the embedded YouTube player is no longer visible.\n\n### 🛠️ To reproduce\n\nhttps://scripts.nuxt.com/scripts/content/youtube-player\n\n### 🌈 Expected behavior\n\n.\n\n### ℹ️ Additional context\n\n_No response_",[2079],{"name":1985,"color":1986},393,"closed","YouTube player is invisible with the latest version","2025-02-18T21:56:53Z","https://github.com/nuxt/scripts/issues/393",0.6713186,{"description":2087,"labels":2088,"number":2093,"owner":1994,"repository":2008,"state":2081,"title":2094,"updated_at":2095,"url":2096,"score":2097},"Upgrading to v6.0.2 I get the following errors in the Nuxt Turnstile module:\r\n\r\n```\r\n.nuxt/nuxt-scripts/tpc/google-tag-manager.ts(13,17): error TS2742: The inferred type of 'useScriptGoogleTagManager' cannot be named without a reference to '.pnpm/@unhead+vue@1.9.15_vue@3.4.31_typescript@5.5.3_/node_modules/@unhead/vue'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-tag-manager.ts(6,7): error TS2742: The inferred type of 'OptionSchema' cannot be named without a reference to '.pnpm/valibot@0.36.0/node_modules/valibot'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-tag-manager.ts(6,7): error TS2742: The inferred type of 'OptionSchema' cannot be named without a reference to '.pnpm/valibot@0.36.0/node_modules/valibot'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-analytics.ts(13,17): error TS2742: The inferred type of 'useScriptGoogleAnalytics' cannot be named without a reference to '.pnpm/@unhead+vue@1.9.15_vue@3.4.31_typescript@5.5.3_/node_modules/@unhead/vue'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-analytics.ts(6,7): error TS2742: The inferred type of 'OptionSchema' cannot be named without a reference to '.pnpm/valibot@0.36.0/node_modules/valibot'. This is likely not portable. A type annotation is necessary.\r\n.nuxt/nuxt-scripts/tpc/google-analytics.ts(6,7): error TS2742: The inferred type of 'OptionSchema' cannot be named without a reference to '.pnpm/valibot@0.36.0/node_modules/valibot'. This is likely not portable. A type annotation is necessary.\r\n```\r\n\r\nhttps://github.com/nuxt-modules/turnstile/actions/runs/9820960416/job/27116095724?pr=321#step:14:24",[2089,2090],{"name":1985,"color":1986},{"name":2091,"color":2092},"pre-announce","c2e0c6",133,"fix(tpc): a type annotation is necessary","2024-07-15T18:18:26Z","https://github.com/nuxt/scripts/issues/133",0.6751837,["Reactive",2099],{},["Set"],["ShallowReactive",2102],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Gky_bdc_lBvs1r-RWeoi8ad-K0Hzj-cExAqOsXRqwg4":-1},"/nuxt/test-utils/869"]