File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -1294,22 +1294,3 @@ export const EXCLUDE = Symbol('exclude');
12941294 * @private
12951295 */
12961296export const JOIN = Symbol ( 'join' ) ;
1297-
1298- /**
1299- * Can be used with `Color.contrast` to check if graphics, UI elements, and large text
1300- * have enough contrast.
1301- * @typedef {'color-contrast-minimum-graphics' } COLOR_CONTRAST_MINIMUM_GRAPHICS
1302- * @property {COLOR_CONTRAST_MINIMUM_GRAPHICS } COLOR_CONTRAST_MINIMUM_GRAPHICS
1303- * @final
1304- */
1305- export const COLOR_CONTRAST_MINIMUM_GRAPHICS = 4.5 ;
1306-
1307-
1308- /**
1309- * Can be used with `Color.contrast` to check if text smaller than 14pt (~19px)
1310- * has enough contrast.
1311- * @typedef {'color-contrast-minimum-text' } COLOR_CONTRAST_MINIMUM_TEXT
1312- * @property {COLOR_CONTRAST_MINIMUM_TEXT } COLOR_CONTRAST_MINIMUMD_TEXT
1313- * @final
1314- */
1315- export const COLOR_CONTRAST_MINIMUM_TEXT = 7.0 ;
You can’t perform that action at this time.
0 commit comments