@holoviz/panel 0.14.4 → 1.0.0-a.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/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.iife.min.js +217 -0
- package/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.js +28286 -0
- package/dist/bundled/@microsoft/fast-components@2.30.6/dist/fast-components.min.js +217 -0
- package/dist/bundled/bootstrap/css/bootstrap.css +688 -0
- package/dist/bundled/bootstrap5/css/bootstrap-grid.css +4226 -0
- package/dist/bundled/bootstrap5/css/bootstrap-grid.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.css +4225 -0
- package/dist/bundled/bootstrap5/css/bootstrap-grid.rtl.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-reboot.css +591 -0
- package/dist/bundled/bootstrap5/css/bootstrap-reboot.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.css +588 -0
- package/dist/bundled/bootstrap5/css/bootstrap-reboot.rtl.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-utilities.css +5099 -0
- package/dist/bundled/bootstrap5/css/bootstrap-utilities.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.css +5090 -0
- package/dist/bundled/bootstrap5/css/bootstrap-utilities.rtl.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap.css +11783 -0
- package/dist/bundled/bootstrap5/css/bootstrap.min.css +6 -0
- package/dist/bundled/bootstrap5/css/bootstrap.rtl.css +11747 -0
- package/dist/bundled/bootstrap5/css/bootstrap.rtl.min.css +6 -0
- package/dist/bundled/bootstrap5/js/bootstrap.bundle.js +6295 -0
- package/dist/bundled/bootstrap5/js/bootstrap.bundle.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +7 -0
- package/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.esm.js +4422 -0
- package/dist/bundled/bootstrap5/js/bootstrap.esm.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.esm.min.js +7 -0
- package/dist/bundled/bootstrap5/js/bootstrap.esm.min.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.js +4468 -0
- package/dist/bundled/bootstrap5/js/bootstrap.js.map +1 -0
- package/dist/bundled/bootstrap5/js/bootstrap.min.js +7 -0
- package/dist/bundled/bootstrap5/js/bootstrap.min.js.map +1 -0
- package/dist/bundled/bootstrapdarktheme/bootstrap_dark.css +170 -0
- package/dist/bundled/bootstrapdefaulttheme/bootstrap_default.css +120 -0
- package/dist/bundled/bootstraptemplate/bootstrap.css +119 -77
- package/dist/bundled/darktheme/dark.css +33 -106
- package/dist/bundled/datatabulator/luxon/build/global/luxon.min.js.map +1 -1
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_bootstrap3.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_bootstrap4.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_bulma.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_fast.min.css +1 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_materialize.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_midnight.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_modern.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_semanticui.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_simple.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/css/tabulator_site.min.css +2 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/js/tabulator.js +26077 -0
- package/dist/bundled/datatabulator/tabulator-tables@5.4.4/dist/js/tabulator.js.map +1 -0
- package/dist/bundled/defaulttheme/default.css +33 -2
- package/dist/bundled/fast/css/fast.css +919 -0
- package/dist/bundled/fast/js/fast_design.js +87 -0
- package/dist/bundled/fastbasetemplate/fast.css +335 -0
- package/dist/bundled/fastgridtemplate/fast_grid_template.css +256 -232
- package/dist/bundled/golden-layout@1.5.9/dist/css/goldenlayout-base.css +1 -0
- package/dist/bundled/golden-layout@1.5.9/dist/css/theme/goldenlayout-dark-theme.css +1 -0
- package/dist/bundled/goldentemplate/golden.css +2 -22
- package/dist/bundled/material/css/material.css +443 -0
- package/dist/bundled/materialtemplate/dark.css +2 -20
- package/dist/bundled/materialtemplate/default.css +2 -17
- package/dist/bundled/materialtemplate/material.css +119 -114
- package/dist/bundled/materialthememixin/material_variables.css +19 -0
- package/dist/bundled/native/css/native.css +34 -0
- package/dist/bundled/notificationarea/panel/1.0.0-a.2/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.0.0-a.2/dist/bundled/bootstrap5/css/bootstrap.min.css +2 -0
- package/dist/bundled/panel/1.0.0-a.2/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +2 -0
- package/dist/bundled/panel/1.0.0-a.2/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.0.0-a.2/dist/bundled/jquery/jquery.slim.min.js +2 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/fonts.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/material-dark.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/material.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/monokai.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/solarized-dark.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/solarized.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/themes.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/vaporwave.css +1 -0
- package/dist/bundled/perspective/@finos/perspective-viewer@1.9.3/dist/css/variables.css +0 -0
- package/dist/bundled/plotlyplot/panel/1.0.0-a.2/dist/bundled/jquery/jquery.slim.min.js +2 -0
- package/dist/bundled/react-dom@17/umd/react-dom.production.min.js +245 -0
- package/dist/bundled/react@17/umd/react.production.min.js +31 -0
- package/dist/bundled/reacttemplate/react.css +0 -12
- package/dist/bundled/vanillatemplate/vanilla.css +129 -134
- package/dist/css/alerts.css +64 -64
- package/dist/css/booleanstatus.css +48 -0
- package/dist/css/card.css +55 -39
- package/dist/css/dataframe.css +7 -2
- package/dist/css/debugger.css +16 -10
- package/dist/css/divider.css +10 -0
- package/dist/css/editable_slider.css +22 -0
- package/dist/css/katex.css +3 -0
- package/dist/css/loading.css +5 -6
- package/dist/css/loadingspinner.css +119 -0
- package/dist/css/markdown.css +2 -1
- package/dist/css/perspective-datatable.css +504 -0
- package/dist/css/plotly.css +246 -0
- package/dist/css/progress.css +209 -0
- package/dist/css/widgetbox.css +9 -0
- package/dist/css/widgets.css +0 -305
- package/dist/dts/styles/alerts.css.d.ts +3 -0
- package/dist/dts/styles/booleanstatus.css.d.ts +3 -0
- package/dist/dts/styles/card.css.d.ts +3 -0
- package/dist/dts/styles/dataframe.css.d.ts +3 -0
- package/dist/dts/styles/debugger.css.d.ts +3 -0
- package/dist/dts/styles/divider.css.d.ts +4 -0
- package/dist/dts/styles/editable_slider.css.d.ts +8 -0
- package/dist/dts/styles/json.css.d.ts +3 -0
- package/dist/dts/styles/katex.css.d.ts +3 -0
- package/dist/dts/styles/loading.css.d.ts +3 -0
- package/dist/dts/styles/loadingspinner.css.d.ts +3 -0
- package/dist/dts/styles/markdown.css.d.ts +3 -0
- package/dist/dts/styles/perspective-datatable.css.d.ts +3 -0
- package/dist/dts/styles/plotly.css.d.ts +3 -0
- package/dist/dts/styles/progress.css.d.ts +3 -0
- package/dist/dts/styles/widgetbox.css.d.ts +3 -0
- package/dist/dts/styles/widgets.css.d.ts +4 -0
- package/dist/lib/models/ace.d.ts +3 -5
- package/dist/lib/models/ace.js +24 -23
- package/dist/lib/models/ace.js.map +1 -1
- package/dist/lib/models/audio.d.ts +2 -4
- package/dist/lib/models/audio.js +18 -18
- package/dist/lib/models/audio.js.map +1 -1
- package/dist/lib/models/card.d.ts +3 -3
- package/dist/lib/models/card.js +54 -63
- package/dist/lib/models/card.js.map +1 -1
- package/dist/lib/models/comm_manager.d.ts +2 -2
- package/dist/lib/models/comm_manager.js +20 -19
- package/dist/lib/models/comm_manager.js.map +1 -1
- package/dist/lib/models/data.js +1 -1
- package/dist/lib/models/data.js.map +1 -1
- package/dist/lib/models/datetime_picker.d.ts +8 -7
- package/dist/lib/models/datetime_picker.js +130 -36
- package/dist/lib/models/datetime_picker.js.map +1 -1
- package/dist/lib/models/deckgl.d.ts +2 -4
- package/dist/lib/models/deckgl.js +24 -25
- package/dist/lib/models/deckgl.js.map +1 -1
- package/dist/lib/models/echarts.d.ts +3 -2
- package/dist/lib/models/echarts.js +22 -12
- package/dist/lib/models/echarts.js.map +1 -1
- package/dist/lib/models/file_download.d.ts +2 -2
- package/dist/lib/models/file_download.js +20 -19
- package/dist/lib/models/file_download.js.map +1 -1
- package/dist/lib/models/html.d.ts +4 -4
- package/dist/lib/models/html.js +23 -17
- package/dist/lib/models/html.js.map +1 -1
- package/dist/lib/models/index.d.ts +1 -2
- package/dist/lib/models/index.js +1 -2
- package/dist/lib/models/index.js.map +1 -1
- package/dist/lib/models/ipywidget.d.ts +2 -6
- package/dist/lib/models/ipywidget.js +14 -24
- package/dist/lib/models/ipywidget.js.map +1 -1
- package/dist/lib/models/json.d.ts +1 -1
- package/dist/lib/models/json.js +14 -12
- package/dist/lib/models/json.js.map +1 -1
- package/dist/lib/models/jsoneditor.d.ts +8 -7
- package/dist/lib/models/jsoneditor.js +30 -19
- package/dist/lib/models/jsoneditor.js.map +1 -1
- package/dist/lib/models/katex.d.ts +0 -1
- package/dist/lib/models/katex.js +7 -6
- package/dist/lib/models/katex.js.map +1 -1
- package/dist/lib/models/layout.d.ts +25 -22
- package/dist/lib/models/layout.js +75 -81
- package/dist/lib/models/layout.js.map +1 -1
- package/dist/lib/models/location.d.ts +0 -1
- package/dist/lib/models/location.js +15 -14
- package/dist/lib/models/location.js.map +1 -1
- package/dist/lib/models/mathjax.d.ts +0 -3
- package/dist/lib/models/mathjax.js +6 -16
- package/dist/lib/models/mathjax.js.map +1 -1
- package/dist/lib/models/pdf.d.ts +24 -0
- package/dist/lib/models/pdf.js +62 -0
- package/dist/lib/models/pdf.js.map +1 -0
- package/dist/lib/models/perspective.d.ts +5 -10
- package/dist/lib/models/perspective.js +75 -87
- package/dist/lib/models/perspective.js.map +1 -1
- package/dist/lib/models/player.d.ts +0 -1
- package/dist/lib/models/player.js +18 -17
- package/dist/lib/models/player.js.map +1 -1
- package/dist/lib/models/plotly.d.ts +3 -7
- package/dist/lib/models/plotly.js +60 -67
- package/dist/lib/models/plotly.js.map +1 -1
- package/dist/lib/models/progress.d.ts +4 -7
- package/dist/lib/models/progress.js +28 -32
- package/dist/lib/models/progress.js.map +1 -1
- package/dist/lib/models/quill.d.ts +3 -6
- package/dist/lib/models/quill.js +25 -24
- package/dist/lib/models/quill.js.map +1 -1
- package/dist/lib/models/reactive_html.d.ts +6 -12
- package/dist/lib/models/reactive_html.js +45 -121
- package/dist/lib/models/reactive_html.js.map +1 -1
- package/dist/lib/models/singleselect.d.ts +0 -1
- package/dist/lib/models/singleselect.js +11 -10
- package/dist/lib/models/singleselect.js.map +1 -1
- package/dist/lib/models/speech_to_text.d.ts +1 -2
- package/dist/lib/models/speech_to_text.js +27 -26
- package/dist/lib/models/speech_to_text.js.map +1 -1
- package/dist/lib/models/state.d.ts +0 -2
- package/dist/lib/models/state.js +12 -13
- package/dist/lib/models/state.js.map +1 -1
- package/dist/lib/models/tabulator.d.ts +9 -16
- package/dist/lib/models/tabulator.js +111 -196
- package/dist/lib/models/tabulator.js.map +1 -1
- package/dist/lib/models/terminal.d.ts +5 -8
- package/dist/lib/models/terminal.js +23 -27
- package/dist/lib/models/terminal.js.map +1 -1
- package/dist/lib/models/text_to_speech.d.ts +1 -2
- package/dist/lib/models/text_to_speech.js +16 -15
- package/dist/lib/models/text_to_speech.js.map +1 -1
- package/dist/lib/models/trend.d.ts +1 -2
- package/dist/lib/models/trend.js +24 -23
- package/dist/lib/models/trend.js.map +1 -1
- package/dist/lib/models/vega.d.ts +6 -7
- package/dist/lib/models/vega.js +34 -37
- package/dist/lib/models/vega.js.map +1 -1
- package/dist/lib/models/video.d.ts +2 -4
- package/dist/lib/models/video.js +18 -18
- package/dist/lib/models/video.js.map +1 -1
- package/dist/lib/models/videostream.d.ts +2 -4
- package/dist/lib/models/videostream.js +19 -19
- package/dist/lib/models/videostream.js.map +1 -1
- package/dist/lib/models/vtk/util.d.ts +4 -4
- package/dist/lib/models/vtk/vtkaxes.d.ts +1 -2
- package/dist/lib/models/vtk/vtkaxes.js +15 -14
- package/dist/lib/models/vtk/vtkaxes.js.map +1 -1
- package/dist/lib/models/vtk/vtkjs.d.ts +0 -1
- package/dist/lib/models/vtk/vtkjs.js +9 -8
- package/dist/lib/models/vtk/vtkjs.js.map +1 -1
- package/dist/lib/models/vtk/vtklayout.d.ts +2 -5
- package/dist/lib/models/vtk/vtklayout.js +24 -30
- package/dist/lib/models/vtk/vtklayout.js.map +1 -1
- package/dist/lib/models/vtk/vtksynchronized.d.ts +0 -1
- package/dist/lib/models/vtk/vtksynchronized.js +17 -16
- package/dist/lib/models/vtk/vtksynchronized.js.map +1 -1
- package/dist/lib/models/vtk/vtkvolume.d.ts +0 -1
- package/dist/lib/models/vtk/vtkvolume.js +27 -26
- package/dist/lib/models/vtk/vtkvolume.js.map +1 -1
- package/dist/lib/styles/alerts.css.d.ts +1 -2
- package/dist/lib/styles/alerts.css.js +1 -139
- package/dist/lib/styles/booleanstatus.css.d.ts +1 -0
- package/dist/lib/styles/booleanstatus.css.js +1 -0
- package/dist/lib/styles/card.css.d.ts +1 -2
- package/dist/lib/styles/card.css.js +1 -43
- package/dist/lib/styles/dataframe.css.d.ts +1 -2
- package/dist/lib/styles/dataframe.css.js +1 -44
- package/dist/lib/styles/debugger.css.d.ts +1 -2
- package/dist/lib/styles/debugger.css.js +1 -68
- package/dist/lib/styles/divider.css.d.ts +2 -0
- package/dist/lib/styles/divider.css.js +2 -0
- package/dist/lib/styles/editable_slider.css.d.ts +6 -0
- package/dist/lib/styles/editable_slider.css.js +6 -0
- package/dist/lib/styles/json.css.d.ts +1 -2
- package/dist/lib/styles/json.css.js +1 -197
- package/dist/lib/styles/katex.css.d.ts +1 -0
- package/dist/lib/styles/katex.css.js +1 -0
- package/dist/lib/styles/loading.css.d.ts +1 -2
- package/dist/lib/styles/loading.css.js +1 -31
- package/dist/lib/styles/loadingspinner.css.d.ts +1 -0
- package/dist/lib/styles/loadingspinner.css.js +17 -0
- package/dist/lib/styles/markdown.css.d.ts +1 -2
- package/dist/lib/styles/markdown.css.js +1 -91
- package/dist/lib/styles/perspective-datatable.css.d.ts +1 -0
- package/dist/lib/styles/perspective-datatable.css.js +1 -0
- package/dist/lib/styles/plotly.css.d.ts +1 -0
- package/dist/lib/styles/plotly.css.js +1 -0
- package/dist/lib/styles/progress.css.d.ts +1 -0
- package/dist/lib/styles/progress.css.js +22 -0
- package/dist/lib/styles/widgetbox.css.d.ts +1 -0
- package/dist/lib/styles/widgetbox.css.js +1 -0
- package/dist/lib/styles/widgets.css.d.ts +2 -2
- package/dist/lib/styles/widgets.css.js +2 -320
- package/dist/panel.js +4648 -6067
- package/dist/panel.js.map +1 -1
- package/dist/panel.json +1 -1
- package/dist/panel.min.js +65 -102
- package/dist/wheels/bokeh-3.1.0rc1-py3-none-any.whl +0 -0
- package/dist/wheels/{panel-0.14.4-py3-none-any.whl → panel-1.0.0a2-py3-none-any.whl} +0 -0
- package/package.json +5 -4
- package/dist/bundled/bootstraptemplate/dark.css +0 -19
- package/dist/bundled/css/golden-layout@1.5.9/src/css/goldenlayout-base.css +0 -1
- package/dist/bundled/css/panel/0.14.4/dist/bundled/bootstrap4/css/bootstrap.min.css +0 -2
- package/dist/bundled/css/panel/0.14.4/dist/bundled/font-awesome/css/all.min.css +0 -2
- package/dist/bundled/datatabulator/@holoviz/panel@0.14.4/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/fast/tabulator_fast.min.css +0 -1
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/fast/tabulator_fast.min.css +0 -1
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_bootstrap3.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_bootstrap4.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_bulma.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_materialize.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_midnight.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_modern.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_semanticui.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_simple.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/css/tabulator_site.min.css +0 -2
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/js/tabulator.js +0 -27481
- package/dist/bundled/datatabulator/tabulator-tables@5.3.2/dist/js/tabulator.js.map +0 -1
- package/dist/bundled/fastbasetemplate/fast_awesome.css +0 -13
- package/dist/bundled/fastbasetemplate/fast_bokeh.css +0 -1646
- package/dist/bundled/fastbasetemplate/fast_bokeh_slickgrid.css +0 -200
- package/dist/bundled/fastbasetemplate/fast_panel.css +0 -53
- package/dist/bundled/fastbasetemplate/fast_panel_dataframe.css +0 -14
- package/dist/bundled/fastbasetemplate/fast_panel_markdown.css +0 -23
- package/dist/bundled/fastbasetemplate/fast_panel_widgets.css +0 -301
- package/dist/bundled/fastbasetemplate/fast_root.css +0 -41
- package/dist/bundled/fastdarktheme/fast_root_dark.css +0 -4
- package/dist/bundled/fastdefaulttheme/fast_root_default.css +0 -4
- package/dist/bundled/fastgridtemplate/dark.css +0 -26
- package/dist/bundled/fastgridtemplate/default.css +0 -4
- package/dist/bundled/fastlisttemplate/dark.css +0 -13
- package/dist/bundled/fastlisttemplate/default.css +0 -1
- package/dist/bundled/fastlisttemplate/fast_list_template.css +0 -237
- package/dist/bundled/goldentemplate/dark.css +0 -26
- package/dist/bundled/goldentemplate/default.css +0 -23
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/array-pixel-blob.js +0 -39
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-blending.js +0 -270
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-converters.js +0 -524
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-hsl.js +0 -42
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-hsv.js +0 -42
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-interpolation.js +0 -133
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-lab.js +0 -47
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-lch.js +0 -50
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-palette.js +0 -285
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-quantization.js +0 -135
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-rgba-64.js +0 -95
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-scale.js +0 -176
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/color-xyz.js +0 -50
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/component-state-color-palette.js +0 -113
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/histogram.js +0 -76
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/index.js +0 -19
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/math-utilities.js +0 -138
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/named-colors.js +0 -743
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/palette-extractor.js +0 -134
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/parse-color.js +0 -219
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/pixel-blob.js +0 -72
- package/dist/bundled/js/@microsoft/fast-colors@5.3.1/dist/pixel-box.js +0 -249
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/__test__/harness.js +0 -33
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/__test__/server.js +0 -36
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/dist/fast-components.iife.min.js +0 -19
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/dist/fast-components.js +0 -25813
- package/dist/bundled/js/@microsoft/fast-components@1.21.8/dist/fast-components.min.js +0 -19
- package/dist/bundled/js/panel/0.14.4/dist/bundled/bootstrap4/js/bootstrap.bundle.min.js +0 -2
- package/dist/bundled/js/panel/0.14.4/dist/bundled/jquery/jquery.slim.min.js +0 -2
- package/dist/bundled/js/react-dom@18/umd/react-dom.production.min.js +0 -267
- package/dist/bundled/js/react@18/umd/react.production.min.js +0 -31
- package/dist/bundled/notificationarea/panel/0.14.4/dist/bundled/font-awesome/css/all.min.css +0 -2
- package/dist/bundled/plotlyplot/panel/0.14.4/dist/bundled/jquery/jquery.slim.min.js +0 -2
- package/dist/bundled/reacttemplate/dark.css +0 -18
- package/dist/bundled/reacttemplate/default.css +0 -12
- package/dist/bundled/theme/dark.css +0 -107
- package/dist/bundled/theme/default.css +0 -3
- package/dist/bundled/vanillatemplate/default.css +0 -8
- package/dist/idom/package.json +0 -38
- package/dist/lib/models/idom.d.ts +0 -36
- package/dist/lib/models/idom.js +0 -239
- package/dist/lib/models/idom.js.map +0 -1
- package/dist/lib/models/tabs.d.ts +0 -24
- package/dist/lib/models/tabs.js +0 -231
- package/dist/lib/models/tabs.js.map +0 -1
- package/dist/wheels/bokeh-2.4.3-py3-none-any.whl +0 -0
- /package/dist/bundled/{js/babel-standalone@latest → babel-standalone@latest}/babel.min.js +0 -0
- /package/dist/bundled/{js/golden-layout@1.5.9 → golden-layout@1.5.9}/dist/goldenlayout.min.js +0 -0
- /package/dist/bundled/{css/material-components-web@7.0.0 → material-components-web@7.0.0}/dist/material-components-web.min.css +0 -0
- /package/dist/bundled/{js/material-components-web@7.0.0 → material-components-web@7.0.0}/dist/material-components-web.min.js +0 -0
- /package/dist/bundled/{js/react-grid-layout@1.3.4 → react-grid-layout@1.3.4}/dist/react-grid-layout.min.js +0 -0
- /package/dist/bundled/{js/react-grid-layout@1.3.4 → react-grid-layout@1.3.4}/dist/react-grid-layout.min.js.map +0 -0
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
.js-plotly-plot .plotly, .js-plotly-plot .plotly div {
|
|
2
|
+
direction: ltr;
|
|
3
|
+
font-family: 'Open Sans', verdana, arial, sans-serif;
|
|
4
|
+
margin: 0;
|
|
5
|
+
padding: 0; }
|
|
6
|
+
|
|
7
|
+
.js-plotly-plot .plotly input, .js-plotly-plot .plotly button {
|
|
8
|
+
font-family: 'Open Sans', verdana, arial, sans-serif; }
|
|
9
|
+
.js-plotly-plot .plotly input:focus, .js-plotly-plot .plotly button:focus {
|
|
10
|
+
outline: none; }
|
|
11
|
+
|
|
12
|
+
.js-plotly-plot .plotly a {
|
|
13
|
+
text-decoration: none; }
|
|
14
|
+
.js-plotly-plot .plotly a:hover {
|
|
15
|
+
text-decoration: none; }
|
|
16
|
+
|
|
17
|
+
.js-plotly-plot .plotly .crisp {
|
|
18
|
+
shape-rendering: crispEdges; }
|
|
19
|
+
|
|
20
|
+
.js-plotly-plot .plotly .user-select-none {
|
|
21
|
+
-webkit-user-select: none;
|
|
22
|
+
-moz-user-select: none;
|
|
23
|
+
-ms-user-select: none;
|
|
24
|
+
-o-user-select: none;
|
|
25
|
+
user-select: none; }
|
|
26
|
+
|
|
27
|
+
.js-plotly-plot .plotly svg {
|
|
28
|
+
overflow: hidden; }
|
|
29
|
+
|
|
30
|
+
.js-plotly-plot .plotly svg a {
|
|
31
|
+
fill: #447adb; }
|
|
32
|
+
|
|
33
|
+
.js-plotly-plot .plotly svg a:hover {
|
|
34
|
+
fill: #3c6dc5; }
|
|
35
|
+
|
|
36
|
+
.js-plotly-plot .plotly .main-svg {
|
|
37
|
+
position: absolute;
|
|
38
|
+
top: 0;
|
|
39
|
+
left: 0;
|
|
40
|
+
pointer-events: none; }
|
|
41
|
+
.js-plotly-plot .plotly .main-svg .draglayer {
|
|
42
|
+
pointer-events: all; }
|
|
43
|
+
|
|
44
|
+
.js-plotly-plot .plotly .cursor-default {
|
|
45
|
+
cursor: default; }
|
|
46
|
+
|
|
47
|
+
.js-plotly-plot .plotly .cursor-pointer {
|
|
48
|
+
cursor: pointer; }
|
|
49
|
+
|
|
50
|
+
.js-plotly-plot .plotly .cursor-crosshair {
|
|
51
|
+
cursor: crosshair; }
|
|
52
|
+
|
|
53
|
+
.js-plotly-plot .plotly .cursor-move {
|
|
54
|
+
cursor: move; }
|
|
55
|
+
|
|
56
|
+
.js-plotly-plot .plotly .cursor-col-resize {
|
|
57
|
+
cursor: col-resize; }
|
|
58
|
+
|
|
59
|
+
.js-plotly-plot .plotly .cursor-row-resize {
|
|
60
|
+
cursor: row-resize; }
|
|
61
|
+
|
|
62
|
+
.js-plotly-plot .plotly .cursor-ns-resize {
|
|
63
|
+
cursor: ns-resize; }
|
|
64
|
+
|
|
65
|
+
.js-plotly-plot .plotly .cursor-ew-resize {
|
|
66
|
+
cursor: ew-resize; }
|
|
67
|
+
|
|
68
|
+
.js-plotly-plot .plotly .cursor-sw-resize {
|
|
69
|
+
cursor: sw-resize; }
|
|
70
|
+
|
|
71
|
+
.js-plotly-plot .plotly .cursor-s-resize {
|
|
72
|
+
cursor: s-resize; }
|
|
73
|
+
|
|
74
|
+
.js-plotly-plot .plotly .cursor-se-resize {
|
|
75
|
+
cursor: se-resize; }
|
|
76
|
+
|
|
77
|
+
.js-plotly-plot .plotly .cursor-w-resize {
|
|
78
|
+
cursor: w-resize; }
|
|
79
|
+
|
|
80
|
+
.js-plotly-plot .plotly .cursor-e-resize {
|
|
81
|
+
cursor: e-resize; }
|
|
82
|
+
|
|
83
|
+
.js-plotly-plot .plotly .cursor-nw-resize {
|
|
84
|
+
cursor: nw-resize; }
|
|
85
|
+
|
|
86
|
+
.js-plotly-plot .plotly .cursor-n-resize {
|
|
87
|
+
cursor: n-resize; }
|
|
88
|
+
|
|
89
|
+
.js-plotly-plot .plotly .cursor-ne-resize {
|
|
90
|
+
cursor: ne-resize; }
|
|
91
|
+
|
|
92
|
+
.js-plotly-plot .plotly .cursor-grab {
|
|
93
|
+
cursor: -webkit-grab;
|
|
94
|
+
cursor: grab; }
|
|
95
|
+
|
|
96
|
+
.js-plotly-plot .plotly .modebar {
|
|
97
|
+
position: absolute;
|
|
98
|
+
top: 2px;
|
|
99
|
+
right: 2px; }
|
|
100
|
+
|
|
101
|
+
.js-plotly-plot .plotly .ease-bg {
|
|
102
|
+
-webkit-transition: background-color 0.3s ease 0s;
|
|
103
|
+
-moz-transition: background-color 0.3s ease 0s;
|
|
104
|
+
-ms-transition: background-color 0.3s ease 0s;
|
|
105
|
+
-o-transition: background-color 0.3s ease 0s;
|
|
106
|
+
transition: background-color 0.3s ease 0s; }
|
|
107
|
+
|
|
108
|
+
.js-plotly-plot .plotly .modebar--hover > :not(.watermark) {
|
|
109
|
+
opacity: 0;
|
|
110
|
+
-webkit-transition: opacity 0.3s ease 0s;
|
|
111
|
+
-moz-transition: opacity 0.3s ease 0s;
|
|
112
|
+
-ms-transition: opacity 0.3s ease 0s;
|
|
113
|
+
-o-transition: opacity 0.3s ease 0s;
|
|
114
|
+
transition: opacity 0.3s ease 0s; }
|
|
115
|
+
|
|
116
|
+
.js-plotly-plot .plotly:hover .modebar--hover .modebar-group {
|
|
117
|
+
opacity: 1; }
|
|
118
|
+
|
|
119
|
+
.js-plotly-plot .plotly .modebar-group {
|
|
120
|
+
float: left;
|
|
121
|
+
display: inline-block;
|
|
122
|
+
box-sizing: border-box;
|
|
123
|
+
padding-left: 8px;
|
|
124
|
+
position: relative;
|
|
125
|
+
vertical-align: middle;
|
|
126
|
+
white-space: nowrap; }
|
|
127
|
+
|
|
128
|
+
.js-plotly-plot .plotly .modebar-btn {
|
|
129
|
+
position: relative;
|
|
130
|
+
font-size: 16px;
|
|
131
|
+
padding: 3px 4px;
|
|
132
|
+
height: 22px;
|
|
133
|
+
/* display: inline-block; including this breaks 3d interaction in .embed mode. Chrome bug? */
|
|
134
|
+
cursor: pointer;
|
|
135
|
+
line-height: normal;
|
|
136
|
+
box-sizing: border-box; }
|
|
137
|
+
.js-plotly-plot .plotly .modebar-btn svg {
|
|
138
|
+
position: relative;
|
|
139
|
+
top: 2px; }
|
|
140
|
+
|
|
141
|
+
.js-plotly-plot .plotly .modebar.vertical {
|
|
142
|
+
display: flex;
|
|
143
|
+
flex-direction: column;
|
|
144
|
+
flex-wrap: wrap;
|
|
145
|
+
align-content: flex-end;
|
|
146
|
+
max-height: 100%; }
|
|
147
|
+
.js-plotly-plot .plotly .modebar.vertical svg {
|
|
148
|
+
top: -1px; }
|
|
149
|
+
.js-plotly-plot .plotly .modebar.vertical .modebar-group {
|
|
150
|
+
display: block;
|
|
151
|
+
float: none;
|
|
152
|
+
padding-left: 0px;
|
|
153
|
+
padding-bottom: 8px; }
|
|
154
|
+
.js-plotly-plot .plotly .modebar.vertical .modebar-group .modebar-btn {
|
|
155
|
+
display: block;
|
|
156
|
+
text-align: center; }
|
|
157
|
+
|
|
158
|
+
.js-plotly-plot .plotly [data-title] {
|
|
159
|
+
/**
|
|
160
|
+
* tooltip body
|
|
161
|
+
*/ }
|
|
162
|
+
.js-plotly-plot .plotly [data-title]:before, .js-plotly-plot .plotly [data-title]:after {
|
|
163
|
+
position: absolute;
|
|
164
|
+
-webkit-transform: translate3d(0, 0, 0);
|
|
165
|
+
-moz-transform: translate3d(0, 0, 0);
|
|
166
|
+
-ms-transform: translate3d(0, 0, 0);
|
|
167
|
+
-o-transform: translate3d(0, 0, 0);
|
|
168
|
+
transform: translate3d(0, 0, 0);
|
|
169
|
+
display: none;
|
|
170
|
+
opacity: 0;
|
|
171
|
+
z-index: 1001;
|
|
172
|
+
pointer-events: none;
|
|
173
|
+
top: 110%;
|
|
174
|
+
right: 50%; }
|
|
175
|
+
.js-plotly-plot .plotly [data-title]:hover:before, .js-plotly-plot .plotly [data-title]:hover:after {
|
|
176
|
+
display: block;
|
|
177
|
+
opacity: 1; }
|
|
178
|
+
.js-plotly-plot .plotly [data-title]:before {
|
|
179
|
+
content: '';
|
|
180
|
+
position: absolute;
|
|
181
|
+
background: transparent;
|
|
182
|
+
border: 6px solid transparent;
|
|
183
|
+
z-index: 1002;
|
|
184
|
+
margin-top: -12px;
|
|
185
|
+
border-bottom-color: #69738a;
|
|
186
|
+
margin-right: -6px; }
|
|
187
|
+
.js-plotly-plot .plotly [data-title]:after {
|
|
188
|
+
content: attr(data-title);
|
|
189
|
+
background: #69738a;
|
|
190
|
+
color: white;
|
|
191
|
+
padding: 8px 10px;
|
|
192
|
+
font-size: 12px;
|
|
193
|
+
line-height: 12px;
|
|
194
|
+
white-space: nowrap;
|
|
195
|
+
margin-right: -18px;
|
|
196
|
+
border-radius: 2px; }
|
|
197
|
+
|
|
198
|
+
.js-plotly-plot .plotly .vertical [data-title]:before, .js-plotly-plot .plotly .vertical [data-title]:after {
|
|
199
|
+
top: 0%;
|
|
200
|
+
right: 200%; }
|
|
201
|
+
|
|
202
|
+
.js-plotly-plot .plotly .vertical [data-title]:before {
|
|
203
|
+
border: 6px solid transparent;
|
|
204
|
+
border-left-color: #69738a;
|
|
205
|
+
margin-top: 8px;
|
|
206
|
+
margin-right: -30px; }
|
|
207
|
+
|
|
208
|
+
.plotly-notifier {
|
|
209
|
+
font-family: 'Open Sans', verdana, arial, sans-serif;
|
|
210
|
+
position: fixed;
|
|
211
|
+
top: 50px;
|
|
212
|
+
right: 20px;
|
|
213
|
+
z-index: 10000;
|
|
214
|
+
font-size: 10pt;
|
|
215
|
+
max-width: 180px; }
|
|
216
|
+
.plotly-notifier p {
|
|
217
|
+
margin: 0; }
|
|
218
|
+
.plotly-notifier .notifier-note {
|
|
219
|
+
min-width: 180px;
|
|
220
|
+
max-width: 250px;
|
|
221
|
+
border: 1px solid #fff;
|
|
222
|
+
z-index: 3000;
|
|
223
|
+
margin: 0;
|
|
224
|
+
background-color: #8c97af;
|
|
225
|
+
background-color: rgba(140, 151, 175, 0.9);
|
|
226
|
+
color: #fff;
|
|
227
|
+
padding: 10px;
|
|
228
|
+
overflow-wrap: break-word;
|
|
229
|
+
word-wrap: break-word;
|
|
230
|
+
-ms-hyphens: auto;
|
|
231
|
+
-webkit-hyphens: auto;
|
|
232
|
+
hyphens: auto; }
|
|
233
|
+
.plotly-notifier .notifier-close {
|
|
234
|
+
color: #fff;
|
|
235
|
+
opacity: 0.8;
|
|
236
|
+
float: right;
|
|
237
|
+
padding: 0 5px;
|
|
238
|
+
background: none;
|
|
239
|
+
border: none;
|
|
240
|
+
font-size: 20px;
|
|
241
|
+
font-weight: bold;
|
|
242
|
+
line-height: 20px; }
|
|
243
|
+
.plotly-notifier .notifier-close:hover {
|
|
244
|
+
color: #444;
|
|
245
|
+
text-decoration: none;
|
|
246
|
+
cursor: pointer; }
|
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
progress {
|
|
2
|
+
appearance: none;
|
|
3
|
+
-moz-appearance: none;
|
|
4
|
+
-webkit-appearance: none;
|
|
5
|
+
border: none;
|
|
6
|
+
height: 20px;
|
|
7
|
+
border-radius: 3px;
|
|
8
|
+
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
|
|
9
|
+
color: royalblue;
|
|
10
|
+
position: relative;
|
|
11
|
+
margin: 0 0 1.5em;
|
|
12
|
+
width: 100%;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
progress[value]::-webkit-progress-bar {
|
|
16
|
+
background-color: whiteSmoke;
|
|
17
|
+
border-radius: 3px;
|
|
18
|
+
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
progress[value] ::-webkit-progress-value {
|
|
22
|
+
position: relative;
|
|
23
|
+
background-size: 35px 20px, 100% 100%, 100% 100%;
|
|
24
|
+
border-radius: 3px;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
progress.active:not([value])::before {
|
|
28
|
+
background-position: 10%;
|
|
29
|
+
animation-name: stripes;
|
|
30
|
+
animation-duration: 3s;
|
|
31
|
+
animation-timing-function: linear;
|
|
32
|
+
animation-iteration-count: infinite;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
progress[value]::-moz-progress-bar {
|
|
36
|
+
background-size: 35px 20px, 100% 100%, 100% 100%;
|
|
37
|
+
border-radius: 3px;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
progress:not([value])::-moz-progress-bar {
|
|
41
|
+
border-radius: 3px;
|
|
42
|
+
background: linear-gradient(
|
|
43
|
+
-45deg,
|
|
44
|
+
transparent 33%,
|
|
45
|
+
rgba(0, 0, 0, 0.2) 33%,
|
|
46
|
+
rgba(0, 0, 0, 0.2) 66%,
|
|
47
|
+
transparent 66%
|
|
48
|
+
)
|
|
49
|
+
left/2.5em 1.5em;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
progress.active:not([value])::-moz-progress-bar {
|
|
53
|
+
background-position: 10%;
|
|
54
|
+
animation-name: stripes;
|
|
55
|
+
animation-duration: 3s;
|
|
56
|
+
animation-timing-function: linear;
|
|
57
|
+
animation-iteration-count: infinite;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
progress.active:not([value])::-webkit-progress-bar {
|
|
61
|
+
background-position: 10%;
|
|
62
|
+
animation-name: stripes;
|
|
63
|
+
animation-duration: 3s;
|
|
64
|
+
animation-timing-function: linear;
|
|
65
|
+
animation-iteration-count: infinite;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
progress.primary[value]::-webkit-progress-value {
|
|
69
|
+
background-color: var(--primary-bg-color);
|
|
70
|
+
}
|
|
71
|
+
progress.primary:not([value])::before {
|
|
72
|
+
background-color: var(--primary-bg-color);
|
|
73
|
+
}
|
|
74
|
+
progress.primary:not([value])::-webkit-progress-bar {
|
|
75
|
+
background-color: var(--primary-bg-color);
|
|
76
|
+
}
|
|
77
|
+
progress.primary::-moz-progress-bar {
|
|
78
|
+
background-color: var(--primary-bg-color);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
progress.secondary[value]::-webkit-progress-value {
|
|
82
|
+
background-color: var(--secondary-bg-color);
|
|
83
|
+
}
|
|
84
|
+
progress.secondary:not([value])::before {
|
|
85
|
+
background-color: var(--secondary-bg-color);
|
|
86
|
+
}
|
|
87
|
+
progress.secondary:not([value])::-webkit-progress-bar {
|
|
88
|
+
background-color: var(--secondary-bg-color);
|
|
89
|
+
}
|
|
90
|
+
progress.secondary::-moz-progress-bar {
|
|
91
|
+
background-color: var(--secondary-bg-color);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
progress.success[value]::-webkit-progress-value {
|
|
95
|
+
background-color: var(--success-bg-color);
|
|
96
|
+
}
|
|
97
|
+
progress.success:not([value])::before {
|
|
98
|
+
background-color: var(--success-bg-color);
|
|
99
|
+
}
|
|
100
|
+
progress.success:not([value])::-webkit-progress-bar {
|
|
101
|
+
background-color: var(--success-bg-color);
|
|
102
|
+
}
|
|
103
|
+
progress.success::-moz-progress-bar {
|
|
104
|
+
background-color: var(--success-bg-color);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
progress.danger[value]::-webkit-progress-value {
|
|
108
|
+
background-color: var(--danger-bg-color);
|
|
109
|
+
}
|
|
110
|
+
progress.danger:not([value])::before {
|
|
111
|
+
background-color: var(--danger-bg-color);
|
|
112
|
+
}
|
|
113
|
+
progress.danger:not([value])::-webkit-progress-bar {
|
|
114
|
+
background-color: var(--danger-bg-color);
|
|
115
|
+
}
|
|
116
|
+
progress.danger::-moz-progress-bar {
|
|
117
|
+
background-color: var(--danger-bg-color);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
progress.warning[value]::-webkit-progress-value {
|
|
121
|
+
background-color: var(--warning-bg-color);
|
|
122
|
+
}
|
|
123
|
+
progress.warning:not([value])::before {
|
|
124
|
+
background-color: var(--warning-bg-color);
|
|
125
|
+
}
|
|
126
|
+
progress.warning:not([value])::-webkit-progress-bar {
|
|
127
|
+
background-color: var(--warning-bg-color);
|
|
128
|
+
}
|
|
129
|
+
progress.warning::-moz-progress-bar {
|
|
130
|
+
background-color: var(--warning-bg-color);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
progress.info[value]::-webkit-progress-value {
|
|
134
|
+
background-color: var(--info-bg-color);
|
|
135
|
+
}
|
|
136
|
+
progress.info:not([value])::before {
|
|
137
|
+
background-color: var(--info-bg-color);
|
|
138
|
+
}
|
|
139
|
+
progress.info:not([value])::-webkit-progress-bar {
|
|
140
|
+
background-color: var(--info-bg-color);
|
|
141
|
+
}
|
|
142
|
+
progress.info::-moz-progress-bar {
|
|
143
|
+
background-color: var(--info-bg-color);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
progress.light[value]::-webkit-progress-value {
|
|
147
|
+
background-color: var(--light-bg-color);
|
|
148
|
+
}
|
|
149
|
+
progress.light:not([value])::before {
|
|
150
|
+
background-color: var(--light-bg-color);
|
|
151
|
+
}
|
|
152
|
+
progress.light:not([value])::-webkit-progress-bar {
|
|
153
|
+
background-color: var(--light-bg-color);
|
|
154
|
+
}
|
|
155
|
+
progress.light::-moz-progress-bar {
|
|
156
|
+
background-color: var(--light-bg-color);
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
progress.dark[value]::-webkit-progress-value {
|
|
160
|
+
background-color: var(--dark-bg-color);
|
|
161
|
+
}
|
|
162
|
+
progress.dark:not([value])::-webkit-progress-bar {
|
|
163
|
+
background-color: var(--dark-bg-color);
|
|
164
|
+
}
|
|
165
|
+
progress.dark:not([value])::before {
|
|
166
|
+
background-color: var(--dark-bg-color);
|
|
167
|
+
}
|
|
168
|
+
progress.dark::-moz-progress-bar {
|
|
169
|
+
background-color: var(--dark-bg-color);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
progress:not([value])::-webkit-progress-bar {
|
|
173
|
+
border-radius: 3px;
|
|
174
|
+
background: linear-gradient(
|
|
175
|
+
-45deg,
|
|
176
|
+
transparent 33%,
|
|
177
|
+
rgba(0, 0, 0, 0.2) 33%,
|
|
178
|
+
rgba(0, 0, 0, 0.2) 66%,
|
|
179
|
+
transparent 66%
|
|
180
|
+
)
|
|
181
|
+
left/2.5em 1.5em;
|
|
182
|
+
}
|
|
183
|
+
progress:not([value])::before {
|
|
184
|
+
content: " ";
|
|
185
|
+
position: absolute;
|
|
186
|
+
height: 20px;
|
|
187
|
+
top: 0;
|
|
188
|
+
left: 0;
|
|
189
|
+
right: 0;
|
|
190
|
+
bottom: 0;
|
|
191
|
+
border-radius: 3px;
|
|
192
|
+
background: linear-gradient(
|
|
193
|
+
-45deg,
|
|
194
|
+
transparent 33%,
|
|
195
|
+
rgba(0, 0, 0, 0.2) 33%,
|
|
196
|
+
rgba(0, 0, 0, 0.2) 66%,
|
|
197
|
+
transparent 66%
|
|
198
|
+
)
|
|
199
|
+
left/2.5em 1.5em;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
@keyframes stripes {
|
|
203
|
+
from {
|
|
204
|
+
background-position: 0%;
|
|
205
|
+
}
|
|
206
|
+
to {
|
|
207
|
+
background-position: 100%;
|
|
208
|
+
}
|
|
209
|
+
}
|