@ansible/ansible-ui-framework 0.0.312 → 0.0.314

Sign up to get free protection for your applications and to get access to all the features.
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@v0.2.0
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
@@ -0,0 +1,8 @@
1
+ ---
2
+ ---
3
+
4
+ @import '{{ site.theme }}';
5
+
6
+ header {
7
+ display: none;
8
+ }
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.312",
4
+ "version": "0.0.314",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {