@ansible/ansible-ui-framework 0.0.340 → 0.0.341

Sign up to get free protection for your applications and to get access to all the features.
package/docs/Framework.md CHANGED
@@ -8,8 +8,6 @@ A framework for building applications using [PatternFly](https://www.patternfly.
8
8
  - [Guides](Guides.md)
9
9
  - [Components](Components.md)
10
10
 
11
- The framework is made up of high level components abstracting design patterns away from the PatternFly components used underneath.
12
-
13
11
  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
12
 
15
13
  This framework:
@@ -87,6 +87,10 @@ h4 {
87
87
  color: #bb846e;
88
88
  }
89
89
 
90
+ .highlight .s2 {
91
+ color: #bb846e;
92
+ }
93
+
90
94
  .highlight .s {
91
95
  color: #fffc;
92
96
  }
@@ -97,7 +101,7 @@ h4 {
97
101
 
98
102
  .highlight .err {
99
103
  background: unset;
100
- color: orangered;
104
+ color: #888;
101
105
  }
102
106
 
103
107
  table thead {
package/docs/index.md CHANGED
@@ -8,7 +8,7 @@ A framework for building applications using [PatternFly](https://www.patternfly.
8
8
  - [Guides](Guides.md)
9
9
  - [Components](Components.md)
10
10
 
11
- The framework is made up of high level components abstracting design patterns away from the PatternFly components used underneath.
11
+ 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.
12
12
 
13
13
  This framework:
14
14
 
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.340",
4
+ "version": "0.0.341",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {