Skip to content

Commit 6b6e89a

Browse files
authored
use standard lifecyle milestones for statuses (#1540)
* use standard lifecyle milestones for statuses * Create neat-laws-matter.md
1 parent 68da6cc commit 6b6e89a

17 files changed

+21
-16
lines changed

.changeset/neat-laws-matter.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/css": patch
3+
---
4+
5+
Use standard lifecyle milestones for statuses.

docs/content/components/box-overlay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Box overlay
33
path: components/box-overlay
4-
status: Experimental
4+
status: Alpha
55
status_issue: 'https://github.com/github/design-systems/issues/374'
66
source: 'https://github.com/github/github/tree/master/app/assets/stylesheets/components/box-overlay.scss'
77
symbols: [Box--overlay, Box-header, Box-overlay--narrow, Box-overlay--wide]

docs/content/components/dropdown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Dropdown
3-
status: New
3+
status: Beta
44
---
55

66
<Note>

docs/content/components/layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Layout
33
path: components/layout
4-
status: Experimental
4+
status: Alpha
55
source: 'https://github.com/primer/css/tree/main/src/layout/layout.scss'
66
bundle: layout
77
---

docs/content/components/links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Links
33
path: components/links
4-
status: New
4+
status: Beta
55
source: 'https://github.com/primer/css/tree/main/src/links'
66
bundle: links
77
---

docs/content/components/loaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Loaders
33
path: components/loaders
4-
status: New
4+
status: Beta
55
source: 'https://github.com/primer/css/tree/main/src/loaders'
66
bundle: loaders
77
---

docs/content/components/marketing-buttons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Marketing buttons
33
path: components/marketing-buttons
4-
status: New
4+
status: Beta
55
source: 'https://github.com/primer/css/tree/main/src/marketing/buttons'
66
bundle: marketing-buttons
77
---

docs/content/components/pagination.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Pagination
33
path: components/pagination
4-
status: New
4+
status: Beta
55
source: 'https://github.com/primer/css/tree/main/src/pagination'
66
bundle: pagination
77
---

docs/content/components/popover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Popover
33
path: components/popover
4-
status: Experimental
4+
status: Alpha
55
source: 'https://github.com/primer/css/tree/main/src/popover'
66
bundle: popover
77
---

docs/content/components/progress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Progress
33
path: components/progress
4-
status: New
4+
status: Beta
55
source: 'https://github.com/primer/css/tree/main/src/progress'
66
bundle: progress
77
---

docs/content/components/select-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Select menu
3-
status: New
3+
status: Beta
44
source: 'https://github.com/primer/css/tree/main/src/select-menu'
55
bundle: select-menu
66
---

docs/content/components/timeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Timeline
33
path: components/timeline
4-
status: Experimental
4+
status: Alpha
55
status_issue: 'https://github.com/github/design-systems/issues/101'
66
source: ''
77
bundle: timeline

docs/content/components/toasts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Toasts
33
path: components/toasts
4-
status: Experimental
4+
status: Alpha
55
status_issue: 'https://github.com/github/design-systems/issues/101'
66
source: ''
77
bundle: toasts

docs/content/components/truncate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Truncate
33
path: components/truncate
4-
status: Experimental
4+
status: Alpha
55
source: 'https://github.com/primer/css/tree/main/src/truncate'
66
bundle: truncate
77
---

docs/content/support/color-system.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Color system
33
description: 'Sass variables, mixins, and functions for use in our components.'
4-
status: New
4+
status: Beta
55
source: 'https://github.com/primer/css/blob/main/src/support/variables/color-system.scss'
66
bundle: support
77
---

docs/content/utilities/colors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Colors
33
description: 'Immutable, atomic CSS classes to rapidly build product'
4-
status: New
4+
status: Beta
55
status_issue: 'https://github.com/github/design-systems/issues/97'
66
---
77

docs/content/utilities/marketing-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Marketing typography
33
path: utilities/marketing-type
4-
status: New
4+
status: Beta
55
source: 'https://github.com/primer/css/tree/main/src/marketing/type'
66
bundle: marketing-type
77
---

0 commit comments

Comments
 (0)