diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index 5df11f3146..fb7a5d0429 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -43,7 +43,7 @@ We agree to restrict the following behaviors in our community. Instances, threat
Tensions can occur between community members even when they are trying their best to collaborate. Not every conflict represents a code of conduct violation, and this Code of Conduct reinforces encouraged behaviors and norms that can help avoid conflicts and minimize harm.
-When an incident does occur, it is important to report it promptly. To report a possible violation, contact the project stewards (@danielroe and @patak.dev) by DM in our community chat. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project stewards are obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
+When an incident does occur, it is important to report it promptly. To report a possible violation, contact the project stewards (@danielroe and @patak.cat) by DM in our community chat. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project stewards are obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
Community Moderators take reports of violations seriously and will make every effort to respond in a timely manner. They will investigate all reports of code of conduct violations, reviewing messages, logs, and recordings, or interviewing witnesses and other participants. Community Moderators will keep investigation and enforcement actions as transparent as possible while prioritizing safety and confidentiality. In order to honor these values, enforcement actions are carried out in private with the involved parties, but communicating to the whole community may be part of a mutually agreed upon resolution.
diff --git a/GOVERNANCE.md b/GOVERNANCE.md
index 63e92d7306..1731cdd378 100644
--- a/GOVERNANCE.md
+++ b/GOVERNANCE.md
@@ -41,7 +41,7 @@ Not every contributor will reach this level, and that's okay! Maintainers still
The npmx project Stewards are currently:
- **Daniel Roe** ([website](https://roe.dev), [social](https://bsky.app/profile/danielroe.dev), [github](https://github.com/danielroe), [@danielroe](https://chat.npmx.dev))
-- **Matias Capeletto** ([website](https://patak.dev), [social](https://bsky.app/profile/patak.dev), [github](https://github.com/patak-dev), [@patak.dev](https://chat.npmx.dev))
+- **Matias Capeletto** ([website](https://patak.cat), [social](https://bsky.app/profile/patak.cat), [github](https://github.com/patak-cat), [@patak.cat](https://chat.npmx.dev))
---
diff --git a/app/assets/main.css b/app/assets/main.css
index 0de1fb5fc8..bbc667d53f 100644
--- a/app/assets/main.css
+++ b/app/assets/main.css
@@ -275,13 +275,16 @@ dd {
}
/* Shiki theme colors */
-html.light .shiki,
-html.light .shiki span {
+html.light .shiki {
color: var(--shiki-light) !important;
background-color: var(--shiki-light-bg) !important;
- font-style: var(--shiki-light-font-style) !important;
- font-weight: var(--shiki-light-font-weight) !important;
- text-decoration: var(--shiki-light-text-decoration) !important;
+
+ & span {
+ color: var(--shiki-light) !important;
+ font-style: var(--shiki-light-font-style) !important;
+ font-weight: var(--shiki-light-font-weight) !important;
+ text-decoration: var(--shiki-light-text-decoration) !important;
+ }
}
/* Inline code in package descriptions */
diff --git a/app/components/Compare/FacetBarChart.vue b/app/components/Compare/FacetBarChart.vue
new file mode 100644
index 0000000000..bebe625cf1
--- /dev/null
+++ b/app/components/Compare/FacetBarChart.vue
@@ -0,0 +1,318 @@
+
+
+
+