You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dictum est vitae erat molestie blandit. Pellentesque at nunc at mi auctor imperdiet eu at leo. Integer aliquam, turpis vel ultricies ornare, sem massa commodo velit, pretium dictum quam nibh et ex. Suspendisse eu dignissim libero. Donec aliquam, lacus eu pellentesque interdum, arcu nisl blandit turpis, at tincidunt purus orci ut dolor. Morbi malesuada faucibus lorem, ornare accumsan sapien lacinia vel. In enim justo, hendrerit eu mi vitae, viverra fringilla nunc. Proin semper nunc a mollis faucibus. Nam at arcu non justo congue tincidunt. Donec vehicula felis risus, et lobortis lacus fringilla eu. Proin faucibus, nisi non semper elementum, sapien nisi viverra urna, id tempus augue felis ac nibh. Nullam pulvinar magna eros. Vestibulum at orci elit. Sed convallis fermentum gravida.
@@ -1632,24 +1634,14 @@ <h2>Drawer</h2>
1632
1634
<sgds-button>Open Drawer</sgds-button>
1633
1635
</div>
1634
1636
1635
-
<divclass="container">
1637
+
<divclass="">
1636
1638
<h2>Tooltip</h2>
1637
1639
Hover me
1638
1640
<sgds-tooltipcontent="This is a tooltip" placement="top" trigger="hover">
/** Specifies the url path of the breadcrumb-item. When defined, the breadcrumb-items is a anchor element. When not defined, indicates that the breadcrumb item is active. In such cases, a span element is rendered. */
13
+
/** Indicates the link matches the current location of the page. Programmatically handled by SgdsBreadcrumb to set this prop to true for the last breadcrumb item */
Copy file name to clipboardExpand all lines: src/components/DescriptionList/sgds-description-list.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ let id = 0;
7
7
8
8
/**
9
9
*
10
-
* @summary Description Lists are used with description list group as list components
10
+
* @summary Description Lists are used with description list group as list components. A description list (often referred to as a “definition list”) is a type of list used in web design and documentation to pair terms with their corresponding descriptions or values.
Copy file name to clipboardExpand all lines: src/components/Icon/sgds-icon.ts
+4-9Lines changed: 4 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,7 @@ import { unsafeSVG } from "lit/directives/unsafe-svg.js";
5
5
importiconStylesfrom"./icon.css";
6
6
7
7
/**
8
-
* @summary Icons offer a form of visual shorthand that we are all familiar with. They can label, inform and aid navigation quickly and effectively in minimal space. Icons must first and foremost communicate meaning. By default, the icon component renders icons form SgdsIcon library set
9
-
*
10
-
* @event sgds-blur - Emitted when the button is blurred.
11
-
* @event sgds-focus - Emitted when the button is focused.
8
+
* @summary Icons offer a form of visual shorthand that we are all familiar with. They can label, inform and aid navigation quickly and effectively in minimal space. Icons must first and foremost communicate meaning. By default, the icon component renders icons from `SgdsIcon` library set
12
9
*/
13
10
exportclassSgdsIconextendsSgdsElement{
14
11
staticstyles=[...SgdsElement.styles,iconStyles];
@@ -25,14 +22,12 @@ export class SgdsIcon extends SgdsElement {
0 commit comments