@als-tp/als-react-ts-ui 0.8.1 → 0.9.0

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 (34) hide show
  1. package/README.md +2 -2
  2. package/dist/als-react-ts-ui.js +13281 -12124
  3. package/dist/components/ALSCheckbox/ALSCheckbox.d.ts +1 -0
  4. package/dist/components/ALSCheckbox/ALSCheckbox.d.ts.map +1 -1
  5. package/dist/components/ALSItem/ALSItem.d.ts +131 -0
  6. package/dist/components/ALSItem/ALSItem.d.ts.map +1 -0
  7. package/dist/components/ALSItem/index.d.ts +12 -0
  8. package/dist/components/ALSItem/index.d.ts.map +1 -0
  9. package/dist/components/ALSPagination/ALSPagination.d.ts +101 -0
  10. package/dist/components/ALSPagination/ALSPagination.d.ts.map +1 -0
  11. package/dist/components/ALSPagination/index.d.ts +14 -0
  12. package/dist/components/ALSPagination/index.d.ts.map +1 -0
  13. package/dist/components/ALSPagination/util.d.ts +5 -0
  14. package/dist/components/ALSPagination/util.d.ts.map +1 -0
  15. package/dist/components/ALSSelect/ALSSelect.d.ts.map +1 -1
  16. package/dist/components/ALSTable/ALSTable.d.ts +168 -0
  17. package/dist/components/ALSTable/ALSTable.d.ts.map +1 -0
  18. package/dist/components/ALSTable/index.d.ts +17 -0
  19. package/dist/components/ALSTable/index.d.ts.map +1 -0
  20. package/dist/components/ALSTabs/ALSTabs.d.ts +64 -8
  21. package/dist/components/ALSTabs/ALSTabs.d.ts.map +1 -1
  22. package/dist/components/ALSTabs/index.d.ts +7 -1
  23. package/dist/components/ALSTabs/index.d.ts.map +1 -1
  24. package/dist/components/ALSTree/ALSTree.d.ts +37 -0
  25. package/dist/components/ALSTree/ALSTree.d.ts.map +1 -0
  26. package/dist/components/ALSTree/index.d.ts +7 -0
  27. package/dist/components/ALSTree/index.d.ts.map +1 -0
  28. package/dist/index.css +1 -1
  29. package/dist/index.d.ts +3 -0
  30. package/dist/index.d.ts.map +1 -1
  31. package/dist/logo.svg +59 -0
  32. package/package.json +2 -1
  33. package/dist/components/ALSTabs/components.d.ts +0 -63
  34. package/dist/components/ALSTabs/components.d.ts.map +0 -1
package/README.md CHANGED
@@ -207,7 +207,7 @@ The library uses CSS variables for theming. You can override these in your globa
207
207
  /* ALS Blues */
208
208
 
209
209
  /* Dark blue */
210
- --color-als-dark-blue: #1f3349;
210
+ --color-als-dark-blue-700: #1f3349;
211
211
 
212
212
  /* Primary blue */
213
213
 
@@ -248,7 +248,7 @@ The library uses CSS variables for theming. You can override these in your globa
248
248
  --bg-primary: var(--color-als-gray-100);
249
249
 
250
250
  /* Text Colors */
251
- --text-primary: var(--color-als-dark-blue);
251
+ --text-primary: var(--color-als-dark-blue-700);
252
252
  --text-secondary: var(--color-als-gray-900); /* o el color que prefieras */
253
253
 
254
254
  /* Border Colors */