dfh-ui-library 1.12.162 → 1.12.163

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.
@@ -592,7 +592,7 @@ export interface ITabProps extends AdditionalClassesProp {
592
592
  /** Unique identifier for the tab. */
593
593
  value: string;
594
594
  /** Count value for the tab. */
595
- count: string;
595
+ count?: string;
596
596
  /** Active tab identifier (optional). */
597
597
  activeTab?: string;
598
598
  /** Callback on tab click (optional). */
@@ -592,7 +592,7 @@ export interface ITabProps extends AdditionalClassesProp {
592
592
  /** Unique identifier for the tab. */
593
593
  value: string;
594
594
  /** Count value for the tab. */
595
- count: string;
595
+ count?: string;
596
596
  /** Active tab identifier (optional). */
597
597
  activeTab?: string;
598
598
  /** Callback on tab click (optional). */
package/dist/index.d.ts CHANGED
@@ -1110,7 +1110,7 @@ interface ITabProps extends AdditionalClassesProp {
1110
1110
  /** Unique identifier for the tab. */
1111
1111
  value: string;
1112
1112
  /** Count value for the tab. */
1113
- count: string;
1113
+ count?: string;
1114
1114
  /** Active tab identifier (optional). */
1115
1115
  activeTab?: string;
1116
1116
  /** Callback on tab click (optional). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.162",
3
+ "version": "1.12.163",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",