Skip to content

Commit 033df1b

Browse files
authored
refactor: aligned figma and dev docs (#4398)
1 parent a079e48 commit 033df1b

File tree

10 files changed

+13
-14
lines changed

10 files changed

+13
-14
lines changed
Loading

__snapshots__/select/showcase/chromium-highContrast/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
- status
9090
- text: chevron_down" / " Label
9191
- combobox "Label":
92-
- option "Valid" [selected]
92+
- option "Valid"
9393
- option "Option 2"
94-
- text: check_circle" / " Valid message
94+
- text: Valid check_circle" / " Valid message
9595
- status
9696
- text: chevron_down" / "
9797
- link "Disabled arrow_up_right\" / \""
2.62 KB
Loading

__snapshots__/select/showcase/chromium/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
- status
9090
- text: chevron_down" / " Label
9191
- combobox "Label":
92-
- option "Valid" [selected]
92+
- option "Valid"
9393
- option "Option 2"
94-
- text: check_circle" / " Valid message
94+
- text: Valid check_circle" / " Valid message
9595
- status
9696
- text: chevron_down" / "
9797
- link "Disabled arrow_up_right\" / \""

__snapshots__/select/showcase/firefox/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
- status
9090
- text: chevron_down" / " Label
9191
- combobox "Label":
92-
- option "Valid" [selected]
92+
- option "Valid"
9393
- option "Option 2"
94-
- text: check_circle" / " Valid message
94+
- text: Valid check_circle" / " Valid message
9595
- status
9696
- text: chevron_down" / "
9797
- link "Disabled arrow_up_right\" / \""
Loading

__snapshots__/select/showcase/mobile-chrome/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
- status
9090
- text: chevron_down" / " Label
9191
- combobox "Label":
92-
- option "Valid" [selected]
92+
- option "Valid"
9393
- option "Option 2"
94-
- text: check_circle" / " Valid message
94+
- text: Valid check_circle" / " Valid message
9595
- status
9696
- text: chevron_down" / "
9797
- link "Disabled arrow_up_right\" / \""

__snapshots__/select/showcase/mobile-safari/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
- status
9090
- text: chevron_down" / " Label
9191
- combobox "Label":
92-
- option "Valid" [selected]
92+
- option "Valid"
9393
- option "Option 2"
94-
- text: check_circle" / " Valid message
94+
- text: Valid check_circle" / " Valid message
9595
- status
9696
- text: chevron_down" / "
9797
- link "Disabled arrow_up_right\" / \""

__snapshots__/select/showcase/webkit/should-have-same-aria-snapshot/DBSelect-should-have-same-aria-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
- status
9090
- text: chevron_down" / " Label
9191
- combobox "Label":
92-
- option "Valid" [selected]
92+
- option "Valid"
9393
- option "Option 2"
94-
- text: check_circle" / " Valid message
94+
- text: Valid check_circle" / " Valid message
9595
- status
9696
- text: chevron_down" / "
9797
- link "Disabled arrow_up_right\" / \""

showcases/shared/select.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@
282282
],
283283
"label": "Label",
284284
"validation": "valid",
285-
"validMessage": "Valid message",
286-
"value": "Valid"
285+
"validMessage": "Valid message"
287286
}
288287
}
289288
]

0 commit comments

Comments
 (0)