@oaknational/oak-components 2.22.0 → 2.23.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
@@ -771,6 +771,8 @@ declare const icons: {
771
771
  readonly data: "v1763393164/icons/data-illustration_ukwdxg.svg";
772
772
  readonly chatting: "v1763393163/icons/chatting-illustration_l52zaf.svg";
773
773
  readonly "snack-break": "v1763393167/icons/snackbreak_illustration_fguw7l.svg";
774
+ readonly "class-grouping": "v1776785621/icons/class-grouping.svg";
775
+ readonly strand: "v1776850533/icons/strand.svg";
774
776
  readonly "subject-art": "v1706616347/subject-icons/art.svg";
775
777
  readonly "subject-biology": "v1706616415/subject-icons/biology.svg";
776
778
  readonly "subject-chemistry": "v1706616415/subject-icons/chemistry.svg";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "2.22.0",
3
+ "version": "2.23.0",
4
4
  "licence": "MIT",
5
5
  "description": "Shared components for Oak applications",
6
6
  "main": "dist/cjs/index.js",