Skip to content

Commit 5401fe2

Browse files
Generating component snapshots
1 parent 17d4a58 commit 5401fe2

File tree

1,042 files changed

+175
-110
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,042 files changed

+175
-110
lines changed
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
- heading "Action List" [level=3]
22
- list "Action List":
33
- listitem:
4-
- link "Item one"
4+
- link "Item one":
5+
- /url: /
56
- listitem:
6-
- link "Item two"
7+
- link "Item two":
8+
- /url: /
79
- listitem:
8-
- link "Item three"
10+
- link "Item three":
11+
- /url: /
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- list "List heading":
22
- listitem:
3-
- link "Active item"
3+
- link "Active item":
4+
- /url: /
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- list "List heading":
22
- listitem:
3-
- link "Danger item"
3+
- link "Danger item":
4+
- /url: /
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- list "List heading":
22
- listitem:
3-
- link "Default item"
3+
- link "Default item":
4+
- /url: /
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- list "List heading":
22
- listitem:
3-
- link "Item with trailing visual"
3+
- link "Item with trailing visual":
4+
- /url: /
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- list "List heading":
22
- listitem:
3-
- link "Default item"
3+
- link "Default item":
4+
- /url: /
45
- button "Button tooltip"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- list "List heading":
22
- listitem:
3-
- link "Default item This is a description"
3+
- link "Default item This is a description":
4+
- /url: /
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- list "List heading":
22
- listitem:
3-
- link "Default item This is a description"
3+
- link "Default item This is a description":
4+
- /url: /
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- checkbox "Jean-Luc Picard": "1"
1+
- checkbox "Jean-Luc Picard"
22
- text: Jean-Luc Picard With a caption
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
- group "I would go into battle with:":
22
- text: "I would go into battle with: With a caption"
3-
- checkbox "Jean-Luc Picard": picard1
3+
- checkbox "Jean-Luc Picard"
44
- text: Jean-Luc Picard
5-
- checkbox "Hikaru Sulu": sulu1
5+
- checkbox "Hikaru Sulu"
66
- text: Hikaru Sulu
7-
- checkbox "Kathryn Janeway": janeway1
7+
- checkbox "Kathryn Janeway"
88
- text: Kathryn Janeway
9-
- checkbox "Benjamin Sisko": sisko1
9+
- checkbox "Benjamin Sisko"
1010
- text: Benjamin Sisko
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
- navigation:
22
- heading "Heading" [level=2]
3-
- link "Item 1"
4-
- link "With Icon"
5-
- link "With Icon and Counter 25"
3+
- link "Item 1":
4+
- /url: "#url"
5+
- link "With Icon":
6+
- /url: "#url"
7+
- link "With Icon and Counter 25":
8+
- /url: "#url"
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- radio "Battlestar Galactica" [checked]: bsg2
1+
- radio "Battlestar Galactica" [checked]
22
- text: Battlestar Galactica
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- radio "Battlestar Galactica": bsg
1+
- radio "Battlestar Galactica"
22
- text: Battlestar Galactica
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- radio "Battlestar Galactica" [disabled]: bsg4
1+
- radio "Battlestar Galactica" [disabled]
22
- text: Battlestar Galactica
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- radio "Battlestar Galactica": bsg2
1+
- radio "Battlestar Galactica"
22
- text: Battlestar Galactica
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- radio "Battlestar Galactica": bsg1
1+
- radio "Battlestar Galactica"
22
- text: Battlestar Galactica With a caption
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- 'radiogroup "Question: what kind of bear is best?"':
22
- text: "Question: what kind of bear is best?"
3-
- radio "Bears": bears
3+
- radio "Bears"
44
- text: Bears
5-
- radio "Beets": beets
5+
- radio "Beets"
66
- text: Beets
7-
- radio "Battlestar Galactica": bsg
7+
- radio "Battlestar Galactica"
88
- text: Battlestar Galactica
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
- 'radiogroup "Question: what kind of bear is best?"':
22
- text: "Question: what kind of bear is best?"
3-
- radio "Bears": bears
3+
- radio "Bears"
44
- text: Bears
5-
- radio "Beets": beets
5+
- radio "Beets"
66
- text: Beets
7-
- radio "Battlestar Galactica": bsg
7+
- radio "Battlestar Galactica"
88
- text: Battlestar Galactica
99
- text: Please select an option
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- 'radiogroup "Question: what kind of bear is best?"':
22
- text: "Question: what kind of bear is best? With a caption"
3-
- radio "Bears": bears1
3+
- radio "Bears"
44
- text: Bears
5-
- radio "Beets": beets1
5+
- radio "Beets"
66
- text: Beets
7-
- radio "Battlestar Galactica": bsg1
7+
- radio "Battlestar Galactica"
88
- text: Battlestar Galactica
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
- list "File view":
22
- listitem:
3-
- link "Preview"
3+
- link "Preview":
4+
- /url: "#"
45
- listitem:
5-
- link "Raw"
6+
- link "Raw":
7+
- /url: "#"
68
- listitem:
7-
- link "Blame"
9+
- link "Blame":
10+
- /url: "#"

0 commit comments

Comments
 (0)