@fundamental-ngx/cx
Advanced tools
Changelog
0.40.0-rc.14 (2023-04-05)
dropMode
input property which is auto
by default;auto
dnd option behaves in following way: if dragged item is hovering another item by over n
pixels, where n
is calculated with following formula: [hovered element half height] + [hovered element height * threshold]
, it will apply shift
mode, which during the drop of the dragged item will place it before or after the hovered element on the same level, otherwhise it will apply group
mode, which creates children array of hovered element and places the dragged item inside it, adding +1 level to it;Changelog
0.40.0-rc.13 (2023-04-05)
.is-cozy
, '.is-compact', '.is-condensed';.fd-${component-name}__[cozy|compact|condensed]
;.is-cozy
, .is-compact
or .is-condensed
css class modifier.cozy
state, no matter the global or directive content density applied to it;.fd-button
tag from button
to span
to match the markup and visual styling from fundamental-styles;