@fewangsit/wangsvue-gsts 1.0.0-alpha.31 → 1.0.0-alpha.32

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.
@@ -152,8 +152,10 @@ export interface ButtonScanProps extends Omit<ButtonProps, 'type'> {
152
152
  | undefined;
153
153
  /**
154
154
  * Defines the size of the button.
155
+ *
156
+ * @default to large
155
157
  */
156
- size: 'small' | 'large';
158
+ size?: 'small' | 'large';
157
159
  }
158
160
 
159
161
  export type ButtonScanEmits = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fewangsit/wangsvue-gsts",
3
- "version": "1.0.0-alpha.31",
3
+ "version": "1.0.0-alpha.32",
4
4
  "author": "Wangsit FE Developer",
5
5
  "description": "Global Settings Tagsamurai VueJS Component Library",
6
6
  "type": "module",