Skip to content

Commit

Permalink
Fixes liferay#1242 - Regen snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles committed Nov 28, 2018
1 parent 90d66a5 commit 18d9111
Show file tree
Hide file tree
Showing 68 changed files with 1,099 additions and 1,099 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`ClayAlert should render a "danger" style alert 1`] = `
<div class="alert alert-danger fade show" role="alert">
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-exclamation-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-exclamation-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#exclamation-full"></use>
</svg>
</span>
Expand All @@ -13,7 +13,7 @@ exports[`ClayAlert should render a "danger" style alert 1`] = `
exports[`ClayAlert should render a "success" style alert 1`] = `
<div class="alert alert-success fade show" role="alert">
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-check-circle-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-check-circle-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#check-circle-full"></use>
</svg>
</span>
Expand All @@ -23,7 +23,7 @@ exports[`ClayAlert should render a "success" style alert 1`] = `
exports[`ClayAlert should render a "warning" style alert 1`] = `
<div class="alert alert-warning fade show" role="alert">
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-warning-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-warning-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#warning-full"></use>
</svg>
</span>
Expand All @@ -33,12 +33,12 @@ exports[`ClayAlert should render a "warning" style alert 1`] = `
exports[`ClayAlert should render a closeable alert 1`] = `
<div class="alert alert-warning fade alert-dismissible show" role="alert">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-warning-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-warning-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#warning-full"></use>
</svg>
</span>
Expand All @@ -48,7 +48,7 @@ exports[`ClayAlert should render a closeable alert 1`] = `
exports[`ClayAlert should render an "info" style alert 1`] = `
<div class="alert alert-info fade show" role="alert">
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand All @@ -58,7 +58,7 @@ exports[`ClayAlert should render an "info" style alert 1`] = `
exports[`ClayAlert should render an alert with classes 1`] = `
<div class="alert alert-info fade my-custom-class show" role="alert">
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand All @@ -68,7 +68,7 @@ exports[`ClayAlert should render an alert with classes 1`] = `
exports[`ClayAlert should render an alert with id 1`] = `
<div class="alert alert-info fade show" id="myId" role="alert">
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand All @@ -78,7 +78,7 @@ exports[`ClayAlert should render an alert with id 1`] = `
exports[`ClayAlert should render default markup 1`] = `
<div class="alert alert-info fade show" role="alert">
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand Down
28 changes: 14 additions & 14 deletions packages/clay-alert/src/__tests__/__snapshots__/ClayStripe.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ exports[`ClayStripe should render a "danger" style stripe 1`] = `
<div class="alert alert-danger fade alert-dismissible alert-fluid show" role="alert">
<div class="container-fluid container-fluid-max-xl">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-exclamation-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-exclamation-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#exclamation-full"></use>
</svg>
</span>
Expand All @@ -21,12 +21,12 @@ exports[`ClayStripe should render a "success" style stripe 1`] = `
<div class="alert alert-success fade alert-dismissible alert-fluid show" role="alert">
<div class="container-fluid container-fluid-max-xl">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-check-circle-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-check-circle-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#check-circle-full"></use>
</svg>
</span>
Expand All @@ -38,12 +38,12 @@ exports[`ClayStripe should render a "warning" style stripe 1`] = `
<div class="alert alert-warning fade alert-dismissible alert-fluid show" role="alert">
<div class="container-fluid container-fluid-max-xl">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-warning-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-warning-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#warning-full"></use>
</svg>
</span>
Expand All @@ -55,12 +55,12 @@ exports[`ClayStripe should render an "info" style stripe 1`] = `
<div class="alert alert-info fade alert-dismissible alert-fluid show" role="alert">
<div class="container-fluid container-fluid-max-xl">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand All @@ -72,12 +72,12 @@ exports[`ClayStripe should render an stripe with classes 1`] = `
<div class="alert alert-info fade alert-dismissible my-custom-class alert-fluid show" role="alert">
<div class="container-fluid container-fluid-max-xl">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand All @@ -89,12 +89,12 @@ exports[`ClayStripe should render an stripe with id 1`] = `
<div class="alert alert-info fade alert-dismissible alert-fluid show" id="myId" role="alert">
<div class="container-fluid container-fluid-max-xl">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand All @@ -106,12 +106,12 @@ exports[`ClayStripe should render default markup 1`] = `
<div class="alert alert-info fade alert-dismissible alert-fluid show" role="alert">
<div class="container-fluid container-fluid-max-xl">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand Down
28 changes: 14 additions & 14 deletions packages/clay-alert/src/__tests__/__snapshots__/ClayToast.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
exports[`ClayToast should render a "danger" style toast 1`] = `
<div class="alert alert-danger fade alert-dismissible show" role="alert">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-exclamation-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-exclamation-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#exclamation-full"></use>
</svg>
</span>
Expand All @@ -18,12 +18,12 @@ exports[`ClayToast should render a "danger" style toast 1`] = `
exports[`ClayToast should render a "success" style toast 1`] = `
<div class="alert alert-success fade alert-dismissible show" role="alert">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-check-circle-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-check-circle-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#check-circle-full"></use>
</svg>
</span>
Expand All @@ -33,12 +33,12 @@ exports[`ClayToast should render a "success" style toast 1`] = `
exports[`ClayToast should render a "warning" style toast 1`] = `
<div class="alert alert-warning fade alert-dismissible show" role="alert">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-warning-full" role="presentation">
<svg class="lexicon-icon lexicon-icon-warning-full" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#warning-full"></use>
</svg>
</span>
Expand All @@ -48,12 +48,12 @@ exports[`ClayToast should render a "warning" style toast 1`] = `
exports[`ClayToast should render an "info" style toast 1`] = `
<div class="alert alert-info fade alert-dismissible show" role="alert">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand All @@ -63,12 +63,12 @@ exports[`ClayToast should render an "info" style toast 1`] = `
exports[`ClayToast should render an toast with classes 1`] = `
<div class="alert alert-info fade alert-dismissible my-custom-class show" role="alert">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand All @@ -78,12 +78,12 @@ exports[`ClayToast should render an toast with classes 1`] = `
exports[`ClayToast should render an toast with id 1`] = `
<div class="alert alert-info fade alert-dismissible show" id="myId" role="alert">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand All @@ -93,12 +93,12 @@ exports[`ClayToast should render an toast with id 1`] = `
exports[`ClayToast should render default markup 1`] = `
<div class="alert alert-info fade alert-dismissible show" role="alert">
<button class="btn close btn-unstyled" aria-label="close" type="button">
<svg class="lexicon-icon lexicon-icon-times" role="presentation">
<svg class="lexicon-icon lexicon-icon-times" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#times"></use>
</svg>
</button>
<span class="alert-indicator">
<svg class="lexicon-icon lexicon-icon-info-circle" role="presentation">
<svg class="lexicon-icon lexicon-icon-info-circle" focusable="false" role="presentation">
<use xlink:href="../node_modules/clay-css/lib/images/icons/icons.svg#info-circle"></use>
</svg>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`ClayButton should render a button with classes 1`] = `<button class="bt

exports[`ClayButton should render a button with icon 1`] = `
<button class="btn btn-primary" aria-label="plus" type="button">
<svg class="lexicon-icon lexicon-icon-plus" role="presentation">
<svg class="lexicon-icon lexicon-icon-plus" focusable="false" role="presentation">
<use xlink:href="icons.svg#plus"></use>
</svg>
</button>
Expand All @@ -15,15 +15,15 @@ exports[`ClayButton should render a button with icon 1`] = `
exports[`ClayButton should render a button with icon and label 1`] = `
<button class="btn btn-primary" type="button">
<span class="inline-item inline-item-before">
<svg class="lexicon-icon lexicon-icon-plus" role="presentation">
<svg class="lexicon-icon lexicon-icon-plus" focusable="false" role="presentation">
<use xlink:href="icons.svg#plus"></use>
</svg>
</span>Label</button>
`;
exports[`ClayButton should render a button with icon and monospaced true 1`] = `
<button class="btn btn-monospaced btn-primary" aria-label="plus" type="button">
<svg class="lexicon-icon lexicon-icon-plus" role="presentation">
<svg class="lexicon-icon lexicon-icon-plus" focusable="false" role="presentation">
<use xlink:href="icons.svg#plus"></use>
</svg>
</button>
Expand All @@ -38,7 +38,7 @@ exports[`ClayButton should render a button with label and ariaLabel 1`] = `<butt
exports[`ClayButton should render a button with label and icon 1`] = `
<button class="btn btn-primary" type="button">
<span class="inline-item inline-item-before">
<svg class="lexicon-icon lexicon-icon-plus" role="presentation">
<svg class="lexicon-icon lexicon-icon-plus" focusable="false" role="presentation">
<use xlink:href="icons.svg#plus"></use>
</svg>
</span>Label</button>
Expand All @@ -47,7 +47,7 @@ exports[`ClayButton should render a button with label and icon 1`] = `
exports[`ClayButton should render a button with label and icon on right side 1`] = `
<button class="btn btn-primary" type="button">Label
<span class="inline-item inline-item-after">
<svg class="lexicon-icon lexicon-icon-plus" role="presentation">
<svg class="lexicon-icon lexicon-icon-plus" focusable="false" role="presentation">
<use xlink:href="icons.svg#plus"></use>
</svg>
</span>
Expand Down
Loading

0 comments on commit 18d9111

Please sign in to comment.