@iris.interactive/handcook 2.3.7 → 2.3.11

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "2.3.7",
3
+ "version": "2.3.11",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -97,6 +97,7 @@
97
97
 
98
98
  /* Font
99
99
  /* ============================================= */
100
- .fi--color {
100
+ .fi--color:before,
101
+ .fi-color:after {
101
102
  color: var(--iris--icon--color);
102
- }
103
+ }
@@ -19,9 +19,10 @@
19
19
  @mixin fi($unicode) {
20
20
  content: #{'"\\' + $unicode + '"'};
21
21
  font-family: "collection-font";
22
- font-style: normal;
22
+ font-style: initial;
23
+ text-transform: none;
23
24
  font-weight: 400;
24
- font-display: block;
25
+ font-display: swap;
25
26
  }
26
27
 
27
28
  /* Font size
@@ -187,6 +187,7 @@
187
187
 
188
188
  /* Font
189
189
  /* ============================================= */
190
- .fi--color {
190
+ .fi--color:before,
191
+ .fi-color:after {
191
192
  color: var(--iris--icon--color);
192
193
  }