@digital-ai/dot-components 3.26.0 → 4.0.0
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/index.esm.js +2 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -12493,7 +12493,7 @@ const DotIllustration = ({
|
|
|
12493
12493
|
children: jsx("img", {
|
|
12494
12494
|
alt: alt || 'Illustration',
|
|
12495
12495
|
"aria-label": ariaLabel || title || 'Illustration',
|
|
12496
|
-
className:
|
|
12496
|
+
className: `${illustrationId} ${theme} dot-img`,
|
|
12497
12497
|
"data-testid": dataTestId && `${dataTestId}-img`,
|
|
12498
12498
|
role: ariaRole,
|
|
12499
12499
|
title: title || 'Illustration'
|
|
@@ -12545,7 +12545,7 @@ const DotEmptyFilterState = ({
|
|
|
12545
12545
|
ariaLabel,
|
|
12546
12546
|
className,
|
|
12547
12547
|
'data-testid': dataTestId,
|
|
12548
|
-
illustrationId = '
|
|
12548
|
+
illustrationId = 'empty',
|
|
12549
12549
|
imageAltText = 'no results found'
|
|
12550
12550
|
}) => {
|
|
12551
12551
|
return jsx(DotEmptyState, {
|