This commit is contained in:
tugcekucukoglu 2024-02-02 16:26:27 +03:00
parent 44dd2b5e59
commit 90cd9e288e
28 changed files with 20 additions and 26 deletions

View file

@ -98,7 +98,7 @@ const AutoCompleteProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -266,7 +266,7 @@ const CalendarProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -62,7 +62,7 @@ const CascadeSelectProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -32,7 +32,7 @@ const CheckboxProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -44,7 +44,7 @@ const ChipsProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -104,7 +104,7 @@ const DropdownProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -38,7 +38,7 @@ const InputMaskProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -156,7 +156,7 @@ const InputNumberProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -20,7 +20,7 @@ const InputTextProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -68,7 +68,7 @@ const MultiSelectProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -92,7 +92,7 @@ const PasswordProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -32,7 +32,7 @@ const RadioButtonProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -20,7 +20,7 @@ const TextareaProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -38,7 +38,7 @@ const TreeSelectProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{

View file

@ -20,7 +20,7 @@ const TriStateCheckboxProps = [
{
name: 'variant',
type: 'string',
default: 'outlined',
default: 'null',
description: 'Specifies the input variant of the component.'
},
{