work in Storybook? Thank you",[3047],{"name":3048,"color":3049},"question","d876e3",77,"icon","How do we make nuxt-icon work in Storybook?","2025-01-17T10:54:58Z","https://github.com/nuxt/icon/issues/77",0.7770403,{"description":3057,"labels":3058,"number":3065,"owner":3023,"repository":3024,"state":3025,"title":3066,"updated_at":3067,"url":3068,"score":3069},"We are using multiple `.test.ts` - files to structure our tests. All of them are using the server and thus the configuration ` await setup({server: true, dev: false});`\r\n\r\nWatching the tests progress, I noticed that the server is built for every test file again. I my opinion this is an unneccessary waste of time. The server could be build a single time at the beginning of the test run.",[3059,3062],{"name":3060,"color":3061},"enhancement","a2eeef",{"name":3063,"color":3064},"v0","4137F6",268,"Using the server from multiple test files does multiple unneccessary build runs","2024-12-27T11:51:16Z","https://github.com/nuxt/test-utils/issues/268",0.7824925,{"description":3071,"labels":3072,"number":3080,"owner":3023,"repository":3081,"state":3025,"title":3082,"updated_at":3083,"url":3084,"score":3085},"### Reproduction\n\n````\n\u003Ctemplate>\n \u003CUChip text=\"test\" size=\"3xl\">\n \u003CUButton icon=\"i-lucide-mail\" color=\"neutral\" variant=\"subtle\" />\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",[3073,3074,3077],{"name":3021,"color":3022},{"name":3075,"color":3076},"v3","49DCB8",{"name":3078,"color":3079},"triage","ffffff",3633,"ui","Default padding on `UChip`","2025-03-20T09:21:01Z","https://github.com/nuxt/ui/issues/3633",0.78408605,{"description":3087,"labels":3088,"number":3090,"owner":3023,"repository":3091,"state":3025,"title":3092,"updated_at":3093,"url":3094,"score":3095},"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",[3089],{"name":3060,"color":3061},131,"fonts","Allow specifying text for font families","2024-04-22T16:40:12Z","https://github.com/nuxt/fonts/issues/131",0.78451663,{"description":3097,"labels":3098,"number":3101,"owner":3023,"repository":3081,"state":3102,"title":3103,"updated_at":3104,"url":3105,"score":3106},"### Description\n\nhey guys i have a very simple minimal project with nuxt/ui and i am getting this error when trying to start it what is the problem:\n```\n[nuxi 6:23:40 ከሰዓት] ERROR Cannot start nuxt: Cannot find package 'C:\\Users\\admin\\Desktop\\Full Typescript Projects\\cognito 1.0\\COSMO\\node_modules\\.pnpm\\vite-plugin-vue-inspector@5.3.1_vite@6.1.0_@types+node@22.13.1_jiti@2.4.2_lightningcss@1.29.1_terser@5.38.1_yaml@2.7.0_\\node_modules\\@babel\\plugin-transform-typescript\\lib\\index.js' imported from C:\\Users\\admin\\Desktop\\Full Typescript Projects\\cognito 1.0\\COSMO\\node_modules\\.pnpm\\vite-plugin-vue-inspector@5.3.1_vite@6.1.0_@types+node@22.13.1_jiti@2.4.2_lightningcss@1.29.1_terser@5.38.1_yaml@2.7.0_\\node_modules\\vite-plugin-vue-inspector\\dist\\index.mjs\nDid you mean to import \"@babel/plugin-transform-typescript/lib/index.js\"?\n```\nhere is my nuxt.config.ts\n```ts\n// https://nuxt.com/docs/api/configuration/nuxt-config\nexport default defineNuxtConfig({\n compatibilityDate: '2024-11-01',\n devtools: { enabled: true },\n modules: ['@nuxt/ui'],\n css: ['~/assets/css/main.css']\n})\n\n```\nand my package.json\n```json\n{\n \"name\": \"nuxt-app\",\n \"private\": true,\n \"type\": \"module\",\n \"scripts\": {\n \"build\": \"nuxt build\",\n \"dev\": \"nuxt dev\",\n \"generate\": \"nuxt generate\",\n \"preview\": \"nuxt preview\",\n \"postinstall\": \"nuxt prepare\"\n },\n \"dependencies\": {\n \"@nuxt/ui\": \"3.0.0-alpha.12\",\n \"nuxt\": \"^3.15.4\",\n \"vue\": \"latest\",\n \"vue-router\": \"latest\"\n },\n \"packageManager\": \"pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0\"\n}\n```\nit goes away when i remove nuxt-ui and you can easily try it out by cloning this repo :\nhttps://github.com/ketsebaoteth/COSMO\n\nwhat am i doing wrong or is this a known issue",[3099,3100],{"name":3048,"color":3049},{"name":3075,"color":3076},3272,"closed","Cannot start nuxt: cannot find package bable-plugin-jsx","2025-02-08T17:44:28Z","https://github.com/nuxt/ui/issues/3272",0.73594666,{"description":3108,"labels":3109,"number":3110,"owner":3023,"repository":3051,"state":3102,"title":3111,"updated_at":3112,"url":3113,"score":3114},"In `v0.6.5` this works:\r\n\r\n```ts\r\nnuxtIcon: {\r\n aliases: {\r\n 'aws': 'IconAWS',\r\n // ...\r\n }\r\n}\r\n```\r\n\r\nif there is a component in global named `IconAWS.vue`, but in `v0.6.6` it breaks. The reason is the uppercase naming, if I rename the component and the alias to `IconAws.vue` it works.",[],125,"v0.6.6 has problems with uppercase alias names","2023-12-24T15:42:29Z","https://github.com/nuxt/icon/issues/125",0.7512966,{"description":3116,"labels":3117,"number":3121,"owner":3023,"repository":3051,"state":3102,"title":3122,"updated_at":3123,"url":3124,"score":3125},"## Description\r\n\r\niconify's `getIcon` uses `validateIconName` which enforce some validation for an icon's name. \r\n\r\nOne validation is that a name must be split with `-` which is often not the case with users custom icons\r\n\r\n\r\n## Reproduction \r\n\r\n\r\nhttps://stackblitz.com/edit/nuxt-starter-qlykyd?file=icons%2FEuro.svg,nuxt.config.ts,app.vue\r\n\r\nin this reproduction, we can't see `my-icons:Euro` because Euro is in PascalCase\r\n\r\n## Solution \r\n\r\nEither a documentation fix about naming convention or fix it in iconify or we could also merge prefix with the name ? ",[3118],{"name":3119,"color":3120},"upstream","B4199A",265,"Custom icons must be in kebab case","2024-12-10T07:10:48Z","https://github.com/nuxt/icon/issues/265",0.7544524,{"description":3127,"labels":3128,"number":274,"owner":3023,"repository":3131,"state":3102,"title":3132,"updated_at":3133,"url":3134,"score":3029},"Blocked by #720 ",[3129],{"name":3060,"color":3130},"1ad6ff","nuxt.com","[Community] Nuxters filter to select community only","2022-07-25T13:34:54Z","https://github.com/nuxt/nuxt.com/issues/684",["Reactive",3136],{},["Set"],["ShallowReactive",3139],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fAsvPhzqLB8ZSNij_zk8wHRD0scIyvTdQzfJcEgWJ-5I":-1},"/nuxt/ui/687"]