\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",[2878,2881,2884],{"name":2879,"color":2880},"bug","d73a4a",{"name":2882,"color":2883},"v3","49DCB8",{"name":2885,"color":2886},"triage","ffffff",3633,"ui","Default padding on `UChip`","2025-03-20T09:21:01Z","https://github.com/nuxt/ui/issues/3633",0.7353839,{"description":2894,"labels":2895,"number":2899,"owner":2868,"repository":2900,"state":2870,"title":2901,"updated_at":2902,"url":2903,"score":2904},"With google fonts you can specify which characters you need and by that reducing the size.\r\nThis is already possible with the module google-fonts but I'm not seeing an option in this module.\r\nBe aware there's a issue/PR currently on the google fonts repo regarding the text option per font family\r\nhttps://github.com/nuxt-modules/google-fonts/issues/106",[2896],{"name":2897,"color":2898},"enhancement","a2eeef",131,"fonts","Allow specifying text for font families","2024-04-22T16:40:12Z","https://github.com/nuxt/fonts/issues/131",0.76130325,{"description":2906,"labels":2907,"number":2908,"owner":2868,"repository":2869,"state":2870,"title":2909,"updated_at":2910,"url":2911,"score":2912},"Repro: [StackBlitz](https://stackblitz.com/edit/nuxt-icon-playground-ruatj9?file=app.vue)",[],37,"SSR Body Teleport causes hydration children mismatch","2025-03-21T23:59:34Z","https://github.com/nuxt/icon/issues/37",0.7809682,{"description":2914,"labels":2915,"number":2867,"owner":2868,"repository":2920,"state":2921,"title":2922,"updated_at":2923,"url":2924,"score":2874},"### 🐛 The bug\r\n\r\nAlso shown in the video below from 00:06 on (before just a sanity check that it works).\r\n\r\n1. Go to https://nuxt.com/blog/nuxt-scripts\r\n2. Scroll to the YouTube example\r\n3. DO NOT click the video yet\r\n4. Click on \"input\"\r\n5. Click on \"output\" again\r\n6. Try to play the video\r\n7. See that it doesn't work\r\n\r\n\r\n[nuxt-blog-scripts.webm](https://github.com/user-attachments/assets/d92655a4-6c95-495d-b33c-35797a180e7e)\r\n\r\n\r\n### 🛠️ To reproduce\r\n\r\nhttps://nuxt.com/blog/nuxt-scripts\r\n\r\n### 🌈 Expected behavior\r\n\r\nThe video should be loaded after the click too\r\n\r\n### ℹ️ Additional context\r\n\r\n_No response_",[2916,2917],{"name":2879,"color":2880},{"name":2918,"color":2919},"upstream","84A80F","scripts","closed","Blog: Example does not work after tab switch","2024-09-03T05:51:31Z","https://github.com/nuxt/scripts/issues/212",{"description":2926,"labels":2927,"number":2928,"owner":2868,"repository":2869,"state":2921,"title":2929,"updated_at":2930,"url":2931,"score":2932},"**Description:**\n\nAfter updating the `@nuxt/icon` package to [version 1.5.4](https://www.npmjs.com/package/@nuxt/icon/v/1.5.4), I started seeing the following warning messages in the console:\n\n```\n[Icon] loading icon \u003Cname> timed out after 500ms\n```\n\nI increased the `icon.fetchTimeout` in `nuxt.config.ts` to higher value, such as 15000, but the warning still appears, even though my icons are loaded correctly within the specified time.\n\n**Steps to reproduce:**\n\n1. Update `@nuxt/icon` to version 1.5.4.\n2. Optionally, set `icon.fetchTimeout` in `nuxt.config.ts` to a higher value than the default (500):\n ```js\n export default defineNuxtConfig({\n icon: {\n fetchTimeout: 15000, // 15 seconds\n },\n });\n ```\n3. Run the application.\n4. Check the console for warnings like:\n ```\n [Icon] loading icon \u003Cname> timed out after \u003Cicon.fetchTimeout>ms\n ```\n\n**Expected behavior:**\n\nIf the icons are loaded correctly within the specified timeout (in this case, 15 seconds), the warning should not appear in the console.\n\n**Actual behavior:**\n\nThe warning is still shown, even though the icons are successfully loaded.\n",[],271,"`loadIcon` always shows console warning despite successful icon load","2024-11-04T12:59:23Z","https://github.com/nuxt/icon/issues/271",0.7309825,{"description":2934,"labels":2935,"number":2940,"owner":2868,"repository":2920,"state":2921,"title":2941,"updated_at":2942,"url":2943,"score":2944},"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",[2936,2937],{"name":2879,"color":2880},{"name":2938,"color":2939},"pre-announce","c2e0c6",133,"fix(tpc): a type annotation is necessary","2024-07-15T18:18:26Z","https://github.com/nuxt/scripts/issues/133",0.7339073,{"description":2946,"labels":2947,"number":2948,"owner":2868,"repository":2869,"state":2921,"title":2949,"updated_at":2950,"url":2951,"score":2952},"Hello,\nadding your package to the a repository for deploying breaks the Rollup build step.\n\n## Minimal reproducible example\n```\nnode --version\nv20.17.0\npnpm --version\n9.11.0\n```\n- `pnpm create cloudflare@latest my-nuxt-app --framework=nuxt`\n- `cd my-nuxt-app`\n- `pnpx nuxi module add icon` (taken from your doc)\n- `pnpm build`\nI get the following error:\n\n```\n[nitro 23:41:30] ERROR RollupError: .nuxt/dist/server/_nuxt/prompt-DuW0Lom1.js (1:9): \"stdin\" is not exported by \"node_modules/.pnpm/unenv@1.10.0/node_modules/unenv/runtime/node/process/index.mjs\", imported by \".nuxt/dist/server/_nuxt/prompt-DuW0Lom1.js\".\n\n\n1: import { stdin, stdout } from \"node:process\";\n ^\n2: import f from \"node:readline\";\n3: import { WriteStream } from \"node:tty\";\n\n\n[23:41:30] ERROR .nuxt/dist/server/_nuxt/prompt-DuW0Lom1.js (1:9): \"stdin\" is not exported by \"node_modules/.pnpm/unenv@1.10.0/node_modules/unenv/runtime/node/process/index.mjs\", imported by \".nuxt/dist/server/_nuxt/prompt-DuW0Lom1.js\".\n```\n\nThanks.",[],274,"Rollup issue - Adding the package breaks the build step","2024-10-28T13:36:54Z","https://github.com/nuxt/icon/issues/274",0.7550852,{"description":2954,"labels":2955,"number":2962,"owner":2868,"repository":2963,"state":2921,"title":2964,"updated_at":2965,"url":2966,"score":2967},"### Environment\r\n\r\nFirefox Browser on Windows\r\n\r\n### Reproduction\r\n\r\nN/A\r\n\r\n### Describe the bug\r\n\r\nText is aggressively wrapped in `\u003Ccode>` blocks inside a table, so the Lifecycle Hooks page is difficult to read.\r\n\r\n\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Logs\r\n\r\n_No response_",[2956,2959],{"name":2957,"color":2958},"duplicate","cfd3d7",{"name":2960,"color":2961},"responsive","1cd1c6",1400,"nuxt.com","Documentation Lifecycle Hooks code blocks is aggresively wrapped","2023-12-08T15:49:41Z","https://github.com/nuxt/nuxt.com/issues/1400",0.75962865,{"description":2969,"labels":2970,"number":2899,"owner":2868,"repository":2869,"state":2921,"title":2971,"updated_at":2972,"url":2973,"score":2904},"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",[],"[Feature Request]: SVG folder for offline mode and custom SVGs","2024-05-02T07:15:59Z","https://github.com/nuxt/icon/issues/131",["Reactive",2975],{},["Set"],["ShallowReactive",2978],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fRdzl825Or1qRebBR7RwOwADJABHT0uMahMBM6jFcluc":-1},"/nuxt/fonts/239"]