@deriv-com/smartcharts-champion 1.2.0 → 1.2.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/CHANGELOG.md +3 -17
- package/dist/chart/flutter_bootstrap.js +1 -1
- package/dist/chart/flutter_service_worker.js +1 -1
- package/dist/chart/main.dart.js +1 -1
- package/dist/{flutter-chart-adapter-65c26c.smartcharts.js → flutter-chart-adapter-3d2723.smartcharts.js} +2 -2
- package/dist/{flutter-chart-adapter-65c26c.smartcharts.js.map → flutter-chart-adapter-3d2723.smartcharts.js.map} +1 -1
- package/dist/smartcharts.css +6 -6
- package/dist/smartcharts.css.map +1 -1
- package/dist/smartcharts.js +1 -1
- package/dist/smartcharts.js.map +1 -1
- package/package.json +1 -1
package/dist/smartcharts.css
CHANGED
|
@@ -201,10 +201,10 @@ html,body{touch-action:none;margin:0px}
|
|
|
201
201
|
.draggable.chart-line:hover.horizontal{cursor:ns-resize}
|
|
202
202
|
.draggable.chart-line:hover.vertical{cursor:ew-resize}
|
|
203
203
|
.hide-pricelines>.chart-line.horizontal,.hide-pricelines>.barrier-area{display:none}
|
|
204
|
-
.drag-price{display:flex;height:24px;top:-
|
|
204
|
+
.drag-price{display:flex;height:24px;top:-14px;position:absolute;right:-1px;justify-content:space-between;border:1px solid;border-radius:4px}
|
|
205
205
|
.smartcharts-light .drag-price:not(.smartcharts-light .drag-price--narrow){background-color:#fff}
|
|
206
206
|
.smartcharts-dark .drag-price:not(.smartcharts-dark .drag-price--narrow){background-color:#181c25}
|
|
207
|
-
.drag-price--narrow{height:
|
|
207
|
+
.drag-price--narrow{height:25px;top:-12px;background-color:rgba(12,40,247,.16)}
|
|
208
208
|
.drag-price .arrow-icon{height:41px;padding:4px 0px;position:absolute;transition:none;left:2px;width:calc(100% - 2px)}
|
|
209
209
|
.price{display:block;font-size:12px;line-height:18px;overflow:visible;overflow:initial;padding:3px 1px;position:relative;right:45px;text-align:center;width:-moz-max-content;width:max-content}
|
|
210
210
|
.price--zero{color:#2c9aff;padding:0;padding:initial}
|
|
@@ -212,10 +212,10 @@ html,body{touch-action:none;margin:0px}
|
|
|
212
212
|
.smartcharts-dark .price--zero{background-image:linear-gradient(rgba(255, 255, 255, 0.001) 30%, #181c25 50%, rgba(255, 255, 255, 0.001) 75%)}
|
|
213
213
|
.draggable-area-wrapper{display:flex}
|
|
214
214
|
.draggable .price{overflow:visible;overflow:initial;position:relative;right:55px}
|
|
215
|
-
.draggable .drag-icon{display:flex;flex-direction:column;justify-content:center;padding-left:3px;border-top-left-radius:4px;border-bottom-left-radius:4px}
|
|
216
|
-
.
|
|
217
|
-
.
|
|
218
|
-
.draggable .drag-icon div{background-color:#2c9aff
|
|
215
|
+
.draggable .drag-icon{display:flex;flex-direction:column;justify-content:center;padding-left:3px;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#fff;background-color:#2c9aff}
|
|
216
|
+
.draggable .drag-icon div{background-color:#fff;height:1px;margin:1px;width:8px}
|
|
217
|
+
.draggable .drag-icon--hidden{background-color:rgba(0,0,0,0)}
|
|
218
|
+
.draggable .drag-icon--hidden div{background-color:#2c9aff}
|
|
219
219
|
.shade.hidden{opacity:0}
|
|
220
220
|
.shade{height:120px !important}
|
|
221
221
|
.shade{position:absolute;width:100%;top:-120px;left:0;right:0;opacity:.3;z-index:-1}
|