@connectif/ui-components 5.7.1 → 5.7.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [5.7.2] - 2026-03-17
4
+
5
+ ### Added
6
+
7
+ - Added new 'gamepad-circle-outlined' icon to our icon collection.
8
+
3
9
  ## [5.7.1] - 2026-03-13
4
10
 
5
11
  ### Fixed
@@ -864,6 +864,7 @@ export declare const icons: {
864
864
  'fullscreen-exit': string;
865
865
  function: string;
866
866
  gamepad: string;
867
+ 'gamepad-circle-outline': string;
867
868
  'gamepad-variant': string;
868
869
  garage: string;
869
870
  'garage-open': string;
package/dist/index.js CHANGED
@@ -1708,6 +1708,7 @@ import {
1708
1708
  mdiFullscreenExit,
1709
1709
  mdiFunction,
1710
1710
  mdiGamepad,
1711
+ mdiGamepadCircleOutline,
1711
1712
  mdiGamepadVariant,
1712
1713
  mdiGarage,
1713
1714
  mdiGarageOpen,
@@ -3525,6 +3526,7 @@ var icons = {
3525
3526
  "fullscreen-exit": mdiFullscreenExit,
3526
3527
  function: mdiFunction,
3527
3528
  gamepad: mdiGamepad,
3529
+ "gamepad-circle-outline": mdiGamepadCircleOutline,
3528
3530
  "gamepad-variant": mdiGamepadVariant,
3529
3531
  garage: mdiGarage,
3530
3532
  "garage-open": mdiGarageOpen,