From 5830a24d22c80a9825e605648543a3b00e6e1ef2 Mon Sep 17 00:00:00 2001 From: Urs Joss Date: Mon, 9 Dec 2024 08:35:46 +0100 Subject: [PATCH] chore(deps): Bump font-awesome to 6.7.1 (#1172) (cherry picked from commit c4280770c50d6ada1063871baf82fe277f70ebcf) --- bootstrap-extensions/pom.xml | 2 +- .../icon/FontAwesome6CdnCssReference.java | 4 ++-- .../bootstrap/icon/FontAwesome6CssReference.java | 2 +- .../bootstrap/icon/FontAwesome6IconType.java | 10 ++++++++++ .../icon/FontAwesome6IconTypeBuilder.java | 16 ++++++++-------- 5 files changed, 22 insertions(+), 12 deletions(-) diff --git a/bootstrap-extensions/pom.xml b/bootstrap-extensions/pom.xml index 231a1cc96..42581ef72 100644 --- a/bootstrap-extensions/pom.xml +++ b/bootstrap-extensions/pom.xml @@ -23,7 +23,7 @@ 2.1.0 3.7.2 0.8.20 - 6.6.0 + 6.7.1 2.30.1 1.14.0-beta3 5.39.0 diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CdnCssReference.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CdnCssReference.java index d0fbdc0a7..1a0917140 100644 --- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CdnCssReference.java +++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CdnCssReference.java @@ -11,14 +11,14 @@ * <dependency>
* <groupId>org.webjars</groupId>
* <artifactId>font-awesome</artifactId>
- * <version>6.6.0</version>
+ * <version>6.7.1</version>
* </dependency>
* * reference for font awesome 6.x css via CDN */ public class FontAwesome6CdnCssReference extends UrlResourceReference{ private static final long serialVersionUID = 1L; - private static final String CDNURL = "https://use.fontawesome.com/releases/v6.6.0/css/all.css"; + private static final String CDNURL = "https://use.fontawesome.com/releases/v6.7.1/css/all.css"; /** * Singleton instance of this reference diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CssReference.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CssReference.java index 78c489f46..86bdf2a5a 100644 --- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CssReference.java +++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CssReference.java @@ -10,7 +10,7 @@ * <dependency>
* <groupId>org.webjars</groupId>
* <artifactId>font-awesome</artifactId>
- * <version>6.6.0</version>
+ * <version>6.7.1</version>
* </dependency>
* * reference for font awesome 6.x css diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconType.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconType.java index 3a16d99a9..eda70d798 100644 --- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconType.java +++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconType.java @@ -302,6 +302,7 @@ public class FontAwesome6IconType extends IconType { public static final FontAwesome6IconType chart_bar_r = on(FontAwesome6Regular.chart_bar).build(); public static final FontAwesome6IconType chart_bar_s = on(FontAwesome6Solid.chart_bar).build(); public static final FontAwesome6IconType chart_column_s = on(FontAwesome6Solid.chart_column).build(); + public static final FontAwesome6IconType chart_diagram_s = on(FontAwesome6Solid.chart_diagram).build(); public static final FontAwesome6IconType chart_gantt_s = on(FontAwesome6Solid.chart_gantt).build(); public static final FontAwesome6IconType chart_line_s = on(FontAwesome6Solid.chart_line).build(); public static final FontAwesome6IconType chart_pie_s = on(FontAwesome6Solid.chart_pie).build(); @@ -419,6 +420,7 @@ public class FontAwesome6IconType extends IconType { public static final FontAwesome6IconType comment_dots_r = on(FontAwesome6Regular.comment_dots).build(); public static final FontAwesome6IconType comment_dots_s = on(FontAwesome6Solid.comment_dots).build(); public static final FontAwesome6IconType comment_medical_s = on(FontAwesome6Solid.comment_medical).build(); + public static final FontAwesome6IconType comment_nodes_s = on(FontAwesome6Solid.comment_nodes).build(); public static final FontAwesome6IconType comment_r = on(FontAwesome6Regular.comment).build(); public static final FontAwesome6IconType comment_s = on(FontAwesome6Solid.comment).build(); public static final FontAwesome6IconType comment_slash_s = on(FontAwesome6Solid.comment_slash).build(); @@ -630,6 +632,8 @@ public class FontAwesome6IconType extends IconType { public static final FontAwesome6IconType file_excel_r = on(FontAwesome6Regular.file_excel).build(); public static final FontAwesome6IconType file_excel_s = on(FontAwesome6Solid.file_excel).build(); public static final FontAwesome6IconType file_export_s = on(FontAwesome6Solid.file_export).build(); + public static final FontAwesome6IconType file_fragment_s = on(FontAwesome6Solid.file_fragment).build(); + public static final FontAwesome6IconType file_half_dashed_s = on(FontAwesome6Solid.file_half_dashed).build(); public static final FontAwesome6IconType file_image_r = on(FontAwesome6Regular.file_image).build(); public static final FontAwesome6IconType file_image_s = on(FontAwesome6Solid.file_image).build(); public static final FontAwesome6IconType file_import_s = on(FontAwesome6Solid.file_import).build(); @@ -811,6 +815,8 @@ public class FontAwesome6IconType extends IconType { public static final FontAwesome6IconType helicopter_symbol_s = on(FontAwesome6Solid.helicopter_symbol).build(); public static final FontAwesome6IconType helmet_safety_s = on(FontAwesome6Solid.helmet_safety).build(); public static final FontAwesome6IconType helmet_un_s = on(FontAwesome6Solid.helmet_un).build(); + public static final FontAwesome6IconType hexagon_nodes_bolt_s = on(FontAwesome6Solid.hexagon_nodes_bolt).build(); + public static final FontAwesome6IconType hexagon_nodes_s = on(FontAwesome6Solid.hexagon_nodes).build(); public static final FontAwesome6IconType highlighter_s = on(FontAwesome6Solid.highlighter).build(); public static final FontAwesome6IconType hill_avalanche_s = on(FontAwesome6Solid.hill_avalanche).build(); public static final FontAwesome6IconType hill_rockslide_s = on(FontAwesome6Solid.hill_rockslide).build(); @@ -1302,6 +1308,7 @@ public class FontAwesome6IconType extends IconType { public static final FontAwesome6IconType spray_can_s = on(FontAwesome6Solid.spray_can).build(); public static final FontAwesome6IconType spray_can_sparkles_s = on(FontAwesome6Solid.spray_can_sparkles).build(); public static final FontAwesome6IconType square_arrow_up_right_s = on(FontAwesome6Solid.square_arrow_up_right).build(); + public static final FontAwesome6IconType square_binary_s = on(FontAwesome6Solid.square_binary).build(); public static final FontAwesome6IconType square_caret_down_r = on(FontAwesome6Regular.square_caret_down).build(); public static final FontAwesome6IconType square_caret_down_s = on(FontAwesome6Solid.square_caret_down).build(); public static final FontAwesome6IconType square_caret_left_r = on(FontAwesome6Regular.square_caret_left).build(); @@ -1687,6 +1694,7 @@ public class FontAwesome6IconType extends IconType { public static final FontAwesome6IconType creative_commons_share = on(FontAwesome6Brand.creative_commons_share).build(); public static final FontAwesome6IconType creative_commons_zero = on(FontAwesome6Brand.creative_commons_zero).build(); public static final FontAwesome6IconType critical_role = on(FontAwesome6Brand.critical_role).build(); + public static final FontAwesome6IconType css = on(FontAwesome6Brand.css).build(); public static final FontAwesome6IconType css3 = on(FontAwesome6Brand.css3).build(); public static final FontAwesome6IconType css3_alt = on(FontAwesome6Brand.css3_alt).build(); public static final FontAwesome6IconType cuttlefish = on(FontAwesome6Brand.cuttlefish).build(); @@ -1736,6 +1744,7 @@ public class FontAwesome6IconType extends IconType { public static final FontAwesome6IconType fedex = on(FontAwesome6Brand.fedex).build(); public static final FontAwesome6IconType fedora = on(FontAwesome6Brand.fedora).build(); public static final FontAwesome6IconType figma = on(FontAwesome6Brand.figma).build(); + public static final FontAwesome6IconType files_pinwheel = on(FontAwesome6Brand.files_pinwheel).build(); public static final FontAwesome6IconType firefox = on(FontAwesome6Brand.firefox).build(); public static final FontAwesome6IconType firefox_browser = on(FontAwesome6Brand.firefox_browser).build(); public static final FontAwesome6IconType first_order = on(FontAwesome6Brand.first_order).build(); @@ -1958,6 +1967,7 @@ public class FontAwesome6IconType extends IconType { public static final FontAwesome6IconType speaker_deck = on(FontAwesome6Brand.speaker_deck).build(); public static final FontAwesome6IconType spotify = on(FontAwesome6Brand.spotify).build(); public static final FontAwesome6IconType square_behance = on(FontAwesome6Brand.square_behance).build(); + public static final FontAwesome6IconType square_bluesky = on(FontAwesome6Brand.square_bluesky).build(); public static final FontAwesome6IconType square_dribbble = on(FontAwesome6Brand.square_dribbble).build(); public static final FontAwesome6IconType square_facebook = on(FontAwesome6Brand.square_facebook).build(); public static final FontAwesome6IconType square_font_awesome = on(FontAwesome6Brand.square_font_awesome).build(); diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconTypeBuilder.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconTypeBuilder.java index 07ce432d7..0e1c4f0ca 100644 --- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconTypeBuilder.java +++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconTypeBuilder.java @@ -77,7 +77,7 @@ public enum FontAwesome6Solid implements FontAwesome6Graphic { car_rear, car_side, car_tunnel, caravan, caret_down, caret_left, caret_right, caret_up, carrot, cart_arrow_down, cart_flatbed, cart_flatbed_suitcase, cart_plus, cart_shopping, cash_register, cat, cedi_sign, cent_sign, certificate, chair, chalkboard, chalkboard_user, champagne_glasses, charging_station, chart_area, chart_bar, - chart_column, chart_gantt, chart_line, chart_pie, check, chart_simple, check_double, check_to_slot, cheese, + chart_column, chart_diagram, chart_gantt, chart_line, chart_pie, check, chart_simple, check_double, check_to_slot, cheese, chess, chess_bishop, chess_board, chess_king, chess_knight, chess_pawn, chess_queen, chess_rook, chevron_down, chevron_left, chevron_right, chevron_up, child_combatant, child, child_dress, child_reaching, children, church, circle, circle_arrow_down, circle_arrow_left, circle_arrow_right, circle_arrow_up, circle_check, @@ -89,7 +89,7 @@ public enum FontAwesome6Solid implements FontAwesome6Graphic { closed_captioning, cloud, cloud_arrow_down, cloud_arrow_up, cloud_bolt, cloud_meatball, cloud_moon, cloud_moon_rain, cloud_rain, cloud_showers_heavy, cloud_showers_water, cloud_sun, cloud_sun_rain, clover, code, code_branch, code_commit, code_compare, code_fork, code_merge, code_pull_request, coins, colon_sign, comment, - comment_dollar, comment_dots, comment_medical, comment_slash, comment_sms, comments, comments_dollar, + comment_dollar, comment_dots, comment_medical, comment_nodes, comment_slash, comment_sms, comments, comments_dollar, compact_disc, compass, compass_drafting, compress, computer, computer_mouse, cookie, cookie_bite, copy, copyright, couch, cow, credit_card, crop, crop_simple, cross, crosshairs, crow, crown, crutch, cruzeiro_sign, cube, cubes, cubes_stacked, d, database, delete_left, democrat, desktop, dharmachakra, diagram_next, @@ -108,7 +108,7 @@ public enum FontAwesome6Solid implements FontAwesome6Graphic { face_smile_beam, face_smile, face_smile_wink, face_surprise, face_tired, fan, faucet, faucet_drip, fax, feather, feather_pointed, ferry, file_arrow_down, file_arrow_up, file, file_audio, file_circle_check, file_circle_exclamation, file_circle_minus, file_circle_plus, file_circle_question, file_circle_xmark, - file_code, file_contract, file_csv, file_excel, file_export, file_image, file_import, file_invoice, + file_code, file_contract, file_csv, file_excel, file_export, file_fragment, file_half_dashed, file_image, file_import, file_invoice, file_invoice_dollar, file_lines, file_medical, file_pdf, file_pen, file_powerpoint, file_prescription, file_shield, file_signature, file_video, file_waveform, file_word, file_zipper, fill, fill_drip, film, filter, filter_circle_dollar, filter_circle_xmark, fingerprint, fire, fire_burner, fire_extinguisher, fire_flame_curved, @@ -127,7 +127,7 @@ public enum FontAwesome6Solid implements FontAwesome6Graphic { hat_cowboy_side, hat_wizard, head_slide_cough, head_side_cough, head_side_cough_slash, head_side_mask, head_side_virus, heading, headphones, headphones_simple, headset, heart, heart_circle_bolt, heart_circle_check, heart_circle_exclamation, heart_circle_minus, heart_circle_plus, heart_circle_xmark, heart_crack, heart_pulse, - helicopter, helicopter_symbol, helmet_safety, helmet_un, highlighter, hill_avalanche, hill_rockslide, hippo, + helicopter, helicopter_symbol, helmet_safety, helmet_un, hexagon_nodes_bolt, hexagon_nodes, highlighter, hill_avalanche, hill_rockslide, hippo, hockey_puck, holly_berry, horse, horse_head, hospital, hospital_user, hot_tub_person, hotdog, hotel, hourglass, hourglass_end, hourglass_half, hourglass_start, house, house_chimney_crack, house_chimney_medical, house_chimney, house_chimney_user, house_chimney_window, house_circle_check, house_circle_exclamation, @@ -185,7 +185,7 @@ public enum FontAwesome6Solid implements FontAwesome6Graphic { signature, signs_post, sim_card, sink, sitemap, skull, skull_crossbones, slash, sleigh, sliders, smog, smoking, snowflake, snowman, snowplow, soap, socks, solar_panel, sort, sort_down, sort_up, spa, spaghetti_monster_flying, spell_check, spider, spinner, splotch, spoon, spray_can, square, square_full, spray_can_sparkles, - square_arrow_up_right, square_caret_down, square_caret_left, square_caret_right, square_caret_up, square_check, + square_arrow_up_right, square_binary, square_caret_down, square_caret_left, square_caret_right, square_caret_up, square_check, square_envelope, square_h, square_minus, square_nfi, square_parking, square_pen, square_person_confined, square_phone_flip, square_phone, square_plus, square_poll_horizontal, square_poll_vertical, square_root_variable, square_rss, square_share_nodes, square_up_right, square_virus, square_xmark, @@ -284,11 +284,11 @@ public enum FontAwesome6Brand implements FontAwesome6Graphic { creative_commons, creative_commons_by, creative_commons_nc, creative_commons_nc_eu, creative_commons_nc_jp, creative_commons_nd, creative_commons_pd, creative_commons_pd_alt, creative_commons_remix, creative_commons_sa, creative_commons_sampling, creative_commons_sampling_plus, creative_commons_share, creative_commons_zero, - critical_role, css3, css3_alt, cuttlefish, d_and_d, d_and_d_beyond, dailymotion, dart_lang, dashcube, debian, deezer, delicious, + critical_role, css, css3, css3_alt, cuttlefish, d_and_d, d_and_d_beyond, dailymotion, dart_lang, dashcube, debian, deezer, delicious, deploydog, deskpro, dev, deviantart, dhl, diaspora, digg, digital_ocean, discord, discourse, dochub, docker, draft2digital, dribbble, dropbox, drupal, dyalog, earlybirds, ebay, edge, edge_legacy, elementor, ello, ember, empire, envira, erlang, ethereum, etsy, evernote, expeditedssl, facebook, facebook_f, - facebook_messenger, fantasy_flight_games, fedex, fedora, figma, firefox, firefox_browser, + facebook_messenger, fantasy_flight_games, fedex, fedora, figma, files_pinwheel, firefox, firefox_browser, first_order, first_order_alt, firstdraft, flickr, flipboard, flutter, fly, font_awesome, fonticons, fonticons_fi, fort_awesome, fort_awesome_alt, forumbee, foursquare, free_code_camp, freebsd, fulcrum, galactic_republic, galactic_senate, get_pocket, gg, gg_circle, git, git_alt, github, github_alt, @@ -310,7 +310,7 @@ public enum FontAwesome6Brand implements FontAwesome6Graphic { rocketchat, rockrms, rust, safari, salesforce, sass, schlix, screenpal, scribd, searchengin, sellcast, sellsy, servicestack, shirtsinbulk, shoelace, shopify, shopware, signal_messenger, simplybuilt, sistrix, sith, sitrox, sketch, skyatlas, skype, slack, slideshare, snapchat, soundcloud, sourcetree, space_awesome, speakap, speaker_deck, spotify, - square_behance, square_dribbble, square_facebook, square_font_awesome, square_font_awesome_stroke, square_git, + square_behance, square_bluesky, square_dribbble, square_facebook, square_font_awesome, square_font_awesome_stroke, square_git, square_github, square_gitlab, square_google_plus, square_hacker_news, square_instagram, square_js, square_lastfm, square_letterboxd, square_odnoklassniki, square_pied_piper, square_pinterest, square_reddit, square_snapchat, square_steam, square_threads, square_tumblr, square_twitter, square_upwork, square_viadeo, square_vimeo, square_web_awesome, square_web_awesome_stroke, square_whatsapp,