@uniformdev/design-system 20.8.1 → 20.8.2-alpha.21
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-SI6R3MYO.js → importedIcons-NFIA4IOK.js} +5 -1
- package/dist/esm/index.js +1903 -1658
- package/dist/index.d.mts +133 -85
- package/dist/index.d.ts +133 -85
- package/dist/index.js +2164 -1906
- package/package.json +7 -7
|
@@ -645,11 +645,13 @@ 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 { TbClockEdit } from "@react-icons/all-files/tb/TbClockEdit";
|
|
648
649
|
import { TbDeviceIpad } from "@react-icons/all-files/tb/TbDeviceIpad";
|
|
649
650
|
import { TbDeviceMobile } from "@react-icons/all-files/tb/TbDeviceMobile";
|
|
650
651
|
import { TbDeviceMobileRotated } from "@react-icons/all-files/tb/TbDeviceMobileRotated";
|
|
651
652
|
import { TbDeviceTablet } from "@react-icons/all-files/tb/TbDeviceTablet";
|
|
652
653
|
import { TbDeviceTv } from "@react-icons/all-files/tb/TbDeviceTv";
|
|
654
|
+
import { TbPlug } from "@react-icons/all-files/tb/TbPlug";
|
|
653
655
|
var importedIcons = {
|
|
654
656
|
"add-r": CgAddR,
|
|
655
657
|
add: CgAdd,
|
|
@@ -1299,7 +1301,9 @@ var importedIcons = {
|
|
|
1299
1301
|
"device-tablet": TbDeviceTablet,
|
|
1300
1302
|
"device-tv": TbDeviceTv,
|
|
1301
1303
|
"device-ipad": TbDeviceIpad,
|
|
1302
|
-
"device-mobile-rotated": TbDeviceMobileRotated
|
|
1304
|
+
"device-mobile-rotated": TbDeviceMobileRotated,
|
|
1305
|
+
"plug-angled": TbPlug,
|
|
1306
|
+
"clock-edit": TbClockEdit
|
|
1303
1307
|
};
|
|
1304
1308
|
export {
|
|
1305
1309
|
importedIcons
|