@patternfly/patternfly 6.5.0-prerelease.69 → 6.5.0-prerelease.70

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.
Files changed (45) hide show
  1. package/components/Button/button.css +3 -3
  2. package/components/Button/button.scss +1 -1
  3. package/components/Card/card.css +1 -5
  4. package/components/Card/card.scss +2 -6
  5. package/components/Compass/compass.css +2 -2
  6. package/components/Compass/compass.scss +1 -1
  7. package/components/MenuToggle/menu-toggle.css +4 -4
  8. package/components/MenuToggle/menu-toggle.scss +1 -1
  9. package/components/Page/page.css +4 -4
  10. package/components/Page/page.scss +2 -2
  11. package/components/_index.css +14 -18
  12. package/docs/components/CodeEditor/examples/CodeEditor.md +39 -3
  13. package/docs/components/Compass/examples/Compass.md +2 -2
  14. package/docs/components/EmptyState/examples/EmptyState.md +78 -6
  15. package/docs/components/MenuToggle/examples/MenuToggle.md +51 -3
  16. package/docs/components/Page/examples/Page.md +2 -2
  17. package/docs/components/Toolbar/examples/Toolbar.md +10 -10
  18. package/docs/components/Wizard/examples/Wizard.md +13 -1
  19. package/docs/demos/AboutModal/examples/AboutModal.md +17 -1
  20. package/docs/demos/Alert/examples/Alert.md +51 -3
  21. package/docs/demos/BackToTop/examples/BackToTop.md +17 -1
  22. package/docs/demos/Banner/examples/Banner.md +34 -2
  23. package/docs/demos/CardView/examples/CardView.md +127 -123
  24. package/docs/demos/Compass/examples/Compass.md +3072 -1425
  25. package/docs/demos/Dashboard/examples/Dashboard.md +17 -1
  26. package/docs/demos/DataList/examples/DataList.md +78 -14
  27. package/docs/demos/DescriptionList/examples/DescriptionList.md +51 -3
  28. package/docs/demos/Drawer/examples/Drawer.md +85 -5
  29. package/docs/demos/JumpLinks/examples/JumpLinks.md +102 -6
  30. package/docs/demos/Masthead/examples/Masthead.md +29 -13
  31. package/docs/demos/Modal/examples/Modal.md +102 -6
  32. package/docs/demos/Nav/examples/Nav.md +144 -20
  33. package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +85 -5
  34. package/docs/demos/Page/examples/Page.md +244 -20
  35. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +133 -21
  36. package/docs/demos/Skeleton/examples/Skeleton.md +17 -1
  37. package/docs/demos/Table/examples/Table.md +337 -69
  38. package/docs/demos/Tabs/examples/Tabs.md +104 -8
  39. package/docs/demos/Toolbar/examples/Toolbar.md +46 -14
  40. package/docs/demos/Wizard/examples/Wizard.md +153 -9
  41. package/package.json +2 -2
  42. package/patternfly-no-globals.css +14 -18
  43. package/patternfly.css +14 -18
  44. package/patternfly.min.css +1 -1
  45. package/patternfly.min.css.map +1 -1
@@ -168,7 +168,23 @@ section: patterns
168
168
  type="button"
169
169
  aria-expanded="false"
170
170
  aria-label="Settings"
171
- ></button>
171
+ >
172
+ <span class="pf-v6-c-menu-toggle__icon">
173
+ <svg
174
+ class="pf-v6-svg"
175
+ viewBox="0 0 32 32"
176
+ fill="currentColor"
177
+ aria-hidden="true"
178
+ role="img"
179
+ width="1em"
180
+ height="1em"
181
+ >
182
+ <path
183
+ d="M30.168 12.894a.5.5 0 0 0-.488-.394h-2.732a11.512 11.512 0 0 0-.729-1.769l1.931-1.93a.5.5 0 0 0 .066-.625 14.693 14.693 0 0 0-4.393-4.392.498.498 0 0 0-.624.067l-1.93 1.93a11.512 11.512 0 0 0-1.769-.729V2.319a.5.5 0 0 0-.395-.489 14.81 14.81 0 0 0-6.211 0 .5.5 0 0 0-.395.489v2.733c-.614.196-1.207.439-1.769.729L8.8 3.851a.498.498 0 0 0-.624-.067 14.714 14.714 0 0 0-4.393 4.392.5.5 0 0 0 .066.625l1.931 1.93a11.512 11.512 0 0 0-.729 1.769H2.319a.5.5 0 0 0-.488.394 14.652 14.652 0 0 0 0 6.212.5.5 0 0 0 .488.394h2.732c.196.615.44 1.207.729 1.769l-1.931 1.93a.5.5 0 0 0-.066.625 14.673 14.673 0 0 0 4.393 4.392.498.498 0 0 0 .624-.067l1.93-1.93c.562.289 1.154.533 1.769.729v2.733a.5.5 0 0 0 .395.489 14.686 14.686 0 0 0 6.21 0 .5.5 0 0 0 .395-.489v-2.733a11.454 11.454 0 0 0 1.769-.729l1.93 1.93a.5.5 0 0 0 .624.067 14.714 14.714 0 0 0 4.393-4.392.5.5 0 0 0-.066-.625l-1.931-1.93c.289-.562.533-1.154.729-1.769h2.732a.5.5 0 0 0 .488-.394 14.652 14.652 0 0 0 0-6.212ZM16 21.25c-2.895 0-5.25-2.355-5.25-5.25s2.355-5.25 5.25-5.25 5.25 2.355 5.25 5.25-2.355 5.25-5.25 5.25Z"
184
+ />
185
+ </svg>
186
+ </span>
187
+ </button>
172
188
  </div>
173
189
  <div class="pf-v6-c-toolbar__item">
174
190
  <button
@@ -506,7 +522,7 @@ section: patterns
506
522
  <span class="pf-v6-c-menu-toggle__icon">
507
523
  <svg
508
524
  class="pf-v6-svg"
509
- viewBox="0 0 512 512"
525
+ viewBox="0 0 32 32"
510
526
  fill="currentColor"
511
527
  aria-hidden="true"
512
528
  role="img"
@@ -514,7 +530,7 @@ section: patterns
514
530
  height="1em"
515
531
  >
516
532
  <path
517
- d="M487.976 0H24.028C2.71 0-8.047 25.866 7.058 40.971L192 225.941V432c0 7.831 3.821 15.17 10.237 19.662l80 55.98C298.02 518.69 320 507.493 320 487.98V225.941l184.947-184.97C520.021 25.896 509.338 0 487.976 0z"
533
+ d="M29.875 3.5V7a.876.876 0 0 1-.256.619l-9.744 9.744v10.638a.875.875 0 0 1-.599.83l-6 2a.876.876 0 0 1-.788-.12.874.874 0 0 1-.363-.71V17.363L2.381 7.619A.876.876 0 0 1 2.125 7V3.5c0-.758.617-1.375 1.375-1.375h25c.758 0 1.375.617 1.375 1.375Z"
518
534
  />
519
535
  </svg>
520
536
  </span>
@@ -774,7 +790,7 @@ section: patterns
774
790
  </div>
775
791
  </div>
776
792
  <div
777
- class="pf-v6-c-card pf-m-selectable-raised pf-m-secondary pf-m-compact"
793
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
778
794
  id="card-view-basic-example-gallery-card-1"
779
795
  >
780
796
  <div class="pf-v6-c-card__header">
@@ -943,20 +959,25 @@ section: patterns
943
959
  class="pf-v6-c-card__body"
944
960
  >This documentation page covers the Apache Spark component for the Apache Camel.</div>
945
961
  </div>
946
- </div>
947
- </div>
948
- </section>
949
- <section class="pf-v6-c-page__main-section pf-m-secondary">
950
- <div class="pf-v6-c-page__main-body">
951
- <div class="pf-v6-l-gallery pf-m-gutter">
952
962
  <div
953
963
  class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
954
- id="card-view-basic-example-gallery-card-empty-state"
964
+ id="card-view-basic-example-gallery-card-4"
955
965
  >
956
- <div class="pf-v6-l-bullseye">
957
- <div class="pf-v6-c-empty-state pf-m-xs">
958
- <div class="pf-v6-c-empty-state__content">
959
- <div class="pf-v6-c-empty-state__icon">
966
+ <div class="pf-v6-c-card__header">
967
+ <img
968
+ src="/assets/images/camel-avro_200x150.png"
969
+ width="60px"
970
+ alt="Logo"
971
+ />
972
+ <div class="pf-v6-c-card__actions">
973
+ <button
974
+ class="pf-v6-c-menu-toggle pf-m-plain"
975
+ type="button"
976
+ aria-expanded="false"
977
+ aria-label="Menu toggle"
978
+ id="card-view-basic-example-gallery-card-4-toggle"
979
+ >
980
+ <span class="pf-v6-c-menu-toggle__icon">
960
981
  <svg
961
982
  class="pf-v6-svg"
962
983
  viewBox="0 0 32 32"
@@ -967,35 +988,52 @@ section: patterns
967
988
  height="1em"
968
989
  >
969
990
  <path
970
- d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7 16.125h-5.875V23a1.125 1.125 0 0 1-2.25 0v-5.875H9a1.125 1.125 0 0 1 0-2.25h5.875V9a1.125 1.125 0 0 1 2.25 0v5.875H23a1.125 1.125 0 0 1 0 2.25Z"
991
+ d="M12.25 5c0-2.068 1.683-3.75 3.75-3.75S19.75 2.932 19.75 5 18.067 8.75 16 8.75 12.25 7.068 12.25 5ZM16 12.25c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Zm0 11c-2.067 0-3.75 1.682-3.75 3.75s1.683 3.75 3.75 3.75 3.75-1.682 3.75-3.75-1.683-3.75-3.75-3.75Z"
971
992
  />
972
993
  </svg>
973
- </div>
974
- <div class="pf-v6-c-card__title">
975
- <h2
976
- class="pf-v6-c-card__title-text pf-m-md"
977
- >Add a new card to your page</h2>
978
- </div>
979
- <button class="pf-v6-c-button pf-m-link" type="button">
980
- <span class="pf-v6-c-button__text">Add card</span>
981
- </button>
994
+ </span>
995
+ </button>
996
+ <div class="pf-v6-c-check pf-m-standalone">
997
+ <input
998
+ class="pf-v6-c-check__input"
999
+ type="checkbox"
1000
+ id="card-view-basic-example-gallery-card-4-check"
1001
+ name="card-view-basic-example-gallery-card-4-check"
1002
+ aria-labelledby="card-view-basic-example-gallery-card-4-check-label"
1003
+ />
982
1004
  </div>
983
1005
  </div>
984
1006
  </div>
1007
+ <div class="pf-v6-c-card__title">
1008
+ <h2
1009
+ class="pf-v6-c-card__title-text"
1010
+ id="card-view-basic-example-gallery-card-4-check-label"
1011
+ >Avro</h2>
1012
+ <div class="pf-v6-c-content">
1013
+ <small>Provided by Red Hat</small>
1014
+ </div>
1015
+ </div>
1016
+ <div
1017
+ class="pf-v6-c-card__body"
1018
+ >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>
985
1019
  </div>
986
1020
  <div
987
- class="pf-v6-c-card pf-m-selectable-raised pf-m-secondary pf-m-compact"
988
- id="card-view-basic-example-gallery-card-1"
1021
+ class="pf-v6-c-card pf-m-selectable-raised pf-m-selected-raised pf-m-compact"
1022
+ id="card-view-basic-example-gallery-card-5"
989
1023
  >
990
1024
  <div class="pf-v6-c-card__header">
991
- <img src="/assets/images/PF-IconLogo.svg" alt="PatternFly logo" />
1025
+ <img
1026
+ src="/assets/images/FuseConnector_Icons_AzureServices.png"
1027
+ width="60px"
1028
+ alt="Logo"
1029
+ />
992
1030
  <div class="pf-v6-c-card__actions">
993
1031
  <button
994
1032
  class="pf-v6-c-menu-toggle pf-m-plain"
995
1033
  type="button"
996
1034
  aria-expanded="false"
997
1035
  aria-label="Menu toggle"
998
- id="card-view-basic-example-gallery-card-1-toggle"
1036
+ id="card-view-basic-example-gallery-card-5-toggle"
999
1037
  >
1000
1038
  <span class="pf-v6-c-menu-toggle__icon">
1001
1039
  <svg
@@ -1017,9 +1055,9 @@ section: patterns
1017
1055
  <input
1018
1056
  class="pf-v6-c-check__input"
1019
1057
  type="checkbox"
1020
- id="card-view-basic-example-gallery-card-1-check"
1021
- name="card-view-basic-example-gallery-card-1-check"
1022
- aria-labelledby="card-view-basic-example-gallery-card-1-check-label"
1058
+ id="card-view-basic-example-gallery-card-5-check"
1059
+ name="card-view-basic-example-gallery-card-5-check"
1060
+ aria-labelledby="card-view-basic-example-gallery-card-5-check-label"
1023
1061
  />
1024
1062
  </div>
1025
1063
  </div>
@@ -1027,23 +1065,23 @@ section: patterns
1027
1065
  <div class="pf-v6-c-card__title">
1028
1066
  <h2
1029
1067
  class="pf-v6-c-card__title-text"
1030
- id="card-view-basic-example-gallery-card-1-check-label"
1031
- >Patternfly</h2>
1068
+ id="card-view-basic-example-gallery-card-5-check-label"
1069
+ >Azure Services</h2>
1032
1070
  <div class="pf-v6-c-content">
1033
1071
  <small>Provided by Red Hat</small>
1034
1072
  </div>
1035
1073
  </div>
1036
1074
  <div
1037
1075
  class="pf-v6-c-card__body"
1038
- >PatternFly is a community project that promotes design commonality and improves user experience.</div>
1076
+ >The Camel Components for Windows Azure Services provide connectivity to Azure services from Camel.</div>
1039
1077
  </div>
1040
1078
  <div
1041
- class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
1042
- id="card-view-basic-example-gallery-card-2"
1079
+ class="pf-v6-c-card pf-m-non-selectable-raised pf-m-compact"
1080
+ id="card-view-basic-example-gallery-card-6"
1043
1081
  >
1044
1082
  <div class="pf-v6-c-card__header">
1045
1083
  <img
1046
- src="/assets/images/activemq-core_200x150.png"
1084
+ src="/assets/images/camel-saxon_200x150.png"
1047
1085
  width="60px"
1048
1086
  alt="Logo"
1049
1087
  />
@@ -1053,7 +1091,7 @@ section: patterns
1053
1091
  type="button"
1054
1092
  aria-expanded="false"
1055
1093
  aria-label="Menu toggle"
1056
- id="card-view-basic-example-gallery-card-2-toggle"
1094
+ id="card-view-basic-example-gallery-card-6-toggle"
1057
1095
  >
1058
1096
  <span class="pf-v6-c-menu-toggle__icon">
1059
1097
  <svg
@@ -1075,9 +1113,10 @@ section: patterns
1075
1113
  <input
1076
1114
  class="pf-v6-c-check__input"
1077
1115
  type="checkbox"
1078
- id="card-view-basic-example-gallery-card-2-check"
1079
- name="card-view-basic-example-gallery-card-2-check"
1080
- aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
1116
+ id="card-view-basic-example-gallery-card-6-check"
1117
+ name="card-view-basic-example-gallery-card-6-check"
1118
+ disabled
1119
+ aria-labelledby="card-view-basic-example-gallery-card-6-check-label"
1081
1120
  />
1082
1121
  </div>
1083
1122
  </div>
@@ -1085,23 +1124,23 @@ section: patterns
1085
1124
  <div class="pf-v6-c-card__title">
1086
1125
  <h2
1087
1126
  class="pf-v6-c-card__title-text"
1088
- id="card-view-basic-example-gallery-card-2-check-label"
1089
- >ActiveMq</h2>
1127
+ id="card-view-basic-example-gallery-card-6-check-label"
1128
+ >Crypto</h2>
1090
1129
  <div class="pf-v6-c-content">
1091
1130
  <small>Provided by Red Hat</small>
1092
1131
  </div>
1093
1132
  </div>
1094
1133
  <div
1095
1134
  class="pf-v6-c-card__body"
1096
- >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>
1135
+ >For providing flexible endpoints to sign and verify exchanges using the Signature Service of the Java Cryptographic Extension.</div>
1097
1136
  </div>
1098
1137
  <div
1099
1138
  class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
1100
- id="card-view-basic-example-gallery-card-3"
1139
+ id="card-view-basic-example-gallery-card-7"
1101
1140
  >
1102
1141
  <div class="pf-v6-c-card__header">
1103
1142
  <img
1104
- src="/assets/images/camel-spark_200x150.png"
1143
+ src="/assets/images/camel-dropbox_200x150.png"
1105
1144
  width="60px"
1106
1145
  alt="Logo"
1107
1146
  />
@@ -1111,7 +1150,7 @@ section: patterns
1111
1150
  type="button"
1112
1151
  aria-expanded="false"
1113
1152
  aria-label="Menu toggle"
1114
- id="card-view-basic-example-gallery-card-3-toggle"
1153
+ id="card-view-basic-example-gallery-card-7-toggle"
1115
1154
  >
1116
1155
  <span class="pf-v6-c-menu-toggle__icon">
1117
1156
  <svg
@@ -1133,9 +1172,9 @@ section: patterns
1133
1172
  <input
1134
1173
  class="pf-v6-c-check__input"
1135
1174
  type="checkbox"
1136
- id="card-view-basic-example-gallery-card-3-check"
1137
- name="card-view-basic-example-gallery-card-3-check"
1138
- aria-labelledby="card-view-basic-example-gallery-card-3-check-label"
1175
+ id="card-view-basic-example-gallery-card-7-check"
1176
+ name="card-view-basic-example-gallery-card-7-check"
1177
+ aria-labelledby="card-view-basic-example-gallery-card-7-check-label"
1139
1178
  />
1140
1179
  </div>
1141
1180
  </div>
@@ -1143,69 +1182,33 @@ section: patterns
1143
1182
  <div class="pf-v6-c-card__title">
1144
1183
  <h2
1145
1184
  class="pf-v6-c-card__title-text"
1146
- id="card-view-basic-example-gallery-card-3-check-label"
1147
- >Apache Spark</h2>
1185
+ id="card-view-basic-example-gallery-card-7-check-label"
1186
+ >DropBox</h2>
1148
1187
  <div class="pf-v6-c-content">
1149
1188
  <small>Provided by Red Hat</small>
1150
1189
  </div>
1151
1190
  </div>
1152
1191
  <div
1153
1192
  class="pf-v6-c-card__body"
1154
- >This documentation page covers the Apache Spark component for the Apache Camel.</div>
1193
+ >The dropbox: component allows you to treat Dropbox remote folders as a producer or consumer of messages.</div>
1155
1194
  </div>
1156
- </div>
1157
- </div>
1158
- </section>
1159
- <section class="pf-v6-c-page__main-section">
1160
- <div class="pf-v6-c-page__main-body">
1161
- <div class="pf-v6-l-gallery pf-m-gutter">
1162
1195
  <div
1163
1196
  class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
1164
- id="card-view-basic-example-gallery-card-empty-state"
1165
- >
1166
- <div class="pf-v6-l-bullseye">
1167
- <div class="pf-v6-c-empty-state pf-m-xs">
1168
- <div class="pf-v6-c-empty-state__content">
1169
- <div class="pf-v6-c-empty-state__icon">
1170
- <svg
1171
- class="pf-v6-svg"
1172
- viewBox="0 0 32 32"
1173
- fill="currentColor"
1174
- aria-hidden="true"
1175
- role="img"
1176
- width="1em"
1177
- height="1em"
1178
- >
1179
- <path
1180
- d="M16 1C7.729 1 1 7.729 1 16s6.729 15 15 15 15-6.729 15-15S24.271 1 16 1Zm7 16.125h-5.875V23a1.125 1.125 0 0 1-2.25 0v-5.875H9a1.125 1.125 0 0 1 0-2.25h5.875V9a1.125 1.125 0 0 1 2.25 0v5.875H23a1.125 1.125 0 0 1 0 2.25Z"
1181
- />
1182
- </svg>
1183
- </div>
1184
- <div class="pf-v6-c-card__title">
1185
- <h2
1186
- class="pf-v6-c-card__title-text pf-m-md"
1187
- >Add a new card to your page</h2>
1188
- </div>
1189
- <button class="pf-v6-c-button pf-m-link" type="button">
1190
- <span class="pf-v6-c-button__text">Add card</span>
1191
- </button>
1192
- </div>
1193
- </div>
1194
- </div>
1195
- </div>
1196
- <div
1197
- class="pf-v6-c-card pf-m-selectable-raised pf-m-secondary pf-m-compact"
1198
- id="card-view-basic-example-gallery-card-1"
1197
+ id="card-view-basic-example-gallery-card-8"
1199
1198
  >
1200
1199
  <div class="pf-v6-c-card__header">
1201
- <img src="/assets/images/PF-IconLogo.svg" alt="PatternFly logo" />
1200
+ <img
1201
+ src="/assets/images/camel-infinispan_200x150.png"
1202
+ width="60px"
1203
+ alt="Logo"
1204
+ />
1202
1205
  <div class="pf-v6-c-card__actions">
1203
1206
  <button
1204
1207
  class="pf-v6-c-menu-toggle pf-m-plain"
1205
1208
  type="button"
1206
1209
  aria-expanded="false"
1207
1210
  aria-label="Menu toggle"
1208
- id="card-view-basic-example-gallery-card-1-toggle"
1211
+ id="card-view-basic-example-gallery-card-8-toggle"
1209
1212
  >
1210
1213
  <span class="pf-v6-c-menu-toggle__icon">
1211
1214
  <svg
@@ -1227,9 +1230,9 @@ section: patterns
1227
1230
  <input
1228
1231
  class="pf-v6-c-check__input"
1229
1232
  type="checkbox"
1230
- id="card-view-basic-example-gallery-card-1-check"
1231
- name="card-view-basic-example-gallery-card-1-check"
1232
- aria-labelledby="card-view-basic-example-gallery-card-1-check-label"
1233
+ id="card-view-basic-example-gallery-card-8-check"
1234
+ name="card-view-basic-example-gallery-card-8-check"
1235
+ aria-labelledby="card-view-basic-example-gallery-card-8-check-label"
1233
1236
  />
1234
1237
  </div>
1235
1238
  </div>
@@ -1237,23 +1240,23 @@ section: patterns
1237
1240
  <div class="pf-v6-c-card__title">
1238
1241
  <h2
1239
1242
  class="pf-v6-c-card__title-text"
1240
- id="card-view-basic-example-gallery-card-1-check-label"
1241
- >Patternfly</h2>
1243
+ id="card-view-basic-example-gallery-card-8-check-label"
1244
+ >JBoss Data Grid</h2>
1242
1245
  <div class="pf-v6-c-content">
1243
1246
  <small>Provided by Red Hat</small>
1244
1247
  </div>
1245
1248
  </div>
1246
1249
  <div
1247
1250
  class="pf-v6-c-card__body"
1248
- >PatternFly is a community project that promotes design commonality and improves user experience.</div>
1251
+ >Read or write to a fully-supported distributed cache and data grid for faster integration services.</div>
1249
1252
  </div>
1250
1253
  <div
1251
1254
  class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
1252
- id="card-view-basic-example-gallery-card-2"
1255
+ id="card-view-basic-example-gallery-card-9"
1253
1256
  >
1254
1257
  <div class="pf-v6-c-card__header">
1255
1258
  <img
1256
- src="/assets/images/activemq-core_200x150.png"
1259
+ src="/assets/images/FuseConnector_Icons_REST.png"
1257
1260
  width="60px"
1258
1261
  alt="Logo"
1259
1262
  />
@@ -1263,7 +1266,7 @@ section: patterns
1263
1266
  type="button"
1264
1267
  aria-expanded="false"
1265
1268
  aria-label="Menu toggle"
1266
- id="card-view-basic-example-gallery-card-2-toggle"
1269
+ id="card-view-basic-example-gallery-card-9-toggle"
1267
1270
  >
1268
1271
  <span class="pf-v6-c-menu-toggle__icon">
1269
1272
  <svg
@@ -1285,9 +1288,9 @@ section: patterns
1285
1288
  <input
1286
1289
  class="pf-v6-c-check__input"
1287
1290
  type="checkbox"
1288
- id="card-view-basic-example-gallery-card-2-check"
1289
- name="card-view-basic-example-gallery-card-2-check"
1290
- aria-labelledby="card-view-basic-example-gallery-card-2-check-label"
1291
+ id="card-view-basic-example-gallery-card-9-check"
1292
+ name="card-view-basic-example-gallery-card-9-check"
1293
+ aria-labelledby="card-view-basic-example-gallery-card-9-check-label"
1291
1294
  />
1292
1295
  </div>
1293
1296
  </div>
@@ -1295,23 +1298,24 @@ section: patterns
1295
1298
  <div class="pf-v6-c-card__title">
1296
1299
  <h2
1297
1300
  class="pf-v6-c-card__title-text"
1298
- id="card-view-basic-example-gallery-card-2-check-label"
1299
- >ActiveMq</h2>
1301
+ id="card-view-basic-example-gallery-card-9-check-label"
1302
+ >Rest</h2>
1300
1303
  <div class="pf-v6-c-content">
1301
1304
  <small>Provided by Red Hat</small>
1302
1305
  </div>
1303
1306
  </div>
1304
- <div
1305
- class="pf-v6-c-card__body"
1306
- >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>
1307
+ <div class="pf-v6-c-card__body">
1308
+ The rest component allows to define REST endpoints (consumer) using the Rest DSL and plugin to other Camel components as the REST transport.
1309
+ From Camel 2.18 onwards the rest component can also be used as a client (producer) to call REST services.
1310
+ </div>
1307
1311
  </div>
1308
1312
  <div
1309
1313
  class="pf-v6-c-card pf-m-selectable-raised pf-m-compact"
1310
- id="card-view-basic-example-gallery-card-3"
1314
+ id="card-view-basic-example-gallery-card-10"
1311
1315
  >
1312
1316
  <div class="pf-v6-c-card__header">
1313
1317
  <img
1314
- src="/assets/images/camel-spark_200x150.png"
1318
+ src="/assets/images/camel-swagger-java_200x150.png"
1315
1319
  width="60px"
1316
1320
  alt="Logo"
1317
1321
  />
@@ -1321,7 +1325,7 @@ section: patterns
1321
1325
  type="button"
1322
1326
  aria-expanded="false"
1323
1327
  aria-label="Menu toggle"
1324
- id="card-view-basic-example-gallery-card-3-toggle"
1328
+ id="card-view-basic-example-gallery-card-10-toggle"
1325
1329
  >
1326
1330
  <span class="pf-v6-c-menu-toggle__icon">
1327
1331
  <svg
@@ -1343,9 +1347,9 @@ section: patterns
1343
1347
  <input
1344
1348
  class="pf-v6-c-check__input"
1345
1349
  type="checkbox"
1346
- id="card-view-basic-example-gallery-card-3-check"
1347
- name="card-view-basic-example-gallery-card-3-check"
1348
- aria-labelledby="card-view-basic-example-gallery-card-3-check-label"
1350
+ id="card-view-basic-example-gallery-card-10-check"
1351
+ name="card-view-basic-example-gallery-card-10-check"
1352
+ aria-labelledby="card-view-basic-example-gallery-card-10-check-label"
1349
1353
  />
1350
1354
  </div>
1351
1355
  </div>
@@ -1353,15 +1357,15 @@ section: patterns
1353
1357
  <div class="pf-v6-c-card__title">
1354
1358
  <h2
1355
1359
  class="pf-v6-c-card__title-text"
1356
- id="card-view-basic-example-gallery-card-3-check-label"
1357
- >Apache Spark</h2>
1360
+ id="card-view-basic-example-gallery-card-10-check-label"
1361
+ >SWAGGER</h2>
1358
1362
  <div class="pf-v6-c-content">
1359
1363
  <small>Provided by Red Hat</small>
1360
1364
  </div>
1361
1365
  </div>
1362
1366
  <div
1363
1367
  class="pf-v6-c-card__body"
1364
- >This documentation page covers the Apache Spark component for the Apache Camel.</div>
1368
+ >Expose REST services and their APIs using Swagger specification.</div>
1365
1369
  </div>
1366
1370
  </div>
1367
1371
  </div>