dfh-ui-library 1.12.161 → 1.12.162

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