@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.
@@ -2274,6 +2274,7 @@ function LoadingIndicator(_ref) {
2274
2274
  className: containerClassName
2275
2275
  }), /*#__PURE__*/React__default.createElement("img", {
2276
2276
  src: asSpinner ? spinnerToRender : img$e,
2277
+ "data-chromatic": "ignore",
2277
2278
  className: classNames("text-gray-600 fill-current stroke-current", {
2278
2279
  "h-4 w-4": asSpinner,
2279
2280
  "h-12 w-12": !asSpinner
@@ -2905,6 +2906,7 @@ var ListItem = function ListItem(_ref) {
2905
2906
  className: "w-6 h-6"
2906
2907
  }), !loadIconError && icon && typeof icon === "string" && /*#__PURE__*/React__default.createElement("img", {
2907
2908
  src: icon,
2909
+ "data-chromatic": "ignore",
2908
2910
  alt: "list-item-icon",
2909
2911
  className: "w-6 h-6 text-sm",
2910
2912
  onLoad: onListItemIconLoad,