@softheon/armature 19.8.0 → 19.8.1

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.
@@ -28,11 +28,15 @@ export declare class SofSegmentedControlComponent {
28
28
  /**
29
29
  * @description
30
30
  * @property text Text for the segmented control option
31
+ * @property textParams Parameters for translate pipe
31
32
  * @property ariaLabel Aria label required for accessibility
32
33
  * @property iconClass The class for the leading icon
33
34
  */
34
35
  export interface SegmentedControlData {
35
36
  text: string;
37
+ textParams?: {
38
+ [key: string]: string;
39
+ };
36
40
  ariaLabel?: string;
37
41
  iconClass?: string;
38
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@softheon/armature",
3
- "version": "19.8.0",
3
+ "version": "19.8.1",
4
4
  "dependencies": {
5
5
  "tslib": "^2.5.0"
6
6
  },