Skip to content

Commit

Permalink
chore: format for github action fail
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Sep 29, 2024
1 parent 5ce805c commit 5fe2f0c
Show file tree
Hide file tree
Showing 75 changed files with 500 additions and 2,349 deletions.
44 changes: 8 additions & 36 deletions src/routes/component-data/Accordion.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,12 @@
"slots": [],
"events": [],
"props": [
[
"multiple?",
"boolean",
"false"
],
[
"flush?",
"boolean",
"false"
],
[
"activeClass?",
"string",
"'bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-white focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800'"
],
[
"inactiveClass?",
"string",
"'text-gray-500 dark:text-gray-400 hover:bg-gray-100 hover:dark:bg-gray-800'"
],
[
"defaultClass?",
"string",
"'text-gray-500 dark:text-gray-400'"
],
[
"classActive?",
"string",
""
],
[
"classInactive?",
"string",
""
]
["multiple?", "boolean", "false"],
["flush?", "boolean", "false"],
["activeClass?", "string", "'bg-gray-100 dark:bg-gray-800 text-gray-900 dark:text-white focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-800'"],
["inactiveClass?", "string", "'text-gray-500 dark:text-gray-400 hover:bg-gray-100 hover:dark:bg-gray-800'"],
["defaultClass?", "string", "'text-gray-500 dark:text-gray-400'"],
["classActive?", "string", ""],
["classInactive?", "string", ""]
]
}
}
110 changes: 19 additions & 91 deletions src/routes/component-data/AccordionItem.json
Original file line number Diff line number Diff line change
@@ -1,96 +1,24 @@
{
"name": "AccordionItem",
"slots": [
"header",
"arrowup",
"arrowdown"
],
"slots": ["header", "arrowup", "arrowdown"],
"events": [],
"props": [
[
"tag?",
"string",
"'h2'"
],
[
"open?",
"boolean",
""
],
[
"activeClass?",
"string",
"undefined"
],
[
"inactiveClass?",
"string",
"undefined"
],
[
"defaultClass?",
"string",
"'flex items-center justify-between w-full font-medium text-left group-first:rounded-t-xl border-gray-200 dark:border-gray-700'"
],
[
"transitionType?",
"TransitionTypes",
"'slide'"
],
[
"transitionParams?",
"TransitionParamTypes",
"{}"
],
[
"paddingFlush?",
"string",
"'py-5'"
],
[
"paddingDefault?",
"string",
"'p-5'"
],
[
"textFlushOpen?",
"string",
"'text-gray-900 dark:text-white'"
],
[
"textFlushDefault?",
"string",
"'text-gray-500 dark:text-gray-400'"
],
[
"borderClass?",
"string",
"'border-s border-e group-first:border-t'"
],
[
"borderOpenClass?",
"string",
"'border-s border-e'"
],
[
"borderBottomClass?",
"string",
"'border-b'"
],
[
"borderSharedClass?",
"string",
"'border-gray-200 dark:border-gray-700'"
],
[
"classActive?",
"string",
"undefined"
],
[
"classInactive?",
"string",
"undefined"
]
["tag?", "string", "'h2'"],
["open?", "boolean", ""],
["activeClass?", "string", "undefined"],
["inactiveClass?", "string", "undefined"],
["defaultClass?", "string", "'flex items-center justify-between w-full font-medium text-left group-first:rounded-t-xl border-gray-200 dark:border-gray-700'"],
["transitionType?", "TransitionTypes", "'slide'"],
["transitionParams?", "TransitionParamTypes", "{}"],
["paddingFlush?", "string", "'py-5'"],
["paddingDefault?", "string", "'p-5'"],
["textFlushOpen?", "string", "'text-gray-900 dark:text-white'"],
["textFlushDefault?", "string", "'text-gray-500 dark:text-gray-400'"],
["borderClass?", "string", "'border-s border-e group-first:border-t'"],
["borderOpenClass?", "string", "'border-s border-e'"],
["borderBottomClass?", "string", "'border-b'"],
["borderSharedClass?", "string", "'border-gray-200 dark:border-gray-700'"],
["classActive?", "string", "undefined"],
["classInactive?", "string", "undefined"]
]
}
}
31 changes: 5 additions & 26 deletions src/routes/component-data/Alert.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,9 @@
{
"name": "Alert",
"slots": [
"icon",
"close-button"
],
"events": [
"close",
"click",
"change",
"keydown",
"keyup",
"focus",
"blur",
"mouseenter",
"mouseleave"
],
"slots": ["icon", "close-button"],
"events": ["close", "click", "change", "keydown", "keyup", "focus", "blur", "mouseenter", "mouseleave"],
"props": [
[
"dismissable?",
"boolean",
"false"
],
[
"defaultClass?",
"string",
"'p-4 gap-3 text-sm'"
]
["dismissable?", "boolean", "false"],
["defaultClass?", "string", "'p-4 gap-3 text-sm'"]
]
}
}
44 changes: 8 additions & 36 deletions src/routes/component-data/Android.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,12 @@
"slots": [],
"events": [],
"props": [
[
"div?",
"string",
"'relative mx-auto border-gray-800 dark:border-gray-800 bg-gray-800 border-[14px] rounded-xl h-[600px] w-[300px] shadow-xl'"
],
[
"slot?",
"string",
"'rounded-xl overflow-hidden w-[272px] h-[572px] bg-white dark:bg-gray-800'"
],
[
"top?",
"string",
"'w-[148px] h-[18px] bg-gray-800 top-0 rounded-b-[1rem] left-1/2 -translate-x-1/2 absolute'"
],
[
"leftTop?",
"string",
"'h-[32px] w-[3px] bg-gray-800 absolute -left-[17px] top-[72px] rounded-l-lg'"
],
[
"leftMid?",
"string",
"'h-[46px] w-[3px] bg-gray-800 absolute -left-[17px] top-[124px] rounded-l-lg'"
],
[
"leftBot?",
"string",
"'h-[46px] w-[3px] bg-gray-800 absolute -left-[17px] top-[178px] rounded-l-lg'"
],
[
"right?",
"string",
"'h-[64px] w-[3px] bg-gray-800 absolute -right-[17px] top-[142px] rounded-r-lg'"
]
["div?", "string", "'relative mx-auto border-gray-800 dark:border-gray-800 bg-gray-800 border-[14px] rounded-xl h-[600px] w-[300px] shadow-xl'"],
["slot?", "string", "'rounded-xl overflow-hidden w-[272px] h-[572px] bg-white dark:bg-gray-800'"],
["top?", "string", "'w-[148px] h-[18px] bg-gray-800 top-0 rounded-b-[1rem] left-1/2 -translate-x-1/2 absolute'"],
["leftTop?", "string", "'h-[32px] w-[3px] bg-gray-800 absolute -left-[17px] top-[72px] rounded-l-lg'"],
["leftMid?", "string", "'h-[46px] w-[3px] bg-gray-800 absolute -left-[17px] top-[124px] rounded-l-lg'"],
["leftBot?", "string", "'h-[46px] w-[3px] bg-gray-800 absolute -left-[17px] top-[178px] rounded-l-lg'"],
["right?", "string", "'h-[64px] w-[3px] bg-gray-800 absolute -right-[17px] top-[142px] rounded-r-lg'"]
]
}
}
10 changes: 2 additions & 8 deletions src/routes/component-data/ArrowKeyDown.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"name": "ArrowKeyDown",
"slots": [],
"events": [],
"props": [
[
"svgClass?",
"string",
"'w-4 h-4'"
]
]
}
"props": [["svgClass?", "string", "'w-4 h-4'"]]
}
10 changes: 2 additions & 8 deletions src/routes/component-data/ArrowKeyLeft.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"name": "ArrowKeyLeft",
"slots": [],
"events": [],
"props": [
[
"svgClass?",
"string",
"'w-4 h-4'"
]
]
}
"props": [["svgClass?", "string", "'w-4 h-4'"]]
}
10 changes: 2 additions & 8 deletions src/routes/component-data/ArrowKeyRight.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"name": "ArrowKeyRight",
"slots": [],
"events": [],
"props": [
[
"svgClass?",
"string",
"'w-4 h-4'"
]
]
}
"props": [["svgClass?", "string", "'w-4 h-4'"]]
}
10 changes: 2 additions & 8 deletions src/routes/component-data/ArrowKeyUp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,5 @@
"name": "ArrowKeyUp",
"slots": [],
"events": [],
"props": [
[
"svgClass?",
"string",
"'w-4 h-4'"
]
]
}
"props": [["svgClass?", "string", "'w-4 h-4'"]]
}
50 changes: 9 additions & 41 deletions src/routes/component-data/Avatar.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,13 @@
"slots": [],
"events": [],
"props": [
[
"href?",
"string",
"undefined"
],
[
"src?",
"string",
"''"
],
[
"rounded?",
"boolean",
"false"
],
[
"border?",
"boolean",
"false"
],
[
"stacked?",
"boolean",
"false"
],
[
"dot?",
"object | undefined",
"undefined"
],
[
"alt?",
"string",
"''"
],
[
"size?",
"'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'none'",
""
]
["href?", "string", "undefined"],
["src?", "string", "''"],
["rounded?", "boolean", "false"],
["border?", "boolean", "false"],
["stacked?", "boolean", "false"],
["dot?", "object | undefined", "undefined"],
["alt?", "string", "''"],
["size?", "'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'none'", ""]
]
}
}
Loading

0 comments on commit 5fe2f0c

Please sign in to comment.