@ansible/ansible-ui-framework 0.0.324 → 0.0.326

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.
@@ -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,25 @@
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: #FFFFFFCF;
8
+ background-color: #101216;
12
9
  }
13
10
 
14
- #header {
15
- // display: none;
11
+ .markdown-body h1 {
12
+ border-bottom: 1px solid #FFF3;
16
13
  }
17
14
 
15
+ .markdown-body h2 {
16
+ border-bottom: 1px solid #FFF2;
17
+ }
18
+
19
+ .markdown-body .highlight {
20
+ background-color: unset;
21
+ }
18
22
 
19
- #title {
20
- // display: none;
23
+ .markdown-body .highlight pre, .markdown-body pre {
24
+ background-color: #08090b;
25
+ border-radius: 8px;
21
26
  }
22
27
 
23
28
  a {
@@ -28,46 +33,31 @@ a:hover {
28
33
  color: #73bcf7;
29
34
  }
30
35
 
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
36
  h1 {
46
- color: white;
47
- // padding-bottom: 8px;
37
+ color: #FFFFFF;
48
38
  }
49
39
 
50
40
  h2 {
51
- color: white;
52
- // padding-top: 8px;
53
- // padding-bottom: 8px;
41
+ color: #FFFFFFF7;
54
42
  }
55
43
 
56
44
  h3 {
57
- color: white;
58
- // padding-top: 8px;
59
- // padding-bottom: 8px;
45
+ color: #FFFFFFEF;
46
+ }
47
+
48
+ h4 {
49
+ color: #FFFFFFE7;
60
50
  }
61
51
 
62
- p {
63
- // margin-bottom: 12px;
52
+ .p {
53
+ color: #FFF8;
64
54
  }
65
55
 
66
- ul {
67
- // margin-bottom: 12px;
56
+ .nv {
57
+ color: #4AD;
68
58
  }
69
59
 
70
60
  .err {
71
- // background-color: unset;
72
- // color: unset;
61
+ background: unset;
62
+ color: #B00;
73
63
  }
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.326",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {