@zaide6137/m3-components-web 0.1.19 → 0.1.21

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.d.mts CHANGED
@@ -129,7 +129,7 @@ declare namespace Button {
129
129
  loading?: boolean;
130
130
  }
131
131
  namespace Types {
132
- type Shape = "rounded-full" | "rounded-sm" | "rounded-lg";
132
+ type Shape = "rounded-full" | "rounded-sm" | "rounded-md" | "rounded-lg";
133
133
  type Type = "outlined" | "filled";
134
134
  }
135
135
  interface Methods {
package/dist/index.d.ts CHANGED
@@ -129,7 +129,7 @@ declare namespace Button {
129
129
  loading?: boolean;
130
130
  }
131
131
  namespace Types {
132
- type Shape = "rounded-full" | "rounded-sm" | "rounded-lg";
132
+ type Shape = "rounded-full" | "rounded-sm" | "rounded-md" | "rounded-lg";
133
133
  type Type = "outlined" | "filled";
134
134
  }
135
135
  interface Methods {