@cobre-npm/ds-v3 0.130.0 → 0.131.0

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.
@@ -3,6 +3,10 @@
3
3
  * Consolidates the collapsable card pattern used across multiple MFEs (NewSubclient, Developer, etc).
4
4
  * Use for forms, data sections, or any content that should collapse on demand. The header is clickable
5
5
  * to toggle expansion; use the primaryAction slot for action buttons (remove, edit) without triggering collapse.
6
+ *
7
+ * Theming — override these CSS custom properties from the consumer to restyle without :deep():
8
+ * --cobre-collapsable-card-bg card background (default: --cobre-primary-5)
9
+ * --cobre-collapsable-card-header-bg header background (default: transparent, inherits the card bg)
6
10
  */
7
11
  interface Props {
8
12
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobre-npm/ds-v3",
3
- "version": "0.130.0",
3
+ "version": "0.131.0",
4
4
  "type": "module",
5
5
  "packageManager": "pnpm@11.0.4",
6
6
  "engines": {