@oaknational/oak-components 2.35.0 → 2.36.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
@@ -2844,7 +2844,7 @@ type OakAccordionProps = {
2844
2844
  * automatically tinted to match via CSS filter so a single prop keeps both in sync.
2845
2845
  */
2846
2846
  $color?: OakUiRoleToken;
2847
- } & BorderStyleProps & FlexStyleProps;
2847
+ } & BorderStyleProps & FlexStyleProps & SpacingStyleProps;
2848
2848
  /**
2849
2849
  * An accordion component that can be used to show/hide content
2850
2850
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oaknational/oak-components",
3
- "version": "2.35.0",
3
+ "version": "2.36.0",
4
4
  "licence": "MIT",
5
5
  "packageManager": "pnpm@11.2.0",
6
6
  "description": "Shared components for Oak applications",