@patternfly/documentation-framework 2.0.0-alpha.17 → 2.0.0-alpha.18

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 2.0.0-alpha.18 (2023-04-11)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **cssVariables:** Update expandId ([b9b0a6e](https://github.com/patternfly/patternfly-org/commit/b9b0a6edcc103c442f24caae086b68558415be57))
12
+
13
+
14
+
15
+
16
+
6
17
  # 2.0.0-alpha.17 (2023-04-11)
7
18
 
8
19
 
@@ -202,7 +202,7 @@ export class CSSVariables extends React.Component {
202
202
  rowIndex,
203
203
  isExpanded: row.isOpen,
204
204
  onToggle: this.onCollapse,
205
- expandId: 'composable-expandable-example'
205
+ expandId: 'css-vars-expandable-toggle'
206
206
  }
207
207
  : undefined
208
208
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/documentation-framework",
3
3
  "description": "A framework to build documentation for PatternFly.",
4
- "version": "2.0.0-alpha.17",
4
+ "version": "2.0.0-alpha.18",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "private": false,
@@ -89,5 +89,5 @@
89
89
  "react": "^17.0.0 || ^18.0.0",
90
90
  "react-dom": "^17.0.0 || ^18.0.0"
91
91
  },
92
- "gitHead": "dfbce9d8d053d6c460858477ea3f47fdd735706d"
92
+ "gitHead": "c96ea42d5c06e35fb2b59342e4b858d299b26839"
93
93
  }