forstok-ui-lib 6.6.1 → 6.6.2
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
|
@@ -3760,7 +3760,7 @@ export const FilterButton = styled.div`
|
|
|
3760
3760
|
grid-template-columns: 1fr auto;
|
|
3761
3761
|
gap: 4px;
|
|
3762
3762
|
`
|
|
3763
|
-
export const IconDot = styled.span<{ $mode?: 'list' | 'header' | 'chat', $width?: string, $height?: string, $size?:
|
|
3763
|
+
export const IconDot = styled.span<{ $mode?: 'list' | 'header' | 'chat', $width?: string, $height?: string, $size?: string }>`
|
|
3764
3764
|
display: grid;
|
|
3765
3765
|
min-width: 18px;
|
|
3766
3766
|
height: 18px;
|