@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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +2 -0
- package/package.json +1 -1
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";
|