diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5CDNCSSReference.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5CDNCSSReference.java index 8035b8ff5..49c3e3c73 100644 --- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5CDNCSSReference.java +++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5CDNCSSReference.java @@ -11,7 +11,7 @@ * <dependency>
* <groupId>org.webjars</groupId>
* <artifactId>font-awesome</artifactId>
- * <version>5.13.0</version>
+ * <version>5.14.0</version>
* </dependency>
* * reference for font awesome 5.x css via CDN diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5CssReference.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5CssReference.java index 228b96944..7784208eb 100644 --- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5CssReference.java +++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5CssReference.java @@ -10,7 +10,7 @@ * <dependency>
* <groupId>org.webjars</groupId>
* <artifactId>font-awesome</artifactId>
- * <version>5.13.0</version>
+ * <version>5.14.0</version>
* </dependency>
* * reference for font awesome 5.x css diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5IconType.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5IconType.java index 39539795a..cd1836ee9 100644 --- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5IconType.java +++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5IconType.java @@ -89,6 +89,8 @@ public class FontAwesome5IconType extends IconType { public static final FontAwesome5IconType backspace_s = on(FontAwesome5Solid.backspace).build(); public static final FontAwesome5IconType backward_s = on(FontAwesome5Solid.backward).build(); public static final FontAwesome5IconType bacon_s = on(FontAwesome5Solid.bacon).build(); + public static final FontAwesome5IconType bacteria_s = on(FontAwesome5Solid.bacteria).build(); + public static final FontAwesome5IconType bacterium_s = on(FontAwesome5Solid.bacterium).build(); public static final FontAwesome5IconType bahai_s = on(FontAwesome5Solid.bahai).build(); public static final FontAwesome5IconType balance_scale_left_s = on(FontAwesome5Solid.balance_scale_left).build(); public static final FontAwesome5IconType balance_scale_right_s = on(FontAwesome5Solid.balance_scale_right).build(); @@ -917,6 +919,7 @@ public class FontAwesome5IconType extends IconType { public static final FontAwesome5IconType signal_s = on(FontAwesome5Solid.signal).build(); public static final FontAwesome5IconType signature_s = on(FontAwesome5Solid.signature).build(); public static final FontAwesome5IconType sim_card_s = on(FontAwesome5Solid.sim_card).build(); + public static final FontAwesome5IconType sink_s = on(FontAwesome5Solid.sink).build(); public static final FontAwesome5IconType sitemap_s = on(FontAwesome5Solid.sitemap).build(); public static final FontAwesome5IconType skating_s = on(FontAwesome5Solid.skating).build(); public static final FontAwesome5IconType skiing_nordic_s = on(FontAwesome5Solid.skiing_nordic).build(); @@ -1127,6 +1130,7 @@ public class FontAwesome5IconType extends IconType { public static final FontAwesome5IconType user_times_s = on(FontAwesome5Solid.user_times).build(); public static final FontAwesome5IconType users_cog_s = on(FontAwesome5Solid.users_cog).build(); public static final FontAwesome5IconType users_s = on(FontAwesome5Solid.users).build(); + public static final FontAwesome5IconType users_slash_s = on(FontAwesome5Solid.users_slash).build(); public static final FontAwesome5IconType utensil_spoon_s = on(FontAwesome5Solid.utensil_spoon).build(); public static final FontAwesome5IconType utensils_s = on(FontAwesome5Solid.utensils).build(); public static final FontAwesome5IconType vector_square_s = on(FontAwesome5Solid.vector_square).build(); @@ -1275,6 +1279,7 @@ public class FontAwesome5IconType extends IconType { public static final FontAwesome5IconType d_and_d_beyond = on(FontAwesome5Brand.d_and_d_beyond).build(); public static final FontAwesome5IconType dailymotion = on(FontAwesome5Brand.dailymotion).build(); public static final FontAwesome5IconType dashcube = on(FontAwesome5Brand.dashcube).build(); + public static final FontAwesome5IconType deezer = on(FontAwesome5Brand.deezer).build(); public static final FontAwesome5IconType delicious = on(FontAwesome5Brand.delicious).build(); public static final FontAwesome5IconType deploydog = on(FontAwesome5Brand.deploydog).build(); public static final FontAwesome5IconType deskpro = on(FontAwesome5Brand.deskpro).build(); @@ -1297,6 +1302,7 @@ public class FontAwesome5IconType extends IconType { public static final FontAwesome5IconType earlybirds = on(FontAwesome5Brand.earlybirds).build(); public static final FontAwesome5IconType ebay = on(FontAwesome5Brand.ebay).build(); public static final FontAwesome5IconType edge = on(FontAwesome5Brand.edge).build(); + public static final FontAwesome5IconType edge_legacy = on(FontAwesome5Brand.edge_legacy).build(); public static final FontAwesome5IconType elementor = on(FontAwesome5Brand.elementor).build(); public static final FontAwesome5IconType ello = on(FontAwesome5Brand.ello).build(); public static final FontAwesome5IconType ember = on(FontAwesome5Brand.ember).build(); @@ -1356,6 +1362,7 @@ public class FontAwesome5IconType extends IconType { public static final FontAwesome5IconType goodreads_g = on(FontAwesome5Brand.goodreads_g).build(); public static final FontAwesome5IconType google = on(FontAwesome5Brand.google).build(); public static final FontAwesome5IconType google_drive = on(FontAwesome5Brand.google_drive).build(); + public static final FontAwesome5IconType google_pay = on(FontAwesome5Brand.google_pay).build(); public static final FontAwesome5IconType google_play = on(FontAwesome5Brand.google_play).build(); public static final FontAwesome5IconType google_plus = on(FontAwesome5Brand.google_plus).build(); public static final FontAwesome5IconType google_plus_g = on(FontAwesome5Brand.google_plus_g).build(); @@ -1498,6 +1505,7 @@ public class FontAwesome5IconType extends IconType { public static final FontAwesome5IconType rev = on(FontAwesome5Brand.rev).build(); public static final FontAwesome5IconType rocketchat = on(FontAwesome5Brand.rocketchat).build(); public static final FontAwesome5IconType rockrms = on(FontAwesome5Brand.rockrms).build(); + public static final FontAwesome5IconType rust = on(FontAwesome5Brand.rust).build(); public static final FontAwesome5IconType safari = on(FontAwesome5Brand.safari).build(); public static final FontAwesome5IconType salesforce = on(FontAwesome5Brand.salesforce).build(); public static final FontAwesome5IconType sass = on(FontAwesome5Brand.sass).build(); @@ -1555,6 +1563,7 @@ public class FontAwesome5IconType extends IconType { public static final FontAwesome5IconType themeco = on(FontAwesome5Brand.themeco).build(); public static final FontAwesome5IconType themeisle = on(FontAwesome5Brand.themeisle).build(); public static final FontAwesome5IconType think_peaks = on(FontAwesome5Brand.think_peaks).build(); + public static final FontAwesome5IconType tiktok = on(FontAwesome5Brand.tiktok).build(); public static final FontAwesome5IconType trade_federation = on(FontAwesome5Brand.trade_federation).build(); public static final FontAwesome5IconType trello = on(FontAwesome5Brand.trello).build(); public static final FontAwesome5IconType tripadvisor = on(FontAwesome5Brand.tripadvisor).build(); @@ -1570,6 +1579,7 @@ public class FontAwesome5IconType extends IconType { public static final FontAwesome5IconType umbraco = on(FontAwesome5Brand.umbraco).build(); public static final FontAwesome5IconType uniregistry = on(FontAwesome5Brand.uniregistry).build(); public static final FontAwesome5IconType unity = on(FontAwesome5Brand.unity).build(); + public static final FontAwesome5IconType unsplash = on(FontAwesome5Brand.unsplash).build(); public static final FontAwesome5IconType untappd = on(FontAwesome5Brand.untappd).build(); public static final FontAwesome5IconType ups = on(FontAwesome5Brand.ups).build(); public static final FontAwesome5IconType usb = on(FontAwesome5Brand.usb).build(); diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5IconTypeBuilder.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5IconTypeBuilder.java index a4284f66b..bc5eb139b 100644 --- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5IconTypeBuilder.java +++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome5IconTypeBuilder.java @@ -50,7 +50,8 @@ public enum FontAwesome5Solid implements FontAwesome5Graphic { archive, archway, arrow_alt_circle_down, arrow_alt_circle_left, arrow_alt_circle_right, arrow_alt_circle_up, arrow_circle_down, arrow_circle_left, arrow_circle_right, arrow_circle_up, arrow_down, arrow_left, arrow_right, arrow_up, arrows_alt, arrows_alt_h, arrows_alt_v, assistive_listening_systems, asterisk, at, atlas, atom, - audio_description, award, baby, baby_carriage, backspace, backward, bacon, bahai, balance_scale_left, balance_scale_right, balance_scale, ban, band_aid, + audio_description, award, baby, baby_carriage, backspace, backward, bacon, bacteria, bacterium, bahai, + balance_scale_left, balance_scale_right, balance_scale, ban, band_aid, barcode, bars, baseball_ball, basketball_ball, bath, battery_empty, battery_full, battery_half, battery_quarter, battery_three_quarters, bed, beer, bell, bell_slash, bezier_curve, bible, bicycle, biking, binoculars, biohazard, birthday_cake, blender, blender_phone, blind, blog, bold, bolt, bomb, bone, bong, book, book_dead, book_medical, @@ -123,7 +124,7 @@ public enum FontAwesome5Solid implements FontAwesome5Graphic { scroll, sd_card, search, search_dollar, search_location, search_minus, search_plus, seedling, server, shapes, share, share_alt, share_alt_square, share_square, shekel_sign, shield_alt, shield_virus, ship, shipping_fast, shoe_prints, shopping_bag, shopping_basket, shopping_cart, shower, shuttle_van, sign, sign_in_alt, sign_language, - sign_out_alt, signal, signature, sim_card, sitemap, skating, skiing, skiing_nordic, skull, skull_crossbones, + sign_out_alt, signal, signature, sim_card, sink, sitemap, skating, skiing, skiing_nordic, skull, skull_crossbones, slash, sleigh, sliders_h, smile, smile_beam, smile_wink, smog, smoking, smoking_ban, sms, snowboarding, snowflake, snowman, snowplow, soap, socks, solar_panel, sort, sort_alpha_down_alt, sort_alpha_down, sort_alpha_up_alt, sort_alpha_up, sort_amount_down_alt, sort_amount_down, sort_amount_up_alt, sort_amount_up, sort_down, sort_numeric_down_alt, @@ -143,7 +144,7 @@ public enum FontAwesome5Solid implements FontAwesome5Graphic { university, unlink, unlock, unlock_alt, upload, user, user_alt, user_alt_slash, user_astronaut, user_check, user_circle, user_clock, user_cog, user_edit, user_friends, user_graduate, user_injured, user_lock, user_md, user_minus, user_ninja, user_nurse, user_plus, user_secret, user_shield, user_slash, user_tag, user_tie, - user_times, users, users_cog, utensil_spoon, utensils, vector_square, venus, venus_double, venus_mars, vial, + user_times, users, users_cog, users_slash, utensil_spoon, utensils, vector_square, venus, venus_double, venus_mars, vial, vials, video, video_slash, virus, virus_slash, viruses, vihara, voicemail, volleyball_ball, volume_down, volume_mute, volume_off, volume_up, vote_yea, vr_cardboard, walking, wallet, warehouse, water, wave_square, weight, weight_hanging, wheelchair, wifi, wind, window_close, window_maximize, window_minimize, window_restore, wine_bottle, wine_glass, wine_glass_alt, won_sign, wrench, @@ -208,15 +209,15 @@ public enum FontAwesome5Brand implements FontAwesome5Graphic { 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, dashcube, delicious, deploydog, deskpro, dev, deviantart, dhl, diaspora, digg, digital_ocean, + d_and_d_beyond, dailymotion, dashcube, deezer, delicious, deploydog, deskpro, dev, deviantart, dhl, diaspora, digg, digital_ocean, discord, discourse, dochub, docker, draft2digital, dribbble, dribbble_square, dropbox, drupal, dyalog, - earlybirds, ebay, edge, elementor, ello, ember, empire, envira, erlang, ethereum, etsy, evernote, expeditedssl, facebook, + earlybirds, ebay, edge, edge_legacy, elementor, ello, ember, empire, envira, erlang, ethereum, etsy, evernote, expeditedssl, facebook, facebook_f, facebook_messenger, facebook_square, fantasy_flight_games, fedex, fedora, figma, firefox, firefox_browser, first_order, first_order_alt, firstdraft, flickr, flipboard, fly, font_awesome, font_awesome_alt, font_awesome_flag, 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, git_square, github, github_alt, github_square, gitkraken, gitlab, gitter, glide, glide_g, gofore, - goodreads, goodreads_g, google, google_drive, google_play, google_plus, google_plus_g, google_plus_square, + goodreads, goodreads_g, google, google_drive, google_pay, google_play, google_plus, google_plus_g, google_plus_square, google_wallet, gratipay, grav, gripfire, grunt, gulp, hacker_news, hacker_news_square, hackerrank, hips, hire_a_helper, hooli, hornbill, hotjar, houzz, html5, hubspot, ideal, imdb, instagram, instagram_square, intercom, internet_explorer, invision, ioxhost, itch_io, itunes, itunes_note, java, jedi_order, jenkins, jira, joget, joomla, js, js_square, @@ -229,14 +230,14 @@ public enum FontAwesome5Brand implements FontAwesome5Graphic { pied_piper_alt, pied_piper_hat, pied_piper_pp, pied_piper_square, pinterest, pinterest_p, pinterest_square, playstation, product_hunt, pushed, python, qq, quinscape, quora, r_project, raspberry_pi, ravelry, react, reacteurope, readme, rebel, red_river, reddit, reddit_alien, reddit_square, redhat, renren, replyd, researchgate, resolving, - rev, rocketchat, rockrms, safari, salesforce, sass, schlix, scribd, searchengin, sellcast, sellsy, servicestack, + rev, rocketchat, rockrms, rust, safari, salesforce, sass, schlix, scribd, searchengin, sellcast, sellsy, servicestack, shirtsinbulk, shopify, shopware, simplybuilt, sistrix, sith, sketch, skyatlas, skype, slack, slack_hash, slideshare, snapchat, snapchat_ghost, snapchat_square, soundcloud, sourcetree, speakap, speaker_deck, spotify, squarespace, stack_exchange, stack_overflow, stackpath, staylinked, steam, steam_square, steam_symbol, sticker_mule, strava, stripe, stripe_s, studiovinari, stumbleupon, stumbleupon_circle, superpowers, supple, suse, swift, symfony, teamspeak, - telegram, telegram_plane, tencent_weibo, the_red_yeti, themeco, themeisle, think_peaks, trade_federation, + telegram, telegram_plane, tencent_weibo, the_red_yeti, themeco, themeisle, think_peaks, tiktok, trade_federation, trello, tripadvisor, tumblr, tumblr_square, twitch, twitter, twitter_square, typo3, uber, ubuntu, uikit, umbraco, - uniregistry, unity, untappd, ups, usb, usps, ussunnah, vaadin, viacoin, viadeo, viadeo_square, viber, vimeo, + uniregistry, unity, unsplash, untappd, ups, usb, usps, ussunnah, vaadin, viacoin, viadeo, viadeo_square, viber, vimeo, vimeo_square, vimeo_v, vine, vk, vnv, vuejs, waze, weebly, weibo, weixin, whatsapp, whatsapp_square, whmcs, wikipedia_w, windows, wix, wizards_of_the_coast, wolf_pack_battalion, wordpress, wordpress_simple, wpbeginner, wpexplorer, wpforms, wpressr, xbox, xing, xing_square, y_combinator, yahoo, yammer, yandex,