@oaknational/oak-components 2.9.2 → 2.10.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.
package/dist/types.d.ts CHANGED
@@ -4134,6 +4134,10 @@ type BaseOakLessonNavItemProps<C extends ElementType> = {
4134
4134
  * Disable the section preventing navigation to it.
4135
4135
  */
4136
4136
  disabled?: boolean;
4137
+ /**
4138
+ * Display loading state while preserving disabled appearance and behavior.
4139
+ */
4140
+ isLoading?: boolean;
4137
4141
  } & ComponentPropsWithoutRef<C>;
4138
4142
  type QuizSectionProps$1 = {
4139
4143
  lessonSectionName: "starter-quiz" | "exit-quiz";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "2.9.2",
3
+ "version": "2.10.1",
4
4
  "licence": "MIT",
5
5
  "description": "Shared components for Oak applications",
6
6
  "main": "dist/cjs/index.js",