Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
export default {
"**/*.{js,jsx,ts,tsx,json,yml,yaml}": ["prettier --write"],
"**/*.md": (files) => {
// Filter out changeset and CHANGELOG files - they need special handling
// Filter out files that should not be processed by remark:
// - changeset and CHANGELOG files - they need special handling
// - docs/s2-docs files - they have custom YAML frontmatter that remark breaks
const processableFiles = files.filter(
(file) => !file.includes(".changeset/") && !file.includes("CHANGELOG.md"),
(file) =>
!file.includes(".changeset/") &&
!file.includes("CHANGELOG.md") &&
!file.includes("docs/s2-docs/"),
);
if (processableFiles.length === 0) return [];
// Use -o flag (no path) to write back to same file
Expand Down
9 changes: 4 additions & 5 deletions docs/s2-docs/components/actions/action-bar.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---

title: "Action bar"
source\_url: <https://s2.spectrum.corp.adobe.com/page/action-bar/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/action-bar/
last_updated: 2026-02-02
category: components/actions
component\_type: action
component_type: action
status: published
tags:

* components-actions
- components-actions
parent\_category: actions

---
Expand Down
19 changes: 9 additions & 10 deletions docs/s2-docs/components/actions/action-button.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---

title: "Action button"
source\_url: <https://s2.spectrum.corp.adobe.com/page/action-button/>
last\_updated: 2026-02-01
source_url: https://s2.spectrum.corp.adobe.com/page/action-button/
last_updated: 2026-02-01
category: components/actions
component\_type: action
component_type: action
status: published
tags:

* components-actions
* action
* button
* interactive
- components-actions
- action
- button
- interactive
related\_components:
* action-bar
* action-group
- action-bar
- action-group
parent\_category: actions

---
Expand Down
13 changes: 6 additions & 7 deletions docs/s2-docs/components/actions/action-group.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---

title: "Action group"
source\_url: <https://s2.spectrum.corp.adobe.com/page/action-group/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/action-group/
last_updated: 2026-02-02
category: components/actions
component\_type: action
component_type: action
status: published
tags:

* components-actions
- components-actions
related\_components:
* action-button
* button
- action-button
- button
parent\_category: actions

---
Expand Down
19 changes: 9 additions & 10 deletions docs/s2-docs/components/actions/button-group.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---

title: "Button group"
source\_url: <https://s2.spectrum.corp.adobe.com/page/button-group/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/button-group/
last_updated: 2026-02-02
category: components/actions
component\_type: action
component_type: action
status: published
tags:

* components-actions
* action
* button
* interactive
- components-actions
- action
- button
- interactive
related\_components:
* button
* close-button
- button
- close-button
parent\_category: actions

---
Expand Down
23 changes: 11 additions & 12 deletions docs/s2-docs/components/actions/button.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
---

title: "Button"
source\_url: <https://s2.spectrum.corp.adobe.com/page/button/>
last\_updated: 2026-02-01
source_url: https://s2.spectrum.corp.adobe.com/page/button/
last_updated: 2026-02-01
category: components/actions
component\_type: action
component_type: action
status: published
tags:

* components-actions
* action
* button
* interactive
- components-actions
- action
- button
- interactive
related\_components:
* action-group
* button-group
* progress-bar
* progress-circle
- action-group
- button-group
- progress-bar
- progress-circle
parent\_category: actions

---
Expand Down
19 changes: 9 additions & 10 deletions docs/s2-docs/components/actions/close-button.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---

title: "Close button"
source\_url: <https://s2.spectrum.corp.adobe.com/page/close-button/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/close-button/
last_updated: 2026-02-02
category: components/actions
component\_type: action
component_type: action
status: published
tags:

* components-actions
* action
* button
* interactive
- components-actions
- action
- button
- interactive
related\_components:
* button-group
* link
- button-group
- link
parent\_category: actions

---
Expand Down
13 changes: 6 additions & 7 deletions docs/s2-docs/components/actions/link.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---

title: "Link"
source\_url: <https://s2.spectrum.corp.adobe.com/page/link/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/link/
last_updated: 2026-02-02
category: components/actions
component\_type: action
component_type: action
status: published
tags:

* components-actions
- components-actions
related\_components:
* close-button
* list-view
- close-button
- list-view
parent\_category: actions

---
Expand Down
13 changes: 6 additions & 7 deletions docs/s2-docs/components/actions/list-view.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---

title: "List view"
source\_url: <https://s2.spectrum.corp.adobe.com/page/list-view/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/list-view/
last_updated: 2026-02-02
category: components/actions
component\_type: action
component_type: action
status: published
tags:

* components-actions
- components-actions
related\_components:
* link
* menu
- link
- menu
parent\_category: actions

---
Expand Down
19 changes: 9 additions & 10 deletions docs/s2-docs/components/actions/menu.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
---

title: "Menu"
source\_url: <https://s2.spectrum.corp.adobe.com/page/menu/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/menu/
last_updated: 2026-02-02
category: components/actions
component\_type: action
component_type: action
status: published
tags:

* components-actions
* navigation
* menu
* dropdown
- components-actions
- navigation
- menu
- dropdown
related\_components:
* list-view
* cards
- list-view
- cards
parent\_category: actions

---
Expand Down
13 changes: 6 additions & 7 deletions docs/s2-docs/components/containers/cards.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---

title: "Cards"
source\_url: <https://s2.spectrum.corp.adobe.com/page/cards/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/cards/
last_updated: 2026-02-02
category: components/containers
component\_type: container
component_type: container
status: published
tags:

* components-containers
- components-containers
related\_components:
* menu
* divider
- menu
- divider
parent\_category: containers

---
Expand Down
9 changes: 4 additions & 5 deletions docs/s2-docs/components/containers/divider.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---

title: "Divider"
source\_url: <https://s2.spectrum.corp.adobe.com/page/divider/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/divider/
last_updated: 2026-02-02
category: components/containers
component\_type: container
component_type: container
status: published
tags:

* components-containers
- components-containers
parent\_category: containers

---
Expand Down
13 changes: 6 additions & 7 deletions docs/s2-docs/components/containers/popover.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---

title: "Popover"
source\_url: <https://s2.spectrum.corp.adobe.com/page/popover/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/popover/
last_updated: 2026-02-02
category: components/containers
component\_type: container
component_type: container
status: published
tags:

* components-containers
- components-containers
related\_components:
* divider
* standard-panel
- divider
- standard-panel
parent\_category: containers

---
Expand Down
13 changes: 6 additions & 7 deletions docs/s2-docs/components/containers/standard-panel.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---

title: "Standard panel"
source\_url: <https://s2.spectrum.corp.adobe.com/page/standard-panel/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/standard-panel/
last_updated: 2026-02-02
category: components/containers
component\_type: container
component_type: container
status: published
tags:

* components-containers
- components-containers
related\_components:
* popover
* table
- popover
- table
parent\_category: containers

---
Expand Down
13 changes: 6 additions & 7 deletions docs/s2-docs/components/containers/table.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---

title: "Table"
source\_url: <https://s2.spectrum.corp.adobe.com/page/table/>
last\_updated: 2026-02-02
source_url: https://s2.spectrum.corp.adobe.com/page/table/
last_updated: 2026-02-02
category: components/containers
component\_type: container
component_type: container
status: published
tags:

* components-containers
- components-containers
related\_components:
* standard-panel
* alert-banner
- standard-panel
- alert-banner
parent\_category: containers

---
Expand Down
Loading