Skip to content

Commit

Permalink
Merge pull request #11 from teamshares/MAD/upstream-2.4.0
Browse files Browse the repository at this point in the history
Upstream 2.4.0
  • Loading branch information
CrookedGrin authored May 8, 2023
2 parents 01d48d0 + f4de916 commit 0f33449
Show file tree
Hide file tree
Showing 158 changed files with 5,573 additions and 685 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
docs/dist
docs/search.json
dist
examples
node_modules
src/react
.vscode/settings.json
Expand Down
17 changes: 17 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
"atrule",
"autocorrect",
"autofix",
"autoload",
"autoloader",
"autoloading",
"autoplay",
"bezier",
"boxicons",
"CACHEABLE",
"callout",
"callouts",
"chatbubble",
Expand All @@ -27,6 +31,7 @@
"Consolas",
"contenteditable",
"copydir",
"Cotte",
"coverpage",
"crossorigin",
"crutchcorn",
Expand All @@ -35,6 +40,7 @@
"datetime",
"describedby",
"Docsify",
"dogfood",
"dropdowns",
"easings",
"enterkeyhint",
Expand All @@ -53,6 +59,7 @@
"FOUC",
"FOUCE",
"fullscreen",
"gestern",
"giga",
"globby",
"Grayscale",
Expand All @@ -70,10 +77,12 @@
"jsonata",
"keydown",
"keyframes",
"Kool",
"labelledby",
"Laravel",
"LaViska",
"listbox",
"listitem",
"litelement",
"lowercasing",
"Lucide",
Expand Down Expand Up @@ -103,12 +112,18 @@
"reregister",
"resizer",
"resizers",
"retargeted",
"RETRYABLE",
"rgba",
"roadmap",
"Roboto",
"roledescription",
"Sapan",
"saturationl",
"Schilp",
"scrollbars",
"scrollend",
"scroller",
"Segoe",
"semibold",
"slotchange",
Expand All @@ -121,6 +136,7 @@
"tabpanel",
"templating",
"tera",
"testid",
"textareas",
"textfield",
"tinycolor",
Expand All @@ -143,6 +159,7 @@
"ignorePaths": [
"package.json",
"package-lock.json",
"docs/assets/examples/include.html",
".vscode/**",
"src/translations/!(en).ts",
"**/*.min.js"
Expand Down
4 changes: 4 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- Getting Started

- [Overview](/)
- [Installation](/getting-started/installation)
- [Usage](/getting-started/usage)
- [Contributing](/teamshares/contributing)
- [Recipe Book](/teamshares/recipes)
- [Changelog](/teamshares/changelog)
Expand All @@ -25,6 +27,8 @@
- [Button](/components/button)
- [Button Group](/components/button-group)
- [Card](/components/card)
- [Carousel](/components/carousel)
- [Carousel Item](/components/carousel-item)
- [Checkbox](/components/checkbox)
<!-- - [Color Picker](/components/color-picker) -->
- [Details](/components/details)
Expand Down
Binary file added docs/assets/examples/carousel/field.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/examples/carousel/mountains.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/examples/carousel/sunset.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/examples/carousel/valley.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/examples/carousel/waterfall.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion docs/assets/plugins/metadata/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,9 @@
version.classList.add('sidebar-version');
version.textContent = `Version ${metadata.package.version} `;
const upstreamLink = document.createElement('a');
upstreamLink.className = 'sidebar-version-link';
upstreamLink.href = `https://shoelace.style/resources/changelog?id=_${metadata.package.upstreamVersion}`;
upstreamLink.textContent = `(Shoelace upstream: ${metadata.package.upstreamVersion})`;
upstreamLink.textContent = `(Shoelace: ${metadata.package.upstreamVersion})`;
version.appendChild(upstreamLink);
target.appendChild(version);

Expand Down Expand Up @@ -440,6 +441,9 @@
result += `
## Importing
If you're using the autoloader or the traditional loader, you can ignore this section. Otherwise, feel free to
use any of the following snippets to [cherry pick](getting-started/installation#cherry-picking) this component.
<sl-tab-group>
<sl-tab slot="nav" panel="script">Script</sl-tab>
<sl-tab slot="nav" panel="import">Import</sl-tab>
Expand Down
Loading

1 comment on commit 0f33449

@vercel
Copy link

@vercel vercel bot commented on 0f33449 May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.