@ansible/ansible-ui-framework 0.0.297 → 0.0.298

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ PageHeader enables the responsive layout of the header.
14
14
 
15
15
  ## Example
16
16
 
17
- ```js
17
+ ```tsx
18
18
  <Page>
19
19
  <PageLayout>
20
20
  <PageHeader
@@ -4,7 +4,7 @@ PageLayout enables the layout of the page to be responsive.
4
4
 
5
5
  ## Example
6
6
 
7
- ```js
7
+ ```tsx
8
8
  <Page>
9
9
  <PageLayout>
10
10
  <PageHeader />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "Framework for building consistent responsive web applications using PatternFly.",
4
- "version": "0.0.297",
4
+ "version": "0.0.298",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {