This commit is contained in:
2025-12-07 15:58:07 +07:00
parent 75a641ab40
commit 942aeafb60
2211 changed files with 178727 additions and 89 deletions

7
node_modules/daisyui/base/rootscrollgutter/index.js generated vendored Normal file
View File

@@ -0,0 +1,7 @@
import rootscrollgutter from './object.js';
import { addPrefix } from '../../functions/addPrefix.js';
export default ({ addBase, prefix = '' }) => {
const prefixedrootscrollgutter = addPrefix(rootscrollgutter, prefix);
addBase({ ...prefixedrootscrollgutter });
};

1
node_modules/daisyui/base/rootscrollgutter/object.js generated vendored Normal file
View File

@@ -0,0 +1 @@
export default {":root":{"--page-scroll-bg-on":"linear-gradient(var(--root-bg), var(--root-bg))\n color-mix(in srgb, var(--root-bg), oklch(0% 0 0) calc(var(--page-has-backdrop, 0) * 40%))","--page-scroll-transition-on":"background-color 0.3s ease-out","transition":"var(--page-scroll-transition)","scrollbar-gutter":["var(--page-scroll-gutter, unset)","if(style(--page-has-scroll: 1): var(--page-scroll-gutter, unset) ; else: unset)"]},":root:root":{"background":"var(--page-scroll-bg, var(--root-bg, var(--color-base-100)))"},"@keyframes set-page-has-scroll":{"0%, to":{"--page-has-scroll":"1"}}};