Skip to content

Commit 305f352

Browse files
committed
docs: generate documents
1 parent b973155 commit 305f352

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ Markdown formatting buttons for text inputs.
7070

7171
[Repository](https://github.com/github/markdown-toolbar-element) | [Example](https://github.github.com/markdown-toolbar-element/examples/)
7272

73+
### [github/relative-time-element](https://github.com/github/relative-time-element)
74+
75+
Web component extensions to the standard <time> element.
76+
77+
[Repository](https://github.com/github/relative-time-element) | [Example](https://github.github.io/time-elements/examples/)
78+
7379
### [github/remote-input-element](https://github.com/github/remote-input-element)
7480

7581
An input element that sends its value to a server endpoint and renders the response body.
@@ -94,12 +100,6 @@ Activates a suggestion menu to expand text snippets as you type.
94100

95101
[Repository](https://github.com/github/text-expander-element) | [Example](http://github.github.io/text-expander-element/examples)
96102

97-
### [github/time-elements](https://github.com/github/time-elements)
98-
99-
Web component extensions to the standard <time> element.
100-
101-
[Repository](https://github.com/github/time-elements) | [Example](https://github.github.io/time-elements/examples/)
102-
103103
### [github/typing-effect-element](https://github.com/github/typing-effect-element)
104104

105105
A custom element that shows text as if it were being typed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"image-crop-element": "github/image-crop-element",
2020
"include-fragment-element": "github/include-fragment-element",
2121
"markdown-toolbar-element": "github/markdown-toolbar-element",
22+
"relative-time-element": "github/relative-time-element",
2223
"remote-input-element": "github/remote-input-element",
2324
"tab-container-element": "github/tab-container-element",
2425
"task-lists-element": "github/task-lists-element",
2526
"text-expander-element": "github/text-expander-element",
26-
"time-elements": "github/time-elements",
2727
"typing-effect-element": "github/typing-effect-element"
2828
}
2929
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"@github/image-crop-element": "*",
2828
"@github/include-fragment-element": "*",
2929
"@github/markdown-toolbar-element": "*",
30+
"@github/relative-time-element": "*",
3031
"@github/remote-input-element": "*",
3132
"@github/tab-container-element": "*",
3233
"@github/task-lists-element": "*",
3334
"@github/text-expander-element": "*",
34-
"@github/time-elements": "*",
3535
"@github/typing-effect-element": "*"
3636
}
3737
}

0 commit comments

Comments
 (0)