30 lines
671 B
Plaintext
30 lines
671 B
Plaintext
/*!
|
|
* vue-router v4.6.4
|
|
* (c) 2025 Eduardo San Martin Morote
|
|
* @license MIT
|
|
*/
|
|
|
|
/**
|
|
* WCAG 3.0 APCA perceptual contrast algorithm from https://github.com/Myndex/SAPC-APCA
|
|
* @licence https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document
|
|
* @see https://www.w3.org/WAI/GL/task-forces/silver/wiki/Visual_Contrast_of_Text_Subgroup
|
|
*/
|
|
|
|
/**
|
|
* @vue/reactivity v3.5.31
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/
|
|
|
|
/**
|
|
* @vue/runtime-dom v3.5.31
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/
|
|
|
|
/**
|
|
* @vue/shared v3.5.31
|
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
* @license MIT
|
|
**/
|