@iris.interactive/handcook 2.3.1 → 2.3.2

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.1",
3
+ "version": "2.3.2",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -1,18 +1,3 @@
1
- /*!
2
- * IRIS Interactive
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is no subject to a specific license
7
- * but it belongs to the company IRIS Interactive.
8
- * You can contact IRIS Interactive at the following
9
- * address: contact@iris-interactive.fr
10
- *
11
- * @author Lucas ROCHE
12
- * @date 28/01/2022 07:51
13
- * @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
14
- */
15
-
16
1
  /*
17
2
  * Created by IRIS Interactive
18
3
  * User : IRIS Interactive
@@ -9,7 +9,7 @@
9
9
  * address: contact@iris-interactive.fr
10
10
  *
11
11
  * @author Lucas ROCHE
12
- * @date 28/01/2022 07:41
12
+ * @date 28/01/2022 12:40
13
13
  * @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
14
14
  */
15
15
  @use "sass:math";
@@ -17,7 +17,7 @@
17
17
  /* Font icon
18
18
  /* ============================================= */
19
19
  @mixin fi($unicode) {
20
- content: $unicode;
20
+ content: #{'"\\' + $unicode + '"'};
21
21
  font-family: "collection-font";
22
22
  font-style: normal;
23
23
  font-weight: 400;
@@ -1,18 +1,3 @@
1
- /*!
2
- * IRIS Interactive
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is no subject to a specific license
7
- * but it belongs to the company IRIS Interactive.
8
- * You can contact IRIS Interactive at the following
9
- * address: contact@iris-interactive.fr
10
- *
11
- * @author Lucas ROCHE
12
- * @date 28/01/2022 07:51
13
- * @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
14
- */
15
-
16
1
  /*
17
2
  * Created by IRIS Interactive
18
3
  * User : IRIS Interactive
@@ -1,18 +1,3 @@
1
- /*!
2
- * IRIS Interactive
3
- *
4
- * NOTICE OF LICENSE
5
- *
6
- * This source file is no subject to a specific license
7
- * but it belongs to the company IRIS Interactive.
8
- * You can contact IRIS Interactive at the following
9
- * address: contact@iris-interactive.fr
10
- *
11
- * @author Lucas ROCHE
12
- * @date 28/01/2022 07:51
13
- * @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
14
- */
15
-
16
1
  /*
17
2
  * Created by IRIS Interactive
18
3
  * User : IRIS Interactive
@@ -72,6 +72,24 @@
72
72
  /* ============================================= */
73
73
  /* sr-only
74
74
  /* ============================================= */
75
+ /*!
76
+ * IRIS Interactive
77
+ *
78
+ * NOTICE OF LICENSE
79
+ *
80
+ * This source file is no subject to a specific license
81
+ * but it belongs to the company IRIS Interactive.
82
+ * You can contact IRIS Interactive at the following
83
+ * address: contact@iris-interactive.fr
84
+ *
85
+ * @author Lucas ROCHE
86
+ * @date 28/01/2022 07:41
87
+ * @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
88
+ */
89
+ /* Font icon
90
+ /* ============================================= */
91
+ /* Font size
92
+ /* ============================================= */
75
93
  /*
76
94
  * Created by IRIS Interactive
77
95
  * User : IRIS Interactive