@ansible/ansible-ui-framework 0.0.327 → 0.0.329

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.
@@ -1,83 +1,105 @@
1
1
  ---
2
2
  ---
3
3
 
4
- @import "{{ site.theme }}";
4
+ @import '{{ site.theme }}';
5
5
 
6
6
  body {
7
- color: #FFFFFFCF;
8
- background-color: #101216;
7
+ color: #ffffffcf;
8
+ background-color: #101216;
9
9
  }
10
10
 
11
11
  .markdown-body h1 {
12
- border-bottom: 1px solid #FFF3;
12
+ border-bottom: 1px solid #fff3;
13
13
  }
14
14
 
15
15
  .markdown-body h2 {
16
- border-bottom: 1px solid #FFF2;
16
+ border-bottom: 1px solid #fff2;
17
17
  }
18
18
 
19
19
  .markdown-body .highlight {
20
- background-color: unset;
20
+ background-color: unset;
21
21
  }
22
22
 
23
- .markdown-body .highlight pre, .markdown-body pre {
24
- background-color: #08090b;
25
- border-radius: 8px;
23
+ .markdown-body .highlight pre,
24
+ .markdown-body pre {
25
+ background-color: #08090b;
26
+ border-radius: 8px;
26
27
  }
27
28
 
28
29
  a {
29
- color: #1FA7F8;
30
+ color: #1fa7f8;
30
31
  }
31
32
 
32
33
  a:hover {
33
- color: #73bcf7;
34
+ color: #73bcf7;
34
35
  }
35
36
 
36
37
  h1 {
37
- color: #FFFFFF;
38
+ color: #ffffff;
38
39
  }
39
40
 
40
41
  h2 {
41
- color: #FFFFFFF7;
42
+ color: #fffffff7;
42
43
  }
43
44
 
44
45
  h3 {
45
- color: #FFFFFFEF;
46
+ color: #ffffffef;
46
47
  }
47
48
 
48
49
  h4 {
49
- color: #FFFFFFE7;
50
+ color: #ffffffe7;
50
51
  }
51
52
 
52
- .p {
53
- color: #FFF8;
53
+ .highlight .p {
54
+ color: #fff8;
54
55
  }
55
56
 
56
- .nv {
57
- color: #4AD;
57
+ .highlight .nv {
58
+ color: #4ad;
58
59
  }
59
60
 
60
- .nc {
61
- color: #4AD;
61
+ .highlight .nc {
62
+ color: #fff;
62
63
  }
63
64
 
64
- .na {
65
- color: #4AD;
65
+ .highlight .na {
66
+ color: #4ad;
66
67
  }
67
68
 
68
- .kd {
69
- color: orangered
69
+ .highlight .kd {
70
+ color: orangered;
70
71
  }
71
72
 
72
- .o {
73
- color: white
73
+ .highlight .o {
74
+ color: white;
74
75
  }
75
76
 
76
- .s1 {
77
- color: green
77
+ .highlight .s1 {
78
+ color: green;
78
79
  }
79
80
 
80
- .err {
81
- background: unset;
82
- color: #B00;
83
- }
81
+ .highlight .s {
82
+ color: FFF8;
83
+ }
84
+
85
+ .highlight .si {
86
+ color: FFF8;
87
+ }
88
+
89
+ .highlight .err {
90
+ background: unset;
91
+ color: #b00;
92
+ }
93
+
94
+ table {
95
+ background-color: #0004;
96
+ }
97
+
98
+ tr {
99
+ background-color: 'unset';
100
+ border: unset;
101
+ }
102
+
103
+ td {
104
+ border: unset;
105
+ }
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.327",
4
+ "version": "0.0.329",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {