@bloodhoundenterprise/doodleui 1.0.0-alpha.14 → 1.0.0-alpha.15

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <p align="center">
2
- <img src="https://img.shields.io/badge/version-1.0.0--alpha.14-teal" alt="version 1.0.0-alpha.14"/>
2
+ <img src="https://img.shields.io/badge/version-1.0.0--alpha.15-teal" alt="version 1.0.0-alpha.15"/>
3
3
  <a href="https://ghst.ly/BHSlack">
4
4
  <img src="https://img.shields.io/badge/BloodHound Slack-4A154B?logo=slack&logoColor=EEF0F2"
5
5
  alt="BloodHound Slack"></a>
package/dist/doodleui.js CHANGED
@@ -4535,7 +4535,7 @@ const dl = x.forwardRef(
4535
4535
  "div",
4536
4536
  {
4537
4537
  ref: n,
4538
- className: h("animate-pulse bg-neutral-light-5 dark:bg-neutral-dark-5 rounded-full", e),
4538
+ className: h("animate-pulse bg-neutral-light-5 dark:bg-neutral-dark-5 rounded-md", e),
4539
4539
  ...t
4540
4540
  }
4541
4541
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloodhoundenterprise/doodleui",
3
- "version": "1.0.0-alpha.14",
3
+ "version": "1.0.0-alpha.15",
4
4
  "type": "module",
5
5
  "author": "SpecterOps",
6
6
  "repository": {