forstok-ui-lib 8.4.2 → 8.5.1

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.
@@ -2895,7 +2895,6 @@ export const LinkContainer = styled.article<{ $align?: string }>`
2895
2895
  span {
2896
2896
  text-align: ${({ $align }: { $align?: string }) =>
2897
2897
  $align === "right" ? "right" : "left"};
2898
- text-transform: capitalize;
2899
2898
  cursor: pointer;
2900
2899
  }
2901
2900
  hr {
@@ -4078,7 +4077,6 @@ export const DropdownItem = styled.li<{
4078
4077
  > label,
4079
4078
  > span {
4080
4079
  cursor: pointer;
4081
- text-transform: capitalize;
4082
4080
  width: 100%;
4083
4081
  max-width: 218px;
4084
4082
  overflow: hidden;