@sis-cc/dotstatsuite-visions 7.6.1 → 7.6.2
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.
|
@@ -158,6 +158,7 @@ var DataHeader = function DataHeader(_ref4) {
|
|
|
158
158
|
className: cx(classes.title, classes.disclaimer),
|
|
159
159
|
title: disclaimer,
|
|
160
160
|
tabIndex: 0,
|
|
161
|
+
'data-testid': 'data-header-disclaimer',
|
|
161
162
|
variant: 'warning',
|
|
162
163
|
'aria-hidden': false,
|
|
163
164
|
placement: 'bottom',
|
|
@@ -198,6 +198,7 @@ var DataHeader = function DataHeader(_ref4) {
|
|
|
198
198
|
className: (0, _classnames2.default)(classes.title, classes.disclaimer),
|
|
199
199
|
title: disclaimer,
|
|
200
200
|
tabIndex: 0,
|
|
201
|
+
'data-testid': 'data-header-disclaimer',
|
|
201
202
|
variant: 'warning',
|
|
202
203
|
'aria-hidden': false,
|
|
203
204
|
placement: 'bottom',
|