@ansible/ansible-ui-framework 0.0.321 → 0.0.323

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/)
package/docs/_config.yml CHANGED
@@ -3,6 +3,6 @@
3
3
  # baseurl: /ansible-ui/
4
4
  # name: ''
5
5
  # title: null
6
- remote_theme: pages-themes/midnight
7
- plugins:
8
- - jekyll-remote-theme # add this line to the plugins list if you already have one
6
+ # remote_theme: pages-themes/midnight
7
+ # plugins:
8
+ # - jekyll-remote-theme # add this line to the plugins list if you already have one
@@ -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
 
@@ -36,7 +37,7 @@ li {
36
37
 
37
38
  section {
38
39
  padding: unset;
39
- margin: 16px;
40
+ margin: 24px;
40
41
  max-width: 1024px;
41
42
  }
42
43
 
@@ -57,6 +58,7 @@ ul {
57
58
  margin-bottom: 12px;
58
59
  }
59
60
 
60
- code {
61
- font-family: monospace;
61
+ .err {
62
+ background-color: unset;
63
+ color: unset;
62
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.321",
4
+ "version": "0.0.323",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {