@luscii-healthtech/web-ui 2.7.0 → 2.7.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.
- package/dist/web-ui.cjs.development.js +2 -0
- package/dist/web-ui.cjs.development.js.map +1 -1
- package/dist/web-ui.cjs.production.min.js +1 -1
- package/dist/web-ui.cjs.production.min.js.map +1 -1
- package/dist/web-ui.esm.js +2 -0
- package/dist/web-ui.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/List/ListItem.tsx +1 -0
- package/src/components/LoadingIndicator/LoadingIndicator.tsx +1 -0
- package/src/components/Radio/RadioV2.tsx +1 -1
|
@@ -2282,6 +2282,7 @@ function LoadingIndicator(_ref) {
|
|
|
2282
2282
|
className: containerClassName
|
|
2283
2283
|
}), /*#__PURE__*/React__default.createElement("img", {
|
|
2284
2284
|
src: asSpinner ? spinnerToRender : img$e,
|
|
2285
|
+
"data-chromatic": "ignore",
|
|
2285
2286
|
className: classNames("text-gray-600 fill-current stroke-current", {
|
|
2286
2287
|
"h-4 w-4": asSpinner,
|
|
2287
2288
|
"h-12 w-12": !asSpinner
|
|
@@ -2913,6 +2914,7 @@ var ListItem = function ListItem(_ref) {
|
|
|
2913
2914
|
className: "w-6 h-6"
|
|
2914
2915
|
}), !loadIconError && icon && typeof icon === "string" && /*#__PURE__*/React__default.createElement("img", {
|
|
2915
2916
|
src: icon,
|
|
2917
|
+
"data-chromatic": "ignore",
|
|
2916
2918
|
alt: "list-item-icon",
|
|
2917
2919
|
className: "w-6 h-6 text-sm",
|
|
2918
2920
|
onLoad: onListItemIconLoad,
|