react-gldn-kit 0.1.135 → 0.1.137

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 (41) hide show
  1. package/README.md +23 -9
  2. package/dist/index.js +1 -1
  3. package/dist/lib/components/Banners/index.js +2 -2
  4. package/dist/lib/components/LastBigWinners/components/LastBigWinner/LastBigWinner.js +7 -7
  5. package/dist/lib/components/Modals/Alert/components/Auth/Others/Olympus/index.js +1 -0
  6. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/index.js +5 -3
  7. package/dist/lib/components/ui/Buttons/CasinoCategoryButton/types.d.ts +4 -3
  8. package/dist/lib/components/ui/Docs/types.d.ts +1 -2
  9. package/dist/lib/components/ui/Footer/{index.js → ElJbFs/index.js} +2 -2
  10. package/dist/lib/components/ui/Footer/{types.d.ts → ElJbFs/types.d.ts} +2 -2
  11. package/dist/lib/components/ui/Footer/XxxAzCawa/components/License/index.d.ts +3 -0
  12. package/dist/lib/components/ui/Footer/XxxAzCawa/components/License/index.js +66 -0
  13. package/dist/lib/components/ui/Footer/XxxAzCawa/components/License/types.d.ts +7 -0
  14. package/dist/lib/components/ui/Footer/XxxAzCawa/components/License/types.js +2 -0
  15. package/dist/lib/components/ui/Footer/XxxAzCawa/components/Links/index.d.ts +6 -0
  16. package/dist/lib/components/ui/Footer/XxxAzCawa/components/Links/index.js +45 -0
  17. package/dist/lib/components/ui/Footer/XxxAzCawa/components/SocialButtons/index.d.ts +3 -0
  18. package/dist/lib/components/ui/Footer/XxxAzCawa/components/SocialButtons/index.js +64 -0
  19. package/dist/lib/components/ui/Footer/XxxAzCawa/components/SocialButtons/types.d.ts +6 -0
  20. package/dist/lib/components/ui/Footer/XxxAzCawa/components/SocialButtons/types.js +2 -0
  21. package/dist/lib/components/ui/Footer/XxxAzCawa/index.d.ts +2 -0
  22. package/dist/lib/components/ui/Footer/XxxAzCawa/index.js +102 -0
  23. package/dist/lib/components/ui/Footer/XxxAzCawa/types.d.ts +17 -0
  24. package/dist/lib/components/ui/Footer/XxxAzCawa/types.js +2 -0
  25. package/dist/lib/components/ui/Icons/Categories/index.d.ts +4 -3
  26. package/dist/lib/components/ui/Icons/Categories/index.js +16 -15
  27. package/dist/lib/components/ui/Icons/Footer/MailSvg.d.ts +2 -0
  28. package/dist/lib/components/ui/Icons/Footer/MailSvg.js +20 -0
  29. package/dist/lib/components/ui/Icons/SocialMedia/TwitterSvg.d.ts +2 -0
  30. package/dist/lib/components/ui/Icons/SocialMedia/TwitterSvg.js +20 -0
  31. package/dist/lib/components/ui/Logos/index.js +17 -8
  32. package/dist/lib/index.d.ts +3 -2
  33. package/dist/lib/index.js +10 -8
  34. package/dist/lib/utils/localstorage.d.ts +3 -0
  35. package/dist/lib/utils/localstorage.js +13 -0
  36. package/dist/lib/zustandStore/forms/signUp/types.d.ts +1 -0
  37. package/dist/lib/zustandStore/forms/signUp/types.js +1 -0
  38. package/dist/main.css +501 -89
  39. package/package.json +5 -5
  40. /package/dist/lib/components/ui/Footer/{index.d.ts → ElJbFs/index.d.ts} +0 -0
  41. /package/dist/lib/components/ui/Footer/{types.js → ElJbFs/types.js} +0 -0
package/README.md CHANGED
@@ -1,12 +1,26 @@
1
- Firstly
2
- - install elon dependencies
3
- - go to component-kit
4
- - run command
5
- npm run dev:ui - linux
1
+ ## 🚀 Project Launch Guide
6
2
 
7
- Secondly
8
- - go back to elon and run command
9
- dev:ui
3
+ ### Step 1. Install and run the UI in `component-kit`
10
4
 
5
+ 1. Go to the **elon** directory and install dependencies:
6
+ npm install
11
7
 
12
- - projects will be linked
8
+ 2. Navigate to the **component-kit** directory:
9
+ cd component-kit
10
+
11
+ 3. Run the UI (for Linux):
12
+ npm run dev:ui - linux
13
+
14
+ ---
15
+
16
+ ### Step 2. Run the UI in `elon`
17
+
18
+ 1. Go back to the **elon** directory:
19
+ cd ..
20
+
21
+ 2. Start the command:
22
+ npm run dev:ui
23
+
24
+ ---
25
+
26
+ ✅ After completing these steps, the projects will be **linked** and ready to work.