@uniformdev/design-system 19.195.1-alpha.2 → 19.195.1-alpha.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/dist/esm/{importedIcons-XEGXOSVC.js → importedIcons-SI6R3MYO.js} +11 -1
- package/dist/esm/index.js +931 -918
- package/dist/index.d.mts +31 -9
- package/dist/index.d.ts +31 -9
- package/dist/index.js +916 -891
- package/package.json +4 -4
|
@@ -645,6 +645,11 @@ import { CgYinyang } from "@react-icons/all-files/cg/CgYinyang";
|
|
|
645
645
|
import { CgZoomIn } from "@react-icons/all-files/cg/CgZoomIn";
|
|
646
646
|
import { CgZoomOut } from "@react-icons/all-files/cg/CgZoomOut";
|
|
647
647
|
import { MdCopyAll } from "@react-icons/all-files/md/MdCopyAll";
|
|
648
|
+
import { TbDeviceIpad } from "@react-icons/all-files/tb/TbDeviceIpad";
|
|
649
|
+
import { TbDeviceMobile } from "@react-icons/all-files/tb/TbDeviceMobile";
|
|
650
|
+
import { TbDeviceMobileRotated } from "@react-icons/all-files/tb/TbDeviceMobileRotated";
|
|
651
|
+
import { TbDeviceTablet } from "@react-icons/all-files/tb/TbDeviceTablet";
|
|
652
|
+
import { TbDeviceTv } from "@react-icons/all-files/tb/TbDeviceTv";
|
|
648
653
|
var importedIcons = {
|
|
649
654
|
"add-r": CgAddR,
|
|
650
655
|
add: CgAdd,
|
|
@@ -1289,7 +1294,12 @@ var importedIcons = {
|
|
|
1289
1294
|
"work-alt": CgWorkAlt,
|
|
1290
1295
|
yinyang: CgYinyang,
|
|
1291
1296
|
"zoom-in": CgZoomIn,
|
|
1292
|
-
"zoom-out": CgZoomOut
|
|
1297
|
+
"zoom-out": CgZoomOut,
|
|
1298
|
+
"device-mobile": TbDeviceMobile,
|
|
1299
|
+
"device-tablet": TbDeviceTablet,
|
|
1300
|
+
"device-tv": TbDeviceTv,
|
|
1301
|
+
"device-ipad": TbDeviceIpad,
|
|
1302
|
+
"device-mobile-rotated": TbDeviceMobileRotated
|
|
1293
1303
|
};
|
|
1294
1304
|
export {
|
|
1295
1305
|
importedIcons
|