From 7c9881ed9e19edae680d3663dbd286d8874644fc Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Thu, 20 Jun 2024 11:26:24 -0400 Subject: [PATCH] update @documentation data to WA paths --- scripts/plop/templates/component/component.hbs | 2 +- src/components/animated-image/animated-image.ts | 2 +- src/components/animation/animation.ts | 2 +- src/components/avatar/avatar.ts | 2 +- src/components/badge/badge.ts | 2 +- src/components/breadcrumb-item/breadcrumb-item.ts | 2 +- src/components/breadcrumb/breadcrumb.ts | 2 +- src/components/button-group/button-group.ts | 2 +- src/components/button/button.ts | 2 +- src/components/callout/callout.ts | 2 +- src/components/card/card.ts | 2 +- src/components/checkbox/checkbox.ts | 2 +- src/components/color-picker/color-picker.ts | 2 +- src/components/copy-button/copy-button.ts | 2 +- src/components/details/details.ts | 2 +- src/components/dialog/dialog.ts | 2 +- src/components/divider/divider.ts | 2 +- src/components/drawer/drawer.ts | 2 +- src/components/dropdown/dropdown.ts | 2 +- src/components/format-bytes/format-bytes.ts | 2 +- src/components/format-date/format-date.ts | 2 +- src/components/format-number/format-number.ts | 2 +- src/components/icon-button/icon-button.ts | 2 +- src/components/icon/icon.ts | 2 +- src/components/image-comparer/image-comparer.ts | 2 +- src/components/include/include.ts | 2 +- src/components/input/input.ts | 2 +- src/components/menu-item/menu-item.ts | 2 +- src/components/menu-label/menu-label.ts | 2 +- src/components/menu/menu.ts | 2 +- src/components/mutation-observer/mutation-observer.ts | 2 +- src/components/option/option.ts | 2 +- src/components/page/page.ts | 2 +- src/components/popup/popup.ts | 2 +- src/components/progress-bar/progress-bar.ts | 2 +- src/components/progress-ring/progress-ring.ts | 2 +- src/components/qr-code/qr-code.ts | 2 +- src/components/radio-button/radio-button.ts | 2 +- src/components/radio-group/radio-group.ts | 2 +- src/components/radio/radio.ts | 2 +- src/components/range/range.ts | 2 +- src/components/rating/rating.ts | 2 +- src/components/relative-time/relative-time.ts | 2 +- src/components/resize-observer/resize-observer.ts | 2 +- src/components/select/select.ts | 2 +- src/components/skeleton/skeleton.ts | 2 +- src/components/spinner/spinner.ts | 2 +- src/components/split-panel/split-panel.ts | 2 +- src/components/switch/switch.ts | 2 +- src/components/tab-group/tab-group.ts | 2 +- src/components/tab-panel/tab-panel.ts | 2 +- src/components/tab/tab.ts | 2 +- src/components/tag/tag.ts | 2 +- src/components/textarea/textarea.ts | 2 +- src/components/tooltip/tooltip.ts | 2 +- src/components/tree-item/tree-item.ts | 2 +- src/components/tree/tree.ts | 2 +- src/components/visually-hidden/visually-hidden.ts | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/scripts/plop/templates/component/component.hbs b/scripts/plop/templates/component/component.hbs index 5bf202cb1..29f67b46c 100644 --- a/scripts/plop/templates/component/component.hbs +++ b/scripts/plop/templates/component/component.hbs @@ -8,7 +8,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Short summary of the component's intended use. - * @documentation https://shoelace.style/components/{{ tagWithoutPrefix tag }} + * @documentation https://backers.webawesome.com/docs/components/{{ tagWithoutPrefix tag }} * @status experimental * @since 2.0 * diff --git a/src/components/animated-image/animated-image.ts b/src/components/animated-image/animated-image.ts index f6531e876..f7607f99c 100644 --- a/src/components/animated-image/animated-image.ts +++ b/src/components/animated-image/animated-image.ts @@ -11,7 +11,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary A component for displaying animated GIFs and WEBPs that play and pause on interaction. - * @documentation https://shoelace.style/components/animated-image + * @documentation https://backers.webawesome.com/docs/components/animated-image * @status stable * @since 2.0 * diff --git a/src/components/animation/animation.ts b/src/components/animation/animation.ts index eb63fdb84..82f540ab1 100644 --- a/src/components/animation/animation.ts +++ b/src/components/animation/animation.ts @@ -12,7 +12,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Animate elements declaratively with nearly 100 baked-in presets, or roll your own with custom keyframes. Powered by the [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API). - * @documentation https://shoelace.style/components/animation + * @documentation https://backers.webawesome.com/docs/components/animation * @status stable * @since 2.0 * diff --git a/src/components/avatar/avatar.ts b/src/components/avatar/avatar.ts index bb9a44224..b6500a58b 100644 --- a/src/components/avatar/avatar.ts +++ b/src/components/avatar/avatar.ts @@ -10,7 +10,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Avatars are used to represent a person or object. - * @documentation https://shoelace.style/components/avatar + * @documentation https://backers.webawesome.com/docs/components/avatar * @status stable * @since 2.0 * diff --git a/src/components/badge/badge.ts b/src/components/badge/badge.ts index d2f4b8663..450e32dc7 100644 --- a/src/components/badge/badge.ts +++ b/src/components/badge/badge.ts @@ -8,7 +8,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Badges are used to draw attention and display statuses or counts. - * @documentation https://shoelace.style/components/badge + * @documentation https://backers.webawesome.com/docs/components/badge * @status stable * @since 2.0 * diff --git a/src/components/breadcrumb-item/breadcrumb-item.ts b/src/components/breadcrumb-item/breadcrumb-item.ts index f856cf91e..a562c5ef1 100644 --- a/src/components/breadcrumb-item/breadcrumb-item.ts +++ b/src/components/breadcrumb-item/breadcrumb-item.ts @@ -8,7 +8,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Breadcrumb Items are used inside [breadcrumbs](/docs/components/breadcrumb) to represent different links. - * @documentation https://shoelace.style/components/breadcrumb-item + * @documentation https://backers.webawesome.com/docs/components/breadcrumb-item * @status stable * @since 2.0 * diff --git a/src/components/breadcrumb/breadcrumb.ts b/src/components/breadcrumb/breadcrumb.ts index 631fd9477..91ee30ab0 100644 --- a/src/components/breadcrumb/breadcrumb.ts +++ b/src/components/breadcrumb/breadcrumb.ts @@ -10,7 +10,7 @@ import type WaBreadcrumbItem from '../breadcrumb-item/breadcrumb-item.js'; /** * @summary Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy. - * @documentation https://shoelace.style/components/breadcrumb + * @documentation https://backers.webawesome.com/docs/components/breadcrumb * @status stable * @since 2.0 * diff --git a/src/components/button-group/button-group.ts b/src/components/button-group/button-group.ts index f6282fab4..c4ebfc0ea 100644 --- a/src/components/button-group/button-group.ts +++ b/src/components/button-group/button-group.ts @@ -7,7 +7,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Button groups can be used to group related buttons into sections. - * @documentation https://shoelace.style/components/button-group + * @documentation https://backers.webawesome.com/docs/components/button-group * @status stable * @since 2.0 * diff --git a/src/components/button/button.ts b/src/components/button/button.ts index ac63ab74c..3a8cfd0c0 100644 --- a/src/components/button/button.ts +++ b/src/components/button/button.ts @@ -17,7 +17,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Buttons represent actions that are available to the user. - * @documentation https://shoelace.style/components/button + * @documentation https://backers.webawesome.com/docs/components/button * @status stable * @since 2.0 * diff --git a/src/components/callout/callout.ts b/src/components/callout/callout.ts index da5653ace..6eca286bf 100644 --- a/src/components/callout/callout.ts +++ b/src/components/callout/callout.ts @@ -8,7 +8,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Callouts are used to display important messages inline. - * @documentation https://shoelace.style/components/callout + * @documentation https://backers.webawesome.com/docs/components/callout * @status stable * @since 2.0 * diff --git a/src/components/card/card.ts b/src/components/card/card.ts index 52678c058..6219249d7 100644 --- a/src/components/card/card.ts +++ b/src/components/card/card.ts @@ -8,7 +8,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Cards can be used to group related subjects in a container. - * @documentation https://shoelace.style/components/card + * @documentation https://backers.webawesome.com/docs/components/card * @status stable * @since 2.0 * diff --git a/src/components/checkbox/checkbox.ts b/src/components/checkbox/checkbox.ts index ee7bf77ab..6cc50fd7c 100644 --- a/src/components/checkbox/checkbox.ts +++ b/src/components/checkbox/checkbox.ts @@ -19,7 +19,7 @@ import type { CSSResultGroup, PropertyValues } from 'lit'; /** * @summary Checkboxes allow the user to toggle an option on or off. - * @documentation https://shoelace.style/components/checkbox + * @documentation https://backers.webawesome.com/docs/components/checkbox * @status stable * @since 2.0 * diff --git a/src/components/color-picker/color-picker.ts b/src/components/color-picker/color-picker.ts index 199ba8806..336bd3499 100644 --- a/src/components/color-picker/color-picker.ts +++ b/src/components/color-picker/color-picker.ts @@ -43,7 +43,7 @@ declare const EyeDropper: EyeDropperConstructor; /** * @summary Color pickers allow the user to select a color. - * @documentation https://shoelace.style/components/color-picker + * @documentation https://backers.webawesome.com/docs/components/color-picker * @status stable * @since 2.0 * diff --git a/src/components/copy-button/copy-button.ts b/src/components/copy-button/copy-button.ts index 617b53c7c..10ca2cede 100644 --- a/src/components/copy-button/copy-button.ts +++ b/src/components/copy-button/copy-button.ts @@ -15,7 +15,7 @@ import type WaTooltip from '../tooltip/tooltip.js'; /** * @summary Copies text data to the clipboard when the user clicks the trigger. - * @documentation https://shoelace.style/components/copy + * @documentation https://backers.webawesome.com/docs/components/copy * @status experimental * @since 2.7 * diff --git a/src/components/details/details.ts b/src/components/details/details.ts index 67d0ba0b4..afdb65789 100644 --- a/src/components/details/details.ts +++ b/src/components/details/details.ts @@ -16,7 +16,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Details show a brief summary and expand to show additional content. - * @documentation https://shoelace.style/components/details + * @documentation https://backers.webawesome.com/docs/components/details * @status stable * @since 2.0 * diff --git a/src/components/dialog/dialog.ts b/src/components/dialog/dialog.ts index 2dbefdcc7..639b3c543 100644 --- a/src/components/dialog/dialog.ts +++ b/src/components/dialog/dialog.ts @@ -17,7 +17,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Dialogs, sometimes called "modals", appear above the page and require the user's immediate attention. - * @documentation https://shoelace.style/components/dialog + * @documentation https://backers.webawesome.com/docs/components/dialog * @status stable * @since 2.0 * diff --git a/src/components/divider/divider.ts b/src/components/divider/divider.ts index d6a9b3522..a66c89856 100644 --- a/src/components/divider/divider.ts +++ b/src/components/divider/divider.ts @@ -7,7 +7,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Dividers are used to visually separate or group elements. - * @documentation https://shoelace.style/components/divider + * @documentation https://backers.webawesome.com/docs/components/divider * @status stable * @since 2.0 * diff --git a/src/components/drawer/drawer.ts b/src/components/drawer/drawer.ts index 7702f324c..dcc9807cb 100644 --- a/src/components/drawer/drawer.ts +++ b/src/components/drawer/drawer.ts @@ -17,7 +17,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Drawers slide in from a container to expose additional options and information. - * @documentation https://shoelace.style/components/drawer + * @documentation https://backers.webawesome.com/docs/components/drawer * @status stable * @since 2.0 * diff --git a/src/components/dropdown/dropdown.ts b/src/components/dropdown/dropdown.ts index cfe2bc4c9..ad850c74a 100644 --- a/src/components/dropdown/dropdown.ts +++ b/src/components/dropdown/dropdown.ts @@ -22,7 +22,7 @@ import type WaPopup from '../popup/popup.js'; /** * @summary Dropdowns expose additional content that "drops down" in a panel. - * @documentation https://shoelace.style/components/dropdown + * @documentation https://backers.webawesome.com/docs/components/dropdown * @status stable * @since 2.0 * diff --git a/src/components/format-bytes/format-bytes.ts b/src/components/format-bytes/format-bytes.ts index 6c3627616..f900d3bce 100644 --- a/src/components/format-bytes/format-bytes.ts +++ b/src/components/format-bytes/format-bytes.ts @@ -4,7 +4,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js'; /** * @summary Formats a number as a human readable bytes value. - * @documentation https://shoelace.style/components/format-bytes + * @documentation https://backers.webawesome.com/docs/components/format-bytes * @status stable * @since 2.0 */ diff --git a/src/components/format-date/format-date.ts b/src/components/format-date/format-date.ts index 477f4e0ca..a135061ac 100644 --- a/src/components/format-date/format-date.ts +++ b/src/components/format-date/format-date.ts @@ -5,7 +5,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js'; /** * @summary Formats a date/time using the specified locale and options. - * @documentation https://shoelace.style/components/format-date + * @documentation https://backers.webawesome.com/docs/components/format-date * @status stable * @since 2.0 */ diff --git a/src/components/format-number/format-number.ts b/src/components/format-number/format-number.ts index 53c1591dc..ed03dd24b 100644 --- a/src/components/format-number/format-number.ts +++ b/src/components/format-number/format-number.ts @@ -4,7 +4,7 @@ import WebAwesomeElement from '../../internal/webawesome-element.js'; /** * @summary Formats a number using the specified locale and options. - * @documentation https://shoelace.style/components/format-number + * @documentation https://backers.webawesome.com/docs/components/format-number * @status stable * @since 2.0 */ diff --git a/src/components/icon-button/icon-button.ts b/src/components/icon-button/icon-button.ts index 8b13ed2f6..35e8cd973 100644 --- a/src/components/icon-button/icon-button.ts +++ b/src/components/icon-button/icon-button.ts @@ -12,7 +12,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars. - * @documentation https://shoelace.style/components/icon-button + * @documentation https://backers.webawesome.com/docs/components/icon-button * @status stable * @since 2.0 * diff --git a/src/components/icon/icon.ts b/src/components/icon/icon.ts index 2df51e9ef..863456dbe 100644 --- a/src/components/icon/icon.ts +++ b/src/components/icon/icon.ts @@ -25,7 +25,7 @@ interface IconSource { /** * @summary Icons are symbols that can be used to represent various options within an application. - * @documentation https://shoelace.style/components/icon + * @documentation https://backers.webawesome.com/docs/components/icon * @status stable * @since 2.0 * diff --git a/src/components/image-comparer/image-comparer.ts b/src/components/image-comparer/image-comparer.ts index a392ad4ef..4d68cb738 100644 --- a/src/components/image-comparer/image-comparer.ts +++ b/src/components/image-comparer/image-comparer.ts @@ -14,7 +14,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Compare visual differences between similar photos with a sliding panel. - * @documentation https://shoelace.style/components/image-comparer + * @documentation https://backers.webawesome.com/docs/components/image-comparer * @status stable * @since 2.0 * diff --git a/src/components/include/include.ts b/src/components/include/include.ts index fe789a3f6..a0727fe42 100644 --- a/src/components/include/include.ts +++ b/src/components/include/include.ts @@ -11,7 +11,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Includes give you the power to embed external HTML files into the page. - * @documentation https://shoelace.style/components/include + * @documentation https://backers.webawesome.com/docs/components/include * @status stable * @since 2.0 * diff --git a/src/components/input/input.ts b/src/components/input/input.ts index d472fb0f2..522e3c4ee 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -22,7 +22,7 @@ import type WaButton from '../button/button.js'; /** * @summary Inputs collect data from the user. - * @documentation https://shoelace.style/components/input + * @documentation https://backers.webawesome.com/docs/components/input * @status stable * @since 2.0 * diff --git a/src/components/menu-item/menu-item.ts b/src/components/menu-item/menu-item.ts index 5d6afd1df..b31a97315 100644 --- a/src/components/menu-item/menu-item.ts +++ b/src/components/menu-item/menu-item.ts @@ -14,7 +14,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Menu items provide options for the user to pick from in a menu. - * @documentation https://shoelace.style/components/menu-item + * @documentation https://backers.webawesome.com/docs/components/menu-item * @status stable * @since 2.0 * diff --git a/src/components/menu-label/menu-label.ts b/src/components/menu-label/menu-label.ts index fe24fbdeb..41d1b24ed 100644 --- a/src/components/menu-label/menu-label.ts +++ b/src/components/menu-label/menu-label.ts @@ -7,7 +7,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Menu labels are used to describe a group of menu items. - * @documentation https://shoelace.style/components/menu-label + * @documentation https://backers.webawesome.com/docs/components/menu-label * @status stable * @since 2.0 * diff --git a/src/components/menu/menu.ts b/src/components/menu/menu.ts index 922e1f9ca..af6678532 100644 --- a/src/components/menu/menu.ts +++ b/src/components/menu/menu.ts @@ -14,7 +14,7 @@ export interface MenuSelectEventDetail { /** * @summary Menus provide a list of options for the user to choose from. - * @documentation https://shoelace.style/components/menu + * @documentation https://backers.webawesome.com/docs/components/menu * @status stable * @since 2.0 * diff --git a/src/components/mutation-observer/mutation-observer.ts b/src/components/mutation-observer/mutation-observer.ts index 485741acd..715d3f0c8 100644 --- a/src/components/mutation-observer/mutation-observer.ts +++ b/src/components/mutation-observer/mutation-observer.ts @@ -9,7 +9,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary The Mutation Observer component offers a thin, declarative interface to the [`MutationObserver API`](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver). - * @documentation https://shoelace.style/components/mutation-observer + * @documentation https://backers.webawesome.com/docs/components/mutation-observer * @status stable * @since 2.0 * diff --git a/src/components/option/option.ts b/src/components/option/option.ts index d157a6c9f..97610bf0c 100644 --- a/src/components/option/option.ts +++ b/src/components/option/option.ts @@ -11,7 +11,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Options define the selectable items within various form controls such as [select](/docs/components/select). - * @documentation https://shoelace.style/components/option + * @documentation https://backers.webawesome.com/docs/components/option * @status stable * @since 2.0 * diff --git a/src/components/page/page.ts b/src/components/page/page.ts index c901756b6..da607038a 100644 --- a/src/components/page/page.ts +++ b/src/components/page/page.ts @@ -9,7 +9,7 @@ import type WaDrawer from '../drawer/drawer.js'; /** * @summary Pages offer an easy way to scaffold pages using minimal markup. - * @documentation https://shoelace.style/components/page + * @documentation https://backers.webawesome.com/docs/components/page * @status experimental * @since 3.0 * diff --git a/src/components/popup/popup.ts b/src/components/popup/popup.ts index ba6adb52e..08a482cfd 100644 --- a/src/components/popup/popup.ts +++ b/src/components/popup/popup.ts @@ -25,7 +25,7 @@ function isVirtualElement(e: unknown): e is VirtualElement { /** * @summary Popup is a utility that lets you declaratively anchor "popup" containers to another element. - * @documentation https://shoelace.style/components/popup + * @documentation https://backers.webawesome.com/docs/components/popup * @status stable * @since 2.0 * diff --git a/src/components/progress-bar/progress-bar.ts b/src/components/progress-bar/progress-bar.ts index a63a189cc..3d22d1a8e 100644 --- a/src/components/progress-bar/progress-bar.ts +++ b/src/components/progress-bar/progress-bar.ts @@ -11,7 +11,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Progress bars are used to show the status of an ongoing operation. - * @documentation https://shoelace.style/components/progress-bar + * @documentation https://backers.webawesome.com/docs/components/progress-bar * @status stable * @since 2.0 * diff --git a/src/components/progress-ring/progress-ring.ts b/src/components/progress-ring/progress-ring.ts index c673cf5ea..5105153a9 100644 --- a/src/components/progress-ring/progress-ring.ts +++ b/src/components/progress-ring/progress-ring.ts @@ -8,7 +8,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Progress rings are used to show the progress of a determinate operation in a circular fashion. - * @documentation https://shoelace.style/components/progress-ring + * @documentation https://backers.webawesome.com/docs/components/progress-ring * @status stable * @since 2.0 * diff --git a/src/components/qr-code/qr-code.ts b/src/components/qr-code/qr-code.ts index 280330c02..c76be8f48 100644 --- a/src/components/qr-code/qr-code.ts +++ b/src/components/qr-code/qr-code.ts @@ -10,7 +10,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Generates a [QR code](https://www.qrcode.com/) and renders it using the [Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API). - * @documentation https://shoelace.style/components/qr-code + * @documentation https://backers.webawesome.com/docs/components/qr-code * @status stable * @since 2.0 * diff --git a/src/components/radio-button/radio-button.ts b/src/components/radio-button/radio-button.ts index a8200958a..d421f4f88 100644 --- a/src/components/radio-button/radio-button.ts +++ b/src/components/radio-button/radio-button.ts @@ -13,7 +13,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Radios buttons allow the user to select a single option from a group using a button-like control. - * @documentation https://shoelace.style/components/radio-button + * @documentation https://backers.webawesome.com/docs/components/radio-button * @status stable * @since 2.0 * diff --git a/src/components/radio-group/radio-group.ts b/src/components/radio-group/radio-group.ts index c3ca02727..81c0837a9 100644 --- a/src/components/radio-group/radio-group.ts +++ b/src/components/radio-group/radio-group.ts @@ -19,7 +19,7 @@ import type WaRadioButton from '../radio-button/radio-button.js'; /** * @summary Radio groups are used to group multiple [radios](/docs/components/radio) or [radio buttons](/docs/components/radio-button) so they function as a single form control. - * @documentation https://shoelace.style/components/radio-group + * @documentation https://backers.webawesome.com/docs/components/radio-group * @status stable * @since 2.0 * diff --git a/src/components/radio/radio.ts b/src/components/radio/radio.ts index 4000015ed..90d2be141 100644 --- a/src/components/radio/radio.ts +++ b/src/components/radio/radio.ts @@ -12,7 +12,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Radios allow the user to select a single option from a group. - * @documentation https://shoelace.style/components/radio + * @documentation https://backers.webawesome.com/docs/components/radio * @status stable * @since 2.0 * diff --git a/src/components/range/range.ts b/src/components/range/range.ts index ad228b339..018238622 100644 --- a/src/components/range/range.ts +++ b/src/components/range/range.ts @@ -19,7 +19,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Ranges allow the user to select a single value within a given range using a slider. - * @documentation https://shoelace.style/components/range + * @documentation https://backers.webawesome.com/docs/components/range * @status stable * @since 2.0 * diff --git a/src/components/rating/rating.ts b/src/components/rating/rating.ts index 1ad897c85..398f8f5c0 100644 --- a/src/components/rating/rating.ts +++ b/src/components/rating/rating.ts @@ -15,7 +15,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Ratings give users a way to quickly view and provide feedback. - * @documentation https://shoelace.style/components/rating + * @documentation https://backers.webawesome.com/docs/components/rating * @status stable * @since 2.0 * diff --git a/src/components/relative-time/relative-time.ts b/src/components/relative-time/relative-time.ts index dfe81ce1f..8820636f6 100644 --- a/src/components/relative-time/relative-time.ts +++ b/src/components/relative-time/relative-time.ts @@ -20,7 +20,7 @@ const availableUnits: UnitConfig[] = [ /** * @summary Outputs a localized time phrase relative to the current date and time. - * @documentation https://shoelace.style/components/relative-time + * @documentation https://backers.webawesome.com/docs/components/relative-time * @status stable * @since 2.0 */ diff --git a/src/components/resize-observer/resize-observer.ts b/src/components/resize-observer/resize-observer.ts index 219d45e9c..31fc89fa1 100644 --- a/src/components/resize-observer/resize-observer.ts +++ b/src/components/resize-observer/resize-observer.ts @@ -9,7 +9,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary The Resize Observer component offers a thin, declarative interface to the [`ResizeObserver API`](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver). - * @documentation https://shoelace.style/components/resize-observer + * @documentation https://backers.webawesome.com/docs/components/resize-observer * @status stable * @since 2.0 * diff --git a/src/components/select/select.ts b/src/components/select/select.ts index d3c968b42..8e40fc2c1 100644 --- a/src/components/select/select.ts +++ b/src/components/select/select.ts @@ -32,7 +32,7 @@ import type WaPopup from '../popup/popup.js'; /** * @summary Selects allow you to choose items from a menu of predefined options. - * @documentation https://shoelace.style/components/select + * @documentation https://backers.webawesome.com/docs/components/select * @status stable * @since 2.0 * diff --git a/src/components/skeleton/skeleton.ts b/src/components/skeleton/skeleton.ts index 8aa555b84..a8d0c0c8c 100644 --- a/src/components/skeleton/skeleton.ts +++ b/src/components/skeleton/skeleton.ts @@ -8,7 +8,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Skeletons are used to provide a visual representation of where content will eventually be drawn. - * @documentation https://shoelace.style/components/skeleton + * @documentation https://backers.webawesome.com/docs/components/skeleton * @status stable * @since 2.0 * diff --git a/src/components/spinner/spinner.ts b/src/components/spinner/spinner.ts index 9dff54e72..59b2aba72 100644 --- a/src/components/spinner/spinner.ts +++ b/src/components/spinner/spinner.ts @@ -8,7 +8,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Spinners are used to show the progress of an indeterminate operation. - * @documentation https://shoelace.style/components/spinner + * @documentation https://backers.webawesome.com/docs/components/spinner * @status stable * @since 2.0 * diff --git a/src/components/split-panel/split-panel.ts b/src/components/split-panel/split-panel.ts index 83675be51..04cde55e3 100644 --- a/src/components/split-panel/split-panel.ts +++ b/src/components/split-panel/split-panel.ts @@ -13,7 +13,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Split panels display two adjacent panels, allowing the user to reposition them. - * @documentation https://shoelace.style/components/split-panel + * @documentation https://backers.webawesome.com/docs/components/split-panel * @status stable * @since 2.0 * diff --git a/src/components/switch/switch.ts b/src/components/switch/switch.ts index 3622409c9..73b660a82 100644 --- a/src/components/switch/switch.ts +++ b/src/components/switch/switch.ts @@ -18,7 +18,7 @@ import type { CSSResultGroup, PropertyValues } from 'lit'; /** * @summary Switches allow the user to toggle an option on or off. - * @documentation https://shoelace.style/components/switch + * @documentation https://backers.webawesome.com/docs/components/switch * @status stable * @since 2.0 * diff --git a/src/components/tab-group/tab-group.ts b/src/components/tab-group/tab-group.ts index 46f8094d9..009697368 100644 --- a/src/components/tab-group/tab-group.ts +++ b/src/components/tab-group/tab-group.ts @@ -18,7 +18,7 @@ import type WaTabPanel from '../tab-panel/tab-panel.js'; /** * @summary Tab groups organize content into a container that shows one section at a time. - * @documentation https://shoelace.style/components/tab-group + * @documentation https://backers.webawesome.com/docs/components/tab-group * @status stable * @since 2.0 * diff --git a/src/components/tab-panel/tab-panel.ts b/src/components/tab-panel/tab-panel.ts index 8b64b1b2c..dfa035e1a 100644 --- a/src/components/tab-panel/tab-panel.ts +++ b/src/components/tab-panel/tab-panel.ts @@ -11,7 +11,7 @@ let id = 0; /** * @summary Tab panels are used inside [tab groups](/docs/components/tab-group) to display tabbed content. - * @documentation https://shoelace.style/components/tab-panel + * @documentation https://backers.webawesome.com/docs/components/tab-panel * @status stable * @since 2.0 * diff --git a/src/components/tab/tab.ts b/src/components/tab/tab.ts index 6f7f54ba3..be51513f5 100644 --- a/src/components/tab/tab.ts +++ b/src/components/tab/tab.ts @@ -11,7 +11,7 @@ let id = 0; /** * @summary Tabs are used inside [tab groups](/docs/components/tab-group) to represent and activate [tab panels](/docs/components/tab-panel). - * @documentation https://shoelace.style/components/tab + * @documentation https://backers.webawesome.com/docs/components/tab * @status stable * @since 2.0 * diff --git a/src/components/tag/tag.ts b/src/components/tag/tag.ts index 7b720e762..38d7386b7 100644 --- a/src/components/tag/tag.ts +++ b/src/components/tag/tag.ts @@ -11,7 +11,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Tags are used as labels to organize things or to indicate a selection. - * @documentation https://shoelace.style/components/tag + * @documentation https://backers.webawesome.com/docs/components/tag * @status stable * @since 2.0 * diff --git a/src/components/textarea/textarea.ts b/src/components/textarea/textarea.ts index ab7eeec32..b4e11c84c 100644 --- a/src/components/textarea/textarea.ts +++ b/src/components/textarea/textarea.ts @@ -18,7 +18,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Textareas collect data from the user and allow multiple lines of text. - * @documentation https://shoelace.style/components/textarea + * @documentation https://backers.webawesome.com/docs/components/textarea * @status stable * @since 2.0 * diff --git a/src/components/tooltip/tooltip.ts b/src/components/tooltip/tooltip.ts index 231b7b2ad..f792cd944 100644 --- a/src/components/tooltip/tooltip.ts +++ b/src/components/tooltip/tooltip.ts @@ -17,7 +17,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary Tooltips display additional information based on a specific action. - * @documentation https://shoelace.style/components/tooltip + * @documentation https://backers.webawesome.com/docs/components/tooltip * @status stable * @since 2.0 * diff --git a/src/components/tree-item/tree-item.ts b/src/components/tree-item/tree-item.ts index 4747000b4..a3cfcab19 100644 --- a/src/components/tree-item/tree-item.ts +++ b/src/components/tree-item/tree-item.ts @@ -22,7 +22,7 @@ import type { CSSResultGroup, PropertyValueMap } from 'lit'; /** * @summary A tree item serves as a hierarchical node that lives inside a [tree](/docs/components/tree). - * @documentation https://shoelace.style/components/tree-item + * @documentation https://backers.webawesome.com/docs/components/tree-item * @status stable * @since 2.0 * diff --git a/src/components/tree/tree.ts b/src/components/tree/tree.ts index a26c6e3e3..4dff840cc 100644 --- a/src/components/tree/tree.ts +++ b/src/components/tree/tree.ts @@ -51,7 +51,7 @@ function syncCheckboxes(changedTreeItem: WaTreeItem, initialSync = false) { /** * @summary Trees allow you to display a hierarchical list of selectable [tree items](/docs/components/tree-item). Items with children can be expanded and collapsed as desired by the user. - * @documentation https://shoelace.style/components/tree + * @documentation https://backers.webawesome.com/docs/components/tree * @status stable * @since 2.0 * diff --git a/src/components/visually-hidden/visually-hidden.ts b/src/components/visually-hidden/visually-hidden.ts index 7ad43d2e9..0804781a2 100644 --- a/src/components/visually-hidden/visually-hidden.ts +++ b/src/components/visually-hidden/visually-hidden.ts @@ -7,7 +7,7 @@ import type { CSSResultGroup } from 'lit'; /** * @summary The visually hidden utility makes content accessible to assistive devices without displaying it on the screen. - * @documentation https://shoelace.style/components/visually-hidden + * @documentation https://backers.webawesome.com/docs/components/visually-hidden * @status stable * @since 2.0 *