carbon-addons-iot-react 4.1.21 → 4.1.22
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 +0 -24
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/HotspotEditorModal/HotspotEditorModal.js +23 -5
- package/es/components/HotspotEditorModal/HotspotTextStyleTab/HotspotTextStyleTab.js +10 -4
- package/lib/components/CardEditor/CardEditForm/CardEditFormItems/ImageCardFormItems/ImageCardFormContent.js +1 -1
- package/lib/components/HotspotEditorModal/HotspotEditorModal.js +25 -4
- package/lib/components/HotspotEditorModal/HotspotTextStyleTab/HotspotTextStyleTab.js +9 -3
- package/lib/css/carbon-addons-iot-react.css +0 -24
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/HotspotEditorModal/HotspotTextStyleTab/_hotspot-text-style-tab.scss +0 -8
- package/package.json +2 -2
- package/scss/components/HotspotEditorModal/HotspotTextStyleTab/_hotspot-text-style-tab.scss +0 -8
- package/umd/carbon-addons-iot-react.js +192 -168
package/lib/scss/components/HotspotEditorModal/HotspotTextStyleTab/_hotspot-text-style-tab.scss
CHANGED
|
@@ -18,14 +18,6 @@ $border-radius: 5px;
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
&__text-style {
|
|
22
|
-
@include content-switcher-border-radius($border-radius, left, right);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
html[dir='rtl'] &__text-style {
|
|
26
|
-
@include content-switcher-border-radius($border-radius, right, left);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
21
|
&__dropdown {
|
|
30
22
|
width: 100%;
|
|
31
23
|
}
|
package/package.json
CHANGED
|
@@ -345,11 +345,11 @@
|
|
|
345
345
|
"whatwg-fetch": "^3.0.0"
|
|
346
346
|
},
|
|
347
347
|
"sideEffects": false,
|
|
348
|
-
"version": "4.1.
|
|
348
|
+
"version": "4.1.22",
|
|
349
349
|
"resolutions": {
|
|
350
350
|
"chokidar": "3.3.1",
|
|
351
351
|
"react-grid-layout": "1.2.2",
|
|
352
352
|
"got": "11.8.5"
|
|
353
353
|
},
|
|
354
|
-
"gitHead": "
|
|
354
|
+
"gitHead": "f3c52c497340a2160ba6af28d7222c55e32fede2"
|
|
355
355
|
}
|
|
@@ -18,14 +18,6 @@ $border-radius: 5px;
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
-
&__text-style {
|
|
22
|
-
@include content-switcher-border-radius($border-radius, left, right);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
html[dir='rtl'] &__text-style {
|
|
26
|
-
@include content-switcher-border-radius($border-radius, right, left);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
21
|
&__dropdown {
|
|
30
22
|
width: 100%;
|
|
31
23
|
}
|