-
-
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
88 changed files
with
545 additions
and
222 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
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 |
---|---|---|
|
@@ -8,7 +8,6 @@ dist | |
!.env.example | ||
coverage | ||
pnpm-lock.yaml | ||
.vscode | ||
.temp | ||
src/lib/tailwind/generated | ||
*.tgz |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. | ||
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp | ||
|
||
// List of extensions which should be recommended for users of this workspace. | ||
"recommendations": [ | ||
"streetsidesoftware.code-spell-checker" | ||
], | ||
// List of extensions recommended by VS Code that should not be recommended for users of this workspace. | ||
"unwantedRecommendations": [ | ||
|
||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"cSpell.language": "en" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,123 @@ | ||
{ | ||
"language": "en", | ||
"ignorePaths": ["src/lib/tailwind/generated/**", "static/**", "pnpm-lock.yaml", "package-lock.json", "yarn.lock", "package/**"], | ||
"dictionaries": ["html", "typescript", "softwareTerms", "companies"], | ||
"allowCompoundWords": true, | ||
"words": [ | ||
"Abril", | ||
"autocollapse", | ||
"autohide", | ||
"Barebones", | ||
"Benzara", | ||
"Berganza", | ||
"blockquote", | ||
"bluenight", | ||
"callout", | ||
"carbonads", | ||
"Chicunamictlán", | ||
"Codepen", | ||
"colindex", | ||
"colormatrix", | ||
"combobox", | ||
"Consolas", | ||
"contenteditable", | ||
"cpath", | ||
"Cruisin", | ||
"csvg", | ||
"datetime", | ||
"delisted", | ||
"describedby", | ||
"destring", | ||
"Destrings", | ||
"doctag", | ||
"dropzone", | ||
"Elems", | ||
"endigo", | ||
"Fatface", | ||
"Felte", | ||
"fieldset", | ||
"filesize", | ||
"flexbox", | ||
"Flowbite", | ||
"fontawesome", | ||
"Fonticons", | ||
"FOSS", | ||
"Gekko", | ||
"gravesites", | ||
"Grotesk", | ||
"hamlindigo", | ||
"hljs", | ||
"hovera", | ||
"hoverable", | ||
"iframe", | ||
"incidunt", | ||
"ipsum", | ||
"iste", | ||
"Javis", | ||
"JSDocced", | ||
"labelledby", | ||
"laborum", | ||
"Lightswitch", | ||
"lightswitches", | ||
"listbox", | ||
"maiores", | ||
"Menlo", | ||
"minima", | ||
"mininal", | ||
"Muertos", | ||
"Nahua", | ||
"Neue", | ||
"noirlight", | ||
"Noto", | ||
"nowrap", | ||
"Nussbaum", | ||
"officia", | ||
"ofrendas", | ||
"Paginators", | ||
"Pérez", | ||
"Playfair", | ||
"PNPM", | ||
"postcss", | ||
"poweredby", | ||
"preconfigured", | ||
"Prefs", | ||
"premade", | ||
"Quense", | ||
"Quickstart", | ||
"rcgy", | ||
"rgba", | ||
"roadmap", | ||
"Roboto", | ||
"rowindex", | ||
"Sarenor", | ||
"Schennink", | ||
"Scrollbars", | ||
"seafoam", | ||
"Segoe", | ||
"skeletonlabs", | ||
"slnt", | ||
"stylesheet", | ||
"sveld", | ||
"svelte", | ||
"sveltejs", | ||
"sveltekit", | ||
"Tahar", | ||
"tailwindcolorshades", | ||
"tailwindcss", | ||
"testid", | ||
"textareas", | ||
"Themeable", | ||
"Themer", | ||
"tickmarks", | ||
"Transpiles", | ||
"unsub", | ||
"Unsubscriber", | ||
"Vercel", | ||
"Vitest", | ||
"vite", | ||
"wght", | ||
"Wonka", | ||
"xmark", | ||
"xpro" | ||
] | ||
} |
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.0", | ||
"version": "v1.2.5", | ||
"description": "A SvelteKit component library.", | ||
"author": "endigo9740 <[email protected]>", | ||
"scripts": { | ||
|
@@ -53,6 +53,7 @@ | |
"@vercel/analytics": "^0.1.11", | ||
"autoprefixer": "^10.4.14", | ||
"c8": "^7.13.0", | ||
"cspell": "^6.31.1", | ||
"eslint": "^8.37.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-svelte3": "^4.0.0", | ||
|
@@ -99,7 +100,6 @@ | |
"./src/lib/themes/*", | ||
"!./dist/**/*.test.*" | ||
], | ||
"svelte": "./dist/index.js", | ||
"typesVersions": { | ||
">4.0": { | ||
"index": [ | ||
|
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
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
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.
1d47f04
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 – ./
skeleton-dev.vercel.app
skeleton-docs-skeleton-labs.vercel.app
skeleton.brainandbonesllc.com
www.skeleton.dev
skeleton.dev
skeleton-docs-git-master-skeleton-labs.vercel.app