ui icon indicating copy to clipboard operation
ui copied to clipboard

UI building blocks for Sanity.

Results 34 ui issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [kill-port](https://togithub.com/tiaanduplessis/kill-port) | [`^1.6.1` -> `^2.0.1`](https://renovatebot.com/diffs/npm/kill-port/1.6.1/2.0.1) | [![age](https://badges.renovateapi.com/packages/npm/kill-port/2.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
major

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [framer-motion](https://togithub.com/framer/motion) | [`^7.3.5` -> `^7.5.2`](https://renovatebot.com/diffs/npm/framer-motion/7.4.0/7.5.2) | [![age](https://badges.renovateapi.com/packages/npm/framer-motion/7.5.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
bump

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. --- Using a [curated preset](https://redirect.github.com/sanity-io/renovate-config#readme) maintained by Sanity: The Content Operating System --- ##...

🤖 bot

In the release for [v2.11.0](https://github.com/sanity-io/ui/commit/1ad5a02320434104dbe15dbd519e2db488fb15e7) a change was made to package.json to "fix: ship ESM with .mjs extensions" by changing the exports. In the change, you ALSO declared `"module": "commonjs"`...

## Description I'm running Sanity studio on Chrome `Version 114.0.5735.198 (Official Build) (arm64)` and I noticed that the Array field items are not filling up the entire parent's width. Upon...

`Autocomplete` has default `border-radius` other components like `TextInput` and `Button` don't have.

What is best practice in Studio v3 for using Sanity UI to create `FormField` outside of Custom Component context. For example, I'm building a studio tool and using Sanity UI...

When using fragments inside an `Inline` component, an intermediate `div` is created for each fragment ```jsx one two three four ``` Will render: ![image](https://user-images.githubusercontent.com/876086/214563728-6c7fec04-6df6-4734-819e-8ea4880ef43e.png) While I'd expect it to render:...

**Describe the bug** There is a problem when clearing the time input using backspace. In Safari the old value still persists in the DOM, even on refresh, even though it's...

bug

Many components in Sanity/UI accept arrays of values as attributes. It was very unclear to me how these are utilized, as its never explained in the documentation. As far as...