@oaknational/oak-components 1.0.0 → 1.0.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.
package/dist/types.d.ts CHANGED
@@ -2665,6 +2665,7 @@ type OakInfoProps = {
2665
2665
  * Some content to give as a hint to answer a question
2666
2666
  */
2667
2667
  hint: ReactNode;
2668
+ id: string;
2668
2669
  isLoading?: boolean;
2669
2670
  disabled?: boolean;
2670
2671
  } & Omit<OakTooltipProps, "children" | "tooltip" | "id">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "licence": "MIT",
5
5
  "description": "Shared components for Oak applications",
6
6
  "main": "dist/cjs/index.js",