Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@
"maxSize": "100 kB"
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ exports[`renders a BannerShimmer component with minHeight 1`] = `
>
<button
className="root_normalPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -75,6 +76,7 @@ exports[`renders a BannerShimmer component with minHeight 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ exports[`on hover displays button and overlay 1`] = `
>
<button
className="root_highPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -76,6 +77,7 @@ exports[`on hover displays button and overlay 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down Expand Up @@ -153,6 +155,7 @@ exports[`on hover displays button and overlay 2`] = `
>
<button
className="root_highPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -165,6 +168,7 @@ exports[`on hover displays button and overlay 2`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down Expand Up @@ -340,6 +344,7 @@ exports[`renders a configured collage-left Banner component on mobile 1`] = `
>
<button
className="root_highPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -352,6 +357,7 @@ exports[`renders a configured collage-left Banner component on mobile 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down Expand Up @@ -533,6 +539,7 @@ exports[`renders an empty Banner component 1`] = `
>
<button
className="root_normalPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -545,6 +552,7 @@ exports[`renders an empty Banner component 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ exports[`renders a ButtonItem component 1`] = `
<div>
<button
className="root_normalPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand Down Expand Up @@ -33,6 +34,7 @@ exports[`renders a ButtonItem component 1`] = `
"textAlign": undefined,
}
}
tabIndex={0}
type="button"
>
<span
Expand All @@ -48,6 +50,7 @@ exports[`renders a ButtonItem component with all properties configured 1`] = `
>
<button
className="root_normalPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand Down Expand Up @@ -78,6 +81,7 @@ exports[`renders a ButtonItem component with all properties configured 1`] = `
"textAlign": "left",
}
}
tabIndex={0}
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ exports[`Category Root Component error view renders when data is not present and
</p>
<div>
<button
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -74,6 +75,7 @@ exports[`Category Root Component error view renders when data is not present and
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ exports[`renders form when shouldShowNewPassword is false 1`] = `
>
<button
className="passwordButton"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -203,6 +204,7 @@ exports[`renders form when shouldShowNewPassword is false 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down Expand Up @@ -245,6 +247,7 @@ exports[`renders form when shouldShowNewPassword is false 1`] = `
>
<button
className="root_normalPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[MockFunction]}
onDragStart={[Function]}
Expand All @@ -257,6 +260,7 @@ exports[`renders form when shouldShowNewPassword is false 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down Expand Up @@ -463,6 +467,7 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
>
<button
className="passwordButton"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -475,6 +480,7 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down Expand Up @@ -554,6 +560,7 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
>
<button
className="passwordButton"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -566,6 +573,7 @@ exports[`renders form when shouldShowNewPassword is true 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ exports[`it disables the submit button while loading 1`] = `
>
<button
className="root_lowPriority"
data-react-aria-pressable={true}
disabled={true}
onClick={[MockFunction onCancel]}
onDragStart={[Function]}
Expand All @@ -103,6 +104,7 @@ exports[`it disables the submit button while loading 1`] = `
</button>
<button
className="root_highPriority"
data-react-aria-pressable={true}
disabled={true}
onClick={[Function]}
onDragStart={[Function]}
Expand Down Expand Up @@ -212,6 +214,7 @@ exports[`it renders correctly 1`] = `
>
<button
className="root_lowPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[MockFunction onCancel]}
onDragStart={[Function]}
Expand All @@ -224,6 +227,7 @@ exports[`it renders correctly 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="reset"
>
<span
Expand All @@ -237,6 +241,7 @@ exports[`it renders correctly 1`] = `
</button>
<button
className="root_highPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[Function]}
onDragStart={[Function]}
Expand All @@ -249,6 +254,7 @@ exports[`it renders correctly 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="submit"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ exports[`renders dialog with content 1`] = `
/>
<button
className="root_normalPriority"
data-react-aria-pressable={true}
disabled={false}
onClick={[MockFunction buttonProps.onClick]}
onDragStart={[Function]}
Expand All @@ -80,6 +81,7 @@ exports[`renders dialog with content 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ exports[`renders correctly when there are existing addresses 1`] = `
/>
<button
className="addButton"
data-react-aria-pressable={true}
disabled={false}
onClick={[MockFunction handleAddAddress]}
onDragStart={[Function]}
Expand All @@ -77,6 +78,7 @@ exports[`renders correctly when there are existing addresses 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down Expand Up @@ -143,6 +145,7 @@ exports[`renders correctly when there are no existing addresses 1`] = `
>
<button
className="addButton"
data-react-aria-pressable={true}
disabled={false}
onClick={[MockFunction handleAddAddress]}
onDragStart={[Function]}
Expand All @@ -155,6 +158,7 @@ exports[`renders correctly when there are no existing addresses 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down Expand Up @@ -266,6 +270,7 @@ exports[`renders delete confirmation on address that is being deleted 1`] = `
/>
<button
className="addButton"
data-react-aria-pressable={true}
disabled={false}
onClick={[MockFunction handleAddAddress]}
onDragStart={[Function]}
Expand All @@ -278,6 +283,7 @@ exports[`renders delete confirmation on address that is being deleted 1`] = `
onTouchEnd={[Function]}
onTouchMove={[Function]}
onTouchStart={[Function]}
tabIndex={0}
type="button"
>
<span
Expand Down
Loading