uibee 1.7.0 → 2.0.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 (38) hide show
  1. package/Readme.md +0 -1
  2. package/dist/globals.css +563 -8
  3. package/dist/src/components/index.d.ts +4 -0
  4. package/dist/src/components/index.js +5 -0
  5. package/dist/src/components/login/loginPage.js +5 -6
  6. package/dist/src/components/logo/logo.d.ts +5 -1
  7. package/dist/src/components/logo/logo.js +2 -3
  8. package/dist/src/components/logo/logoSmall.js +2 -2
  9. package/dist/src/components/navbar/navbar.d.ts +10 -0
  10. package/dist/src/components/navbar/navbar.js +36 -0
  11. package/dist/src/components/navbar/navbarDropdown.d.ts +6 -0
  12. package/dist/src/components/navbar/navbarDropdown.js +21 -0
  13. package/dist/src/components/navbar/navbarItem.d.ts +11 -0
  14. package/dist/src/components/navbar/navbarItem.js +12 -0
  15. package/dist/src/components/toggle/theme.d.ts +1 -1
  16. package/dist/src/components/toggle/theme.js +1 -1
  17. package/dist/src/components/version/version.d.ts +7 -0
  18. package/dist/src/components/version/version.js +12 -0
  19. package/dist/src/scripts/rewriteAlias.js +0 -20
  20. package/package.json +8 -6
  21. package/src/components/index.ts +6 -0
  22. package/src/components/login/loginPage.tsx +8 -14
  23. package/src/components/logo/logo.tsx +6 -2
  24. package/src/components/logo/logoSmall.tsx +2 -2
  25. package/src/components/navbar/navbar.tsx +130 -0
  26. package/src/components/navbar/navbarDropdown.tsx +77 -0
  27. package/src/components/navbar/navbarItem.tsx +47 -0
  28. package/src/components/toggle/theme.tsx +1 -1
  29. package/src/components/version/version.tsx +34 -0
  30. package/src/globals.css +37 -0
  31. package/src/scripts/rewriteAlias.ts +0 -22
  32. package/src/utils/cookies/cookies.ts +12 -7
  33. package/tsconfig.json +0 -3
  34. package/dist/images/logo-tekst-white.svg +0 -171
  35. package/dist/src/types/svg.d.ts +0 -4
  36. package/dist/src/types/svg.js +0 -1
  37. package/images/logo-tekst-white.svg +0 -171
  38. package/src/types/svg.ts +0 -4
package/Readme.md CHANGED
@@ -23,7 +23,6 @@ npm run build
23
23
  │ ├── types/ # TypeScript type definitions
24
24
  │ ├── utils/ # Utility functions
25
25
  │ └── globals.css # Global styles
26
- ├── images/ # Project images and SVGs
27
26
  ├── package.json # Project metadata and scripts
28
27
  ├── tailwind.config.ts # Tailwind CSS configuration
29
28
  ├── tsconfig.json # TypeScript configuration