@connectif/ui-components 3.0.3 → 3.0.4

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
@@ -65,3 +65,9 @@
65
65
  ### Added
66
66
 
67
67
  - Added "minimizeIconId", "closeIconId" and "backIconId" props to MinimizableWindow component.
68
+
69
+ ## [3.0.4] - 2025-12-23
70
+
71
+ ### Added
72
+
73
+ - Added "rotate-3d-variant" icon.
@@ -1483,6 +1483,7 @@ export declare const icons: {
1483
1483
  rocket: string;
1484
1484
  roomba: string;
1485
1485
  'rotate-3d': string;
1486
+ 'rotate-3d-variant': string;
1486
1487
  'rotate-left': string;
1487
1488
  'rotate-left-variant': string;
1488
1489
  'rotate-right': string;
package/dist/index.js CHANGED
@@ -921,7 +921,7 @@ import {
921
921
  // src/components/icon/Icon.tsx
922
922
  import * as React from "react";
923
923
 
924
- // src/components/icon/icons.tsx
924
+ // src/components/icon/icons.ts
925
925
  import {
926
926
  mdiAccessPoint,
927
927
  mdiAccessPointNetwork,
@@ -2231,6 +2231,7 @@ import {
2231
2231
  mdiRocket,
2232
2232
  mdiRobotVacuum,
2233
2233
  mdiRotate3d,
2234
+ mdiRotate3dVariant,
2234
2235
  mdiRotateLeft,
2235
2236
  mdiRotateLeftVariant,
2236
2237
  mdiRotateRight,
@@ -4141,6 +4142,7 @@ var icons = {
4141
4142
  rocket: mdiRocket,
4142
4143
  roomba: mdiRobotVacuum,
4143
4144
  "rotate-3d": mdiRotate3d,
4145
+ "rotate-3d-variant": mdiRotate3dVariant,
4144
4146
  "rotate-left": mdiRotateLeft,
4145
4147
  "rotate-left-variant": mdiRotateLeftVariant,
4146
4148
  "rotate-right": mdiRotateRight,