forstok-ui-lib 6.5.7 → 6.5.8
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/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -2919,7 +2919,7 @@ import*as e from"react";import t,{useState as n,useEffect as r,forwardRef as i,u
|
|
|
2919
2919
|
border-radius: 2px;
|
|
2920
2920
|
|
|
2921
2921
|
${({$color:e})=>e&&y`
|
|
2922
|
-
background-color: ${e}
|
|
2922
|
+
background-color: ${e};
|
|
2923
2923
|
`}
|
|
2924
2924
|
|
|
2925
2925
|
${({$mode:e})=>"activities"===e&&y`
|
package/package.json
CHANGED
|
@@ -4079,7 +4079,7 @@ export const DotIcon = styled.span<{ $color?: string, $mode?: 'activities' }>`
|
|
|
4079
4079
|
border-radius: 2px;
|
|
4080
4080
|
|
|
4081
4081
|
${({ $color }) => $color && css`
|
|
4082
|
-
background-color: ${$color}
|
|
4082
|
+
background-color: ${$color};
|
|
4083
4083
|
`}
|
|
4084
4084
|
|
|
4085
4085
|
${({ $mode }) => $mode === 'activities' && css`
|