UNPKG

fui-fancyui

Version:
26 lines (23 loc) 719 B
import { styled as e } from "styled-components"; import i from "../../atoms/FancyBox/FancyBox.js"; import o from "../../../design/designFunctions/generateSystemIndicatorStyle/generateSystemIndicatorStyle.js"; import { globalElementSizes as r } from "../../../design/theme/globalSizes.js"; import { disabledStyle as l } from "../../../design/designFunctions/disabledStyle/disableStyle.js"; const y = e.ul` display: flex; flex-wrap: wrap; list-style-type: none; margin: 0; padding: 0; `, d = e(i)` ul { min-height: ${r.xs}; gap: ${({ theme: t }) => t.spacing.sm}; } ${({ $sytemMessage: t }) => o(t)}; ${({ $disabled: t }) => t && l}; `; export { y as ChipContainer, d as StyledChipList };