yt-chat-components 1.7.9 → 1.8.1

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.9",
3
+ "version": "1.8.1",
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,17 +231,17 @@
231
231
  cursor:pointer;
232
232
  }
233
233
 
234
- .p_toolRightToRight .p_carousel .slick-dots-bottom {
234
+ .p_toolRightToRight .p_carousel :global(.slick-dots-bottom) {
235
235
  justify-content: end;
236
236
  right: 12px;
237
237
  bottom: -10px;
238
238
  }
239
239
 
240
- :where(.css-dev-only-do-not-override-1v613y0).ant-carousel .slick-dots li.slick-active::after {
240
+ .p_toolRightToRight .p_carousel :global(.ant-carousel .slick-dots li.slick-active::after) {
241
241
  background: #1974FF;
242
242
  }
243
243
 
244
- :where(.css-dev-only-do-not-override-1v613y0).ant-carousel .slick-dots li button {
244
+ .p_toolRightToRight .p_carousel :global(.ant-carousel .slick-dots li button) {
245
245
  background: #000000;
246
246
  }
247
247