Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import {
import { PositionControl, SelectControl, TextControl } from "../../controls";
import {
EyeOpenIcon,
EyeClosedIcon,
ScrollIcon,
AutoScrollIcon,
EllipsesIcon,
CropIcon,
EyeClosedIcon,
} from "@webstudio-is/icons";
import { StyleSection } from "../../shared/style-section";
import { ToggleGroupControl } from "../../controls/toggle-group/toggle-group-control";
Expand Down Expand Up @@ -124,18 +124,17 @@ export const Section = () => {
value: "visible",
},
{
child: <EyeClosedIcon />,
child: <CropIcon />,
description:
"Content that exceeds the container's size is clipped and hidden without scrollbars.",
value: "hidden",
"Content that exceeds the container's size is clipped without scrollbars.",
value: "clip",
},
{
child: <ScrollIcon />,
child: <EyeClosedIcon />,
description:
"Scrollbars are added to the container, allowing users to scroll and view the exceeding content.",
value: "scroll",
"Content that exceeds the container's size is hidden without scrollbars.",
value: "hidden",
},

{
child: <AutoScrollIcon />,
description:
Expand Down
14 changes: 14 additions & 0 deletions packages/icons/icons/crop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 0 additions & 44 deletions packages/icons/icons/scroll.svg

This file was deleted.

48 changes: 24 additions & 24 deletions packages/icons/src/__generated__/components.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/icons/src/__generated__/svg.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.