@stackoverflow/stacks 2.8.6 → 3.0.0-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 (31) hide show
  1. package/README.md +6 -1
  2. package/dist/css/stacks.css +61 -237
  3. package/dist/css/stacks.min.css +1 -1
  4. package/dist/js/stacks.js +0 -14
  5. package/dist/js/stacks.min.js +1 -1
  6. package/lib/atomic/border.less +2 -20
  7. package/lib/components/activity-indicator/activity-indicator.less +16 -11
  8. package/lib/components/avatar/avatar.less +9 -11
  9. package/lib/components/badge/badge.less +1 -1
  10. package/lib/components/block-link/block-link.less +1 -1
  11. package/lib/components/button/button.less +1 -1
  12. package/lib/components/button-group/button-group.less +1 -1
  13. package/lib/components/card/card.less +1 -1
  14. package/lib/components/checkbox_radio/checkbox_radio.less +1 -1
  15. package/lib/components/link-preview/link-preview.less +5 -5
  16. package/lib/components/modal/modal.less +1 -1
  17. package/lib/components/notice/notice.less +1 -1
  18. package/lib/components/pagination/pagination.less +1 -1
  19. package/lib/components/popover/popover.less +0 -98
  20. package/lib/components/popover/popover.ts +0 -6
  21. package/lib/components/popover/tooltip.ts +0 -12
  22. package/lib/components/post-summary/post-summary.less +1 -1
  23. package/lib/components/progress-bar/progress-bar.less +2 -2
  24. package/lib/components/prose/prose.less +2 -2
  25. package/lib/components/skeleton/skeleton.less +1 -1
  26. package/lib/components/tag/tag.less +4 -4
  27. package/lib/components/topbar/topbar.less +3 -3
  28. package/lib/components/uploader/uploader.less +3 -3
  29. package/lib/exports/constants-helpers.less +2 -3
  30. package/lib/exports/mixins.less +2 -2
  31. package/package.json +1 -1
package/README.md CHANGED
@@ -21,4 +21,9 @@ Using Stacks is outlined in our [usage guidelines](https://stackoverflow.design/
21
21
 
22
22
  ## Migrating from v1 to v2
23
23
 
24
- To migrate from Stacks v1 to v2, see our [migration guide](/MIGRATION_GUIDE.md).
24
+ To migrate from Stacks v1 to v2, see our [migration guide](/MIGRATION_GUIDE.md).
25
+
26
+ [gh-action-url]: https://github.com/StackExchange/Stacks/actions/workflows/main.yml
27
+ [gh-action-badge]: https://github.com/StackExchange/Stacks/actions/workflows/workflow.yml/badge.svg?branch=develop
28
+ [npm-url]: https://npmjs.org/package/@stackoverflow/stacks
29
+ [npm-badge]: https://img.shields.io/npm/v/@stackoverflow/stacks.svg