&\r\n InjectionType\u003Ctypeof import(\"../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@20.14.11_ioredis@5.4.1_magicast@0.3.4_rollup@4._lljhbfrgkudpe6zumtjkp3yzvi/node_modules/nuxt/dist/app/plugins/dev-server-logs\").default> &\r\n InjectionType\u003Ctypeof import(\"../../node_modules/.pnpm/nuxt@3.12.4_@parcel+watcher@2.4.1_@types+node@20.14.11_ioredis@5.4.1_magicast@0.3.4_rollup@4._lljhbfrgkudpe6zumtjkp3yzvi/node_modules/nuxt/dist/app/plugins/check-if-layout-used\").default> &\r\n InjectionType\u003Ctypeof import(\"../../plugins/test\").default>\r\n```\r\n\r\nThe file `node_modules/@nuxt/icon/dist/runtime/plugin.d.ts` is empty.\r\n\r\nReproduction:\r\nhttps://stackblitz.com/edit/github-upzndu?file=plugins%2Ftest.ts,app.vue (stackblitz's types don't work in .vue files, test it in local)",[3251,3252],{"name":3188,"color":3189},{"name":3197,"color":3253},"B4199A",214,"nuxt/icon breaks nuxt's plugin system types","2024-07-23T14:03:19Z","https://github.com/nuxt/icon/issues/214",0.7444597,{"description":3260,"labels":3261,"number":3266,"owner":3146,"repository":3166,"state":3167,"title":3267,"updated_at":3268,"url":3269,"score":3270},"### Description\n\nFirst of all, thank you for Nuxt UI v3, it's absolutely wonderful! The migration was a bit challenging but now it's a pure joy to use. The new design system with Tailwind V4 CSS variables is brilliant.\n\n## Suggestion\n\nWhile the current system with CSS variables is powerful, writing classes like `text-(--ui-text-dimmed)` can be a bit verbose. We could provide shorter utility classes that wrap these variables.\n\nExample implementation:\n```css\n@layer utilities {\n .text-dimmed {\n @apply text-(--ui-text-dimmed);\n }\n \n .text-muted {\n @apply text-(--ui-text-muted);\n }\n \n .text-toned {\n @apply text-(--ui-text-toned);\n }\n \n .text-base {\n @apply text-(--ui-text);\n }\n \n .text-highlighted {\n @apply text-(--ui-text-highlighted);\n }\n}\n```\n\n### Benefits\n- More concise syntax: `text-dimmed` vs `text-(--ui-text-dimmed)`\n- Easier to type and remember\n- Less prone to typos\n- Still leverages the full power of Nuxt UI's theming system\n- Maintains dark mode compatibility out of the box\n\nWould it make sense to include these shorter utilities by default in Nuxt UI?\n\n### Additional context\n\n_No response_",[3262,3263,3264],{"name":3230,"color":3231},{"name":3160,"color":3161},{"name":3265,"color":3195},"triage",3628,"Simplified utility classes for text, bg, border","2025-04-21T13:20:54Z","https://github.com/nuxt/ui/issues/3628",0.74557334,["Reactive",3272],{},["Set"],["ShallowReactive",3275],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fOLado9Q7t3q4RJUWA8PX_htnxGdxOGRZ90bV05kGjJE":-1},"/nuxt/ui/2991"]