@yeverlibs/ds 1.0.2 → 1.0.3

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/dist/index.mjs CHANGED
@@ -3329,6 +3329,7 @@ var Button = ({
3329
3329
  }
3330
3330
  );
3331
3331
  };
3332
+ Button.displayName = "Button";
3332
3333
  var AlertContainer = tw5.div`
3333
3334
  flex
3334
3335
  flex-col