Releases: sumup-oss/circuit-ui
@sumup-oss/eslint-plugin-circuit-ui@6.1.0
Minor Changes
881a33dThanks @connor-baer! - Added support for replacingtheme.mq.*andtheme.breakpoints.*values to theprefer-custom-propertiesrule.
@sumup-oss/circuit-ui@10.14.5
Patch Changes
4e4ecd5Thanks @connor-baer! - Ensured that the hash suffix of CSS class names remains stable between builds.
@sumup-oss/circuit-ui@10.15.0-next.1
Patch Changes
4e4ecd5Thanks @connor-baer! - Ensured that the hash suffix of CSS class names remains stable between builds.
@sumup-oss/design-tokens@9.1.0-next.1
Patch Changes
- #3427
f61fe66Thanks @connor-baer! - Reduced the width of the new body font.
@sumup-oss/stylelint-plugin-circuit-ui@4.2.0-next.0
@sumup-oss/eslint-plugin-circuit-ui@7.2.0-next.0
@sumup-oss/design-tokens@9.1.0-next.0
Minor Changes
-
#3400
8af405aThanks @connor-baer! - Refreshed the color palette for SumUp's new brand design. -
#3425
95858c3Thanks @connor-baer! - Replaced Inter with NaN Holo as the default font family. -
#3425
95858c3Thanks @connor-baer! - Added a new--cui-font-family-displaytoken for headlines and other display text. -
#3424
472a334Thanks @connor-baer! - Updated the small border radii to be rounder.--cui-border-radius-bithas increased from 4px to 6px and--cui-border-radius-bytehas increased from 8px to 9px.
@sumup-oss/circuit-ui@10.15.0-next.0
Minor Changes
-
#3424
472a334Thanks @connor-baer! - Increased the border radius of all input components (Input and its variations, Textarea, Select, CheckboxGroup, RadioButtonGroup, and Selector). -
#3424
472a334Thanks @connor-baer! - Updated the design of the NotificationInline and NotificationToast components, replacing the colored border with a lightly colored background. -
#3425
95858c3Thanks @connor-baer! - Replaced Inter with NaN Holo as the default font family. -
#3424
472a334Thanks @connor-baer! - Increased the border radius of medium-sized Buttons from byte (8px) to kilo (12px).
Patch Changes
@sumup-oss/eslint-plugin-circuit-ui@7.1.0
Minor Changes
- #3428
a830b7eThanks @connor-baer! - Added support for replacingtheme.mq.*andtheme.breakpoints.*values to theprefer-custom-propertiesrule.
@sumup-oss/circuit-ui@10.14.4
Patch Changes
-
#3430
2af155bThanks @connor-baer! - Fixed showing the NotificationToast component on top ofdialog-based components such as the Modal, SidePanel, and Popover by rendering toasts in the top layer in browsers that support it. -
#3429
58aa6ddThanks @connor-baer! - Fixed floating elements such as the Popover, ToggleTip, and Tooltip to update their position when ancestor scroll containers are scrolled. -
#3422
1614cb0Thanks @jandriescher! - Fixed the content overflow in theuseCollapsiblehook in order to prevent residual space in the parent element after collapsing.