@instructure/ui-icons 10.13.1-snapshot-0 → 10.13.1-snapshot-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.
Files changed (36) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +4 -7
  3. package/tsconfig.build.json +0 -1
  4. package/tsconfig.build.tsbuildinfo +1 -1
  5. package/es/font/Line/InstructureIcons-Line.css +0 -2217
  6. package/es/font/Line/InstructureIcons-Line.eot +0 -0
  7. package/es/font/Line/InstructureIcons-Line.svg +0 -1137
  8. package/es/font/Line/InstructureIcons-Line.ttf +0 -0
  9. package/es/font/Line/InstructureIcons-Line.woff +0 -0
  10. package/es/font/Line/InstructureIcons-Line.woff2 +0 -0
  11. package/es/font/Line/InstructureIcons-Line_icon-map.scss +0 -755
  12. package/es/font/Solid/InstructureIcons-Solid.css +0 -2217
  13. package/es/font/Solid/InstructureIcons-Solid.eot +0 -0
  14. package/es/font/Solid/InstructureIcons-Solid.svg +0 -1137
  15. package/es/font/Solid/InstructureIcons-Solid.ttf +0 -0
  16. package/es/font/Solid/InstructureIcons-Solid.woff +0 -0
  17. package/es/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  18. package/es/font/Solid/InstructureIcons-Solid_icon-map.scss +0 -755
  19. package/es/font/index.js +0 -7500
  20. package/lib/font/Line/InstructureIcons-Line.css +0 -2217
  21. package/lib/font/Line/InstructureIcons-Line.eot +0 -0
  22. package/lib/font/Line/InstructureIcons-Line.svg +0 -1137
  23. package/lib/font/Line/InstructureIcons-Line.ttf +0 -0
  24. package/lib/font/Line/InstructureIcons-Line.woff +0 -0
  25. package/lib/font/Line/InstructureIcons-Line.woff2 +0 -0
  26. package/lib/font/Line/InstructureIcons-Line_icon-map.scss +0 -755
  27. package/lib/font/Solid/InstructureIcons-Solid.css +0 -2217
  28. package/lib/font/Solid/InstructureIcons-Solid.eot +0 -0
  29. package/lib/font/Solid/InstructureIcons-Solid.svg +0 -1137
  30. package/lib/font/Solid/InstructureIcons-Solid.ttf +0 -0
  31. package/lib/font/Solid/InstructureIcons-Solid.woff +0 -0
  32. package/lib/font/Solid/InstructureIcons-Solid.woff2 +0 -0
  33. package/lib/font/Solid/InstructureIcons-Solid_icon-map.scss +0 -755
  34. package/lib/font/index.js +0 -7513
  35. package/types/font/index.d.ts +0 -13493
  36. package/types/font/index.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.13.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.13.1-snapshot-0) (2025-03-10)
6
+ ## [10.13.1-snapshot-2](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.13.1-snapshot-2) (2025-03-12)
7
7
 
8
8
  **Note:** Version bump only for package @instructure/ui-icons
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-icons",
3
- "version": "10.13.1-snapshot-0",
3
+ "version": "10.13.1-snapshot-2",
4
4
  "description": "Icon set for Instructure, Inc. products",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -13,10 +13,9 @@
13
13
  "homepage": "https://instructure.github.io/instructure-ui/",
14
14
  "bugs": "https://github.com/instructure/instructure-ui/issues",
15
15
  "scripts": {
16
- "clean": "gulp clean && ui-scripts clean",
17
16
  "lint": "ui-scripts lint",
18
17
  "prepare-build": "npm run build-icons",
19
- "build-icons": "ui-scripts build-icons --svgoConfig svgo.config.js --config icons.config.js && gulp",
18
+ "build-icons": "ui-scripts build-icons --svgoConfig svgo.config.js --config icons.config.js",
20
19
  "build": "ui-scripts build __build__ --copy-files --modules es,cjs",
21
20
  "export": "npm run build-icons && npm run build:types",
22
21
  "build:types": "tsc -p tsconfig.build.json",
@@ -24,13 +23,11 @@
24
23
  },
25
24
  "license": "MIT",
26
25
  "devDependencies": {
27
- "@instructure/ui-babel-preset": "10.13.1-snapshot-0",
28
- "@instructure/ui-icons-build": "10.13.1-snapshot-0",
29
- "gulp": "^4.0.2"
26
+ "@instructure/ui-babel-preset": "10.13.1-snapshot-2"
30
27
  },
31
28
  "dependencies": {
32
29
  "@babel/runtime": "^7.26.0",
33
- "@instructure/ui-svg-images": "10.13.1-snapshot-0",
30
+ "@instructure/ui-svg-images": "10.13.1-snapshot-2",
34
31
  "prop-types": "^15.8.1"
35
32
  },
36
33
  "peerDependencies": {
@@ -9,7 +9,6 @@
9
9
  "exclude": ["/font/Line/**/*", "/font/Solid/**/*"],
10
10
  "references": [
11
11
  { "path": "../ui-babel-preset/tsconfig.build.json" },
12
- { "path": "../ui-icons-build/tsconfig.build.json" },
13
12
  { "path": "../ui-svg-images/tsconfig.build.json" }
14
13
  ]
15
14
  }