@nulogy/components 8.14.0 → 8.14.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/main.js
CHANGED
|
@@ -50063,7 +50063,7 @@
|
|
|
50063
50063
|
return StatusIndicatorColours(theme)[type];
|
|
50064
50064
|
};
|
|
50065
50065
|
|
|
50066
|
-
var StatusIndicator = styled__default["default"].
|
|
50066
|
+
var StatusIndicator = styled__default["default"].span.withConfig({
|
|
50067
50067
|
displayName: "StatusIndicator",
|
|
50068
50068
|
componentId: "sc-17eyafq-0"
|
|
50069
50069
|
})(space, typography, flexbox, function (_ref2) {
|
package/dist/main.module.js
CHANGED
|
@@ -50040,7 +50040,7 @@ var getStatusIndicatorColours = function getStatusIndicatorColours(type, theme)
|
|
|
50040
50040
|
return StatusIndicatorColours(theme)[type];
|
|
50041
50041
|
};
|
|
50042
50042
|
|
|
50043
|
-
var StatusIndicator = styled.
|
|
50043
|
+
var StatusIndicator = styled.span.withConfig({
|
|
50044
50044
|
displayName: "StatusIndicator",
|
|
50045
50045
|
componentId: "sc-17eyafq-0"
|
|
50046
50046
|
})(space, typography, flexbox, function (_ref2) {
|