@oaknational/oak-components 2.29.0 → 2.30.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.
package/dist/types.d.ts CHANGED
@@ -722,6 +722,7 @@ declare const icons: {
722
722
  readonly "ai-quiz": "v1756224440/icons/AI_quiz_eivb2s.svg";
723
723
  readonly "ai-slide-deck": "v1756224440/icons/Ai_slidedeck_xuo49n.svg";
724
724
  readonly "ai-worksheet": "v1756224441/icons/AI_worksheet_cm4f0q.svg";
725
+ readonly "ai-teaching-resources": "v1779438987/icons/ai-teaching-resources.svg";
725
726
  readonly home: "v1699887218/icons/gvqxjxcw07ei2kkmwnes.svg";
726
727
  readonly send: "v1699893673/icons/rmvytilpjgvh3pgwc8ph.svg";
727
728
  readonly rocket: "v1699894015/icons/u26xm5hteot875ozfnk9.svg";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "2.29.0",
3
+ "version": "2.30.0",
4
4
  "licence": "MIT",
5
5
  "description": "Shared components for Oak applications",
6
6
  "main": "dist/cjs/index.js",