Skip to content

Commit

Permalink
fix: demo page bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
edde746 committed May 10, 2022
1 parent 62fb89a commit 542b88a
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 369 deletions.
17 changes: 1 addition & 16 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,8 @@
@tailwind components;
@tailwind utilities;

pre{
pre {
background-color: rgb(242, 242, 242);
white-space: pre-wrap;
width: 100%;
}

@layer base {
p {
@apply text-lg w-full text-gray-900 dark:text-white py-1;
}
h2{
/* @apply text-2xl w-full dark:text-white py-8; */
}
h3{
@apply text-xl w-full dark:text-white py-4;
}
.max-w-3xl a{
@apply text-blue-600 hover:underline dark:text-blue-300;
}
}
115 changes: 0 additions & 115 deletions src/routes/alerts/animation.md

This file was deleted.

100 changes: 0 additions & 100 deletions src/routes/alerts/border-alert.md

This file was deleted.

125 changes: 0 additions & 125 deletions src/routes/alerts/default-alert.md

This file was deleted.

10 changes: 1 addition & 9 deletions src/routes/props/Alert.json
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
{
"props": [
["color", " Colors ", " 'blue'"],
["icon", " Component? ", " null"],
["closeBtn", " boolean ", " false"],
["rounded", " boolean ", " true"],
["borderAccent", " boolean ", " false"]
]
}
{"props":[["color"," Colors "," 'blue'"],["icon"," typeof SvelteComponent | null "," null"],["closeBtn"," boolean "," false"],["rounded"," boolean "," true"],["borderAccent"," boolean "," false"]]}
1 change: 0 additions & 1 deletion src/routes/props/BorderAlert.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/routes/props/Checkbox.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"props":[["divClass"," string "," 'flex items-center mr-4'"],["inputClass"," string "," 'w-4 h-4 text-blue-600 bg-gray-100 rounded border-gray-300 focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600'"],["labelClass"," string "," 'ml-2 text-sm font-medium text-gray-900 dark:text-gray-300'"],["disabled"," boolean "," false"],["name"," string "," ''"],["divHelperClass"," string "," 'flex items-center h-5'"],["labelHelperClass"," string "," 'font-medium text-gray-900 dark:text-gray-300'"],["helperClass"," string "," 'text-xs font-normal text-gray-500 dark:text-gray-300'"],["color"," FormColorType "," 'blue'"],["helper"," string","-"],["id"," string","-"],["value"," string","-"],["label"," string","-"]]}
{"props":[["divClass"," string "," 'flex items-center mr-4'"],["inputClass"," string "," 'w-4 h-4 bg-gray-100 rounded border-gray-300 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600 '"],["labelClass"," string "," 'ml-2 text-sm font-medium text-gray-900 dark:text-gray-300'"],["disabled"," boolean "," false"],["name"," string "," ''"],["divHelperClass"," string "," 'flex items-center h-5'"],["labelHelperClass"," string "," 'font-medium text-gray-900 dark:text-gray-300'"],["helperClass"," string "," 'text-xs font-normal text-gray-500 dark:text-gray-300'"],["color"," FormColorType "," 'blue'"],["helper"," string","-"],["id"," string","-"],["value"," string","-"],["label"," string","-"]]}
1 change: 0 additions & 1 deletion src/routes/props/InfoAlert.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/routes/props/RadioItem.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"props":[["divClass"," string "," 'flex items-center mr-4'"],["inputClass"," string "," 'w-4 h-4 border-gray-300 focus:ring-2 focus:ring-blue-300 dark:focus:ring-blue-600 dark:focus:bg-blue-600 dark:bg-gray-700 dark:border-gray-600'"],["labelClass"," string "," 'block ml-2 text-sm font-medium text-gray-900 dark:text-gray-300'"],["disabled"," boolean "," false"],["name"," string "," ''"],["divHelperClass"," string "," 'flex items-center h-5'"],["labelHelperClass"," string "," 'font-medium text-gray-900 dark:text-gray-300'"],["helperClass"," string "," 'text-xs font-normal text-gray-500 dark:text-gray-300'"],["color"," FormColorType "," 'blue'"],["helper"," string","-"],["id"," string","-"],["value"," string","-"],["label"," string","-"]]}
{"props":[["divClass"," string "," 'flex items-center mr-4'"],["inputClass"," string "," 'w-4 h-4 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600 bg-gray-100 border-gray-300 '"],["labelClass"," string "," 'block ml-2 text-sm font-medium text-gray-900 dark:text-gray-300'"],["disabled"," boolean "," false"],["name"," string "," ''"],["divHelperClass"," string "," 'flex items-center h-5'"],["labelHelperClass"," string "," 'font-medium text-gray-900 dark:text-gray-300'"],["helperClass"," string "," 'text-xs font-normal text-gray-500 dark:text-gray-300'"],["color"," FormColorType "," 'blue'"],["helper"," string","-"],["id"," string","-"],["value"," string","-"],["label"," string","-"]]}

0 comments on commit 542b88a

Please sign in to comment.