diff --git a/.gitignore b/.gitignore index d2dfd32..fe44144 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ dist !.vscode/extensions.json .DS_Store /package +.vercel diff --git a/package.json b/package.json index 0ae4b3d..9966231 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "drab", "description": "A headless custom element library", - "version": "5.3.3", + "version": "5.3.4", "homepage": "https://drab.robino.dev", "license": "MIT", "author": { diff --git a/src/docs/breakpoint/index.html b/src/docs/breakpoint/index.html index 1a8b7d5..edbfc94 100644 --- a/src/docs/breakpoint/index.html +++ b/src/docs/breakpoint/index.html @@ -1,9 +1,13 @@ -
+
+ Loading +
-
+
+ Loading +
diff --git a/src/layout.html b/src/layout.html index 508ec41..3bb53b6 100644 --- a/src/layout.html +++ b/src/layout.html @@ -8,7 +8,7 @@ drab - + ` instead. [Speculation Rules Reference](https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API) @@ -51,7 +51,7 @@ This element can be deprecated once the Speculation Rules API is supported acros #### Defined in -[src/package/prefetch/index.ts:80](https://github.com/rossrobino/components/blob/0ffb081/src/package/prefetch/index.ts#L80) +[src/package/prefetch/index.ts:80](https://github.com/rossrobino/components/blob/4320137/src/package/prefetch/index.ts#L80) --- @@ -69,7 +69,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/0ffb081/src/package/base/index.ts#L17) +[src/package/base/index.ts:17](https://github.com/rossrobino/components/blob/4320137/src/package/base/index.ts#L17) ### #prefetchedUrls @@ -77,7 +77,7 @@ To clean up event listeners added to `document` when the element is removed. #### Defined in -[src/package/prefetch/index.ts:78](https://github.com/rossrobino/components/blob/0ffb081/src/package/prefetch/index.ts#L78) +[src/package/prefetch/index.ts:78](https://github.com/rossrobino/components/blob/4320137/src/package/prefetch/index.ts#L78) --- @@ -95,7 +95,7 @@ Prerender with the Speculation Rules API. #### Defined in -[src/package/prefetch/index.ts:90](https://github.com/rossrobino/components/blob/0ffb081/src/package/prefetch/index.ts#L90) +[src/package/prefetch/index.ts:90](https://github.com/rossrobino/components/blob/4320137/src/package/prefetch/index.ts#L90) ### #strategy @@ -109,7 +109,7 @@ When to prefetch the url. #### Defined in -[src/package/prefetch/index.ts:85](https://github.com/rossrobino/components/blob/0ffb081/src/package/prefetch/index.ts#L85) +[src/package/prefetch/index.ts:85](https://github.com/rossrobino/components/blob/4320137/src/package/prefetch/index.ts#L85) ### #url @@ -123,7 +123,7 @@ When to prefetch the url. #### Defined in -[src/package/prefetch/index.ts:95](https://github.com/rossrobino/components/blob/0ffb081/src/package/prefetch/index.ts#L95) +[src/package/prefetch/index.ts:95](https://github.com/rossrobino/components/blob/4320137/src/package/prefetch/index.ts#L95) ### event @@ -149,7 +149,7 @@ Base.event #### Defined in -[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/0ffb081/src/package/base/index.ts#L30) +[src/package/base/index.ts:30](https://github.com/rossrobino/components/blob/4320137/src/package/base/index.ts#L30) • `set` **event**(`value`): `void` @@ -169,7 +169,7 @@ Base.event #### Defined in -[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/0ffb081/src/package/base/index.ts#L34) +[src/package/base/index.ts:34](https://github.com/rossrobino/components/blob/4320137/src/package/base/index.ts#L34) --- @@ -179,7 +179,7 @@ Base.event ▸ **appendTag**(`options`): `void` -Fetches the `url`, or appends `