\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",[2035,2036,2037],{"name":2002,"color":2003},{"name":2005,"color":2006},{"name":2038,"color":2039},"triage","ffffff",3633,"Default padding on `UChip`","2025-03-20T09:21:01Z","https://github.com/nuxt/ui/issues/3633",0.7912631,{"description":2046,"labels":2047,"number":1990,"owner":1991,"repository":2051,"state":2052,"title":2053,"updated_at":2054,"url":2055,"score":1997},"### 📚 What are you trying to do?\r\n\r\nI need to implement OneTrustSDK and that thing needs a `data-domain-script` attribute on the `\u003Cscript>`-Tag. How can I get this data-attribute to render?\r\n\r\n### 🔍 What have you tried?\r\n\r\nI tried adding it in sciprts.global key:\r\n```typescript\r\n scripts: {\r\n globals: {\r\n oneTrust: {\r\n src: 'https://XXX.my.onetrust.eu/cdn/cookies/scripttemplates/otSDKStub.js',\r\n 'data-domain-script': 'XXXXXX-XXXXXXX-XXXXX',\r\n }\r\n },\r\n```\r\n\r\nI also tried adding it in my composable:\r\n```typescript\r\nexport function useScriptOneTrust\u003CT extends OneTrustApi>(options?: OneTrustInput) {\r\n return useRegistryScript\u003CT, typeof OneTrustOptions>('oneTrust', options => ({\r\n scriptInput: {\r\n 'src': 'https://XXX.my.onetrust.eu/cdn/cookies/scripttemplates/otSDKStub.js', // can't be bundled\r\n 'data-domain-script': options.domainScript,\r\n },\r\n }))\r\n}\r\n```\r\n\r\nThe only thing I can see being rendered is a preload link which fails because it needs a `\u003Cscript>`-Tag with a `data-domain-script` attribute:\r\n```\r\n\u003Clink rel=\"preload\" as=\"script\" href=\"https://XXX.my.onetrust.eu/cdn/cookies/scripttemplates/otSDKStub.js\" crossorigin=\"anonymous\" fetchpriority=\"low\" data-hid=\"1817094\">\r\n```\r\n\r\nI can see some data-cf-beacon attribute being set here, so I assumed it should be possible: https://github.com/nuxt/scripts/blob/main/src/runtime/registry/cloudflare-web-analytics.ts#L44\r\n\r\n_No response_",[2048],{"name":2049,"color":2050},"help wanted","008672","scripts","closed","How can I add data-* attributes to the generated \u003Cscript> tag?","2024-09-17T11:34:02Z","https://github.com/nuxt/scripts/issues/268",{"description":2057,"labels":2058,"number":2064,"owner":1991,"repository":2008,"state":2052,"title":2065,"updated_at":2066,"url":2067,"score":2068},"\u003C!-- **IMPORTANT!**\r\nBefore reporting a bug, please make sure that you have read through our documentation and you think your problem is indeed an issue related to our module. -->\r\n\r\n### Version\r\n@nuxt/ui: 2.8.1\r\n\r\n### Reproduction Link\r\nhttps://ui.nuxt.com/overlays/tooltip\r\n\r\n### Steps to reproduce\r\n1. Open NVDA or another screen reader\r\n2. Tab to the button which has a tooltip\r\n\r\n### What is Expected?\r\nThe tooltip should become visible on focus, and should be announced by the screen reader (probably by setting `aria-description` or `aria-describedby` on the element which receives focus)\r\n\r\n### What is actually happening?\r\nThe tooltip is not visible or announced.\r\n\r\nThis is an accessibility issue as the tooltip content isn't accessible to users who use keyboard-only navigation or screen readers.",[2059,2060,2061],{"name":2002,"color":2003},{"name":2005,"color":2006},{"name":2062,"color":2063},"reka-ui","56d799",687,"Tooltips are not keyboard-accessible or read by screen readers","2025-03-27T11:48:09Z","https://github.com/nuxt/ui/issues/687",0.7792821,{"description":2070,"labels":2071,"number":2017,"owner":1991,"repository":2072,"state":2052,"title":2073,"updated_at":2074,"url":2075,"score":2022},"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",[],"icon","[Feature Request]: SVG folder for offline mode and custom SVGs","2024-05-02T07:15:59Z","https://github.com/nuxt/icon/issues/131",{"description":2077,"labels":2078,"number":2027,"owner":1991,"repository":2081,"state":2052,"title":2082,"updated_at":2083,"url":2084,"score":2031},"Blocked by #720 ",[2079],{"name":1985,"color":2080},"1ad6ff","nuxt.com","[Community] Nuxters filter to select community only","2022-07-25T13:34:54Z","https://github.com/nuxt/nuxt.com/issues/684",{"description":2086,"labels":2087,"number":2088,"owner":1991,"repository":2081,"state":2052,"title":2089,"updated_at":2090,"url":2091,"score":2092},"### Describe the feature\r\n\r\n\u003Cdetails>\r\n\r\n\u003Csummary>Screenshot\u003C/summary>\r\n\r\n\r\n\r\n\u003C/details>\r\n\r\nThe alert / warning CSS (e.g. [here](https://nuxt.com/docs/getting-started/transitions)) has low contrast, making it very difficult to read. \r\n\r\n```md\r\n ::alert{type=warning}\r\n Some example\r\n ::\r\n```\r\n\r\nCould this be changed in the nuxt theme? Is the nuxt theme coming from Windi? \r\n\r\nThanks :)\r\n\r\n### Additional information\r\n\r\n- [X] Would you be willing to help implement this feature?\r\n- [ ] Could this feature be implemented as a module?\r\n\r\n### Final checks\r\n\r\n- [X] Read the [contribution guide](https://v3.nuxtjs.org/community/contribution).\r\n- [X] Check existing [discussions](https://github.com/nuxt/framework/discussions) and [issues](https://github.com/nuxt/framework/issues).",[],1229,"[docs] Alert/warning boxes on nuxt.com have low contrast","2023-10-10T14:45:13Z","https://github.com/nuxt/nuxt.com/issues/1229",0.788803,["Reactive",2094],{},["Set"],["ShallowReactive",2097],{"TRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"Wcz7S9MHIjNMdA7IR4VRkaDotaFQ5EC-mThQTwk4zAY":-1},"/nuxt/nuxt.com/1260"]