@agility/plenum-ui 1.3.37 → 1.3.38

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/lib/tailwind.css CHANGED
@@ -756,10 +756,6 @@ select {
756
756
  margin: auto;
757
757
  }
758
758
 
759
- .m-0 {
760
- margin: 0px;
761
- }
762
-
763
759
  .\!mt-1 {
764
760
  margin-top: 0.25rem !important;
765
761
  }
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  interface LoaderProps {
3
- classes?: string;
3
+ className?: string;
4
4
  }
5
- export declare function Loader({ classes }: LoaderProps): JSX.Element;
5
+ export declare function Loader({ className }: LoaderProps): JSX.Element;
6
6
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "1.3.37",
3
+ "version": "1.3.38",
4
4
  "description": "Components that are part of the Agility CMS design system.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",