@instructure/ui-icons 10.4.0 → 10.4.1-snapshot-1

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 (33) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/README.md +1 -1
  3. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  4. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  5. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  6. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  7. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  8. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  9. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  10. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  11. package/es/font/index.js +1951 -1951
  12. package/es/icon-font/Line/InstructureIcons-Line.css +1108 -0
  13. package/es/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
  14. package/es/icon-font/Solid/InstructureIcons-Solid.css +1108 -0
  15. package/es/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
  16. package/es/icons-data.json +1 -0
  17. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  18. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  19. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  20. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  21. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  22. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  23. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  24. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  25. package/lib/font/index.js +1951 -1951
  26. package/lib/icon-font/Line/InstructureIcons-Line.css +1108 -0
  27. package/lib/icon-font/Line/InstructureIcons-Line.woff2 +0 -0
  28. package/lib/icon-font/Solid/InstructureIcons-Solid.css +1108 -0
  29. package/lib/icon-font/Solid/InstructureIcons-Solid.woff2 +0 -0
  30. package/lib/icons-data.json +1 -0
  31. package/package.json +4 -4
  32. package/tsconfig.build.tsbuildinfo +1 -1
  33. package/types/font/index.d.ts +728 -728
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [10.4.1-snapshot-1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1-snapshot-1) (2024-10-18)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-icons
9
+
10
+
11
+
12
+
13
+
6
14
  # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
7
15
 
8
16
  **Note:** Version bump only for package @instructure/ui-icons
package/README.md CHANGED
@@ -99,7 +99,7 @@ type: code
99
99
 
100
100
  - Finally, run `npm run dev` from the repository root directory to start the local server and check the generated output.
101
101
 
102
- - Verify icons display correctly by checking under [iconography](/#iconography) in the main nav. Check all 3 versions (React, SVG and icon font).
102
+ - Verify icons display correctly by checking under [Icons](/#icons) in the main nav. Check all 3 versions (React, SVG and icon font).
103
103
 
104
104
  (Note: The fonts are sometimes not rendered correctly, but we decided not to fix them, because they are not really used anywhere, and we might stop supporting icon fonts in the future in general.)
105
105