chore(): update @stencil/sass, regenerate package-locks (#25441)

This commit is contained in:
Liam DeBeasi
2022-06-09 13:45:48 -04:00
committed by GitHub
parent a538bfe09c
commit efe9e92984
33 changed files with 23316 additions and 30975 deletions

View File

@ -88,4 +88,4 @@ $picker-ios-option-font-size: 20px !default;
$picker-ios-option-height: 42px !default;
/// @prop - Offset y of the picker option
$picker-ios-option-offset-y: (($picker-ios-height - $picker-ios-toolbar-height) / 2) - ($picker-ios-option-height / 2) - 10 !default;
$picker-ios-option-offset-y: (($picker-ios-height - $picker-ios-toolbar-height) * 0.5) - ($picker-ios-option-height * 0.5) - 10 !default;

View File

@ -73,7 +73,7 @@ $picker-md-option-font-size: 22px !default;
$picker-md-option-height: 42px !default;
/// @prop - Offset y of the picker option
$picker-md-option-offset-y: (($picker-md-height - $picker-md-toolbar-height) / 2) - ($picker-md-option-height / 2) - 10 !default;
$picker-md-option-offset-y: (($picker-md-height - $picker-md-toolbar-height) * 0.5) - ($picker-md-option-height * 0.5) - 10 !default;
/// @prop - Text color of the selected picker option
$picker-md-option-selected-color: ion-color(primary, base) !default;