@patternfly/patternfly 4.154.1 → 4.156.2
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/README.md +10 -9
- package/components/Card/card.css +18 -9
- package/components/Card/card.scss +15 -5
- package/components/FormControl/form-control.css +9 -1
- package/components/FormControl/form-control.scss +10 -1
- package/components/LogViewer/log-viewer.css +46 -19
- package/components/LogViewer/log-viewer.scss +36 -31
- package/components/MenuToggle/menu-toggle.css +4 -0
- package/components/MenuToggle/menu-toggle.scss +4 -0
- package/docs/components/Card/examples/Card.md +15 -0
- package/docs/components/LogViewer/examples/LogViewer.md +682 -533
- package/docs/components/Table/examples/Table.md +12 -1319
- package/docs/demos/CardView/examples/CardView.md +18 -11
- package/docs/demos/Table/examples/Table.md +102 -3537
- package/docs/demos/Tabs/examples/Tabs.md +18 -11
- package/package.json +3 -2
- package/patternfly-no-reset.css +68 -30
- package/patternfly.css +68 -30
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
|
@@ -494,7 +494,7 @@ section: demos
|
|
|
494
494
|
<section class="pf-c-page__main-section pf-m-fill">
|
|
495
495
|
<div class="pf-l-gallery pf-m-gutter">
|
|
496
496
|
<div
|
|
497
|
-
class="pf-c-card pf-m-
|
|
497
|
+
class="pf-c-card pf-m-selectable-raised pf-m-compact"
|
|
498
498
|
id="card-empty-state"
|
|
499
499
|
>
|
|
500
500
|
<div class="pf-l-bullseye">
|
|
@@ -509,7 +509,7 @@ section: demos
|
|
|
509
509
|
</div>
|
|
510
510
|
</div>
|
|
511
511
|
</div>
|
|
512
|
-
<div class="pf-c-card pf-m-
|
|
512
|
+
<div class="pf-c-card pf-m-selectable-raised pf-m-compact" id="card-1">
|
|
513
513
|
<div class="pf-c-card__header">
|
|
514
514
|
<img src="/assets/images/pf-logo-small.svg" alt="PatternFly logo" />
|
|
515
515
|
<div class="pf-c-card__actions">
|
|
@@ -579,7 +579,7 @@ section: demos
|
|
|
579
579
|
class="pf-c-card__body"
|
|
580
580
|
>PatternFly is a community project that promotes design commonality and improves user experience.</div>
|
|
581
581
|
</div>
|
|
582
|
-
<div class="pf-c-card pf-m-
|
|
582
|
+
<div class="pf-c-card pf-m-selectable-raised pf-m-compact" id="card-2">
|
|
583
583
|
<div class="pf-c-card__header">
|
|
584
584
|
<img
|
|
585
585
|
src="/assets/images/activemq-core_200x150.png"
|
|
@@ -653,7 +653,7 @@ section: demos
|
|
|
653
653
|
class="pf-c-card__body"
|
|
654
654
|
>The ActiveMQ component allows messages to be sent to a JMS Queue or Topic; or messages to be consumed from a JMS Queue or Topic using Apache ActiveMQ.</div>
|
|
655
655
|
</div>
|
|
656
|
-
<div class="pf-c-card pf-m-
|
|
656
|
+
<div class="pf-c-card pf-m-selectable-raised pf-m-compact" id="card-3">
|
|
657
657
|
<div class="pf-c-card__header">
|
|
658
658
|
<img
|
|
659
659
|
src="/assets/images/camel-spark_200x150.png"
|
|
@@ -727,7 +727,7 @@ section: demos
|
|
|
727
727
|
class="pf-c-card__body"
|
|
728
728
|
>This documentation page covers the Apache Spark component for the Apache Camel.</div>
|
|
729
729
|
</div>
|
|
730
|
-
<div class="pf-c-card pf-m-
|
|
730
|
+
<div class="pf-c-card pf-m-selectable-raised pf-m-compact" id="card-4">
|
|
731
731
|
<div class="pf-c-card__header">
|
|
732
732
|
<img
|
|
733
733
|
src="/assets/images/camel-avro_200x150.png"
|
|
@@ -801,7 +801,10 @@ section: demos
|
|
|
801
801
|
class="pf-c-card__body"
|
|
802
802
|
>This component provides a dataformat for avro, which allows serialization and deserialization of messages using Apache Avro’s binary dataformat. Moreover, it provides support for Apache Avro’s rpc, by providing producers and consumers endpoint for using avro over netty or http.</div>
|
|
803
803
|
</div>
|
|
804
|
-
<div
|
|
804
|
+
<div
|
|
805
|
+
class="pf-c-card pf-m-selectable-raised pf-m-selected-raised pf-m-compact"
|
|
806
|
+
id="card-5"
|
|
807
|
+
>
|
|
805
808
|
<div class="pf-c-card__header">
|
|
806
809
|
<img
|
|
807
810
|
src="/assets/images/FuseConnector_Icons_AzureServices.png"
|
|
@@ -875,7 +878,10 @@ section: demos
|
|
|
875
878
|
class="pf-c-card__body"
|
|
876
879
|
>The Camel Components for Windows Azure Services provide connectivity to Azure services from Camel.</div>
|
|
877
880
|
</div>
|
|
878
|
-
<div
|
|
881
|
+
<div
|
|
882
|
+
class="pf-c-card pf-m-non-selectable-raised pf-m-compact"
|
|
883
|
+
id="card-6"
|
|
884
|
+
>
|
|
879
885
|
<div class="pf-c-card__header">
|
|
880
886
|
<img
|
|
881
887
|
src="/assets/images/camel-saxon_200x150.png"
|
|
@@ -934,6 +940,7 @@ section: demos
|
|
|
934
940
|
type="checkbox"
|
|
935
941
|
id="card-6-check"
|
|
936
942
|
name="card-6-check"
|
|
943
|
+
disabled
|
|
937
944
|
aria-labelledby="card-6-check-label"
|
|
938
945
|
/>
|
|
939
946
|
</div>
|
|
@@ -949,7 +956,7 @@ section: demos
|
|
|
949
956
|
class="pf-c-card__body"
|
|
950
957
|
>For providing flexible endpoints to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.</div>
|
|
951
958
|
</div>
|
|
952
|
-
<div class="pf-c-card pf-m-
|
|
959
|
+
<div class="pf-c-card pf-m-selectable-raised pf-m-compact" id="card-7">
|
|
953
960
|
<div class="pf-c-card__header">
|
|
954
961
|
<img
|
|
955
962
|
src="/assets/images/camel-dropbox_200x150.png"
|
|
@@ -1023,7 +1030,7 @@ section: demos
|
|
|
1023
1030
|
class="pf-c-card__body"
|
|
1024
1031
|
>The dropbox: component allows you to treat Dropbox remote folders as a producer or consumer of messages.</div>
|
|
1025
1032
|
</div>
|
|
1026
|
-
<div class="pf-c-card pf-m-
|
|
1033
|
+
<div class="pf-c-card pf-m-selectable-raised pf-m-compact" id="card-8">
|
|
1027
1034
|
<div class="pf-c-card__header">
|
|
1028
1035
|
<img
|
|
1029
1036
|
src="/assets/images/camel-infinispan_200x150.png"
|
|
@@ -1097,7 +1104,7 @@ section: demos
|
|
|
1097
1104
|
class="pf-c-card__body"
|
|
1098
1105
|
>Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
|
|
1099
1106
|
</div>
|
|
1100
|
-
<div class="pf-c-card pf-m-
|
|
1107
|
+
<div class="pf-c-card pf-m-selectable-raised pf-m-compact" id="card-9">
|
|
1101
1108
|
<div class="pf-c-card__header">
|
|
1102
1109
|
<img
|
|
1103
1110
|
src="/assets/images/FuseConnector_Icons_REST.png"
|
|
@@ -1172,7 +1179,7 @@ section: demos
|
|
|
1172
1179
|
From Camel 2.18 onwards the rest component can also be used as a client (producer) to call REST services.
|
|
1173
1180
|
</div>
|
|
1174
1181
|
</div>
|
|
1175
|
-
<div class="pf-c-card pf-m-
|
|
1182
|
+
<div class="pf-c-card pf-m-selectable-raised pf-m-compact" id="card-10">
|
|
1176
1183
|
<div class="pf-c-card__header">
|
|
1177
1184
|
<img
|
|
1178
1185
|
src="/assets/images/camel-swagger-java_200x150.png"
|