@material/shape
Advanced tools
Changelog
14.0.0 (2022-04-27)
unset
is unsupported in IE. (f460e23)validateTooltipWithCaretDistances
method. (3e30054)theme-styles
mixin... the value being retreived from the $theme
map and css property name was swapped. The mixin would request font-size
/font-weight
/letter-spacing
from the $theme
map (which expects size
/weight
/tracking
)... so these values would always be null
. (32b3913)attachTo
. (05db65e)showTimeout
is not set (indicating that this tooltip is about to be re-shown). (6ca8b8f)minRange
param to range sliders to request a minimum gap between the two thumbs. (8fffcb5)valueToAriaValueTextFn
and valueToValueIndicatorTextFn
functions are called for. (b6510c8)PiperOrigin-RevId: 444830518
PiperOrigin-RevId: 419837612
Changelog
12.0.0 (2021-07-27)
return
statement into MDCTooltipComponent#isShown
method. (4d95812)mdc-card__ripple
element rather than the mdc-card__primary-action
. (8ace3b8)#close
within #destroy
. (5631828)forceUpdate
option to #setSelectedIndex that forces a UI update of the selected item. (5d06051)transform-origin
for tooltips with caret so that the entrance animation originates from the caret. (1a8d064)tranform-origin
. (25751d2)data-hide-tooltip-from-screenreader="true"
(in addition to using data-tooltip-id
rather than aria-describedby
.PiperOrigin-RevId: 386490861
window.mdc.circularProgress
to window.mdc['circular-progress]
.PiperOrigin-RevId: 384568221
mdc-icon-button__ripple
. See README for details.PiperOrigin-RevId: 372153409