@sanity/ui 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "sideEffects": false,
5
5
  "types": "./dist/index.d.ts",
6
6
  "source": "./src/index.ts",
@@ -109,6 +109,7 @@ const DialogCardRoot = styled(Card)`
109
109
  min-height: 0;
110
110
  max-height: 100%;
111
111
  overflow: hidden;
112
+ overflow: clip;
112
113
  `
113
114
 
114
115
  const DialogLayout = styled(Flex)`
@@ -6,6 +6,7 @@ const SanityUploadButton = styled(Button).attrs({forwardedAs: 'label'})`
6
6
  & input {
7
7
  -webkit-appearance: none;
8
8
  overflow: hidden;
9
+ overflow: clip;
9
10
  top: 0;
10
11
  left: 0;
11
12
  width: 100%;
@@ -39,6 +39,7 @@ const SpanWithTextOverflow = styled.span`
39
39
  white-space: nowrap;
40
40
  text-overflow: ellipsis;
41
41
  overflow: hidden;
42
+ overflow: clip;
42
43
  `
43
44
 
44
45
  /**
@@ -36,6 +36,7 @@ const SpanWithTextOverflow = styled.span`
36
36
  white-space: nowrap;
37
37
  text-overflow: ellipsis;
38
38
  overflow: hidden;
39
+ overflow: clip;
39
40
  `
40
41
 
41
42
  /**
@@ -39,6 +39,7 @@ const SpanWithTextOverflow = styled.span`
39
39
  white-space: nowrap;
40
40
  text-overflow: ellipsis;
41
41
  overflow: hidden;
42
+ overflow: clip;
42
43
  `
43
44
 
44
45
  /**
@@ -15,6 +15,7 @@ const Root = styled.div`
15
15
  height: 0;
16
16
  position: absolute;
17
17
  overflow: hidden;
18
+ overflow: clip;
18
19
  `
19
20
 
20
21
  /**