@float.js/core 2.0.5 → 2.0.6
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/cli/index.js +719 -115
- package/dist/cli/index.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +719 -115
- package/dist/index.js.map +1 -1
- package/dist/server/index.js +719 -115
- package/dist/server/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -297,7 +297,8 @@ declare function combineFloatStores<T extends Record<string, FloatStore<any>>>(s
|
|
|
297
297
|
|
|
298
298
|
/**
|
|
299
299
|
* Float.js Welcome Page
|
|
300
|
-
*
|
|
300
|
+
* Professional welcome screen inspired by Next.js
|
|
301
|
+
* Features: Light/Dark mode, Header, Features section, Footer
|
|
301
302
|
*/
|
|
302
303
|
declare function generateWelcomePage(): string;
|
|
303
304
|
|