@gardenfi/garden-book 0.3.2 → 0.3.4-beta.1

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 (74) hide show
  1. package/dist/BottomSheet/BottomSheet.d.ts +4 -0
  2. package/dist/BottomSheet/index.js +38 -26
  3. package/dist/Button/index.js +6 -6
  4. package/dist/CookieConsent/CookieConsent.d.ts +7 -0
  5. package/dist/CookieConsent/CookieConsent.js +61 -37
  6. package/dist/CookieConsent/CookieConsentNotice.js +13 -14
  7. package/dist/CookieConsent/CookieConsentPreferences.js +17 -17
  8. package/dist/CookieConsent/store.js +19 -19
  9. package/dist/CookieConsent/utils.d.ts +8 -0
  10. package/dist/CookieConsent/utils.js +41 -25
  11. package/dist/DashboardLayout/DashboardSidebar.js +5 -5
  12. package/dist/DashboardLayout/MobileMenu.js +74 -66
  13. package/dist/Footer/Footer.d.ts +34 -0
  14. package/dist/Footer/FooterLink.d.ts +1 -0
  15. package/dist/Footer/FooterLink.js +14 -8
  16. package/dist/Footer/index.js +249 -189
  17. package/dist/Icons/BugReportIcon.d.ts +5 -0
  18. package/dist/Icons/BugReportIcon.js +16 -0
  19. package/dist/Icons/SecurityVerifiedIcon.d.ts +5 -0
  20. package/dist/Icons/SecurityVerifiedIcon.js +22 -0
  21. package/dist/Icons/YoutubeIcon.js +2 -2
  22. package/dist/Icons/index.d.ts +2 -0
  23. package/dist/Icons/index.js +66 -62
  24. package/dist/Logo/AmberLogoFull.d.ts +5 -0
  25. package/dist/Logo/AmberLogoFull.js +25 -0
  26. package/dist/Logo/ArbitrumLogoFull.d.ts +5 -0
  27. package/dist/Logo/ArbitrumLogoFull.js +122 -0
  28. package/dist/Logo/BaseLogoFull.d.ts +5 -0
  29. package/dist/Logo/BaseLogoFull.js +34 -0
  30. package/dist/Logo/BnbChainLogoFull.d.ts +5 -0
  31. package/dist/Logo/BnbChainLogoFull.js +83 -0
  32. package/dist/Logo/HyperliquidLogoFull.d.ts +5 -0
  33. package/dist/Logo/HyperliquidLogoFull.js +104 -0
  34. package/dist/Logo/JumperLogoFull.d.ts +5 -0
  35. package/dist/Logo/JumperLogoFull.js +77 -0
  36. package/dist/Logo/LiFiLogoFull.d.ts +5 -0
  37. package/dist/Logo/LiFiLogoFull.js +43 -0
  38. package/dist/Logo/LightsparkLogoFull.d.ts +5 -0
  39. package/dist/Logo/LightsparkLogoFull.js +56 -0
  40. package/dist/Logo/LitecoinLogoFull.d.ts +5 -0
  41. package/dist/Logo/LitecoinLogoFull.js +97 -0
  42. package/dist/Logo/MaestroLogoFull.d.ts +5 -0
  43. package/dist/Logo/MaestroLogoFull.js +31 -0
  44. package/dist/Logo/MegaEthLogoFull.d.ts +5 -0
  45. package/dist/Logo/MegaEthLogoFull.js +94 -0
  46. package/dist/Logo/MonadLogoFull.d.ts +5 -0
  47. package/dist/Logo/MonadLogoFull.js +62 -0
  48. package/dist/Logo/MulticoinCapitalLogoFull.d.ts +5 -0
  49. package/dist/Logo/MulticoinCapitalLogoFull.js +154 -0
  50. package/dist/Logo/PhantomLogoFull.d.ts +5 -0
  51. package/dist/Logo/PhantomLogoFull.js +76 -0
  52. package/dist/Logo/RangoLogoFull.d.ts +5 -0
  53. package/dist/Logo/RangoLogoFull.js +168 -0
  54. package/dist/Logo/SatsTerminalLogoFull.d.ts +5 -0
  55. package/dist/Logo/SatsTerminalLogoFull.js +81 -0
  56. package/dist/Logo/SolanaLogoFull.d.ts +5 -0
  57. package/dist/Logo/SolanaLogoFull.js +84 -0
  58. package/dist/Logo/StarknetLogoFull.d.ts +5 -0
  59. package/dist/Logo/StarknetLogoFull.js +141 -0
  60. package/dist/Logo/SwapKitLogoFull.d.ts +5 -0
  61. package/dist/Logo/SwapKitLogoFull.js +97 -0
  62. package/dist/Logo/XverseLogoFull.d.ts +5 -0
  63. package/dist/Logo/XverseLogoFull.js +99 -0
  64. package/dist/Logo/index.d.ts +20 -0
  65. package/dist/Logo/index.js +94 -54
  66. package/dist/ResponsiveModal/ResponsiveModal.d.ts +29 -11
  67. package/dist/ResponsiveModal/index.js +53 -54
  68. package/dist/Typography/Typography.d.ts +9 -6
  69. package/dist/Typography/index.js +64 -54
  70. package/dist/index.d.ts +44 -44
  71. package/dist/index.js +370 -326
  72. package/dist/style.css +1 -1
  73. package/dist/utils/index.js +27 -4
  74. package/package.json +1 -1
@@ -1,6 +1,29 @@
1
- import r from "clsx";
2
- import { twMerge as t } from "tailwind-merge";
3
- const e = (...o) => t(r(o));
1
+ import t from "clsx";
2
+ import { extendTailwindMerge as i } from "tailwind-merge";
3
+ const n = i({
4
+ prefix: "gf-",
5
+ extend: {
6
+ classGroups: {
7
+ "font-weight": [
8
+ {
9
+ font: [
10
+ "thin",
11
+ "light",
12
+ "regular",
13
+ "medium",
14
+ "semibold",
15
+ "bold",
16
+ "heavy",
17
+ "black"
18
+ ]
19
+ }
20
+ ],
21
+ animate: [
22
+ { animate: ["scale-in", "scale-out", "fade-in", "fade-out", "shine"] }
23
+ ]
24
+ }
25
+ }
26
+ }), r = (...e) => n(t(e));
4
27
  export {
5
- e as cn
28
+ r as cn
6
29
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gardenfi/garden-book",
3
- "version": "0.3.2",
3
+ "version": "0.3.4-beta.1",
4
4
  "type": "module",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": [