From 01d8457dc10cca19673a2b2ecfb3a1f9c95b2616 Mon Sep 17 00:00:00 2001 From: Julien Castelain Date: Tue, 6 Nov 2018 16:58:28 +0100 Subject: [PATCH] Fixes #1289 | Regen snapshots --- .../__tests__/__snapshots__/ClayAlert.js.snap | 69 +- .../__snapshots__/ClayStripe.js.snap | 91 +- .../__tests__/__snapshots__/ClayToast.js.snap | 91 +- .../__tests__/__snapshots__/ClayBadge.js.snap | 66 +- .../__snapshots__/ClayButton.js.snap | 34 +- .../__snapshots__/ClayCardGrid.js.snap | 142 +- .../__snapshots__/ClayFileCard.js.snap | 351 +- .../__snapshots__/ClayHorizontalCard.js.snap | 170 +- .../__snapshots__/ClayImageCard.js.snap | 197 +- .../__snapshots__/ClayUserCard.js.snap | 194 +- .../__tests__/__snapshots__/Geomap.js.snap | 18 +- .../__snapshots__/ClayCheckbox.js.snap | 151 +- .../__snapshots__/ClayDatasetDisplay.js.snap | 8637 ++++------------- .../__snapshots__/ClayActionsDropdown.js.snap | 280 +- .../ClayCreationMenuDropdown.js.snap | 2120 +--- .../__snapshots__/ClayDropdown.js.snap | 1180 +-- .../__snapshots__/ClayDropdownBase.js.snap | 463 +- .../__tests__/__snapshots__/ClayLabel.js.snap | 85 +- .../__tests__/__snapshots__/ClayLink.js.snap | 27 +- .../__tests__/__snapshots__/ClayList.js.snap | 826 +- .../ClayManagementToolbar.js.snap | 1674 +--- .../__snapshots__/ClayResultsBar.js.snap | 116 +- .../__tests__/__snapshots__/ClayModal.js.snap | 133 +- .../__snapshots__/ClayNavigationBar.js.snap | 84 +- .../__snapshots__/ClayPaginationBar.js.snap | 344 +- .../__snapshots__/ClayPagination.js.snap | 5346 +++------- .../__snapshots__/ClayProgressBar.js.snap | 12 +- .../__tests__/__snapshots__/ClayRadio.js.snap | 118 +- .../__snapshots__/ClaySelect.js.snap | 68 +- .../__snapshots__/ClaySticker.js.snap | 182 +- .../__tests__/__snapshots__/ClayTable.js.snap | 924 +- 31 files changed, 5265 insertions(+), 18928 deletions(-) diff --git a/packages/clay-alert/src/__tests__/__snapshots__/ClayAlert.js.snap b/packages/clay-alert/src/__tests__/__snapshots__/ClayAlert.js.snap index f134d931ca..9a34854774 100644 --- a/packages/clay-alert/src/__tests__/__snapshots__/ClayAlert.js.snap +++ b/packages/clay-alert/src/__tests__/__snapshots__/ClayAlert.js.snap @@ -1,95 +1,60 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ClayAlert should render a "danger" style alert 1`] = ` - `; exports[`ClayAlert should render a "success" style alert 1`] = ` - `; exports[`ClayAlert should render a "warning" style alert 1`] = ` - `; exports[`ClayAlert should render a closeable alert 1`] = ` - + Warning!message `; exports[`ClayAlert should render an "info" style alert 1`] = ` - `; exports[`ClayAlert should render an alert with classes 1`] = ` - `; exports[`ClayAlert should render an alert with id 1`] = ` - `; exports[`ClayAlert should render default markup 1`] = ` - `; diff --git a/packages/clay-alert/src/__tests__/__snapshots__/ClayStripe.js.snap b/packages/clay-alert/src/__tests__/__snapshots__/ClayStripe.js.snap index 214a7c73b9..92704e1e51 100644 --- a/packages/clay-alert/src/__tests__/__snapshots__/ClayStripe.js.snap +++ b/packages/clay-alert/src/__tests__/__snapshots__/ClayStripe.js.snap @@ -2,133 +2,84 @@ exports[`ClayStripe should render a "danger" style stripe 1`] = ` `; exports[`ClayStripe should render a "success" style stripe 1`] = ` `; exports[`ClayStripe should render a "warning" style stripe 1`] = ` `; exports[`ClayStripe should render an "info" style stripe 1`] = ` `; exports[`ClayStripe should render an stripe with classes 1`] = ` `; exports[`ClayStripe should render an stripe with id 1`] = ` `; exports[`ClayStripe should render default markup 1`] = ` `; diff --git a/packages/clay-alert/src/__tests__/__snapshots__/ClayToast.js.snap b/packages/clay-alert/src/__tests__/__snapshots__/ClayToast.js.snap index 62f97c9135..6564227aa9 100644 --- a/packages/clay-alert/src/__tests__/__snapshots__/ClayToast.js.snap +++ b/packages/clay-alert/src/__tests__/__snapshots__/ClayToast.js.snap @@ -1,120 +1,71 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ClayToast should render a "danger" style toast 1`] = ` - + Danger!message `; exports[`ClayToast should render a "success" style toast 1`] = ` - + Success!message `; exports[`ClayToast should render a "warning" style toast 1`] = ` - + Warning!message `; exports[`ClayToast should render an "info" style toast 1`] = ` - + Infomessage `; exports[`ClayToast should render an toast with classes 1`] = ` - + infomessage `; exports[`ClayToast should render an toast with id 1`] = ` - + infomessage `; exports[`ClayToast should render default markup 1`] = ` - + infomessage `; diff --git a/packages/clay-badge/src/__tests__/__snapshots__/ClayBadge.js.snap b/packages/clay-badge/src/__tests__/__snapshots__/ClayBadge.js.snap index d9f47c5a23..fd0412ba9c 100644 --- a/packages/clay-badge/src/__tests__/__snapshots__/ClayBadge.js.snap +++ b/packages/clay-badge/src/__tests__/__snapshots__/ClayBadge.js.snap @@ -1,67 +1,23 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`ClayBadge should render a \`danger color\` badge 1`] = ` - - Foo - -`; +exports[`ClayBadge should render a \`danger color\` badge 1`] = `Foo`; -exports[`ClayBadge should render a \`default color\` badge 1`] = ` - - Foo - -`; +exports[`ClayBadge should render a \`default color\` badge 1`] = `Foo`; -exports[`ClayBadge should render a \`info color\` badge 1`] = ` - - Foo - -`; +exports[`ClayBadge should render a \`info color\` badge 1`] = `Foo`; -exports[`ClayBadge should render a \`primary color\` badge 1`] = ` - - Foo - -`; +exports[`ClayBadge should render a \`primary color\` badge 1`] = `Foo`; -exports[`ClayBadge should render a \`secondary color\` badge 1`] = ` - - Foo - -`; +exports[`ClayBadge should render a \`secondary color\` badge 1`] = `Foo`; -exports[`ClayBadge should render a \`success color\` badge 1`] = ` - - Foo - -`; +exports[`ClayBadge should render a \`success color\` badge 1`] = `Foo`; -exports[`ClayBadge should render a \`warning color\` badge 1`] = ` - - Foo - -`; +exports[`ClayBadge should render a \`warning color\` badge 1`] = `Foo`; -exports[`ClayBadge should render a badge with classes 1`] = ` - - Foo - -`; +exports[`ClayBadge should render a badge with classes 1`] = `Foo`; -exports[`ClayBadge should render a badge with id 1`] = ` - - Foo - -`; +exports[`ClayBadge should render a badge with id 1`] = `Foo`; -exports[`ClayBadge should render a badge with label 1`] = ` - - Bar - -`; +exports[`ClayBadge should render a badge with label 1`] = `Bar`; -exports[`ClayBadge should render the default markup 1`] = ` - - Foo - -`; +exports[`ClayBadge should render the default markup 1`] = `Foo`; diff --git a/packages/clay-button/src/__tests__/__snapshots__/ClayButton.js.snap b/packages/clay-button/src/__tests__/__snapshots__/ClayButton.js.snap index a47e29728d..57ef66f415 100644 --- a/packages/clay-button/src/__tests__/__snapshots__/ClayButton.js.snap +++ b/packages/clay-button/src/__tests__/__snapshots__/ClayButton.js.snap @@ -5,31 +5,24 @@ exports[`ClayButton should render a block button 1`] = ``; exports[`ClayButton should render a button with icon 1`] = ` - `; exports[`ClayButton should render a button with icon and label 1`] = ` - + Label `; exports[`ClayButton should render a button with icon and monospaced true 1`] = ` - `; exports[`ClayButton should render a button with id 1`] = ``; @@ -39,24 +32,17 @@ exports[`ClayButton should render a button with label 1`] = ``; exports[`ClayButton should render a button with label and icon 1`] = ` - + Label `; exports[`ClayButton should render a button with label and icon on right side 1`] = ` - + `; exports[`ClayButton should render a button with name 1`] = ``; diff --git a/packages/clay-card-grid/src/__tests__/__snapshots__/ClayCardGrid.js.snap b/packages/clay-card-grid/src/__tests__/__snapshots__/ClayCardGrid.js.snap index 40349dad44..b44d193e62 100644 --- a/packages/clay-card-grid/src/__tests__/__snapshots__/ClayCardGrid.js.snap +++ b/packages/clay-card-grid/src/__tests__/__snapshots__/ClayCardGrid.js.snap @@ -13,16 +13,10 @@ exports[`ClayCardGrid should render the default markup 1`] = `
-
- - -
- - -
+
Photos
@@ -34,16 +28,10 @@ exports[`ClayCardGrid should render the default markup 1`] = `
-
- - -
- - -
+
Videos
@@ -57,26 +45,16 @@ exports[`ClayCardGrid should render the default markup 1`] = `
  • -
    -
    -
    - - PDF - +
    PDF
    -
    - Hamburger +
    Hamburger
    U.S.A
    -
    - - No Spicy - -
    +
    No Spicy
    @@ -84,22 +62,12 @@ exports[`ClayCardGrid should render the default markup 1`] = `
  • -
    - Ramen - - PDF - -
    +
    RamenPDF
    -
    - Ramen +
    Ramen
    China
    -
    - - Spicy - -
    +
    Spicy
    @@ -107,22 +75,12 @@ exports[`ClayCardGrid should render the default markup 1`] = `
  • -
    - Paella - - PDF - -
    +
    PaellaPDF
    -
    - Paella +
    Paella
    Spain
    -
    - - No Spicy - -
    +
    No Spicy
    @@ -131,26 +89,16 @@ exports[`ClayCardGrid should render the default markup 1`] = `
  • -
    -
    -
    - - PDF - +
    PDF
    -
    - Pizza +
    Pizza
    Italy
    -
    - - No Spicy - -
    +
    No Spicy
    @@ -158,22 +106,12 @@ exports[`ClayCardGrid should render the default markup 1`] = `
  • -
    - Carcamusas - - PDF - -
    +
    CarcamusasPDF
    -
    - Carcamusas +
    Carcamusas
    Toledo
    -
    - - Spicy - -
    +
    Spicy
    @@ -182,26 +120,16 @@ exports[`ClayCardGrid should render the default markup 1`] = `
  • -
    -
    -
    - - PDF - +
    PDF
    -
    - Tacos +
    Tacos
    Mexico
    -
    - - Very Spicy - -
    +
    Very Spicy
    @@ -213,11 +141,7 @@ exports[`ClayCardGrid should render the default markup 1`] = `
  • -
    - - FA - -
    +
    FA
    @@ -231,13 +155,7 @@ exports[`ClayCardGrid should render the default markup 1`] = `
  • -
    - - - Gordon Ramsay - - -
    +
    Gordon Ramsay
    @@ -251,11 +169,7 @@ exports[`ClayCardGrid should render the default markup 1`] = `
  • -
    - - AC - -
    +
    AC
    diff --git a/packages/clay-card/src/__tests__/__snapshots__/ClayFileCard.js.snap b/packages/clay-card/src/__tests__/__snapshots__/ClayFileCard.js.snap index 75ae8c3fd0..f949ce0e1f 100644 --- a/packages/clay-card/src/__tests__/__snapshots__/ClayFileCard.js.snap +++ b/packages/clay-card/src/__tests__/__snapshots__/ClayFileCard.js.snap @@ -3,12 +3,10 @@ exports[`ClayFileCard should render a ClayFileCard with actionItems 1`] = `
    -
    -
    -
    +
    @@ -16,26 +14,18 @@ exports[`ClayFileCard should render a ClayFileCard with actionItems 1`] = `
    My Title
    - +
    `; @@ -43,12 +33,10 @@ exports[`ClayFileCard should render a ClayFileCard with actionItems 1`] = ` exports[`ClayFileCard should render a ClayFileCard with classes 1`] = `
    -
    -
    -
    +
    @@ -63,18 +51,14 @@ exports[`ClayFileCard should render a ClayFileCard with classes 1`] = ` exports[`ClayFileCard should render a ClayFileCard with href 1`] = `
    -
    -
    -
    +
    -
    - My Title -
    +
    @@ -83,12 +67,10 @@ exports[`ClayFileCard should render a ClayFileCard with href 1`] = ` exports[`ClayFileCard should render a ClayFileCard with icon 1`] = `
    -
    -
    -
    +
    @@ -103,12 +85,10 @@ exports[`ClayFileCard should render a ClayFileCard with icon 1`] = ` exports[`ClayFileCard should render a ClayFileCard with id 1`] = `
    -
    -
    -
    +
    @@ -123,22 +103,16 @@ exports[`ClayFileCard should render a ClayFileCard with id 1`] = ` exports[`ClayFileCard should render a ClayFileCard with labelStyle \`danger color\` 1`] = `
    -
    -
    -
    +
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -148,22 +122,16 @@ exports[`ClayFileCard should render a ClayFileCard with labelStyle \`danger colo exports[`ClayFileCard should render a ClayFileCard with labelStyle \`info color\` 1`] = `
    -
    -
    -
    +
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -173,22 +141,16 @@ exports[`ClayFileCard should render a ClayFileCard with labelStyle \`info color\ exports[`ClayFileCard should render a ClayFileCard with labelStyle \`secondary color\` 1`] = `
    -
    -
    -
    +
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -198,22 +160,16 @@ exports[`ClayFileCard should render a ClayFileCard with labelStyle \`secondary c exports[`ClayFileCard should render a ClayFileCard with labelStyle \`success color\` 1`] = `
    -
    -
    -
    +
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -223,22 +179,16 @@ exports[`ClayFileCard should render a ClayFileCard with labelStyle \`success col exports[`ClayFileCard should render a ClayFileCard with labelStyle \`warning color\` 1`] = `
    -
    -
    -
    +
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -248,28 +198,16 @@ exports[`ClayFileCard should render a ClayFileCard with labelStyle \`warning col exports[`ClayFileCard should render a ClayFileCard with labels with styles mapped with labelStylesMap 1`] = `
    -
    -
    -
    +
    My Title
    -
    - - Approved - - - Pending - - - Error - -
    +
    Approved Pending Error
    @@ -279,22 +217,16 @@ exports[`ClayFileCard should render a ClayFileCard with labels with styles mappe exports[`ClayFileCard should render a ClayFileCard with one label 1`] = `
    -
    -
    -
    +
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -304,15 +236,10 @@ exports[`ClayFileCard should render a ClayFileCard with one label 1`] = ` exports[`ClayFileCard should render a ClayFileCard with sticker 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -327,15 +254,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker 1`] = ` exports[`ClayFileCard should render a ClayFileCard with sticker shape \`circle\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -350,15 +272,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker shape \`circle\` exports[`ClayFileCard should render a ClayFileCard with sticker shape \`rounded\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -373,15 +290,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker shape \`rounded\ exports[`ClayFileCard should render a ClayFileCard with sticker style \`danger color\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -396,15 +308,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker style \`danger c exports[`ClayFileCard should render a ClayFileCard with sticker style \`dark color\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -419,15 +326,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker style \`dark col exports[`ClayFileCard should render a ClayFileCard with sticker style \`info color\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -442,15 +344,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker style \`info col exports[`ClayFileCard should render a ClayFileCard with sticker style \`light color\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -465,15 +362,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker style \`light co exports[`ClayFileCard should render a ClayFileCard with sticker style \`primary color\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -488,15 +380,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker style \`primary exports[`ClayFileCard should render a ClayFileCard with sticker style \`secondary color\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -511,15 +398,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker style \`secondar exports[`ClayFileCard should render a ClayFileCard with sticker style \`success color\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -534,15 +416,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker style \`success exports[`ClayFileCard should render a ClayFileCard with sticker style \`warning color\` 1`] = `
    -
    -
    -
    - - DOC - +
    DOC
    @@ -557,12 +434,10 @@ exports[`ClayFileCard should render a ClayFileCard with sticker style \`warning exports[`ClayFileCard should render a ClayFileCard with subtitle 1`] = `
    -
    -
    -
    +
    @@ -578,25 +453,16 @@ exports[`ClayFileCard should render a ClayFileCard with subtitle 1`] = ` exports[`ClayFileCard should render a ClayFileCard with two labels 1`] = `
    -
    -
    -
    +
    My Title
    -
    - - Approved - - - Pending - -
    +
    Approved Pending
    @@ -606,25 +472,16 @@ exports[`ClayFileCard should render a ClayFileCard with two labels 1`] = ` exports[`ClayFileCard should render a ClayFileCard with two labels with styles 1`] = `
    -
    -
    -
    +
    My Title
    -
    - - Approved - - - Pending - -
    +
    Approved Pending
    @@ -635,18 +492,12 @@ exports[`ClayFileCard should render a selectable ClayFileCard 1`] = `
    -
    -
    @@ -663,18 +514,12 @@ exports[`ClayFileCard should render a selectable ClayFileCard with input \`name\
    -
    -
    @@ -691,18 +536,12 @@ exports[`ClayFileCard should render a selectable ClayFileCard with input \`value
    -
    -
    @@ -719,18 +558,12 @@ exports[`ClayFileCard should render a selectable disabled ClayFileCard 1`] = `
    -
    -
    @@ -747,18 +580,12 @@ exports[`ClayFileCard should render a selectable selected ClayFileCard 1`] = `
    -
    -
    @@ -774,12 +601,10 @@ exports[`ClayFileCard should render a selectable selected ClayFileCard 1`] = ` exports[`ClayFileCard should render the default markup 1`] = `
    -
    -
    -
    +
    diff --git a/packages/clay-card/src/__tests__/__snapshots__/ClayHorizontalCard.js.snap b/packages/clay-card/src/__tests__/__snapshots__/ClayHorizontalCard.js.snap index 1a60222daa..8ab92de563 100644 --- a/packages/clay-card/src/__tests__/__snapshots__/ClayHorizontalCard.js.snap +++ b/packages/clay-card/src/__tests__/__snapshots__/ClayHorizontalCard.js.snap @@ -4,16 +4,10 @@ exports[`ClayHorizontalCard should render a ClayHorizontalCard with a different
    -
    - - -
    - - -
    +
    My Title
    @@ -26,40 +20,26 @@ exports[`ClayHorizontalCard should render a ClayHorizontalCard with actionItems
    -
    - - -
    - - -
    +
    My Title
    - +
    `; @@ -68,16 +48,10 @@ exports[`ClayHorizontalCard should render a ClayHorizontalCard with classes 1`]
    -
    - - -
    - - -
    +
    My Title
    @@ -90,19 +64,11 @@ exports[`ClayHorizontalCard should render a ClayHorizontalCard with href 1`] = `
    -
    - - -
    - - -
    -
    - My Title -
    +
    +
    @@ -112,16 +78,10 @@ exports[`ClayHorizontalCard should render a ClayHorizontalCard with id 1`] = `
    -
    - - -
    - - -
    +
    My Title
    @@ -132,151 +92,101 @@ exports[`ClayHorizontalCard should render a ClayHorizontalCard with id 1`] = ` exports[`ClayHorizontalCard should render a disabled ClayHorizontalCard 1`] = `
    -
    -
    `; exports[`ClayHorizontalCard should render a selectable ClayHorizontalCard 1`] = `
    -
    -
    `; exports[`ClayHorizontalCard should render a selectable ClayHorizontalCard with input \`name\` 1`] = `
    -
    -
    `; exports[`ClayHorizontalCard should render a selectable ClayHorizontalCard with input \`value\` 1`] = `
    -
    -
    `; exports[`ClayHorizontalCard should render a selected ClayHorizontalCard 1`] = `
    -
    -
    `; @@ -284,16 +194,10 @@ exports[`ClayHorizontalCard should render the default markup 1`] = `
    -
    - - -
    - - -
    +
    My Title
    diff --git a/packages/clay-card/src/__tests__/__snapshots__/ClayImageCard.js.snap b/packages/clay-card/src/__tests__/__snapshots__/ClayImageCard.js.snap index 770a92b206..6bbe938648 100644 --- a/packages/clay-card/src/__tests__/__snapshots__/ClayImageCard.js.snap +++ b/packages/clay-card/src/__tests__/__snapshots__/ClayImageCard.js.snap @@ -9,26 +9,18 @@ exports[`ClayImageCard should render a ClayImageCard with actionItems 1`] = `
    My Title
    - +
    `; @@ -51,9 +43,7 @@ exports[`ClayImageCard should render a ClayImageCard with href 1`] = `
    -
    - My Title -
    +
    @@ -62,12 +52,10 @@ exports[`ClayImageCard should render a ClayImageCard with href 1`] = ` exports[`ClayImageCard should render a ClayImageCard with icon 1`] = `
    -
    -
    -
    +
    @@ -107,9 +95,7 @@ exports[`ClayImageCard should render a ClayImageCard with imageAlt 1`] = ` exports[`ClayImageCard should render a ClayImageCard with imageSrc 1`] = `
    -
    - -
    +
    @@ -127,11 +113,7 @@ exports[`ClayImageCard should render a ClayImageCard with labelStyle \`danger co
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -145,11 +127,7 @@ exports[`ClayImageCard should render a ClayImageCard with labelStyle \`info colo
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -163,11 +141,7 @@ exports[`ClayImageCard should render a ClayImageCard with labelStyle \`secondary
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -181,11 +155,7 @@ exports[`ClayImageCard should render a ClayImageCard with labelStyle \`success c
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -199,11 +169,7 @@ exports[`ClayImageCard should render a ClayImageCard with labelStyle \`warning c
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -217,17 +183,7 @@ exports[`ClayImageCard should render a ClayImageCard with labels with styles map
    My Title
    -
    - - Approved - - - Pending - - - Error - -
    +
    Approved Pending Error
    @@ -241,11 +197,7 @@ exports[`ClayImageCard should render a ClayImageCard with one label 1`] = `
    My Title
    -
    - - Approved - -
    +
    Approved
    @@ -254,11 +206,7 @@ exports[`ClayImageCard should render a ClayImageCard with one label 1`] = ` exports[`ClayImageCard should render a ClayImageCard with sticker 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -271,11 +219,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker 1`] = ` exports[`ClayImageCard should render a ClayImageCard with sticker shape \`circle\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -288,11 +232,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker shape \`circle exports[`ClayImageCard should render a ClayImageCard with sticker shape \`rounded\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -305,11 +245,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker shape \`rounde exports[`ClayImageCard should render a ClayImageCard with sticker style \`danger color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -322,11 +258,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker style \`danger exports[`ClayImageCard should render a ClayImageCard with sticker style \`dark color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -339,11 +271,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker style \`dark c exports[`ClayImageCard should render a ClayImageCard with sticker style \`info color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -356,11 +284,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker style \`info c exports[`ClayImageCard should render a ClayImageCard with sticker style \`light color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -373,11 +297,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker style \`light exports[`ClayImageCard should render a ClayImageCard with sticker style \`primary color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -390,11 +310,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker style \`primar exports[`ClayImageCard should render a ClayImageCard with sticker style \`secondary color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -407,11 +323,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker style \`second exports[`ClayImageCard should render a ClayImageCard with sticker style \`success color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -424,11 +336,7 @@ exports[`ClayImageCard should render a ClayImageCard with sticker style \`succes exports[`ClayImageCard should render a ClayImageCard with sticker style \`warning color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -460,14 +368,7 @@ exports[`ClayImageCard should render a ClayImageCard with two labels 1`] = `
    My Title
    -
    - - Approved - - - Pending - -
    +
    Approved Pending
    @@ -481,14 +382,7 @@ exports[`ClayImageCard should render a ClayImageCard with two labels with styles
    My Title
    -
    - - Approved - - - Peding - -
    +
    Approved Peding
    @@ -499,12 +393,7 @@ exports[`ClayImageCard should render a disabled ClayImageCard 1`] = `
    -
    - -
    +
    @@ -521,12 +410,7 @@ exports[`ClayImageCard should render a selectable ClayImageCard 1`] = `
    -
    - -
    +
    @@ -543,12 +427,7 @@ exports[`ClayImageCard should render a selectable ClayImageCard with input \`nam
    -
    - -
    +
    @@ -565,12 +444,7 @@ exports[`ClayImageCard should render a selectable ClayImageCard with input \`val
    -
    - -
    +
    @@ -587,12 +461,7 @@ exports[`ClayImageCard should render a selected ClayImageCard 1`] = `
    -
    - -
    +
    diff --git a/packages/clay-card/src/__tests__/__snapshots__/ClayUserCard.js.snap b/packages/clay-card/src/__tests__/__snapshots__/ClayUserCard.js.snap index 06329256a2..572326fa84 100644 --- a/packages/clay-card/src/__tests__/__snapshots__/ClayUserCard.js.snap +++ b/packages/clay-card/src/__tests__/__snapshots__/ClayUserCard.js.snap @@ -3,11 +3,7 @@ exports[`ClayUserCard should render a ClayUserCard with actionItems 1`] = `
    -
    - - - -
    +
    @@ -15,26 +11,18 @@ exports[`ClayUserCard should render a ClayUserCard with actionItems 1`] = `
    User Name
    - +
    `; @@ -42,11 +30,7 @@ exports[`ClayUserCard should render a ClayUserCard with actionItems 1`] = ` exports[`ClayUserCard should render a ClayUserCard with classes 1`] = `
    -
    - - - -
    +
    @@ -61,17 +45,11 @@ exports[`ClayUserCard should render a ClayUserCard with classes 1`] = ` exports[`ClayUserCard should render a ClayUserCard with href 1`] = `
    -
    - - - -
    +
    @@ -80,11 +58,7 @@ exports[`ClayUserCard should render a ClayUserCard with href 1`] = ` exports[`ClayUserCard should render a ClayUserCard with id 1`] = `
    -
    - - - -
    +
    @@ -99,11 +73,7 @@ exports[`ClayUserCard should render a ClayUserCard with id 1`] = ` exports[`ClayUserCard should render a ClayUserCard with imageAlt 1`] = `
    -
    - - - -
    +
    @@ -118,13 +88,7 @@ exports[`ClayUserCard should render a ClayUserCard with imageAlt 1`] = ` exports[`ClayUserCard should render a ClayUserCard with imageSrc 1`] = `
    -
    - - - - - -
    +
    @@ -139,11 +103,7 @@ exports[`ClayUserCard should render a ClayUserCard with imageSrc 1`] = ` exports[`ClayUserCard should render a ClayUserCard with subtitle 1`] = `
    -
    - - - -
    +
    @@ -159,11 +119,7 @@ exports[`ClayUserCard should render a ClayUserCard with subtitle 1`] = ` exports[`ClayUserCard should render a ClayUserCard with user initials 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -178,11 +134,7 @@ exports[`ClayUserCard should render a ClayUserCard with user initials 1`] = ` exports[`ClayUserCard should render a ClayUserCard with user initials and style \`danger color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -197,11 +149,7 @@ exports[`ClayUserCard should render a ClayUserCard with user initials and style exports[`ClayUserCard should render a ClayUserCard with user initials and style \`dark color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -216,11 +164,7 @@ exports[`ClayUserCard should render a ClayUserCard with user initials and style exports[`ClayUserCard should render a ClayUserCard with user initials and style \`info color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -235,11 +179,7 @@ exports[`ClayUserCard should render a ClayUserCard with user initials and style exports[`ClayUserCard should render a ClayUserCard with user initials and style \`light color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -254,11 +194,7 @@ exports[`ClayUserCard should render a ClayUserCard with user initials and style exports[`ClayUserCard should render a ClayUserCard with user initials and style \`primary color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -273,11 +209,7 @@ exports[`ClayUserCard should render a ClayUserCard with user initials and style exports[`ClayUserCard should render a ClayUserCard with user initials and style \`secondary color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -292,11 +224,7 @@ exports[`ClayUserCard should render a ClayUserCard with user initials and style exports[`ClayUserCard should render a ClayUserCard with user initials and style \`success color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -311,11 +239,7 @@ exports[`ClayUserCard should render a ClayUserCard with user initials and style exports[`ClayUserCard should render a ClayUserCard with user initials and style \`warning color\` 1`] = `
    -
    - - DOC - -
    +
    DOC
    @@ -331,17 +255,9 @@ exports[`ClayUserCard should render a disabled ClayUserCard 1`] = `
    -
    - -
    +
    @@ -358,17 +274,9 @@ exports[`ClayUserCard should render a selectable ClayUserCard 1`] = `
    -
    - -
    +
    @@ -385,17 +293,9 @@ exports[`ClayUserCard should render a selectable ClayUserCard with input \`name\
    -
    - -
    +
    @@ -412,17 +312,9 @@ exports[`ClayUserCard should render a selectable ClayUserCard with input \`value
    -
    - -
    +
    @@ -439,17 +331,9 @@ exports[`ClayUserCard should render a selected ClayUserCard 1`] = `
    -
    - -
    +
    @@ -465,11 +349,7 @@ exports[`ClayUserCard should render a selected ClayUserCard 1`] = ` exports[`ClayUserCard should render the default markup 1`] = `
    -
    - - - -
    +
    diff --git a/packages/clay-charts/src/__tests__/__snapshots__/Geomap.js.snap b/packages/clay-charts/src/__tests__/__snapshots__/Geomap.js.snap index b0f97b8590..989c23a733 100644 --- a/packages/clay-charts/src/__tests__/__snapshots__/Geomap.js.snap +++ b/packages/clay-charts/src/__tests__/__snapshots__/Geomap.js.snap @@ -1,34 +1,28 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Geomap should accept data as a function 1`] = ` -
    - +
    - -
    +
    `; exports[`Geomap should accept data as a string 1`] = ` -
    - +
    - -
    +
    `; exports[`Geomap should accept data as an object 1`] = ` -
    - +
    - -
    +
    `; diff --git a/packages/clay-checkbox/src/__tests__/__snapshots__/ClayCheckbox.js.snap b/packages/clay-checkbox/src/__tests__/__snapshots__/ClayCheckbox.js.snap index dcf8c8bc3b..92429014dd 100644 --- a/packages/clay-checkbox/src/__tests__/__snapshots__/ClayCheckbox.js.snap +++ b/packages/clay-checkbox/src/__tests__/__snapshots__/ClayCheckbox.js.snap @@ -1,156 +1,35 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`ClayCheckbox should render a checkbox with classes 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render a checkbox with classes 1`] = `
    `; exports[`ClayCheckbox should render a checkbox with custom label content 1`] = ` -
    -
    `; -exports[`ClayCheckbox should render a checkbox with hidden label 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render a checkbox with hidden label 1`] = `
    `; -exports[`ClayCheckbox should render a checkbox with id 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render a checkbox with id 1`] = `
    `; -exports[`ClayCheckbox should render a checkbox with name 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render a checkbox with name 1`] = `
    `; -exports[`ClayCheckbox should render a checkbox with value 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render a checkbox with value 1`] = `
    `; -exports[`ClayCheckbox should render a checked and disabled checkbox 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render a checked and disabled checkbox 1`] = `
    `; -exports[`ClayCheckbox should render a checked checkbox 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render a checked checkbox 1`] = `
    `; -exports[`ClayCheckbox should render a disabled checkbox 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render a disabled checkbox 1`] = `
    `; -exports[`ClayCheckbox should render an indeterminate checkbox 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render an indeterminate checkbox 1`] = `
    `; -exports[`ClayCheckbox should render an inline checkbox 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render an inline checkbox 1`] = `
    `; -exports[`ClayCheckbox should render an inline checkbox with classes 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render an inline checkbox with classes 1`] = `
    `; -exports[`ClayCheckbox should render an inline checkbox with custom id 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render an inline checkbox with custom id 1`] = `
    `; -exports[`ClayCheckbox should render default markup 1`] = ` -
    - -
    -`; +exports[`ClayCheckbox should render default markup 1`] = `
    `; diff --git a/packages/clay-dataset-display/src/__tests__/__snapshots__/ClayDatasetDisplay.js.snap b/packages/clay-dataset-display/src/__tests__/__snapshots__/ClayDatasetDisplay.js.snap index 7a8e8ac4d3..1188d8c04f 100644 --- a/packages/clay-dataset-display/src/__tests__/__snapshots__/ClayDatasetDisplay.js.snap +++ b/packages/clay-dataset-display/src/__tests__/__snapshots__/ClayDatasetDisplay.js.snap @@ -7,95 +7,53 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
  • - +
    @@ -104,59 +62,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    • -
      - - 11-results-for - -
      +
      11-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -170,80 +100,52 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
  • -
    - -
    +
  • -
    - -
    +
  • @@ -253,42 +155,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    -
    -
    -
    - Hamburger +
    Hamburger
    U.S.A
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -299,37 +183,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    -
    - -
    +
    -
    - Ramen +
    Ramen
    China
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -340,37 +206,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    -
    - -
    +
    -
    - Paella +
    Paella
    Spain
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -381,42 +229,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    -
    -
    -
    - Pizza +
    Pizza
    Italy
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -427,37 +257,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    -
    - -
    +
    -
    - Carcamusas +
    Carcamusas
    Toledo
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -468,42 +280,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    -
    -
    -
    - Tacos +
    Tacos
    Mexico
    -
    - - Very Spicy - -
    +
    Very Spicy
    - +
    @@ -517,17 +311,9 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    -
    - -
    +
    @@ -535,14 +321,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    Ferrán Adriá
    - +
    @@ -553,19 +335,9 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    -
    - -
    +
    @@ -573,14 +345,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    Gordon Ramsay
    - +
    @@ -591,17 +359,9 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    -
    - -
    +
    @@ -609,14 +369,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    Alberto Chicote
    - +
    @@ -633,331 +389,165 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    - +
    `; @@ -969,95 +559,53 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
  • - + @@ -1066,59 +614,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    @@ -1132,100 +652,52 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Photos

    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Videos

    -
    - - - + +
  • @@ -1233,344 +705,164 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Hamburger -

    +

    Hamburger

    U.S.A

    -
    - - No Spicy - -
    +
    No Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Ramen -

    +

    Ramen

    China

    -
    - - Spicy - -
    +
    Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Paella -

    +

    Paella

    Spain

    -
    - - No Spicy - -
    +
    No Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Pizza -

    +

    Pizza

    Italy

    -
    - - No Spicy - -
    +
    No Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Carcamusas -

    +

    Carcamusas

    Toledo

    -
    - - Spicy - -
    +
    Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Tacos -

    +

    Tacos

    Mexico

    -
    - - Very Spicy - -
    +
    Very Spicy
    -
    - - - + +
  • @@ -1578,149 +870,77 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Ferrán Adriá

    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Gordon Ramsay

    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Alberto Chicote

    -
    - - - + +
  • @@ -1733,331 +953,165 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o - + `; @@ -2069,95 +1123,53 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    - + @@ -2166,59 +1178,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    @@ -2231,16 +1215,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o - - - + Origin Time SpicyLevel @@ -2254,30 +1232,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Photos - -

    - - - +

    Photos

    + - - - +
    @@ -2289,30 +1252,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Videos - -

    - - - +

    Videos

    + - - - +
    @@ -2327,34 +1275,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Hamburger - -

    - - - U.S.A +

    Hamburger

    + U.S.A 10 min. - - - No Spicy - - - - - + No Spicy +
    @@ -2366,34 +1295,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Ramen - -

    - - - China +

    Ramen

    + China 90 min. - - - Spicy - - - - - + Spicy +
    @@ -2405,34 +1315,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Paella - -

    - - - Spain +

    Paella

    + Spain 90 min. - - - No Spicy - - - - - + No Spicy +
    @@ -2444,34 +1335,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Pizza - -

    - - - Italy +

    Pizza

    + Italy 30 min. - - - No Spicy - - - - - + No Spicy +
    @@ -2483,34 +1355,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Carcamusas - -

    - - - Toledo +

    Carcamusas

    + Toledo 50 min. - - - Spicy - - - - - + Spicy +
    @@ -2522,34 +1375,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Tacos - -

    - - - Mexico +

    Tacos

    + Mexico 30 min. - - - Very Spicy - - - - - + Very Spicy +
    @@ -2564,30 +1398,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Ferrán Adriá - -

    - - - +

    Ferrán Adriá

    + - - - +
    @@ -2599,30 +1418,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Gordon Ramsay - -

    - - - +

    Gordon Ramsay

    + - - - +
    @@ -2634,30 +1438,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o -
    - -
    +
    -

    - - Alberto Chicote - -

    - - - +

    Alberto Chicote

    + - - - +
    @@ -2679,177 +1468,77 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay and change view o
    - +
    `; @@ -2863,95 +1552,53 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with grouped item
    - +
    @@ -2960,59 +1607,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with grouped item
    • -
      - - 2-results-for - -
      +
      2-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -3026,60 +1645,40 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with grouped item
  • -
    -
  • -
    -
  • @@ -3092,177 +1691,77 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with grouped item
    - +
    `; @@ -3274,47 +1773,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with grouped item
    @@ -3323,59 +1799,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with grouped item
    • -
      - - 2-results-for - -
      +
      2-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -3389,60 +1837,40 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with grouped item
  • -
    -
  • -
    -
  • @@ -3451,16 +1879,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with grouped item
    `; @@ -3474,95 +1896,53 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and de
    - +
    @@ -3571,59 +1951,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and de
    • -
      - - 2-results-for - -
      +
      2-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -3634,60 +1986,40 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and de
    • -
      -
    • -
      -
    @@ -3700,177 +2032,77 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and de
    - +
    `; @@ -3882,95 +2114,53 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    - +
    @@ -3979,59 +2169,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    • -
      - - 11-results-for - -
      +
      11-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -4045,80 +2207,52 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
  • -
    - -
    +
  • -
    - -
    +
  • @@ -4128,42 +2262,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    -
    -
    -
    - Hamburger +
    Hamburger
    U.S.A
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -4174,37 +2290,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    -
    - -
    +
    -
    - Ramen +
    Ramen
    China
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -4215,37 +2313,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    -
    - -
    +
    -
    - Paella +
    Paella
    Spain
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -4256,42 +2336,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    -
    -
    -
    - Pizza +
    Pizza
    Italy
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -4302,37 +2364,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    -
    - -
    +
    -
    - Carcamusas +
    Carcamusas
    Toledo
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -4343,42 +2387,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    -
    -
    -
    - Tacos +
    Tacos
    Mexico
    -
    - - Very Spicy - -
    +
    Very Spicy
    - +
    @@ -4392,17 +2418,9 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    -
    - -
    +
    @@ -4410,14 +2428,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    Ferrán Adriá
    - +
    @@ -4428,19 +2442,9 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    -
    - -
    +
    @@ -4448,14 +2452,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    Gordon Ramsay
    - +
    @@ -4466,17 +2466,9 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    -
    - -
    +
    @@ -4484,14 +2476,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    Alberto Chicote
    - +
    @@ -4508,331 +2496,165 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    - +
    `; @@ -4844,95 +2666,53 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
  • - + @@ -4941,59 +2721,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    @@ -5007,100 +2759,52 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Photos

    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Videos

    -
    - - - + +
  • @@ -5108,344 +2812,164 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Hamburger -

    +

    Hamburger

    U.S.A

    -
    - - No Spicy - -
    +
    No Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Ramen -

    +

    Ramen

    China

    -
    - - Spicy - -
    +
    Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Paella -

    +

    Paella

    Spain

    -
    - - No Spicy - -
    +
    No Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Pizza -

    +

    Pizza

    Italy

    -
    - - No Spicy - -
    +
    No Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Carcamusas -

    +

    Carcamusas

    Toledo

    -
    - - Spicy - -
    +
    Spicy
    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +
    -

    - Tacos -

    +

    Tacos

    Mexico

    -
    - - Very Spicy - -
    +
    Very Spicy
    -
    - - - + +
  • @@ -5453,149 +2977,77 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Ferrán Adriá

    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Gordon Ramsay

    -
    - - - + +
  • -
    - -
    +
    -
    - - -
    - - -
    +

    Alberto Chicote

    -
    - - - + +
  • @@ -5608,331 +3060,165 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li - + `; @@ -5944,95 +3230,53 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    - + @@ -6041,59 +3285,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    @@ -6106,16 +3322,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li - - - + Origin Time SpicyLevel @@ -6129,30 +3339,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Photos - -

    - - - +

    Photos

    + - - - +
    @@ -6164,30 +3359,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Videos - -

    - - - +

    Videos

    + - - - +
    @@ -6202,34 +3382,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Hamburger - -

    - - - U.S.A +

    Hamburger

    + U.S.A 10 min. - - - No Spicy - - - - - + No Spicy +
    @@ -6241,34 +3402,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Ramen - -

    - - - China +

    Ramen

    + China 90 min. - - - Spicy - - - - - + Spicy +
    @@ -6280,34 +3422,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Paella - -

    - - - Spain +

    Paella

    + Spain 90 min. - - - No Spicy - - - - - + No Spicy +
    @@ -6319,34 +3442,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Pizza - -

    - - - Italy +

    Pizza

    + Italy 30 min. - - - No Spicy - - - - - + No Spicy +
    @@ -6358,34 +3462,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Carcamusas - -

    - - - Toledo +

    Carcamusas

    + Toledo 50 min. - - - Spicy - - - - - + Spicy +
    @@ -6397,34 +3482,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Tacos - -

    - - - Mexico +

    Tacos

    + Mexico 30 min. - - - Very Spicy - - - - - + Very Spicy +
    @@ -6439,30 +3505,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Ferrán Adriá - -

    - - - +

    Ferrán Adriá

    + - - - +
    @@ -6474,30 +3525,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Gordon Ramsay - -

    - - - +

    Gordon Ramsay

    + - - - +
    @@ -6509,30 +3545,15 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li -
    - -
    +
    -

    - - Alberto Chicote - -

    - - - +

    Alberto Chicote

    + - - - +
    @@ -6554,177 +3575,77 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and li
    - +
    `; @@ -6736,47 +3657,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and se
    @@ -6785,59 +3683,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and se
    • -
      - - 2-results-for - -
      +
      2-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -6848,60 +3718,40 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and se
    • -
      -
    • -
      -
    @@ -6910,16 +3760,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with items and se
    `; @@ -6931,47 +3775,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    @@ -6980,59 +3801,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    • -
      - - 11-results-for - -
      +
      11-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -7046,80 +3839,52 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
  • -
    - -
    +
  • -
    - -
    +
  • @@ -7129,42 +3894,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    -
    -
    -
    - Hamburger +
    Hamburger
    U.S.A
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -7175,37 +3922,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    -
    - -
    +
    -
    - Ramen +
    Ramen
    China
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -7216,37 +3945,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    -
    - -
    +
    -
    - Paella +
    Paella
    Spain
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -7257,42 +3968,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    -
    -
    -
    - Pizza +
    Pizza
    Italy
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -7303,37 +3996,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    -
    - -
    +
    -
    - Carcamusas +
    Carcamusas
    Toledo
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -7344,42 +4019,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    -
    -
    -
    - Tacos +
    Tacos
    Mexico
    -
    - - Very Spicy - -
    +
    Very Spicy
    - +
    @@ -7393,17 +4050,9 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    -
    - -
    +
    @@ -7411,14 +4060,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    Ferrán Adriá
    - +
    @@ -7429,19 +4074,9 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    -
    - -
    +
    @@ -7449,14 +4084,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    Gordon Ramsay
    - +
    @@ -7467,17 +4098,9 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    -
    - -
    +
    @@ -7485,14 +4108,10 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    Alberto Chicote
    - +
    @@ -7505,170 +4124,98 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected gro
    `; @@ -7680,47 +4227,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected ite
  • @@ -7729,59 +4253,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected ite
    • -
      - - 6-results-for - -
      +
      6-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -7794,42 +4290,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected ite
    -
    -
    -
    - Hamburger +
    Hamburger
    U.S.A
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -7840,37 +4318,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected ite
    -
    - -
    +
    -
    - Ramen +
    Ramen
    China
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -7881,37 +4341,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected ite
    -
    - -
    +
    -
    - Paella +
    Paella
    Spain
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -7922,42 +4364,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected ite
    -
    -
    -
    - Pizza +
    Pizza
    Italy
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -7968,37 +4392,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected ite
    -
    - -
    +
    -
    - Carcamusas +
    Carcamusas
    Toledo
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -8009,42 +4415,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected ite
    -
    -
    -
    - Tacos +
    Tacos
    Mexico
    -
    - - Very Spicy - -
    +
    Very Spicy
    - +
    @@ -8057,100 +4445,58 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with selected ite
    `; @@ -8162,95 +4508,53 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with ungrouped it
    - +
    @@ -8259,59 +4563,31 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with ungrouped it
    • -
      - - 6-results-for - -
      +
      6-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -8324,42 +4600,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with ungrouped it
    -
    -
    -
    - Hamburger +
    Hamburger
    U.S.A
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -8370,37 +4628,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with ungrouped it
    -
    - -
    +
    -
    - Ramen +
    Ramen
    China
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -8411,37 +4651,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with ungrouped it
    -
    - -
    +
    -
    - Paella +
    Paella
    Spain
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -8452,42 +4674,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with ungrouped it
    -
    -
    -
    - Pizza +
    Pizza
    Italy
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -8498,37 +4702,19 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with ungrouped it
    -
    - -
    +
    -
    - Carcamusas +
    Carcamusas
    Toledo
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -8539,42 +4725,24 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with ungrouped it
    -
    -
    -
    - Tacos +
    Tacos
    Mexico
    -
    - - Very Spicy - -
    +
    Very Spicy
    - +
    @@ -8591,261 +4759,125 @@ exports[`ClayDatasetDisplay should render a ClayDatasetDisplay with ungrouped it
    - +
    `; @@ -8859,95 +4891,53 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    - +
    @@ -8956,59 +4946,31 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    • -
      - - 11-results-for - -
      +
      11-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -9022,80 +4984,52 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
  • -
    - -
    +
  • -
    - -
    +
  • @@ -9105,42 +5039,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    -
    -
    -
    - Hamburger +
    Hamburger
    U.S.A
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -9151,37 +5067,19 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    -
    - -
    +
    -
    - Ramen +
    Ramen
    China
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -9192,37 +5090,19 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    -
    - -
    +
    -
    - Paella +
    Paella
    Spain
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -9233,42 +5113,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    -
    -
    -
    - Pizza +
    Pizza
    Italy
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -9279,37 +5141,19 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    -
    - -
    +
    -
    - Carcamusas +
    Carcamusas
    Toledo
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -9320,42 +5164,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    -
    -
    -
    - Tacos +
    Tacos
    Mexico
    -
    - - Very Spicy - -
    +
    Very Spicy
    - +
    @@ -9369,17 +5195,9 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    -
    - -
    +
    @@ -9387,14 +5205,10 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    Ferrán Adriá
    - +
    @@ -9405,19 +5219,9 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    -
    - -
    +
    @@ -9425,14 +5229,10 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    Gordon Ramsay
    - +
    @@ -9443,17 +5243,9 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    -
    - -
    +
    @@ -9461,14 +5253,10 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    Alberto Chicote
    - +
    @@ -9485,331 +5273,165 @@ exports[`ClayDatasetDisplay should select and unselect all items 1`] = `
    - +
    `; @@ -9821,47 +5443,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
  • @@ -9870,59 +5469,31 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    • -
      - - 11-results-for - -
      +
      11-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -9936,80 +5507,52 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
  • -
    - -
    +
  • -
    - -
    +
  • @@ -10019,42 +5562,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    -
    -
    -
    - Hamburger +
    Hamburger
    U.S.A
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -10065,37 +5590,19 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    -
    - -
    +
    -
    - Ramen +
    Ramen
    China
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -10106,37 +5613,19 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    -
    - -
    +
    -
    - Paella +
    Paella
    Spain
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -10147,42 +5636,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    -
    -
    -
    - Pizza +
    Pizza
    Italy
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -10193,37 +5664,19 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    -
    - -
    +
    -
    - Carcamusas +
    Carcamusas
    Toledo
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -10234,42 +5687,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    -
    -
    -
    - Tacos +
    Tacos
    Mexico
    -
    - - Very Spicy - -
    +
    Very Spicy
    - +
    @@ -10283,17 +5718,9 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    -
    - -
    +
    @@ -10301,14 +5728,10 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    Ferrán Adriá
    - +
    @@ -10319,19 +5742,9 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    -
    - -
    +
    @@ -10339,14 +5752,10 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    Gordon Ramsay
    - +
    @@ -10357,17 +5766,9 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    -
    - -
    +
    @@ -10375,14 +5776,10 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    Alberto Chicote
    - +
    @@ -10395,170 +5792,98 @@ exports[`ClayDatasetDisplay should select and unselect all items 2`] = `
    `; @@ -10570,95 +5895,53 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
  • - +
    @@ -10667,59 +5950,31 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    • -
      - - 11-results-for - -
      +
      11-results-for
    • -
      - - +
      Label 1
      -
      -
      -
      +
    • -
      - - +
      Label 2
      -
      - - - -
      -
      +
    • -
      - - +
      <strong>Category:</strong>Label 3
      -
      - - - -
      -
      +
    • -
      - -
      +
    @@ -10733,80 +5988,52 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
  • -
    - -
    +
  • -
    - -
    +
  • @@ -10816,42 +6043,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    -
    -
    -
    - Hamburger +
    Hamburger
    U.S.A
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -10862,37 +6071,19 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    -
    - -
    +
    -
    - Ramen +
    Ramen
    China
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -10903,37 +6094,19 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    -
    - -
    +
    -
    - Paella +
    Paella
    Spain
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -10944,42 +6117,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    -
    -
    -
    - Pizza +
    Pizza
    Italy
    -
    - - No Spicy - -
    +
    No Spicy
    - +
    @@ -10990,37 +6145,19 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    -
    - -
    +
    -
    - Carcamusas +
    Carcamusas
    Toledo
    -
    - - Spicy - -
    +
    Spicy
    - +
    @@ -11031,42 +6168,24 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    -
    -
    -
    - Tacos +
    Tacos
    Mexico
    -
    - - Very Spicy - -
    +
    Very Spicy
    - +
    @@ -11080,17 +6199,9 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    -
    - -
    +
    @@ -11098,14 +6209,10 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    Ferrán Adriá
    - +
    @@ -11116,19 +6223,9 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    -
    - -
    +
    @@ -11136,14 +6233,10 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    Gordon Ramsay
    - +
    @@ -11154,17 +6247,9 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    -
    - -
    +
    @@ -11172,14 +6257,10 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    Alberto Chicote
    - +
    @@ -11196,331 +6277,165 @@ exports[`ClayDatasetDisplay should select and unselect all items 3`] = `
    - +
    `; diff --git a/packages/clay-dropdown/src/__tests__/__snapshots__/ClayActionsDropdown.js.snap b/packages/clay-dropdown/src/__tests__/__snapshots__/ClayActionsDropdown.js.snap index 2307929cd4..a259241d07 100644 --- a/packages/clay-dropdown/src/__tests__/__snapshots__/ClayActionsDropdown.js.snap +++ b/packages/clay-dropdown/src/__tests__/__snapshots__/ClayActionsDropdown.js.snap @@ -1,302 +1,162 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ClayActionsDropdown should keep the expanded updated with that of the dropdown base 1`] = ` - +
    `; exports[`ClayActionsDropdown should render a disabled dropdown 1`] = ` - +
    `; exports[`ClayActionsDropdown should render an actions dropdown with classes 1`] = ` - +
    `; exports[`ClayActionsDropdown should render an actions dropdown with id 1`] = ` - +
    `; exports[`ClayActionsDropdown should render an actions dropdown with triggerClasses 1`] = ` - +
    `; exports[`ClayActionsDropdown should render an expanded action dropdown 1`] = ` - +
    `; exports[`ClayActionsDropdown should render default markdown 1`] = ` - +
    `; diff --git a/packages/clay-dropdown/src/__tests__/__snapshots__/ClayCreationMenuDropdown.js.snap b/packages/clay-dropdown/src/__tests__/__snapshots__/ClayCreationMenuDropdown.js.snap index 618d914443..522dcd2e8d 100644 --- a/packages/clay-dropdown/src/__tests__/__snapshots__/ClayCreationMenuDropdown.js.snap +++ b/packages/clay-dropdown/src/__tests__/__snapshots__/ClayCreationMenuDropdown.js.snap @@ -1,623 +1,313 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ClayCreationMenuDropdown should render a creation menu dropdown disabled 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown expanded 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown should keep the expanded updated with that of the dropdown base 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with classes 1`] = ` - +
  • `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with id 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are less than the default primary and passed total maximums 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are less than the default primary and total maximums 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are less than the passed primary and default total maximums 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are less than the passed primary and total maximums 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are more than the default primary and passed total maximums 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are more than the default primary and total maximums 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are more than the default primary maximum and less than the default total maximum 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are more than the default primary maximum and less than the passed total maximums 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are more than the passed primary and default total maximums 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only primary items which are more than the passed primary maximum and less than the default total maximums 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with only secondary items and less than default secondary maximum 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are less than default primary maximum and secondary items are less than default secondary maximum and together less than passed total maximum 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are less than default primary maximum and secondary items are less than default secondary maximum and together more than passed total maximum 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are less than default primary maximum and secondary items are less than passed secondary maximum and together less than default total maximum 1`] = ` - +
    `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are less than default primary maximum and secondary items are less than passed secondary maximum and together less than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are less than default primary maximum and secondary items are less than passed secondary maximum and together more than default total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are less than default primary maximum and secondary items are less than passed secondary maximum and together more than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are less than default secondary maximum and together less than default total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are less than default secondary maximum and together less than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are less than default secondary maximum and together more than default total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are less than default secondary maximum and together more than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are less than passed secondary maximum and together less than default total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are less than passed secondary maximum and together less than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are less than passed secondary maximum and together more than default total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are less than passed secondary maximum and together more than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are more than default secondary maximum and together less than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are more than default secondary maximum and together more than default total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are more than default secondary maximum and together more than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are more than passed secondary maximum and together less than default total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are more than passed secondary maximum and together less than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are more than passed secondary maximum and together more than default total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group and primary items are more than default primary maximum and secondary items are more than passed secondary maximum and together more than passed total maximum 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with primary and secondary items with only one group with label 1`] = ` - + `; exports[`ClayCreationMenuDropdown should render a creation menu dropdown with the default markdown 1`] = ` - + `; diff --git a/packages/clay-dropdown/src/__tests__/__snapshots__/ClayDropdown.js.snap b/packages/clay-dropdown/src/__tests__/__snapshots__/ClayDropdown.js.snap index ec94e4bf15..ebf07f1c25 100644 --- a/packages/clay-dropdown/src/__tests__/__snapshots__/ClayDropdown.js.snap +++ b/packages/clay-dropdown/src/__tests__/__snapshots__/ClayDropdown.js.snap @@ -1,90 +1,36 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`ClayDropdown should keep the expanded updated with that of the dropdown base 1`] = ` - + @@ -279,16 +156,10 @@ exports[`ClayManagementToolbar should render a disabled management toolbar with
    @@ -299,61 +170,30 @@ exports[`ClayManagementToolbar should render a disabled management toolbar with
    - + `; @@ -364,58 +204,33 @@ exports[`ClayManagementToolbar should render a management toolbar with a clear r
    @@ -423,16 +238,10 @@ exports[`ClayManagementToolbar should render a management toolbar with a clear r
    @@ -446,31 +255,16 @@ exports[`ClayManagementToolbar should render a management toolbar with actions a
    @@ -478,12 +272,8 @@ exports[`ClayManagementToolbar should render a management toolbar with actions a `; @@ -494,31 +284,16 @@ exports[`ClayManagementToolbar should render a management toolbar with actions i
    @@ -526,12 +301,8 @@ exports[`ClayManagementToolbar should render a management toolbar with actions i `; @@ -544,37 +315,23 @@ exports[`ClayManagementToolbar should render a management toolbar with advanced @@ -589,57 +346,35 @@ exports[`ClayManagementToolbar should render a management toolbar with ascending @@ -654,29 +389,18 @@ exports[`ClayManagementToolbar should render a management toolbar with classes 1 @@ -689,20 +413,9 @@ exports[`ClayManagementToolbar should render a management toolbar with classes i
    @@ -717,29 +430,18 @@ exports[`ClayManagementToolbar should render a management toolbar with creation @@ -755,45 +457,27 @@ exports[`ClayManagementToolbar should render a management toolbar with creation
    -
    - - - - - -
    +
    @@ -801,12 +485,8 @@ exports[`ClayManagementToolbar should render a management toolbar with creation `; @@ -820,44 +500,26 @@ exports[`ClayManagementToolbar should render a management toolbar with creation
    -
    - - - - - -
    +
    @@ -873,45 +535,27 @@ exports[`ClayManagementToolbar should render a management toolbar with creation
    -
    - - - - - -
    +
    @@ -919,19 +563,11 @@ exports[`ClayManagementToolbar should render a management toolbar with creation `; @@ -945,45 +581,27 @@ exports[`ClayManagementToolbar should render a management toolbar with creation
    -
    - - - - - -
    +
    @@ -993,40 +611,20 @@ exports[`ClayManagementToolbar should render a management toolbar with creation
    - +
    `; @@ -1036,57 +634,35 @@ exports[`ClayManagementToolbar should render a management toolbar with descendin @@ -1099,47 +675,24 @@ exports[`ClayManagementToolbar should render a management toolbar with disabled
    @@ -1147,12 +700,8 @@ exports[`ClayManagementToolbar should render a management toolbar with disabled `; @@ -1163,78 +712,47 @@ exports[`ClayManagementToolbar should render a management toolbar with filters d
    `; @@ -1245,66 +763,39 @@ exports[`ClayManagementToolbar should render a management toolbar with filters d
    @@ -1314,30 +805,14 @@ exports[`ClayManagementToolbar should render a management toolbar with filters d
    - + `; @@ -1348,66 +823,39 @@ exports[`ClayManagementToolbar should render a management toolbar with filters d
    @@ -1416,17 +864,11 @@ exports[`ClayManagementToolbar should render a management toolbar with filters d
    - +
    `; @@ -1437,66 +879,39 @@ exports[`ClayManagementToolbar should render a management toolbar with filters d
    @@ -1509,42 +924,19 @@ exports[`ClayManagementToolbar should render a management toolbar with filters d
  • - + `; @@ -1557,29 +949,18 @@ exports[`ClayManagementToolbar should render a management toolbar with id 1`] = @@ -1592,20 +973,9 @@ exports[`ClayManagementToolbar should render a management toolbar with id in act
    @@ -1620,37 +990,22 @@ exports[`ClayManagementToolbar should render a management toolbar with info butt @@ -1663,30 +1018,15 @@ exports[`ClayManagementToolbar should render a management toolbar with info butt
    @@ -1702,87 +1042,50 @@ exports[`ClayManagementToolbar should render a management toolbar with links as
    -
    - - - - - -
    +
    `; @@ -1793,20 +1096,9 @@ exports[`ClayManagementToolbar should render a management toolbar with no action
    @@ -1819,14 +1111,10 @@ exports[`ClayManagementToolbar should render a management toolbar with no search
    @@ -1841,29 +1129,18 @@ exports[`ClayManagementToolbar should render a management toolbar with search ac @@ -1878,29 +1155,18 @@ exports[`ClayManagementToolbar should render a management toolbar with search an @@ -1915,29 +1181,18 @@ exports[`ClayManagementToolbar should render a management toolbar with search fo @@ -1952,29 +1207,18 @@ exports[`ClayManagementToolbar should render a management toolbar with search in @@ -1987,58 +1231,33 @@ exports[`ClayManagementToolbar should render a management toolbar with search re
    @@ -2046,16 +1265,10 @@ exports[`ClayManagementToolbar should render a management toolbar with search re
    @@ -2069,20 +1282,9 @@ exports[`ClayManagementToolbar should render a management toolbar with search re
    @@ -2090,16 +1292,10 @@ exports[`ClayManagementToolbar should render a management toolbar with search re
    @@ -2113,58 +1309,33 @@ exports[`ClayManagementToolbar should render a management toolbar with search re
    @@ -2172,67 +1343,34 @@ exports[`ClayManagementToolbar should render a management toolbar with search re
    @@ -2246,58 +1384,33 @@ exports[`ClayManagementToolbar should render a management toolbar with selection
    @@ -2310,25 +1423,14 @@ exports[`ClayManagementToolbar should render a management toolbar with selection
    @@ -2340,57 +1442,35 @@ exports[`ClayManagementToolbar should render a management toolbar with sorting h @@ -2403,20 +1483,9 @@ exports[`ClayManagementToolbar should render a management toolbar with state act
    @@ -2432,87 +1501,50 @@ exports[`ClayManagementToolbar should render a management toolbar with view type
    -
    - - - - - -
    +
    `; @@ -2525,17 +1557,10 @@ exports[`ClayManagementToolbar should render a management toolbar without creati @@ -2553,29 +1578,18 @@ exports[`ClayManagementToolbar should render the default markup 1`] = ` diff --git a/packages/clay-management-toolbar/src/__tests__/__snapshots__/ClayResultsBar.js.snap b/packages/clay-management-toolbar/src/__tests__/__snapshots__/ClayResultsBar.js.snap index 9aa74b1ae6..b6edfbf836 100644 --- a/packages/clay-management-toolbar/src/__tests__/__snapshots__/ClayResultsBar.js.snap +++ b/packages/clay-management-toolbar/src/__tests__/__snapshots__/ClayResultsBar.js.snap @@ -5,59 +5,31 @@ exports[`ClayResultsBar should render a results bar with filter labels 1`] = `
    @@ -69,59 +41,31 @@ exports[`ClayResultsBar should render a results bar with filter labels and searc
    @@ -133,16 +77,10 @@ exports[`ClayResultsBar should render a results bar with search value 1`] = `
    @@ -154,16 +92,10 @@ exports[`ClayResultsBar should render the default markup 1`] = `
    diff --git a/packages/clay-modal/src/__tests__/__snapshots__/ClayModal.js.snap b/packages/clay-modal/src/__tests__/__snapshots__/ClayModal.js.snap index 28675e84cb..312c013483 100644 --- a/packages/clay-modal/src/__tests__/__snapshots__/ClayModal.js.snap +++ b/packages/clay-modal/src/__tests__/__snapshots__/ClayModal.js.snap @@ -5,13 +5,10 @@ exports[`ClayModal should render a modal opened 1`] = `