@astral/ui 4.17.3 → 4.17.4

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.
@@ -15,10 +15,10 @@ export const Wrapper = styled.div `
15
15
 
16
16
  min-height: 88px;
17
17
  padding: ${({ theme }) => theme.spacing(4)};
18
-
19
- border-radius: ${({ theme }) => theme.shape.medium};
20
- outline: 1px dashed
18
+
19
+ border: 1px dashed
21
20
  ${({ theme, $isActive, $isError }) => getBorderColor(theme, $isActive, $isError)};
21
+ border-radius: ${({ theme }) => theme.shape.medium};
22
22
 
23
23
  transition: ${({ theme }) => theme.transitions.create(['background', 'border'], {
24
24
  duration: theme.transitions.duration.short,
@@ -18,10 +18,10 @@ exports.Wrapper = styles_1.styled.div `
18
18
 
19
19
  min-height: 88px;
20
20
  padding: ${({ theme }) => theme.spacing(4)};
21
-
22
- border-radius: ${({ theme }) => theme.shape.medium};
23
- outline: 1px dashed
21
+
22
+ border: 1px dashed
24
23
  ${({ theme, $isActive, $isError }) => getBorderColor(theme, $isActive, $isError)};
24
+ border-radius: ${({ theme }) => theme.shape.medium};
25
25
 
26
26
  transition: ${({ theme }) => theme.transitions.create(['background', 'border'], {
27
27
  duration: theme.transitions.duration.short,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "4.17.3",
3
+ "version": "4.17.4",
4
4
  "browser": "./index.js",
5
5
  "main": "./node/index.js",
6
6
  "dependencies": {