@akropolys/kiku 1.7.2 → 1.7.3
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/index.js +17 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +17 -12
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +10 -3
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -924,7 +924,7 @@
|
|
|
924
924
|
position: absolute;
|
|
925
925
|
inset: 0;
|
|
926
926
|
fill: currentColor;
|
|
927
|
-
opacity: 0.
|
|
927
|
+
opacity: 0.16;
|
|
928
928
|
}
|
|
929
929
|
.hsk-cb-thinking-icon .hsk-brand-mark--sheen {
|
|
930
930
|
opacity: 1;
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
}
|
|
959
959
|
.hsk-handle-orbit {
|
|
960
960
|
position: absolute;
|
|
961
|
-
left:
|
|
961
|
+
left: 55.4%;
|
|
962
962
|
top: 69.84%;
|
|
963
963
|
width: 0;
|
|
964
964
|
height: 0;
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
}
|
|
999
999
|
.hsk-handle-rest {
|
|
1000
1000
|
position: absolute;
|
|
1001
|
-
left:
|
|
1001
|
+
left: 55.4%;
|
|
1002
1002
|
top: 69.84%;
|
|
1003
1003
|
width: 4px;
|
|
1004
1004
|
height: 4px;
|
|
@@ -3494,6 +3494,13 @@
|
|
|
3494
3494
|
border-radius: 8px;
|
|
3495
3495
|
display: block;
|
|
3496
3496
|
}
|
|
3497
|
+
.hsk-cb-viz-disclaimer {
|
|
3498
|
+
max-width: 420px;
|
|
3499
|
+
margin-top: 4px;
|
|
3500
|
+
font-size: 10.5px;
|
|
3501
|
+
line-height: 1.4;
|
|
3502
|
+
color: var(--hsk-chat-muted, #9aa0a6);
|
|
3503
|
+
}
|
|
3497
3504
|
.hsk-cb-viz--loading {
|
|
3498
3505
|
display: flex;
|
|
3499
3506
|
align-items: center;
|