@ansible/ansible-ui-framework 0.0.324 → 0.0.325

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ There is an [Ansible UI Framework Demo](https://github.com/jamestalton/ansible-u
14
14
  npm install @ansible/ansible-ui-framework
15
15
  ```
16
16
 
17
- ## Add the [PageFramework](PageFramework.md) to your application
17
+ ## Add the PageFramework to your application
18
18
 
19
19
  Near the top of your application add the [PageFramework](https://github.com/ansible/ansible-ui/blob/main/framework/docs/PageFramework.md) component.
20
20
 
package/docs/_config.yml CHANGED
@@ -1,8 +1,2 @@
1
- # domain: ansible.github.io
2
- # url: https://ansible.github.io
3
- # baseurl: /ansible-ui/
4
1
  name: ''
5
2
  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
@@ -4,20 +4,16 @@
4
4
  @import "{{ site.theme }}";
5
5
 
6
6
  body {
7
- color: rgba(255, 255, 255, 0.7);
8
- // line-height: 1.6em;
9
- // background: unset;
10
- background-color: rgb(27,29,33);
11
- // font-size: medium;
7
+ color: #FFFD;
8
+ background-color: #101216;
12
9
  }
13
10
 
14
- #header {
15
- // display: none;
11
+ .markdown-body h1 {
12
+ border-bottom: 1px solid #FFF2;
16
13
  }
17
14
 
18
-
19
- #title {
20
- // display: none;
15
+ .markdown-body .highlight pre, .markdown-body pre {
16
+ background-color: #08090b;
21
17
  }
22
18
 
23
19
  a {
@@ -27,47 +23,22 @@ a {
27
23
  a:hover {
28
24
  color: #73bcf7;
29
25
  }
30
-
31
- li {
32
- // padding-bottom: 4px;
33
- }
34
-
35
- .wrapper {
36
- // max-width: 1024px;
37
- }
38
-
39
- section {
40
- // padding: unset;
41
- // margin: 24px;
42
- // max-width: 1024px;
43
- }
44
-
45
26
  h1 {
46
27
  color: white;
47
- // padding-bottom: 8px;
48
28
  }
49
29
 
50
30
  h2 {
51
31
  color: white;
52
- // padding-top: 8px;
53
- // padding-bottom: 8px;
54
32
  }
55
33
 
56
34
  h3 {
57
35
  color: white;
58
- // padding-top: 8px;
59
- // padding-bottom: 8px;
60
36
  }
61
37
 
62
- p {
63
- // margin-bottom: 12px;
64
- }
65
-
66
- ul {
67
- // margin-bottom: 12px;
38
+ h4 {
39
+ color: white;
68
40
  }
69
41
 
70
42
  .err {
71
- // background-color: unset;
72
- // color: unset;
43
+ color: #800;
73
44
  }
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.324",
4
+ "version": "0.0.325",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {