You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If you don't want to allow to set rgb or rgba values with percents, like rgb(5%,5%,5%), or rgba(90%,90%,90%,.3), then set it to false. (defaults to true)
587
+
*/
588
+
includePercentValues?: boolean|undefined;
589
+
/**
590
+
* `allowSpaces` defaults to `true`, which prohibits whitespace. If set to false, whitespace between color values is allowed, such as `rgb(255, 255, 255)` or even `rgba(255, 128, 0, 0.7)`.
591
+
*/
592
+
allowSpaces?: boolean|undefined;
593
+
}
594
+
584
595
/**
585
596
* Check if the string is a rgb or rgba color.
586
597
*
587
-
* @param [includePercentValues=true] - If you don't want to allow to set rgb or rgba values with percents, like rgb(5%,5%,5%), or rgba(90%,90%,90%,.3), then set it to false. (defaults to true)
* Yandex Mail addresses are known to be case-insensitive, so this switch allows lowercasing them even when `all_lowercase` is set to `false`.
1409
+
* Please note that when `all_lowercase` is `true`, Yandex Mail addresses are lowercased regardless of the value of this setting.
1410
+
*
1411
+
* @default true
1412
+
*/
1413
+
yandex_lowercase?: boolean|undefined;
1414
+
/**
1415
+
* All Yandex domains are equal, this explicitly sets the domain to 'yandex.ru'
1416
+
*
1417
+
* @default true
1418
+
*/
1419
+
yandex_convert_yandexru?: boolean|undefined;
1353
1420
/**
1354
1421
* iCloud addresses (including MobileMe) are known to be case-insensitive, so this switch allows lowercasing them even when `all_lowercase` is set to `false`.
1355
1422
* Please note that when `all_lowercase` is `true`, iCloud addresses are lowercased regardless of the value of this setting.
0 commit comments