@ansible/ansible-ui-framework 0.0.336 → 0.0.337

Sign up to get free protection for your applications and to get access to all the features.
package/docs/Framework.md CHANGED
@@ -10,6 +10,8 @@ A framework for building applications using [PatternFly](https://www.patternfly.
10
10
 
11
11
  The framework is made up of high level components abstracting design patterns away from the PatternFly components used underneath.
12
12
 
13
+ While PatternFly provides the building blocks and guidance on building applications, PatternFly does not manage state for the developer. This framework adds state management and abstractions for common patterns of application development.
14
+
13
15
  This framework:
14
16
 
15
17
  - does not use any state libraries other than the built in react context state management.
@@ -2,13 +2,9 @@
2
2
 
3
3
  # Getting Started
4
4
 
5
- While PatternFly provides the building blocks and guidance on building applications, PatternFly does not manage state for the developer. This framework adds state management and abstractions for common patterns of application development.
6
-
7
- There is an [Ansible UI Framework Demo](https://github.com/jamestalton/ansible-ui-framework-demo) repo showing an example of using the framework.
8
-
9
5
  ## Install the NPM package
10
6
 
11
- [NPM Package: @ansible/ansible-ui-framework](https://www.npmjs.com/package/@ansible/ansible-ui-framework)
7
+ NPM Package: [@ansible/ansible-ui-framework](https://www.npmjs.com/package/@ansible/ansible-ui-framework)
12
8
 
13
9
  ```
14
10
  npm install @ansible/ansible-ui-framework
@@ -84,7 +80,7 @@ TODO
84
80
 
85
81
  TODO
86
82
 
87
- ### Other Components
83
+ ### Other Useful Components
88
84
 
89
85
  <!-- - [PageAlertToaster](PageAlertToaster.md) -->
90
86
 
package/docs/Guides.md CHANGED
@@ -3,5 +3,4 @@
3
3
  # Ansible UI Guides
4
4
 
5
5
  - [Getting Started](GettingStarted.md)
6
- - [PageLayout](PageLayout.md)
7
6
  - [PageTable Guide](PageTableGuide.md)
@@ -51,27 +51,28 @@ h4 {
51
51
  }
52
52
 
53
53
  .highlight .p {
54
- color: #fff8;
54
+ color: #da71d6;
55
55
  }
56
56
 
57
57
  .highlight .nv {
58
- color: #4ad;
58
+ color: #579cd6;
59
59
  }
60
60
 
61
61
  .highlight .nc {
62
- color: #fff;
62
+ color: #579cd6;
63
+ font-weight: normal;
63
64
  }
64
65
 
65
66
  .highlight .na {
66
- color: #4ad;
67
+ color: #579cd6;
67
68
  }
68
69
 
69
70
  .highlight .k {
70
- color: #248;
71
+ color: #579cd6;
71
72
  }
72
73
 
73
74
  .highlight .kd {
74
- color: #248;
75
+ color: #579cd6;
75
76
  }
76
77
 
77
78
  .highlight .o {
@@ -79,7 +80,7 @@ h4 {
79
80
  }
80
81
 
81
82
  .highlight .s1 {
82
- color: #fffc;
83
+ color: #bb846e;
83
84
  }
84
85
 
85
86
  .highlight .s {
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.336",
4
+ "version": "0.0.337",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {