@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/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
- * Modern, minimal welcome screen inspired by Next.js
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