@iris.interactive/handcook 9.0.3-alpha → 9.0.4-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
File without changes
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Welcome to HandCook 👨‍🍳
2
- ![Version](https://img.shields.io/badge/version-9.0.3-alpha-blue.svg?cacheSeconds=2592000)
2
+ ![Version](https://img.shields.io/badge/version-9.0.4-alpha-blue.svg?cacheSeconds=2592000)
3
3
  ![Prerequisite](https://img.shields.io/badge/node-%3E%3D%2023.6.0-blue.svg)
4
4
  [![License: UNLICENSED](https://img.shields.io/badge/License-UNLICENSED-yellow.svg)](#)
5
5
  [![Twitter: captain\_iris](https://img.shields.io/twitter/follow/captain\_iris.svg?style=social)](https://twitter.com/captain\_iris)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "9.0.3-alpha",
3
+ "version": "9.0.4-alpha",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -737,6 +737,11 @@ $detail-sit-title-font-size--rem: var(--iris--detail-sit-title--font-size--rem,
737
737
  $detail-sit-title-font-size-small: var(--iris--detail-sit-title--font-size--small, $h2-font-size-small);
738
738
  $detail-sit-title-font-size-small--rem: var(--iris--detail-sit-title--font-size--small--rem, $h2-font-size-small--rem);
739
739
 
740
+ /* A11y
741
+ / ================================================== */
742
+ $a11y-focus-color: var(--iris--focus--color, $color);
743
+ $a11y-outline: 2px dashed $a11y-focus-color;
744
+
740
745
  /* Notifications
741
746
  / ================================================== */
742
747
  $c-error: #f33;