@lax-wp/design-system 0.3.93 → 0.3.95
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/components/data-display/label-value/LabelValue.d.ts +2 -0
- package/dist/index.es.js +3287 -3897
- package/dist/index.umd.js +48 -48
- package/package.json +1 -2
|
@@ -53,6 +53,8 @@ export interface RiskDetailsCardProps<TRisk = any> {
|
|
|
53
53
|
* Props for the LabelValue component
|
|
54
54
|
*/
|
|
55
55
|
export interface LabelValueProps {
|
|
56
|
+
/** The id of the label value */
|
|
57
|
+
id?: string;
|
|
56
58
|
/** The label text to display */
|
|
57
59
|
label?: string;
|
|
58
60
|
/** The value to display */
|