elseware-ui 2.27.9 → 2.28.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/dist/index.css +10 -7
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -10
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -3
package/dist/index.css
CHANGED
|
@@ -8964,25 +8964,28 @@ video {
|
|
|
8964
8964
|
background-color: hsla(0, 0%, 100%, .05);
|
|
8965
8965
|
}
|
|
8966
8966
|
|
|
8967
|
-
/* src/compositions/
|
|
8968
|
-
.
|
|
8967
|
+
/* src/compositions/data-display/documentation-panel/styles.css */
|
|
8968
|
+
.documentation_scrollbar::-webkit-scrollbar {
|
|
8969
|
+
height: 6px;
|
|
8969
8970
|
width: 6px;
|
|
8970
8971
|
}
|
|
8971
|
-
.
|
|
8972
|
+
.documentation_scrollbar::-webkit-scrollbar-track {
|
|
8972
8973
|
background: transparent;
|
|
8973
8974
|
}
|
|
8974
|
-
.
|
|
8975
|
+
.documentation_scrollbar::-webkit-scrollbar-thumb {
|
|
8975
8976
|
background: rgba(100, 116, 139, .4);
|
|
8976
8977
|
border-radius: 9999px;
|
|
8977
8978
|
}
|
|
8978
|
-
.
|
|
8979
|
+
.documentation_scrollbar::-webkit-scrollbar-thumb:hover {
|
|
8979
8980
|
background: rgba(100, 116, 139, .7);
|
|
8980
8981
|
}
|
|
8981
|
-
.dark .
|
|
8982
|
+
.dark .documentation_scrollbar::-webkit-scrollbar-thumb {
|
|
8982
8983
|
background: rgba(148, 163, 184, .3);
|
|
8983
8984
|
}
|
|
8984
|
-
.dark .
|
|
8985
|
+
.dark .documentation_scrollbar::-webkit-scrollbar-thumb:hover {
|
|
8985
8986
|
background: rgba(148, 163, 184, .6);
|
|
8986
8987
|
}
|
|
8988
|
+
|
|
8989
|
+
/* src/compositions/navigation/sidebar/sidebar.css */
|
|
8987
8990
|
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/
|
|
8988
8991
|
/*# sourceMappingURL=index.css.map */
|