@uniformdev/design-system 19.119.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/LICENSE CHANGED
@@ -1,2 +1,2 @@
1
- © 2022 Uniform Systems, Inc. All Rights Reserved.
1
+ © 2024 Uniform Systems, Inc. All Rights Reserved.
2
2
  See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
@@ -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,