@huntsman-cancer-institute/style 17.0.7 → 17.0.9

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.
Files changed (46) hide show
  1. package/assets/fonts/fontawesome/LICENSE.txt +34 -34
  2. package/assets/fonts/fontawesome/js/all.js +4466 -4466
  3. package/assets/fonts/fontawesome/js/all.min.js +4 -4
  4. package/assets/fonts/fontawesome/js/brands.js +585 -585
  5. package/assets/fonts/fontawesome/js/brands.min.js +4 -4
  6. package/assets/fonts/fontawesome/js/conflict-detection.js +998 -998
  7. package/assets/fonts/fontawesome/js/conflict-detection.min.js +4 -4
  8. package/assets/fonts/fontawesome/js/fontawesome.js +2483 -2483
  9. package/assets/fonts/fontawesome/js/fontawesome.min.js +4 -4
  10. package/assets/fonts/fontawesome/js/regular.js +280 -280
  11. package/assets/fonts/fontawesome/js/regular.min.js +4 -4
  12. package/assets/fonts/fontawesome/js/solid.js +1130 -1130
  13. package/assets/fonts/fontawesome/js/solid.min.js +4 -4
  14. package/assets/fonts/fontawesome/js/v4-shims.js +68 -68
  15. package/assets/fonts/fontawesome/js/v4-shims.min.js +4 -4
  16. package/assets/fonts/fontawesome5/LICENSE.txt +34 -34
  17. package/assets/fonts/fontawesome5/js/all.js +4466 -4466
  18. package/assets/fonts/fontawesome5/js/all.min.js +4 -4
  19. package/assets/fonts/fontawesome5/js/brands.js +585 -585
  20. package/assets/fonts/fontawesome5/js/brands.min.js +4 -4
  21. package/assets/fonts/fontawesome5/js/conflict-detection.js +998 -998
  22. package/assets/fonts/fontawesome5/js/conflict-detection.min.js +4 -4
  23. package/assets/fonts/fontawesome5/js/fontawesome.js +2483 -2483
  24. package/assets/fonts/fontawesome5/js/fontawesome.min.js +4 -4
  25. package/assets/fonts/fontawesome5/js/regular.js +280 -280
  26. package/assets/fonts/fontawesome5/js/regular.min.js +4 -4
  27. package/assets/fonts/fontawesome5/js/solid.js +1130 -1130
  28. package/assets/fonts/fontawesome5/js/solid.min.js +4 -4
  29. package/assets/fonts/fontawesome5/js/v4-shims.js +68 -68
  30. package/assets/fonts/fontawesome5/js/v4-shims.min.js +4 -4
  31. package/assets/fonts/fontawesome6/LICENSE.txt +165 -165
  32. package/assets/fonts/fontawesome6/js/all.js +6026 -6026
  33. package/assets/fonts/fontawesome6/js/all.min.js +5 -5
  34. package/assets/fonts/fontawesome6/js/brands.js +774 -774
  35. package/assets/fonts/fontawesome6/js/brands.min.js +5 -5
  36. package/assets/fonts/fontawesome6/js/conflict-detection.js +1146 -1146
  37. package/assets/fonts/fontawesome6/js/conflict-detection.min.js +5 -5
  38. package/assets/fonts/fontawesome6/js/fontawesome.js +3134 -3134
  39. package/assets/fonts/fontawesome6/js/fontawesome.min.js +5 -5
  40. package/assets/fonts/fontawesome6/js/regular.js +453 -453
  41. package/assets/fonts/fontawesome6/js/regular.min.js +5 -5
  42. package/assets/fonts/fontawesome6/js/solid.js +1680 -1680
  43. package/assets/fonts/fontawesome6/js/solid.min.js +5 -5
  44. package/assets/fonts/fontawesome6/js/v4-shims.js +233 -233
  45. package/assets/fonts/fontawesome6/js/v4-shims.min.js +5 -5
  46. package/package.json +1 -1
@@ -1,34 +1,34 @@
1
- Font Awesome Free License
2
- -------------------------
3
-
4
- Font Awesome Free is free, open source, and GPL friendly. You can use it for
5
- commercial projects, open source projects, or really almost whatever you want.
6
- Full Font Awesome Free license: https://fontawesome.com/license/free.
7
-
8
- # Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
9
- In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
10
- packaged as SVG and JS file types.
11
-
12
- # Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
13
- In the Font Awesome Free download, the SIL OFL license applies to all icons
14
- packaged as web and desktop font files.
15
-
16
- # Code: MIT License (https://opensource.org/licenses/MIT)
17
- In the Font Awesome Free download, the MIT license applies to all non-font and
18
- non-icon files.
19
-
20
- # Attribution
21
- Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
22
- Awesome Free files already contain embedded comments with sufficient
23
- attribution, so you shouldn't need to do anything additional when using these
24
- files normally.
25
-
26
- We've kept attribution comments terse, so we ask that you do not actively work
27
- to remove them from files, especially code. They're a great way for folks to
28
- learn about Font Awesome.
29
-
30
- # Brand Icons
31
- All brand icons are trademarks of their respective owners. The use of these
32
- trademarks does not indicate endorsement of the trademark holder by Font
33
- Awesome, nor vice versa. **Please do not use brand logos for any purpose except
34
- to represent the company, product, or service to which they refer.**
1
+ Font Awesome Free License
2
+ -------------------------
3
+
4
+ Font Awesome Free is free, open source, and GPL friendly. You can use it for
5
+ commercial projects, open source projects, or really almost whatever you want.
6
+ Full Font Awesome Free license: https://fontawesome.com/license/free.
7
+
8
+ # Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)
9
+ In the Font Awesome Free download, the CC BY 4.0 license applies to all icons
10
+ packaged as SVG and JS file types.
11
+
12
+ # Fonts: SIL OFL 1.1 License (https://scripts.sil.org/OFL)
13
+ In the Font Awesome Free download, the SIL OFL license applies to all icons
14
+ packaged as web and desktop font files.
15
+
16
+ # Code: MIT License (https://opensource.org/licenses/MIT)
17
+ In the Font Awesome Free download, the MIT license applies to all non-font and
18
+ non-icon files.
19
+
20
+ # Attribution
21
+ Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font
22
+ Awesome Free files already contain embedded comments with sufficient
23
+ attribution, so you shouldn't need to do anything additional when using these
24
+ files normally.
25
+
26
+ We've kept attribution comments terse, so we ask that you do not actively work
27
+ to remove them from files, especially code. They're a great way for folks to
28
+ learn about Font Awesome.
29
+
30
+ # Brand Icons
31
+ All brand icons are trademarks of their respective owners. The use of these
32
+ trademarks does not indicate endorsement of the trademark holder by Font
33
+ Awesome, nor vice versa. **Please do not use brand logos for any purpose except
34
+ to represent the company, product, or service to which they refer.**