@ansible/ansible-ui-framework 0.0.323 → 0.0.324

Sign up to get free protection for your applications and to get access to all the features.
package/docs/_config.yml CHANGED
@@ -1,8 +1,8 @@
1
1
  # domain: ansible.github.io
2
2
  # url: https://ansible.github.io
3
3
  # baseurl: /ansible-ui/
4
- # name: ''
5
- # title: null
4
+ name: ''
5
+ title: null
6
6
  # remote_theme: pages-themes/midnight
7
7
  # plugins:
8
8
  # - jekyll-remote-theme # add this line to the plugins list if you already have one
@@ -5,18 +5,19 @@
5
5
 
6
6
  body {
7
7
  color: rgba(255, 255, 255, 0.7);
8
- line-height: 1.6em;
8
+ // line-height: 1.6em;
9
+ // background: unset;
9
10
  background-color: rgb(27,29,33);
10
- background: unset;
11
- font-size: medium;
11
+ // font-size: medium;
12
12
  }
13
13
 
14
14
  #header {
15
- display: none;
15
+ // display: none;
16
16
  }
17
17
 
18
+
18
19
  #title {
19
- display: none;
20
+ // display: none;
20
21
  }
21
22
 
22
23
  a {
@@ -28,37 +29,45 @@ a:hover {
28
29
  }
29
30
 
30
31
  li {
31
- padding-bottom: 4px;
32
+ // padding-bottom: 4px;
32
33
  }
33
34
 
34
35
  .wrapper {
35
- max-width: 1024px;
36
+ // max-width: 1024px;
36
37
  }
37
38
 
38
39
  section {
39
- padding: unset;
40
- margin: 24px;
41
- max-width: 1024px;
40
+ // padding: unset;
41
+ // margin: 24px;
42
+ // max-width: 1024px;
42
43
  }
43
44
 
44
45
  h1 {
45
- padding-bottom: 8px;
46
+ color: white;
47
+ // padding-bottom: 8px;
46
48
  }
47
49
 
48
50
  h2 {
49
- padding-top: 8px;
50
- padding-bottom: 8px;
51
+ color: white;
52
+ // padding-top: 8px;
53
+ // padding-bottom: 8px;
54
+ }
55
+
56
+ h3 {
57
+ color: white;
58
+ // padding-top: 8px;
59
+ // padding-bottom: 8px;
51
60
  }
52
61
 
53
62
  p {
54
- margin-bottom: 12px;
63
+ // margin-bottom: 12px;
55
64
  }
56
65
 
57
66
  ul {
58
- margin-bottom: 12px;
67
+ // margin-bottom: 12px;
59
68
  }
60
69
 
61
70
  .err {
62
- background-color: unset;
63
- color: unset;
71
+ // background-color: unset;
72
+ // color: unset;
64
73
  }
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.323",
4
+ "version": "0.0.324",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {