chore: update ant-design dependencies and add new icon types

This commit is contained in:
Luiz Costa
2025-11-18 09:39:51 -03:00
parent 775e562fe9
commit 5c0094d74e
22648 changed files with 2140248 additions and 29 deletions
+2
View File
@@ -0,0 +1,2 @@
import QRCode from '../qr-code';
export default QRCode;
+6
View File
@@ -0,0 +1,6 @@
"use client";
// Legacy path. Please use `qr-code` instead.
// Keep file here in case developer import directly from the old path.
import QRCode from '../qr-code';
export default QRCode;
+1
View File
@@ -0,0 +1 @@
export * from '../qr-code/interface';
+3
View File
@@ -0,0 +1,3 @@
// Legacy path. Please use `qr-code` instead.
// Keep file here in case developer import directly from the old path.
export * from '../qr-code/interface';
+1
View File
@@ -0,0 +1 @@
export * from '../../qr-code/style';
+3
View File
@@ -0,0 +1,3 @@
// Legacy path. Please use `qr-code` instead.
// Keep file here in case developer import directly from the old path.
export * from '../../qr-code/style';