@holoviz/panel 1.3.0-rc.2 → 1.3.0
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/notificationarea/panel/1.3.0/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.3.0/dist/bundled/bootstrap5/css/bootstrap.min.css +2 -0
- package/dist/bundled/panel/1.3.0/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +2 -0
- package/dist/bundled/panel/1.3.0/dist/bundled/font-awesome/css/all.min.css +2 -0
- package/dist/bundled/panel/1.3.0/dist/bundled/jquery/jquery.slim.min.js +2 -0
- package/dist/bundled/plotlyplot/panel/1.3.0/dist/bundled/jquery/jquery.slim.min.js +2 -0
- package/dist/bundled/theme/fast_variables.css +2 -1
- package/dist/bundled/theme/material.css +8 -1
- package/dist/css/chat_interface.css +1 -1
- package/dist/lib/styles/chat_interface.css.js +1 -1
- package/dist/wheels/{panel-1.3.0rc2-py3-none-any.whl → panel-1.3.0-py3-none-any.whl} +0 -0
- package/package.json +1 -1
- package/dist/bundled/notificationarea/panel/1.3.0-rc.2/dist/bundled/font-awesome/css/all.min.css +0 -2
- package/dist/bundled/panel/1.3.0-rc.2/dist/bundled/bootstrap5/css/bootstrap.min.css +0 -2
- package/dist/bundled/panel/1.3.0-rc.2/dist/bundled/bootstrap5/js/bootstrap.bundle.min.js +0 -2
- package/dist/bundled/panel/1.3.0-rc.2/dist/bundled/font-awesome/css/all.min.css +0 -2
- package/dist/bundled/panel/1.3.0-rc.2/dist/bundled/jquery/jquery.slim.min.js +0 -2
- package/dist/bundled/plotlyplot/panel/1.3.0-rc.2/dist/bundled/jquery/jquery.slim.min.js +0 -2
|
@@ -251,6 +251,13 @@ textarea.bk-input:not([type='file']) {
|
|
|
251
251
|
box-shadow: unset;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
+
.bk-input-group:has(> select),
|
|
255
|
+
.bk-input-group:has(> .bk-input-container),
|
|
256
|
+
.bk-input-group:has(> .bk-spin-wrapper),
|
|
257
|
+
.bk-input-group:has(> textarea) {
|
|
258
|
+
padding-top: 0.5em;
|
|
259
|
+
}
|
|
260
|
+
|
|
254
261
|
.bk-input-group > label:has(+ select),
|
|
255
262
|
.bk-input-group > label:has(+ .bk-input-container),
|
|
256
263
|
.bk-input-group > label:has(+ .bk-spin-wrapper),
|
|
@@ -258,7 +265,7 @@ textarea.bk-input:not([type='file']) {
|
|
|
258
265
|
background-color: var(--current-background-color);
|
|
259
266
|
position: absolute;
|
|
260
267
|
left: 0;
|
|
261
|
-
top:
|
|
268
|
+
top: 0;
|
|
262
269
|
transform: scale(0.75);
|
|
263
270
|
line-height: 1.4375em;
|
|
264
271
|
font-size: 1rem;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export default `@import url('chat_feed.css');.chat-feed-log{max-height:calc(100% - 75px);}.chat-interface-input-tabs{background:
|
|
1
|
+
export default `@import url('chat_feed.css');.chat-feed-log{max-height:calc(100% - 75px);}.chat-interface-input-tabs{background-color:var(--background-color);}`
|
|
Binary file
|
package/package.json
CHANGED