@ansible/ansible-ui-framework 0.0.320 → 0.0.322

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  A framework for building applications using [PatternFly](https://www.patternfly.org), developed by the Ansible UI developers.
4
4
 
5
- [Documentation](https://github.com/ansible/ansible-ui/blob/main/framework/docs/Framework.md)
5
+ [Documentation](https://laughing-spoon-f689339f.pages.github.io/)
@@ -7,6 +7,7 @@ body {
7
7
  color: rgba(255, 255, 255, 0.7);
8
8
  line-height: 1.6em;
9
9
  background-color: rgb(27,29,33);
10
+ background: unset;
10
11
  font-size: medium;
11
12
  }
12
13
 
@@ -31,13 +32,12 @@ li {
31
32
  }
32
33
 
33
34
  .wrapper {
34
- display: none;
35
35
  max-width: 1024px;
36
36
  }
37
37
 
38
38
  section {
39
39
  padding: unset;
40
- margin: 16px;
40
+ margin: 24px;
41
41
  max-width: 1024px;
42
42
  }
43
43
 
@@ -58,6 +58,7 @@ ul {
58
58
  margin-bottom: 12px;
59
59
  }
60
60
 
61
- code {
62
- font-family: monospace;
61
+ .err {
62
+ background-color: unset;
63
+ color: unset;
63
64
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "0.0.320",
4
+ "version": "0.0.322",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {