@uniformdev/design-system 19.121.0 → 19.121.1-alpha.3
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-GRLD5JXK.js → importedIcons-XEGXOSVC.js} +2 -0
- package/dist/esm/index.js +330 -112
- package/dist/index.d.mts +11 -2
- package/dist/index.d.ts +11 -2
- package/dist/index.js +326 -104
- package/package.json +4 -4
|
@@ -644,6 +644,7 @@ import { CgWorkAlt } from "@react-icons/all-files/cg/CgWorkAlt";
|
|
|
644
644
|
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
|
+
import { MdCopyAll } from "@react-icons/all-files/md/MdCopyAll";
|
|
647
648
|
var importedIcons = {
|
|
648
649
|
"add-r": CgAddR,
|
|
649
650
|
add: CgAdd,
|
|
@@ -830,6 +831,7 @@ var importedIcons = {
|
|
|
830
831
|
compress: CgCompress,
|
|
831
832
|
controller: CgController,
|
|
832
833
|
copy: CgCopy,
|
|
834
|
+
"copy-all": MdCopyAll,
|
|
833
835
|
copyright: CgCopyright,
|
|
834
836
|
"corner-double-down-left": CgCornerDoubleDownLeft,
|
|
835
837
|
"corner-double-down-right": CgCornerDoubleDownRight,
|