-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sample App: Implement SampleColumns for conditional grid (#7369)
- Loading branch information
Showing
160 changed files
with
73 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import React from 'react'; | ||
import { type PropsWithChildren } from 'react'; | ||
import { useSearchParams } from 'react-router-dom'; | ||
|
||
export function SampleColumns({ children }: PropsWithChildren) { | ||
const [searchParams] = useSearchParams(); | ||
const noColumns = searchParams.has('noColumns'); | ||
|
||
return <div className={noColumns ? '' : 'grid md:grid-cols-2 gap-4'}>{children}</div>; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-68.4 KB
...ansformer/snapshots/theme-default/snapshot-for-combobox-basic-firefox-linux.png
Binary file not shown.
Binary file added
BIN
+74.2 KB
...snapshots/theme-default/snapshot-for-combobox-basic-noColumns-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+434 KB
...hots/theme-default/snapshot-for-combobox-basic-noColumns-zoom-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-368 KB
...rmer/snapshots/theme-default/snapshot-for-combobox-basic-zoom-firefox-linux.png
Binary file not shown.
Binary file removed
BIN
-173 KB
...mer/snapshots/theme-default/snapshot-for-input-checkbox-basic-firefox-linux.png
Binary file not shown.
Binary file added
BIN
+178 KB
...ots/theme-default/snapshot-for-input-checkbox-basic-noColumns-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.09 MB
...heme-default/snapshot-for-input-checkbox-basic-noColumns-zoom-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-1.19 MB
...napshots/theme-default/snapshot-for-input-checkbox-basic-zoom-firefox-linux.png
Binary file not shown.
Binary file removed
BIN
-197 KB
...er/snapshots/theme-default/snapshot-for-input-checkbox-button-firefox-linux.png
Binary file not shown.
Binary file added
BIN
+211 KB
...ts/theme-default/snapshot-for-input-checkbox-button-noColumns-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.24 MB
...eme-default/snapshot-for-input-checkbox-button-noColumns-zoom-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-1.55 MB
...apshots/theme-default/snapshot-for-input-checkbox-button-zoom-firefox-linux.png
Binary file not shown.
Binary file removed
BIN
-193 KB
...er/snapshots/theme-default/snapshot-for-input-checkbox-switch-firefox-linux.png
Binary file not shown.
Binary file added
BIN
+201 KB
...ts/theme-default/snapshot-for-input-checkbox-switch-noColumns-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.19 MB
...eme-default/snapshot-for-input-checkbox-switch-noColumns-zoom-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-1.48 MB
...apshots/theme-default/snapshot-for-input-checkbox-switch-zoom-firefox-linux.png
Binary file not shown.
Binary file removed
BIN
-92.1 KB
...former/snapshots/theme-default/snapshot-for-input-color-basic-firefox-linux.png
Binary file not shown.
Binary file added
BIN
+101 KB
...pshots/theme-default/snapshot-for-input-color-basic-noColumns-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+606 KB
...s/theme-default/snapshot-for-input-color-basic-noColumns-zoom-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-582 KB
...r/snapshots/theme-default/snapshot-for-input-color-basic-zoom-firefox-linux.png
Binary file not shown.
Binary file removed
BIN
-196 KB
...sformer/snapshots/theme-default/snapshot-for-input-date-basic-firefox-linux.png
Binary file not shown.
Binary file added
BIN
+210 KB
...apshots/theme-default/snapshot-for-input-date-basic-noColumns-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.19 MB
...ts/theme-default/snapshot-for-input-date-basic-noColumns-zoom-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed
BIN
-1.19 MB
...er/snapshots/theme-default/snapshot-for-input-date-basic-zoom-firefox-linux.png
Binary file not shown.
Binary file removed
BIN
-113 KB
...former/snapshots/theme-default/snapshot-for-input-email-basic-firefox-linux.png
Binary file not shown.
Binary file added
BIN
+124 KB
...pshots/theme-default/snapshot-for-input-email-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+705 KB
...s/theme-default/snapshot-for-input-email-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-658 KB
...r/snapshots/theme-default/snapshot-for-input-email-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-148 KB
...sformer/snapshots/theme-default/snapshot-for-input-file-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+168 KB
...apshots/theme-default/snapshot-for-input-file-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+939 KB
...ts/theme-default/snapshot-for-input-file-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-741 KB
...er/snapshots/theme-default/snapshot-for-input-file-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-126 KB
...ormer/snapshots/theme-default/snapshot-for-input-number-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+142 KB
...shots/theme-default/snapshot-for-input-number-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+805 KB
.../theme-default/snapshot-for-input-number-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-817 KB
.../snapshots/theme-default/snapshot-for-input-number-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-113 KB
...mer/snapshots/theme-default/snapshot-for-input-password-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+126 KB
...ots/theme-default/snapshot-for-input-password-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+721 KB
...heme-default/snapshot-for-input-password-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-701 KB
...napshots/theme-default/snapshot-for-input-password-basic-zoom-firefox-linux.png
Diff not rendered.
File renamed without changes
File renamed without changes
Binary file removed
BIN
-169 KB
...former/snapshots/theme-default/snapshot-for-input-radio-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+238 KB
...pshots/theme-default/snapshot-for-input-radio-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.39 MB
...s/theme-default/snapshot-for-input-radio-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-1.41 MB
...r/snapshots/theme-default/snapshot-for-input-radio-basic-zoom-firefox-linux.png
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed
BIN
-115 KB
...former/snapshots/theme-default/snapshot-for-input-range-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+131 KB
...pshots/theme-default/snapshot-for-input-range-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+750 KB
...s/theme-default/snapshot-for-input-range-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-698 KB
...r/snapshots/theme-default/snapshot-for-input-range-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-165 KB
...sformer/snapshots/theme-default/snapshot-for-input-text-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+182 KB
...apshots/theme-default/snapshot-for-input-text-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+1020 KB
...ts/theme-default/snapshot-for-input-text-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-982 KB
...er/snapshots/theme-default/snapshot-for-input-text-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-601 Bytes
...sformer/snapshots/theme-default/snapshot-for-input-text-focus-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-2.09 KB
...er/snapshots/theme-default/snapshot-for-input-text-focus-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-146 KB
...transformer/snapshots/theme-default/snapshot-for-select-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+165 KB
...r/snapshots/theme-default/snapshot-for-select-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+931 KB
...pshots/theme-default/snapshot-for-select-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-873 KB
...former/snapshots/theme-default/snapshot-for-select-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-69.9 KB
...rmer/snapshots/theme-default/snapshot-for-single-select-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+76.3 KB
...hots/theme-default/snapshot-for-single-select-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+444 KB
...theme-default/snapshot-for-single-select-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-369 KB
...snapshots/theme-default/snapshot-for-single-select-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-141 KB
...ansformer/snapshots/theme-default/snapshot-for-textarea-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+159 KB
...snapshots/theme-default/snapshot-for-textarea-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+880 KB
...hots/theme-default/snapshot-for-textarea-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-830 KB
...rmer/snapshots/theme-default/snapshot-for-textarea-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-68.4 KB
...s/default/snapshots/theme-default/snapshot-for-combobox-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+74.2 KB
...snapshots/theme-default/snapshot-for-combobox-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+434 KB
...hots/theme-default/snapshot-for-combobox-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-368 KB
...ault/snapshots/theme-default/snapshot-for-combobox-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-173 KB
...ult/snapshots/theme-default/snapshot-for-input-checkbox-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+178 KB
...ots/theme-default/snapshot-for-input-checkbox-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.09 MB
...heme-default/snapshot-for-input-checkbox-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-1.19 MB
...napshots/theme-default/snapshot-for-input-checkbox-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-197 KB
...lt/snapshots/theme-default/snapshot-for-input-checkbox-button-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+211 KB
...ts/theme-default/snapshot-for-input-checkbox-button-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.24 MB
...eme-default/snapshot-for-input-checkbox-button-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-1.55 MB
...apshots/theme-default/snapshot-for-input-checkbox-button-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-193 KB
...lt/snapshots/theme-default/snapshot-for-input-checkbox-switch-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+201 KB
...ts/theme-default/snapshot-for-input-checkbox-switch-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.19 MB
...eme-default/snapshot-for-input-checkbox-switch-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-1.48 MB
...apshots/theme-default/snapshot-for-input-checkbox-switch-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-92.1 KB
...efault/snapshots/theme-default/snapshot-for-input-color-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+101 KB
...pshots/theme-default/snapshot-for-input-color-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+606 KB
...s/theme-default/snapshot-for-input-color-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-582 KB
...t/snapshots/theme-default/snapshot-for-input-color-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-196 KB
...default/snapshots/theme-default/snapshot-for-input-date-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+210 KB
...apshots/theme-default/snapshot-for-input-date-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.19 MB
...ts/theme-default/snapshot-for-input-date-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-1.19 MB
...lt/snapshots/theme-default/snapshot-for-input-date-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-113 KB
...efault/snapshots/theme-default/snapshot-for-input-email-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+124 KB
...pshots/theme-default/snapshot-for-input-email-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+705 KB
...s/theme-default/snapshot-for-input-email-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-658 KB
...t/snapshots/theme-default/snapshot-for-input-email-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-148 KB
...default/snapshots/theme-default/snapshot-for-input-file-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+168 KB
...apshots/theme-default/snapshot-for-input-file-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+939 KB
...ts/theme-default/snapshot-for-input-file-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-741 KB
...lt/snapshots/theme-default/snapshot-for-input-file-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-126 KB
...fault/snapshots/theme-default/snapshot-for-input-number-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+142 KB
...shots/theme-default/snapshot-for-input-number-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+805 KB
.../theme-default/snapshot-for-input-number-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-817 KB
.../snapshots/theme-default/snapshot-for-input-number-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-113 KB
...ult/snapshots/theme-default/snapshot-for-input-password-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+126 KB
...ots/theme-default/snapshot-for-input-password-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+721 KB
...heme-default/snapshot-for-input-password-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-701 KB
...napshots/theme-default/snapshot-for-input-password-basic-zoom-firefox-linux.png
Diff not rendered.
File renamed without changes
File renamed without changes
Binary file removed
BIN
-169 KB
...efault/snapshots/theme-default/snapshot-for-input-radio-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+238 KB
...pshots/theme-default/snapshot-for-input-radio-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.39 MB
...s/theme-default/snapshot-for-input-radio-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-1.41 MB
...t/snapshots/theme-default/snapshot-for-input-radio-basic-zoom-firefox-linux.png
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed
BIN
-115 KB
...efault/snapshots/theme-default/snapshot-for-input-range-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+131 KB
...pshots/theme-default/snapshot-for-input-range-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+750 KB
...s/theme-default/snapshot-for-input-range-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-698 KB
...t/snapshots/theme-default/snapshot-for-input-range-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-165 KB
...default/snapshots/theme-default/snapshot-for-input-text-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+182 KB
...apshots/theme-default/snapshot-for-input-text-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+1020 KB
...ts/theme-default/snapshot-for-input-text-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-982 KB
...lt/snapshots/theme-default/snapshot-for-input-text-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-601 Bytes
...default/snapshots/theme-default/snapshot-for-input-text-focus-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-2.09 KB
...lt/snapshots/theme-default/snapshot-for-input-text-focus-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-146 KB
...mes/default/snapshots/theme-default/snapshot-for-select-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+165 KB
...t/snapshots/theme-default/snapshot-for-select-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+931 KB
...pshots/theme-default/snapshot-for-select-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-873 KB
...efault/snapshots/theme-default/snapshot-for-select-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-69.9 KB
...ault/snapshots/theme-default/snapshot-for-single-select-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+76.3 KB
...hots/theme-default/snapshot-for-single-select-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+444 KB
...theme-default/snapshot-for-single-select-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-369 KB
...snapshots/theme-default/snapshot-for-single-select-basic-zoom-firefox-linux.png
Diff not rendered.
Binary file removed
BIN
-141 KB
...s/default/snapshots/theme-default/snapshot-for-textarea-basic-firefox-linux.png
Diff not rendered.
Binary file added
BIN
+159 KB
...snapshots/theme-default/snapshot-for-textarea-basic-noColumns-firefox-linux.png
Oops, something went wrong.
Binary file added
BIN
+880 KB
...hots/theme-default/snapshot-for-textarea-basic-noColumns-zoom-firefox-linux.png
Oops, something went wrong.
Binary file removed
BIN
-830 KB
...ault/snapshots/theme-default/snapshot-for-textarea-basic-zoom-firefox-linux.png
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters