@pure-ds/core 0.5.9 → 0.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pure-ds/core",
3
3
  "shortname": "pds",
4
- "version": "0.5.9",
4
+ "version": "0.5.10",
5
5
  "description": "Pure Design System - Why develop a Design System when you can generate one?",
6
6
  "repository": {
7
7
  "type": "git",
@@ -103,7 +103,7 @@ function buildWcHome() {
103
103
  <article class="card text-center border-gradient surface-translucent-50">
104
104
  <header>
105
105
  <h1>Welcome to Pure Design System</h1>
106
- <h2>Beautiful backgrounds generated from your color palette</h2>
106
+ <h2 class="text-muted">Build on What Lasts</h2>
107
107
  </header>
108
108
  <div class="stack-lg">
109
109
  <p>
@@ -115,9 +115,9 @@ function buildWcHome() {
115
115
  <button class="btn-primary btn-lg" data-enhanced-btn-working="true">
116
116
  Get Started
117
117
  </button>
118
- <button class="btn-secondary btn-lg" data-enhanced-btn-working="true">
118
+ <a href="https://pureweb.dev" class="btn btn-secondary btn-lg" data-enhanced-btn-working="true">
119
119
  Learn More
120
- </button>
120
+ </a>
121
121
  </nav>
122
122
  </article>
123
123
  \`;