-
-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
146 changed files
with
5,674 additions
and
2,441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ module.exports = { | |
browser: true, | ||
es2017: true, | ||
node: true | ||
}, | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,6 @@ node_modules | |
/coverage | ||
pnpm-lock.yaml | ||
.vscode | ||
.github | ||
.github | ||
/static/font-awesome | ||
/static/fonts |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@skeletonlabs/skeleton", | ||
"version": "v1.2.5", | ||
"version": "v1.5.0", | ||
"description": "A SvelteKit component library.", | ||
"author": "endigo9740 <[email protected]>", | ||
"scripts": { | ||
|
@@ -41,11 +41,13 @@ | |
"license": "MIT", | ||
"homepage": "https://skeleton.dev/", | ||
"devDependencies": { | ||
"@faker-js/faker": "^7.6.0", | ||
"@floating-ui/dom": "^1.2.5", | ||
"@sveltejs/adapter-auto": "^2.0.0", | ||
"@sveltejs/kit": "^1.15.0", | ||
"@sveltejs/package": "^2.0.2", | ||
"@tailwindcss/forms": "^0.5.3", | ||
"@tailwindcss/typography": "^0.5.9", | ||
"@testing-library/dom": "^9.2.0", | ||
"@testing-library/svelte": "^3.2.2", | ||
"@typescript-eslint/eslint-plugin": "^5.57.0", | ||
|
@@ -79,6 +81,7 @@ | |
"type": "module", | ||
"types": "index.d.ts", | ||
"dependencies": { | ||
"esm-env": "^1.0.0", | ||
"svelte": "^3.58.0" | ||
}, | ||
"exports": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="dark"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<!-- NOTE: SEO handled in root page layout: /src/+layout.svelte --> | ||
|
||
<!-- NOTE: SEO handled in root page layout: /src/+layout.svelte --> | ||
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
%sveltekit.head% | ||
|
||
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
%sveltekit.head% | ||
<!-- Font Awesome --> | ||
<!-- https://fontawesome.com/docs/web/setup/host-yourself/webfonts --> | ||
<link href="/font-awesome/css/fontawesome.min.css" rel="stylesheet" /> | ||
<link href="/font-awesome/css/brands.min.css" rel="stylesheet" /> | ||
<link href="/font-awesome/css/solid.min.css" rel="stylesheet" /> | ||
</head> | ||
|
||
<!-- Font Awesome --> | ||
<!-- https://fontawesome.com/docs/web/setup/host-yourself/webfonts --> | ||
<link href="/font-awesome/css/fontawesome.min.css" rel="stylesheet"> | ||
<link href="/font-awesome/css/brands.min.css" rel="stylesheet"> | ||
<link href="/font-awesome/css/solid.min.css" rel="stylesheet"> | ||
</head> | ||
|
||
<body data-theme="skeleton"> | ||
<div class="h-full overflow-hidden contents">%sveltekit.body%</div> | ||
</body> | ||
|
||
</html> | ||
<body data-theme="skeleton"> | ||
<div class="h-full overflow-hidden contents">%sveltekit.body%</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
b061222
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
skeleton-docs – ./
www.skeleton.dev
skeleton-docs-git-master-skeleton-labs.vercel.app
skeleton-docs-skeleton-labs.vercel.app
skeleton.brainandbonesllc.com
skeleton-dev.vercel.app
skeleton.dev