font-awesome-sass 6.1.2 → 6.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8f971797296d05b70ae30be5981892ad19d0da083a7648d006e54ad803a63b8
4
- data.tar.gz: 9b89ebd2290b5973883aa114a907b21be6d4d3e036ea716a3b319ec2ab69be2a
3
+ metadata.gz: 165974351b841149761312ccb5dd9abc61e63239bfb593a30fcd7f5837bbbbe7
4
+ data.tar.gz: 8cd9fd481352b7a4698b0d261916b89db9b3b7409d46fce8af2ccc7e14b4c5d7
5
5
  SHA512:
6
- metadata.gz: 876f4c374c7d93e9ac7c9d4ab609ec70e2675fc488d23cfeaa429ae137d587a4a04387613a02ff2c3eeaa6e920dcfa91b808009c6d6f01b626dd4f0448eeecac
7
- data.tar.gz: 4bc6d16aa2b2664cbc26bc5344a0fb9e78d8a408e0ca387a5e2062eee7a413ff3fd358b95ae90ec85bc5408b7b25d87171cf7a8fcb5ccf5f7a54923babd948af
6
+ metadata.gz: 1ea9b964adfda58fc5baf6d0c9c0f77d6c7ad35aff9fe67f10dadd4a400ac5ba0db822a6dbb122ef0cb1e7f304a36e15d78ea62dd476a6a7bd36264c546063c2
7
+ data.tar.gz: 9e9ab8a33d696b613963a0588ad755b12f5f2e8c1de2dfe0f5c598085ff22c764e44921ecec666e1b4ef2c2e922642347924db9a836bad5bfa8319fa4cf07fbf
@@ -3,7 +3,7 @@
3
3
 
4
4
  .#{$fa-css-prefix}-beat {
5
5
  animation-name: #{$fa-css-prefix}-beat;
6
- animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0);
6
+ animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);
7
7
  animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);
8
8
  animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);
9
9
  animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);
@@ -12,7 +12,7 @@
12
12
 
13
13
  .#{$fa-css-prefix}-bounce {
14
14
  animation-name: #{$fa-css-prefix}-bounce;
15
- animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0);
15
+ animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);
16
16
  animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);
17
17
  animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);
18
18
  animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);
@@ -21,7 +21,7 @@
21
21
 
22
22
  .#{$fa-css-prefix}-fade {
23
23
  animation-name: #{$fa-css-prefix}-fade;
24
- animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0);
24
+ animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);
25
25
  animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);
26
26
  animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);
27
27
  animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);
@@ -30,7 +30,7 @@
30
30
 
31
31
  .#{$fa-css-prefix}-beat-fade {
32
32
  animation-name: #{$fa-css-prefix}-beat-fade;
33
- animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0);
33
+ animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);
34
34
  animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);
35
35
  animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);
36
36
  animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);
@@ -39,7 +39,7 @@
39
39
 
40
40
  .#{$fa-css-prefix}-flip {
41
41
  animation-name: #{$fa-css-prefix}-flip;
42
- animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0);
42
+ animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);
43
43
  animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);
44
44
  animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);
45
45
  animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);
@@ -48,7 +48,7 @@
48
48
 
49
49
  .#{$fa-css-prefix}-shake {
50
50
  animation-name: #{$fa-css-prefix}-shake;
51
- animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0);
51
+ animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);
52
52
  animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);
53
53
  animation-duration: var(--#{$fa-css-prefix}-animation-duration, 1s);
54
54
  animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);
@@ -57,7 +57,7 @@
57
57
 
58
58
  .#{$fa-css-prefix}-spin {
59
59
  animation-name: #{$fa-css-prefix}-spin;
60
- animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0);
60
+ animation-delay: var(--#{$fa-css-prefix}-animation-delay, 0s);
61
61
  animation-direction: var(--#{$fa-css-prefix}-animation-direction, normal);
62
62
  animation-duration: var(--#{$fa-css-prefix}-animation-duration, 2s);
63
63
  animation-iteration-count: var(--#{$fa-css-prefix}-animation-iteration-count, infinite);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
4
  * Copyright 2022 Fonticons, Inc.
5
5
  */
@@ -7,7 +7,8 @@
7
7
  @import 'variables';
8
8
 
9
9
  :root, :host {
10
- --#{$fa-css-prefix}-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
10
+ --#{$fa-css-prefix}-style-family-brands: 'Font Awesome 6 Brands';
11
+ --#{$fa-css-prefix}-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
11
12
  }
12
13
 
13
14
  @font-face {
@@ -21,7 +22,6 @@
21
22
 
22
23
  .fab,
23
24
  .#{$fa-css-prefix}-brands {
24
- font-family: 'Font Awesome 6 Brands';
25
25
  font-weight: 400;
26
26
  }
27
27
 
@@ -7,16 +7,12 @@
7
7
  }
8
8
 
9
9
  .#{$fa-css-prefix},
10
+ .#{$fa-css-prefix}-classic,
11
+ .#{$fa-css-prefix}-sharp,
10
12
  .fas,
11
13
  .#{$fa-css-prefix}-solid,
12
14
  .far,
13
15
  .#{$fa-css-prefix}-regular,
14
- .fal,
15
- .#{$fa-css-prefix}-light,
16
- .fat,
17
- .#{$fa-css-prefix}-thin,
18
- .fad,
19
- .#{$fa-css-prefix}-duotone,
20
16
  .fab,
21
17
  .#{$fa-css-prefix}-brands {
22
18
  -moz-osx-font-smoothing: grayscale;
@@ -28,6 +24,20 @@
28
24
  text-rendering: auto;
29
25
  }
30
26
 
27
+ .fas,
28
+ .#{$fa-css-prefix}-classic,
29
+ .#{$fa-css-prefix}-solid,
30
+ .far,
31
+ .#{$fa-css-prefix}-regular {
32
+ font-family: 'Font Awesome 6 Free';
33
+ }
34
+
35
+ .fab,
36
+ .#{$fa-css-prefix}-brands {
37
+ font-family: 'Font Awesome 6 Brands';
38
+ }
39
+
40
+
31
41
  %fa-icon {
32
42
  @include fa-icon;
33
43
  }
@@ -63,4 +63,4 @@
63
63
  } @else {
64
64
  @return "#{$fa-font-path}/#{$file}";
65
65
  }
66
- }
66
+ }
@@ -41,6 +41,8 @@
41
41
  }
42
42
  }
43
43
 
44
+ // sets a specific icon family to use alongside style + icon mixins
45
+
44
46
  // convenience mixins for declaring pseudo-elements by CSS variable,
45
47
  // including all style-specific font properties, and both the ::before
46
48
  // and ::after elements in the duotone case.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
4
  * Copyright 2022 Fonticons, Inc.
5
5
  */
@@ -7,7 +7,8 @@
7
7
  @import 'variables';
8
8
 
9
9
  :root, :host {
10
- --#{$fa-css-prefix}-font-regular: normal 400 1em/1 "#{ $fa-style-family }";
10
+ --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
11
+ --#{$fa-css-prefix}-font-regular: normal 400 1em/1 '#{ $fa-style-family }';
11
12
  }
12
13
 
13
14
  @font-face {
@@ -21,6 +22,5 @@
21
22
 
22
23
  .far,
23
24
  .#{$fa-css-prefix}-regular {
24
- font-family: 'Font Awesome 6 Free';
25
25
  font-weight: 400;
26
26
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Font Awesome Free 6.1.2 by @fontawesome - https://fontawesome.com
2
+ * Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com
3
3
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
4
4
  * Copyright 2022 Fonticons, Inc.
5
5
  */
@@ -7,7 +7,8 @@
7
7
  @import 'variables';
8
8
 
9
9
  :root, :host {
10
- --#{$fa-css-prefix}-font-solid: normal 900 1em/1 "#{ $fa-style-family }";
10
+ --#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
11
+ --#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }';
11
12
  }
12
13
 
13
14
  @font-face {
@@ -21,6 +22,5 @@
21
22
 
22
23
  .fas,
23
24
  .#{$fa-css-prefix}-solid {
24
- font-family: 'Font Awesome 6 Free';
25
25
  font-weight: 900;
26
26
  }