Skip to content

Commit

Permalink
feat: update the nuxt.schema.ts file to include the xl size option
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Jun 6, 2024
1 parent 6f19406 commit 9a02992
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions nuxt.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default defineNuxtSchema({
/**
* Default size for the BaseButtonClose component
*
* @type {'xs' | 'sm' | 'md' | 'lg'}
* @type {'xs' | 'sm' | 'md' | 'lg' | 'xl'}
*/
size: 'sm',
},
Expand Down Expand Up @@ -580,7 +580,7 @@ export default defineNuxtSchema({
/**
* The size of the autocomplete.
*
* @type {'sm' | 'md' | 'lg'}
* @type {'sm' | 'md' | 'lg' | 'xl'}
*/
size: 'md',
},
Expand Down Expand Up @@ -639,7 +639,7 @@ export default defineNuxtSchema({
/**
* The size of the input.
*
* @type {'sm' | 'md' | 'lg'}
* @type {'sm' | 'md' | 'lg' | 'xl'}
*/
size: 'md',
},
Expand All @@ -659,7 +659,7 @@ export default defineNuxtSchema({
/**
* The size of the input.
*
* @type {'sm' | 'md' | 'lg'}
* @type {'sm' | 'md' | 'lg' | 'xl'}
*/
size: 'md',
/**
Expand Down Expand Up @@ -690,7 +690,7 @@ export default defineNuxtSchema({
/**
* The size of the input.
*
* @type {'sm' | 'md' | 'lg'}
* @type {'sm' | 'md' | 'lg' | 'xl'}
*/
size: 'md',
},
Expand Down Expand Up @@ -724,7 +724,7 @@ export default defineNuxtSchema({
/**
* The size of the input.
*
* @type {'sm' | 'md' | 'lg'}
* @type {'sm' | 'md' | 'lg' | 'xl'}
*/
size: 'md',
},
Expand Down Expand Up @@ -754,7 +754,7 @@ export default defineNuxtSchema({
/**
* The size of the select.
*
* @type {'sm' | 'md' | 'lg'}
* @type {'sm' | 'md' | 'lg' | 'xl'}
*/
size: 'md',
},
Expand Down

0 comments on commit 9a02992

Please sign in to comment.