carbon-addons-iot-react 5.8.0 → 5.8.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.
- package/css/carbon-addons-iot-react.css +1 -1
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/HotspotEditorModal/HotspotEditorModal.js +4 -0
- package/es/components/HotspotEditorModal/hooks/hotspotStateHook.js +33 -3
- package/es/components/ImageCard/HotspotContent.js +1 -1
- package/es/components/ImageCard/ImageHotspots.js +187 -9
- package/lib/components/HotspotEditorModal/HotspotEditorModal.js +4 -0
- package/lib/components/HotspotEditorModal/hooks/hotspotStateHook.js +33 -3
- package/lib/components/ImageCard/HotspotContent.js +1 -1
- package/lib/components/ImageCard/ImageHotspots.js +186 -8
- package/lib/css/carbon-addons-iot-react.css +1 -1
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/ValueCard/_attribute.scss +1 -1
- package/package.json +1 -1
- package/scss/components/ValueCard/_attribute.scss +1 -1
- package/umd/carbon-addons-iot-react.js +224 -12
|
@@ -40829,7 +40829,7 @@ html[dir=rtl] .iot--time-picker__wrapper .iot--time-picker__controls {
|
|
|
40829
40829
|
|
|
40830
40830
|
.iot--value-card__attribute {
|
|
40831
40831
|
display: flex;
|
|
40832
|
-
height:
|
|
40832
|
+
height: 44px;
|
|
40833
40833
|
align-items: baseline;
|
|
40834
40834
|
padding-right: 1rem;
|
|
40835
40835
|
}
|