@ansible/ansible-ui-framework 0.0.340 → 0.0.342
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.
- package/docs/Framework.md +0 -2
- package/docs/assets/css/style.scss +5 -1
- package/docs/index.md +1 -1
- package/package.json +1 -1
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:
|
|
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
|
-
|
|
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
|
|