autoql-fe-utils 1.6.13 → 1.6.14
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.global.js +2 -0
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.global.js
CHANGED
|
@@ -18245,6 +18245,7 @@
|
|
|
18245
18245
|
"mask-color": "#0000000F",
|
|
18246
18246
|
"mobile-mask-color": "#00000059",
|
|
18247
18247
|
"scrollbar-color": "#aeaeae",
|
|
18248
|
+
"scrollbar-thumb-color": "#00000080",
|
|
18248
18249
|
"box-shadow-1": "0px 1px 2px 1px #85858528",
|
|
18249
18250
|
"box-shadow-2": "0px 1px 2px 0px #85858528"
|
|
18250
18251
|
};
|
|
@@ -18281,6 +18282,7 @@
|
|
|
18281
18282
|
"mask-color": "#00000021",
|
|
18282
18283
|
"mobile-mask-color": "#00000059",
|
|
18283
18284
|
"scrollbar-color": "#727477",
|
|
18285
|
+
"scrollbar-thumb-color": "#ffffff80",
|
|
18284
18286
|
"box-shadow-1": "0px 1px 1px 0px #00000066",
|
|
18285
18287
|
"box-shadow-2": "0px 1px 2px 0px #00000066"
|
|
18286
18288
|
};
|