@superdangerous/app-framework 4.17.12 → 4.17.14

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.
@@ -1579,7 +1579,7 @@ declare const authHandler: AuthHandler;
1579
1579
  /**
1580
1580
  * SuperDangerous UI Framework - Centralized Theme Configuration
1581
1581
  *
1582
- * @module @superdangerous/ui-framework/theme
1582
+ * @module @superdangerous/app-framework/ui
1583
1583
  */
1584
1584
  declare const theme: {
1585
1585
  colors: {
@@ -1776,7 +1776,7 @@ declare function useTheme(): ThemeContextValue;
1776
1776
  * SuperDangerous UI Framework - Shared Style Constants
1777
1777
  * Reusable Tailwind class combinations for consistency
1778
1778
  *
1779
- * @module @superdangerous/ui-framework/styles
1779
+ * @module @superdangerous/app-framework/ui
1780
1780
  */
1781
1781
  declare const cardStyles: {
1782
1782
  readonly base: "transition-all duration-200";
@@ -1579,7 +1579,7 @@ declare const authHandler: AuthHandler;
1579
1579
  /**
1580
1580
  * SuperDangerous UI Framework - Centralized Theme Configuration
1581
1581
  *
1582
- * @module @superdangerous/ui-framework/theme
1582
+ * @module @superdangerous/app-framework/ui
1583
1583
  */
1584
1584
  declare const theme: {
1585
1585
  colors: {
@@ -1776,7 +1776,7 @@ declare function useTheme(): ThemeContextValue;
1776
1776
  * SuperDangerous UI Framework - Shared Style Constants
1777
1777
  * Reusable Tailwind class combinations for consistency
1778
1778
  *
1779
- * @module @superdangerous/ui-framework/styles
1779
+ * @module @superdangerous/app-framework/ui
1780
1780
  */
1781
1781
  declare const cardStyles: {
1782
1782
  readonly base: "transition-all duration-200";