aiware-js 1.40.0 → 1.43.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/index.html +1 -0
- package/js-core.esm.js +59032 -40464
- package/js-core.umd.css +3 -3
- package/js-core.umd.js +59032 -40464
- package/js-core.umd.min.css +3 -3
- package/lib/registry.d.ts +57 -3
- package/package.json +6 -2
- package/lib/helpers/getUniqueID.d.ts +0 -2
package/js-core.umd.css
CHANGED
|
@@ -558,16 +558,16 @@
|
|
|
558
558
|
/**
|
|
559
559
|
* Custom scroll bar override start
|
|
560
560
|
*/
|
|
561
|
-
::-webkit-scrollbar {
|
|
561
|
+
.aiware-el ::-webkit-scrollbar {
|
|
562
562
|
width: 8px !important;
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
-
::-webkit-scrollbar-track:hover {
|
|
565
|
+
.aiware-el ::-webkit-scrollbar-track:hover {
|
|
566
566
|
opacity: 0.1 !important;
|
|
567
567
|
background: #ffffff;
|
|
568
568
|
}
|
|
569
569
|
|
|
570
|
-
::-webkit-scrollbar-thumb {
|
|
570
|
+
.aiware-el ::-webkit-scrollbar-thumb {
|
|
571
571
|
background: #c4c4c4 !important;
|
|
572
572
|
border-radius: 3px !important;
|
|
573
573
|
}
|