From 6b00bef210076c40ca84680423673304d06e88de Mon Sep 17 00:00:00 2001 From: "BLACKBAUD\\Trevor.Burch" Date: Thu, 17 Jan 2019 15:26:09 -0500 Subject: [PATCH 1/2] Added information about tile selector requirements --- src/app/components/tile/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/tile/index.html b/src/app/components/tile/index.html index 5c19829cb..8a3156924 100644 --- a/src/app/components/tile/index.html +++ b/src/app/components/tile/index.html @@ -6,7 +6,7 @@

- The sky-tile component creates a collapsible container that serves as a building block for pages and forms in SKY UX applications. Within the sky-tile component, the sky-tile-title component displays a header for the tile, the sky-tile-summary component displays summary information, and the sky-tile-content component displays the tile content. The sky-tile-content-section component creates a padded section inside the sky-tile-content element. If you use a sky-tile component within a sky-tile-dashboard component, you must include it as an entry component in the application module. + The sky-tile component creates a collapsible container that serves as a building block for pages and forms in SKY UX applications. Within the sky-tile component, the sky-tile-title component displays a header for the tile, the sky-tile-summary component displays summary information, and the sky-tile-content component displays the tile content. The sky-tile-content-section component creates a padded section inside the sky-tile-content element. If you use a sky-tile component within a sky-tile-dashboard component, you must include it as an entry component in the application module and the selector for the tile component must begin with div. followed by a custom selector.

From 1229af994e6275b992ea2a14fe36ab1ba0efd2f2 Mon Sep 17 00:00:00 2001 From: John Lyons Date: Tue, 22 Jan 2019 15:00:51 -0500 Subject: [PATCH 2/2] Add missing comma --- src/app/components/tile/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/tile/index.html b/src/app/components/tile/index.html index 8a3156924..10bdacd7c 100644 --- a/src/app/components/tile/index.html +++ b/src/app/components/tile/index.html @@ -6,7 +6,7 @@

- The sky-tile component creates a collapsible container that serves as a building block for pages and forms in SKY UX applications. Within the sky-tile component, the sky-tile-title component displays a header for the tile, the sky-tile-summary component displays summary information, and the sky-tile-content component displays the tile content. The sky-tile-content-section component creates a padded section inside the sky-tile-content element. If you use a sky-tile component within a sky-tile-dashboard component, you must include it as an entry component in the application module and the selector for the tile component must begin with div. followed by a custom selector. + The sky-tile component creates a collapsible container that serves as a building block for pages and forms in SKY UX applications. Within the sky-tile component, the sky-tile-title component displays a header for the tile, the sky-tile-summary component displays summary information, and the sky-tile-content component displays the tile content. The sky-tile-content-section component creates a padded section inside the sky-tile-content element. If you use a sky-tile component within a sky-tile-dashboard component, you must include it as an entry component in the application module, and the selector for the tile component must begin with div. followed by a custom selector.