@sikka/hawa 0.43.0 → 0.43.1-next

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.
Files changed (47) hide show
  1. package/dist/appLayout/index.d.mts +1 -1
  2. package/dist/appLayout/index.d.ts +1 -1
  3. package/dist/appLayout/index.js.map +1 -1
  4. package/dist/appLayout/index.mjs.map +1 -1
  5. package/dist/blocks/auth/index.js +2 -2
  6. package/dist/blocks/auth/index.mjs +4 -4
  7. package/dist/blocks/feedback/index.js +2 -2
  8. package/dist/blocks/feedback/index.mjs +5 -5
  9. package/dist/blocks/index.js +2 -2
  10. package/dist/blocks/index.mjs +2 -2
  11. package/dist/blocks/misc/index.js +2 -2
  12. package/dist/blocks/misc/index.mjs +5 -5
  13. package/dist/blocks/pricing/index.js +2 -2
  14. package/dist/blocks/pricing/index.mjs +4 -4
  15. package/dist/card/index.js +2 -2
  16. package/dist/card/index.js.map +1 -1
  17. package/dist/card/index.mjs +2 -2
  18. package/dist/card/index.mjs.map +1 -1
  19. package/dist/{chunk-RE6OFIBP.mjs → chunk-3I6DTCGJ.mjs} +1 -1
  20. package/dist/{chunk-UP7VUUVQ.mjs → chunk-4SEU2OBJ.mjs} +1 -1
  21. package/dist/{chunk-2NFENSLV.mjs → chunk-5X6V6BFC.mjs} +1 -1
  22. package/dist/{chunk-BTIMHZXM.mjs → chunk-A7JXCQLS.mjs} +1 -1
  23. package/dist/{chunk-YHVUX2MP.mjs → chunk-EP42BEIJ.mjs} +1 -1
  24. package/dist/{chunk-GGWTBYZF.mjs → chunk-KFJSUYMZ.mjs} +2 -2
  25. package/dist/{chunk-DDWOF6SP.mjs → chunk-PZ6LGLUF.mjs} +1 -1
  26. package/dist/{chunk-FIBEENJA.mjs → chunk-REZBAB65.mjs} +1 -1
  27. package/dist/{chunk-O356IC37.mjs → chunk-S3F3NZSV.mjs} +1 -1
  28. package/dist/{chunk-5MN7WB7B.mjs → chunk-SLEEOH6M.mjs} +2 -2
  29. package/dist/destroyableCard/index.js +2 -2
  30. package/dist/destroyableCard/index.js.map +1 -1
  31. package/dist/destroyableCard/index.mjs +2 -2
  32. package/dist/destroyableCard/index.mjs.map +1 -1
  33. package/dist/elements/index.js +2 -2
  34. package/dist/elements/index.mjs +3 -3
  35. package/dist/index.d.mts +1 -1
  36. package/dist/index.d.ts +1 -1
  37. package/dist/index.js +2 -2
  38. package/dist/index.mjs +2 -2
  39. package/dist/layout/index.d.mts +1 -1
  40. package/dist/layout/index.d.ts +1 -1
  41. package/dist/layout/index.js +2 -2
  42. package/dist/layout/index.mjs +2 -2
  43. package/dist/stats/index.js +2 -2
  44. package/dist/stats/index.js.map +1 -1
  45. package/dist/stats/index.mjs +2 -2
  46. package/dist/stats/index.mjs.map +1 -1
  47. package/package.json +1 -1
@@ -79,7 +79,7 @@ type AppLayoutTypes = {
79
79
  /** The title of the current selected page, make sure it's the same as the drawerItem slug */
80
80
  currentPage: string;
81
81
  /** Specifies the title of the page. */
82
- pageTitle?: string;
82
+ pageTitle?: string | React__default.ReactNode;
83
83
  /** Specifies the symbol for the logo. */
84
84
  logoSymbol?: any;
85
85
  /** Specifies the link for the logo. */
@@ -79,7 +79,7 @@ type AppLayoutTypes = {
79
79
  /** The title of the current selected page, make sure it's the same as the drawerItem slug */
80
80
  currentPage: string;
81
81
  /** Specifies the title of the page. */
82
- pageTitle?: string;
82
+ pageTitle?: string | React__default.ReactNode;
83
83
  /** Specifies the symbol for the logo. */
84
84
  logoSymbol?: any;
85
85
  /** Specifies the link for the logo. */