Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
autoreleaser committed Jan 26, 2024
1 parent 18a006f commit fa44db8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 18 deletions.
8 changes: 4 additions & 4 deletions latest/custom-elements.json
Original file line number Diff line number Diff line change
Expand Up @@ -4684,7 +4684,7 @@
"kind": "field",
"name": "container",
"type": {
"text": "HTMLElement"
"text": "HTMLElement | undefined"
},
"readonly": true
},
Expand Down Expand Up @@ -4847,7 +4847,7 @@
"package": "lit"
},
"examples": [],
"readme": "<!-- Auto Generated Below -->\n\n# wcp-preview-editor-link\n\nLinks all found custom elements in a preview with their current state to the editor to be further played around with.\n\n## Properties\n\n| Property | Attribute | Modifiers | Type | Default |\n|------------------|--------------------|-----------|--------------------|---------------------------------------------|\n| `available` | `available` | | `boolean` | true |\n| `container` | | readonly | `HTMLElement` | |\n| `enabled` | `enabled` | | | \"read('editor-link-hint-visible') ?? false\" |\n| `label` | | readonly | `\"Show in editor\"` | \"Show in editor\" |\n| `name` | | readonly | `\"editor-link\"` | \"editor-link\" |\n| `previewTagName` | `preview-tag-name` | readonly | `string` | |\n\n## Methods\n\n| Method | Type |\n|-----------------------------|--------------------------------|\n| `#attachHint` | `(element: HTMLElement): void` |\n| `#attachHints` | `(): void` |\n| `#attachOverlay` | `(): void` |\n| `#checkAvailability` | `(): void` |\n| `#detachHints` | `(): void` |\n| `#detachOverlay` | `(): void` |\n| `#findContainerSlot` | `(): any` |\n| `#observeContainerScroll` | `(): void` |\n| `#observeContainerSlot` | `(): void` |\n| `#openViewer` | `(element: HTMLElement): any` |\n| `#setupHints` | `(): void` |\n| `#teardownHints` | `(): void` |\n| `#unobserveContainerScroll` | `(): void` |\n| `#unobserveContainerSlot` | `(): void` |\n| `adoptedCallback` | `(): void` |\n\n## Events\n\n| Event |\n|------------------------------------------|\n| `wcp-preview-plugin:availability-change` |\n",
"readme": "<!-- Auto Generated Below -->\n\n# wcp-preview-editor-link\n\nLinks all found custom elements in a preview with their current state to the editor to be further played around with.\n\n## Properties\n\n| Property | Attribute | Modifiers | Type | Default |\n|------------------|--------------------|-----------|--------------------|---------------------------------------------|\n| `available` | `available` | | `boolean` | true |\n| `container` | | readonly | | |\n| `enabled` | `enabled` | | | \"read('editor-link-hint-visible') ?? false\" |\n| `label` | | readonly | `\"Show in editor\"` | \"Show in editor\" |\n| `name` | | readonly | `\"editor-link\"` | \"editor-link\" |\n| `previewTagName` | `preview-tag-name` | readonly | `string` | |\n\n## Methods\n\n| Method | Type |\n|-----------------------------|--------------------------------|\n| `#attachHint` | `(element: HTMLElement): void` |\n| `#attachHints` | `(): void` |\n| `#attachOverlay` | `(): void` |\n| `#checkAvailability` | `(): void` |\n| `#detachHints` | `(): void` |\n| `#detachOverlay` | `(): void` |\n| `#findContainerSlot` | `(): any` |\n| `#observeContainerScroll` | `(): void` |\n| `#observeContainerSlot` | `(): void` |\n| `#openViewer` | `(element: HTMLElement): any` |\n| `#setupHints` | `(): void` |\n| `#teardownHints` | `(): void` |\n| `#unobserveContainerScroll` | `(): void` |\n| `#unobserveContainerSlot` | `(): void` |\n| `adoptedCallback` | `(): void` |\n\n## Events\n\n| Event |\n|------------------------------------------|\n| `wcp-preview-plugin:availability-change` |\n",
"groups": [
"Plugins/Preview"
],
Expand Down Expand Up @@ -4905,7 +4905,7 @@
"kind": "field",
"name": "container",
"type": {
"text": "HTMLElement"
"text": "HTMLElement | undefined"
},
"readonly": true
},
Expand Down Expand Up @@ -5065,7 +5065,7 @@
"package": "lit"
},
"examples": [],
"readme": "<!-- Auto Generated Below -->\n\n# wcp-preview-simulate-viewports\n\nSimulates various viewports for a custom element preview.\n\n**Mixins:** ColorSchemable\n\n## Properties\n\n| Property | Attribute | Modifiers | Type | Default |\n|------------------|--------------------|-----------|---------------|------------|\n| `available` | `available` | readonly | `true` | true |\n| `container` | | readonly | `HTMLElement` | |\n| `label` | | readonly | `\"Viewport\"` | \"Viewport\" |\n| `name` | | readonly | `\"viewport\"` | \"viewport\" |\n| `previewTagName` | `preview-tag-name` | readonly | `string` | |\n\n## Methods\n\n| Method | Type |\n|---------------------------------|------------|\n| `handleInvertSimulatedViewport` | `(): void` |\n\n## Events\n\n| Event |\n|------------------------------------------|\n| `wcp-preview-simulate-viewports:changed` |\n",
"readme": "<!-- Auto Generated Below -->\n\n# wcp-preview-simulate-viewports\n\nSimulates various viewports for a custom element preview.\n\n**Mixins:** ColorSchemable\n\n## Properties\n\n| Property | Attribute | Modifiers | Type | Default |\n|------------------|--------------------|-----------|--------------|------------|\n| `available` | `available` | readonly | `true` | true |\n| `container` | | readonly | | |\n| `label` | | readonly | `\"Viewport\"` | \"Viewport\" |\n| `name` | | readonly | `\"viewport\"` | \"viewport\" |\n| `previewTagName` | `preview-tag-name` | readonly | `string` | |\n\n## Methods\n\n| Method | Type |\n|---------------------------------|------------|\n| `handleInvertSimulatedViewport` | `(): void` |\n\n## Events\n\n| Event |\n|------------------------------------------|\n| `wcp-preview-simulate-viewports:changed` |\n",
"groups": [
"Plugins/Preview"
],
Expand Down
Loading

0 comments on commit fa44db8

Please sign in to comment.