yt-chat-components 1.7.7 → 1.7.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-chat-components",
3
- "version": "1.7.7",
3
+ "version": "1.7.9",
4
4
  "main": "build/static/js/bundle.min.js",
5
5
  "module": "build/static/js/bundle.min.js",
6
6
  "types": "build/static/js/index.d.ts",
@@ -231,6 +231,20 @@
231
231
  cursor:pointer;
232
232
  }
233
233
 
234
+ .p_toolRightToRight .p_carousel .slick-dots-bottom {
235
+ justify-content: end;
236
+ right: 12px;
237
+ bottom: -10px;
238
+ }
239
+
240
+ :where(.css-dev-only-do-not-override-1v613y0).ant-carousel .slick-dots li.slick-active::after {
241
+ background: #1974FF;
242
+ }
243
+
244
+ :where(.css-dev-only-do-not-override-1v613y0).ant-carousel .slick-dots li button {
245
+ background: #000000;
246
+ }
247
+
234
248
  .p_newDialog {
235
249
  width: 252px;
236
250
  height: 40px;
@@ -47,7 +47,7 @@ export const knowledgeInfo = {
47
47
 
48
48
  const contentStyle = {
49
49
  width:'100%',
50
- height:'100%',
50
+ height:'160px',
51
51
  color: '#fff',
52
52
  lineHeight: '160px',
53
53
  textAlign: 'center',