@@ -64,7 +64,7 @@ export namespace Components {
6464 */
6565 interface PosCase {
6666 /**
67- * The test only evaluates to true if tests for preceding templates have failed
67+ * The test only evaluates to true if tests for preceding cases have failed
6868 */
6969 "else" ?: boolean ;
7070 /**
@@ -274,7 +274,7 @@ export namespace Components {
274274 /**
275275 * Selects a child template to render based on properties of the subject resource, usually defined by an ancestor `pos-resource` element.
276276 * See [storybook](https://pod-os.github.io/PodOS/storybook/?path=/story/basics--pos-switch) for an example.
277- * See [pos-case](https://pod-os.org/reference/elements/components/pos-case/) for available filter conditions.
277+ * See [pos-case](https://pod-os.org/reference/elements/components/pos-switch/pos- case/) for available filter conditions.
278278 */
279279 interface PosSwitch {
280280 }
@@ -1132,7 +1132,7 @@ declare global {
11321132 /**
11331133 * Selects a child template to render based on properties of the subject resource, usually defined by an ancestor `pos-resource` element.
11341134 * See [storybook](https://pod-os.github.io/PodOS/storybook/?path=/story/basics--pos-switch) for an example.
1135- * See [pos-case](https://pod-os.org/reference/elements/components/pos-case/) for available filter conditions.
1135+ * See [pos-case](https://pod-os.org/reference/elements/components/pos-switch/pos- case/) for available filter conditions.
11361136 */
11371137 interface HTMLPosSwitchElement extends Components . PosSwitch , HTMLStencilElement {
11381138 addEventListener < K extends keyof HTMLPosSwitchElementEventMap > ( type : K , listener : ( this : HTMLPosSwitchElement , ev : PosSwitchCustomEvent < HTMLPosSwitchElementEventMap [ K ] > ) => any , options ?: boolean | AddEventListenerOptions ) : void ;
@@ -1393,7 +1393,7 @@ declare namespace LocalJSX {
13931393 */
13941394 interface PosCase {
13951395 /**
1396- * The test only evaluates to true if tests for preceding templates have failed
1396+ * The test only evaluates to true if tests for preceding cases have failed
13971397 */
13981398 "else" ?: boolean ;
13991399 /**
@@ -1659,7 +1659,7 @@ declare namespace LocalJSX {
16591659 /**
16601660 * Selects a child template to render based on properties of the subject resource, usually defined by an ancestor `pos-resource` element.
16611661 * See [storybook](https://pod-os.github.io/PodOS/storybook/?path=/story/basics--pos-switch) for an example.
1662- * See [pos-case](https://pod-os.org/reference/elements/components/pos-case/) for available filter conditions.
1662+ * See [pos-case](https://pod-os.org/reference/elements/components/pos-switch/pos- case/) for available filter conditions.
16631663 */
16641664 interface PosSwitch {
16651665 "onPod-os:resource" ?: ( event : PosSwitchCustomEvent < any > ) => void ;
@@ -1857,7 +1857,7 @@ declare module "@stencil/core" {
18571857 /**
18581858 * Selects a child template to render based on properties of the subject resource, usually defined by an ancestor `pos-resource` element.
18591859 * See [storybook](https://pod-os.github.io/PodOS/storybook/?path=/story/basics--pos-switch) for an example.
1860- * See [pos-case](https://pod-os.org/reference/elements/components/pos-case/) for available filter conditions.
1860+ * See [pos-case](https://pod-os.org/reference/elements/components/pos-switch/pos- case/) for available filter conditions.
18611861 */
18621862 "pos-switch" : LocalJSX . PosSwitch & JSXBase . HTMLAttributes < HTMLPosSwitchElement > ;
18631863 /**
0 commit comments