Skip to content

Releases: RedHat-UX/red-hat-design-system

v1.0.0-beta.2

18 May 06:51
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

Minor Changes

  • b625710: Adds <rh-footer>

    <rh-footer>
      <a slot="logo" href="/en">
        <img
          alt="Red Hat logo"
          src="https://static.redhat.com/libs/redhat/brand-assets/2/corp/logo--on-dark.svg"
        />
      </a>
      <rh-footer-social-link slot="social-links-end" icon="web-icon-github">
        <a aria-label="Github" href="#github">Github</a>
      </rh-footer-social-link>
      <h3 slot="links">Products</h3>
      <ul slot="links">
        <li><a href="#">Red Hat Ansible Automation Platform</a></li>
        <li><a href="#">Red Hat Enterprise Linux</a></li>
        <li><a href="#">Red Hat OpenShift</a></li>
        <li><a href="#">Red Hat OpenShift Container Storage</a></li>
        <li><a href="#">Red Hat OpenStack Platform</a></li>
        <li><a href="#">See all products</a></li>
      </ul>
      <h3 slot="links">Tools</h3>
      <ul slot="links">
        <li><a href="#">My account</a></li>
        <li><a href="#">Customer support</a></li>
        <li><a href="#">Red Hat OpenShift</a></li>
        <li><a href="#">Contact training</a></li>
        <li><a href="#">Red Hat OpenStack Platform</a></li>
        <li><a href="#">See all products</a></li>
      </ul>
      <rh-footer-block slot="main-secondary">
        <h3 slot="header">About Red Hat</h3>
        <p>
          We’re the world’s leading provider of enterprise open source
          solutions―including Linux, cloud, container, and Kubernetes. We deliver
          hardened solutions that make it easier for enterprises to work across
          platforms and environments, from the core datacenter to the network
          edge.
        </p>
      </rh-footer-block>
      <rh-footer-block slot="main-secondary">
        <h3 slot="header">Subscribe to our free newsletter, Red Hat Shares</h3>
        <pfe-cta><a href="#blocks">Sign up now</a></pfe-cta>
      </rh-footer-block>
      <h3 slot="footer-links-primary" hidden>Red Hat legal and privacy links</h3>
      <ul slot="footer-links-primary">
        <li><a href="#">About Red Hat</a></li>
        <li><a href="#">Jobs</a></li>
        <li><a href="#">Events</a></li>
        <li><a href="#">Locations</a></li>
        <li><a href="#">Contact Red Hat</a></li>
        <li><a href="#">Red Hat Blog</a></li>
        <li><a href="#">Cool Stuff Store</a></li>
        <li><a href="#">Diversity, equity, and inclusion</a></li>
      </ul>
      <rh-footer-copyright slot="footer-links-secondary"></rh-footer-copyright>
    </rh-footer>

v1.0.0-beta.1

10 May 16:21
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

Minor Changes

  • b8af17c: Add <rh-alert>

    An alert to display information on a website.

    <rh-alert>
      <h3 slot="header">Default</h3>
      <p>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam eleifend
        elit sed est egestas, a sollicitudin mauris tincidunt.
      </p>
      <button slot="actions" data-action="dismiss">Dismiss</button>
      <button slot="actions" data-action="confirm">Confirm</button>
    </rh-alert>