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/components/calendar/index.js generated vendored Normal file
View File

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

1
node_modules/daisyui/components/calendar/object.js generated vendored Normal file

File diff suppressed because one or more lines are too long