@symbo.ls/uikit 2.11.70 → 2.11.72

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/index.cjs.js CHANGED
@@ -11436,7 +11436,6 @@ __export(domql_exports, {
11436
11436
  Dialog: () => Dialog,
11437
11437
  DialogFooter: () => DialogFooter,
11438
11438
  Direction: () => Direction,
11439
- DragNdropUser: () => DragNdropUser,
11440
11439
  DropdownList: () => DropdownList,
11441
11440
  DropdownParent: () => DropdownParent,
11442
11441
  Field: () => Field,
@@ -15680,7 +15679,7 @@ var Upload = {
15680
15679
  },
15681
15680
  Icon: {
15682
15681
  name: "upload",
15683
- fontSize: `${26 / 16}em`,
15682
+ fontSize: "B",
15684
15683
  opacity: ".2"
15685
15684
  },
15686
15685
  P: {
@@ -15697,39 +15696,6 @@ var Upload = {
15697
15696
  }
15698
15697
  }
15699
15698
  };
15700
- var DragNdropUser = {
15701
- extend: Flex,
15702
- props: {
15703
- flow: "column",
15704
- align: "center center",
15705
- gap: "A",
15706
- round: "A"
15707
- },
15708
- Avatar: {
15709
- props: ({ state }) => ({
15710
- boxSize: "C C",
15711
- src: state.src
15712
- })
15713
- },
15714
- Flex: {
15715
- props: {
15716
- gap: "Y",
15717
- childProps: {
15718
- padding: "0",
15719
- boxSize: "B B",
15720
- background: "gray3",
15721
- round: "Y1",
15722
- color: "gray6",
15723
- style: { "> svg": { fontSize: `${14 / 16}em` } }
15724
- }
15725
- },
15726
- childExtend: SquareButton,
15727
- ...[
15728
- { props: { icon: "reload" } },
15729
- { props: { icon: "trash" } }
15730
- ]
15731
- }
15732
- };
15733
15699
 
15734
15700
  // Label/index.js
15735
15701
  var Label = {