update patterns to isPro (#869)

This commit is contained in:
Konnor Rogers
2025-04-14 14:59:27 -04:00
committed by GitHub
parent 971200cc88
commit 58fbcede51
38 changed files with 89 additions and 53 deletions

View File

@@ -2,6 +2,7 @@
title: Action Panel
description: 'Help users complete tasks efficiently with quick access to key actions.'
icon: action-panel
isPro: true
---
## Simple

View File

@@ -1,6 +1,7 @@
---
title: Activity Log
description: 'Track and organize recent user actions or events.'
---
## Simple

View File

@@ -1,6 +1,7 @@
---
title: Comments
description: 'Enable users to engage in discussions, provide feedback, or record their thoughts.'
isPro: true
---
## Card with Header & Footer

View File

@@ -1,6 +1,7 @@
---
title: Data Display
description: 'Convey insights, metrics, and aggregate data at a glance.'
isPro: true
---

View File

@@ -1,6 +1,7 @@
---
title: Description List
description: 'Help users digest detailed information in a structured, easy-to-scan format.'
isPro: true
---
## Left Aligned

View File

@@ -1,6 +1,7 @@
---
title: Empty State
description: 'Guide users with helpful prompts and visuals when no content is available.'
isPro: true
---
## Simple

View File

@@ -1,6 +1,7 @@
---
title: FAQ
description: 'Empower users to learn more with a structured list of questions and answers.'
isPro: true
---
## With Flanked Heading & Description

View File

@@ -1,6 +1,7 @@
---
title: Grid List
description: 'Improve browsing and selection by organizing data in a structured grid layout.'
isPro: true
---
## Cards with Footer Actions
@@ -522,4 +523,3 @@ description: 'Improve browsing and selection by organizing data in a structured
</div>
</div>
```

View File

@@ -5,4 +5,5 @@ parent: patterns
layout: overview
override:tags: []
listChildren: true
isPro: false
---

View File

@@ -1,6 +1,7 @@
---
title: Leaderboard
description: 'Engage and motivate users by highlighting top performers, scores, and achievements.'
isPro: true
---
## Simple

View File

@@ -1,6 +1,7 @@
---
title: Pagination
description: 'Improve navigation and performance by breaking long lists or content into manageable pages.'
isPro: true
---
## Simple

View File

@@ -1,6 +1,7 @@
---
title: Permissions
description: 'Permission patterns provide or restrict access to users.'
isPro: true
---
## With Form Inputs

View File

@@ -1,6 +1,7 @@
---
title: Pricing
description: 'Help users make informed purchasing decisions with clear, structured pricing.'
isPro: true
---
## Three Tiers

View File

@@ -2,6 +2,7 @@
title: Blog
description: TODO
unlisted: true
isPro: true
---
TODO Page Description

View File

@@ -2,6 +2,7 @@
title: Business
description: TODO
unlisted: true
isPro: true
---
TODO Page Description

View File

@@ -2,6 +2,7 @@
title: Category Filter
description: 'Helps the user find the right products with filters to refine search results by specific attributes.'
icon: checkbox
isPro: true
---
## Sidebar with Checkboxes & Expandable Filters

View File

@@ -2,6 +2,7 @@
title: Category Preview
description: 'Help shoppers discover your product offerings with showcases of product categories.'
icon: preview
isPro: true
---
## Split with Image Grid

View File

@@ -1,6 +1,7 @@
---
title: Checkout Form
description: 'Let shoppers checkout with ease with streamlined forms to capture shipping and payment info.'
isPro: true
---

View File

@@ -1,6 +1,7 @@
---
title: Incentives
description: 'Encourage shoppers to buy your products with value propositions, discounts, and promotions.'
isPro: true
---
## 3 Column

View File

@@ -4,4 +4,5 @@ description: Pre-built product overviews, shopping carts, and more to help you b
parent: patterns
layout: overview
override:tags: []
isPro: false
---

View File

@@ -1,6 +1,7 @@
---
title: Order History
description: 'Empower your customers to view past purchases and track upcoming orders with comprehensive order histories.'
isPro: true
---
## List

View File

@@ -1,6 +1,7 @@
---
title: Order Summary
description: 'Give shoppers confidence in their purchases with summaries of everything included in their order.'
isPro: true
---
## Simple

View File

@@ -1,6 +1,7 @@
---
title: Product Lists
description: 'Let shoppers browse and compare products with detailed lists of the products in your store.'
isPro: true
---
## Simple Grid with Ratings

View File

@@ -1,6 +1,7 @@
---
title: Product Overview
description: 'Showcase your products with overviews including images, ratings, features, options, and more.'
isPro: true
---
## Split with Image

View File

@@ -2,6 +2,7 @@
title: Product Preview
description: 'Give shoppers a quick look at your products as they browse with modal previews.'
icon: preview
isPro: true
---
## With Product Options

View File

@@ -1,6 +1,7 @@
---
title: Product Reviews
description: 'Help shoppers make informed decisions with ratings, reviews, and testimonials from your customers.'
isPro: true
---
## Multi column

View File

@@ -1,6 +1,7 @@
---
title: Shopping Cart
description: 'Give shoppers an overview of selected items with shopping carts that let them edit items and proceed to checkout.'
isPro: true
---
## Two Columns with Summary Card

View File

@@ -2,6 +2,7 @@
title: Store Navigation
description: 'Help shoppers explore categories and find products with all of the links they need to navigate your store.'
unlisted: true
isPro: true
---
## Popup Menu

View File

@@ -2,6 +2,7 @@
title: Business
description: TODO
unlisted: true
isPro: true
---
TODO Page Description

View File

@@ -2,6 +2,7 @@
title: Entertainment
description: TODO
unlisted: true
isPro: true
---
TODO Page Description

View File

@@ -3,6 +3,7 @@ title: Patterns
description: Patterns are reusable UI solutions to common design problems, ready to copy and paste into any project.
layout: overview
override:tags: []
isPro: false
---
<div class="max-line-length">

View File

@@ -2,6 +2,7 @@
title: Membership
description: TODO
unlisted: true
isPro: true
---
TODO Page Description

View File

@@ -2,6 +2,7 @@
title: News
description: TODO
unlisted: true
isPro: true
---
TODO Page Description

View File

@@ -2,6 +2,7 @@
title: Non-profit
description: TODO
unlisted: true
isPro: true
---
TODO Page Description

View File

@@ -2,5 +2,6 @@
"layout": "patterns.njk",
"tags": ["patterns"],
"wide": true,
"noAlpha": true
"noAlpha": true,
"isPro": true
}

View File

@@ -2,6 +2,7 @@
title: Portfolio
description: TODO
unlisted: true
isPro: true
---
TODO Page Description

View File

@@ -2,6 +2,7 @@
title: Product Landing
description: TODO
unlisted: true
isPro: true
---
TODO Page Description

2
package-lock.json generated
View File

@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@floating-ui/dom": "^1.6.12",
"@floating-ui/dom": "^1.6.13",
"@shoelace-style/animations": "^1.2.0",
"@shoelace-style/localize": "^3.2.1",
"composed-offset-position": "^0.0.6",