mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
* add fouce utilities * add comment * Update docs/docs/installation.md Co-authored-by: Lea Verou <lea@verou.me> * commit PR suggestion * rename wa-reduce-fouce to wa-cloak * remove class as requested * add cloak class * wait a cycle * move turbo to same file * reduce fade * disable SSR and add Turbo FOUCE helper * disable SSR * fix test suite * workflow dispatch * update fouce util * no need to remove cloak class * simplify fouce util * add allDefined util * update changelog --------- Co-authored-by: Lea Verou <lea@verou.me> Co-authored-by: konnorrogers <konnor5456@gmail.com>
14 lines
580 B
TypeScript
14 lines
580 B
TypeScript
export { registerIconLibrary, unregisterIconLibrary } from './components/icon/library.js';
|
|
export { discover, preventTurboFouce, startLoader, stopLoader } from './utilities/autoloader.js';
|
|
export { getBasePath, getKitCode, setBasePath, setKitCode } from './utilities/base-path.js';
|
|
export { allDefined } from './utilities/defined.js';
|
|
export { registerTranslation } from './utilities/localize.js';
|
|
|
|
// Utilities
|
|
export * from './utilities/animation.js';
|
|
export * from './utilities/base-path.js';
|
|
export * from './utilities/form.js';
|
|
|
|
// Events
|
|
export * from './events/events.js';
|