@apolitical/component-library 2.1.3 → 2.1.4

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.
@@ -10,6 +10,8 @@ interface TabType {
10
10
  href?: string;
11
11
  /** Whether the tab is the current selected tab */
12
12
  current?: boolean;
13
+ /** Whether the tab has carousels - this is needed to ensure the carousel width loads as expected */
14
+ hasCarousel?: boolean;
13
15
  }
14
16
  interface Props {
15
17
  /** The tab details */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {