kirby-colors icon indicating copy to clipboard operation
kirby-colors copied to clipboard

A color field for Kirby 3

Results 10 kirby-colors issues
Sort by recently updated
recently updated
newest added

WCAG 3 will use a new color contrast method called APCA (Advanced Perceptual Contrast Algorithm). This is way more accurate as it uses the perceptually correct contrast. [![image](https://user-images.githubusercontent.com/29142128/226655820-c17e4144-82b5-435b-b42d-445613c45422.png)](https://ruitina.com/apca-accessible-colour-contrast/) https://github.com/Myndex/SAPC-APCA/blob/master/documentation/WhyAPCA.md#why-the-new-contrast-method-apca It...

The development of [Kirby 4](https://getkirby.com/releases/4.0) is getting along and there finally will be a core color field. It works differently in some parts, yes, but it does what you'd expect...

question

There should be an option to specify color collections the user can directly choose from.

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

The contrast list from the blueprint is not being used. The function always returns #000 or #FFF. My blueprint: ```yaml backgroundcolor: type: colors contrast: - '#112233' - '#778899' ```

I always thought that was where the alpha value was adjusted. Just like this ![color-field](https://user-images.githubusercontent.com/31331096/171972342-c5709185-3ac7-400e-9818-c61402a60961.png)

It would be super useful to have some helper functions that directly check whether two colours pass certain specified accessibility rating - i.e., 'aa', 'aaa', 'aaLarge' and 'aaaLarge'. Right now,...

enhancement

We should evaluate, if combining the accessiblity level with the constrast icon (the bisected circle) would enhance the user experience. By doing so, the icon could work as a validator,...

enhancement

adding another example with a set value for contrast wich results in a bad rating could help to underline why this plugin is useful.

documentation

might be obvious for some but newcomers might not know the `$field->value()` function will get you the stored hex value.

documentation