@delightui/components 0.1.51 → 0.1.53

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.
@@ -1,2 +1,3 @@
1
- export { default } from './RadioButtonItem';
2
- export type { RadioButtonItemProps } from './RadioButtonItem.types';
1
+ import RadioButtonItem from './RadioButtonItem';
2
+ export default RadioButtonItem;
3
+ export * from './RadioButtonItem.types';
@@ -1,3 +1,4 @@
1
+ import React from "react";
1
2
  import type { SortableTriggerProps } from "../List.types";
2
- declare const SortableTrigger: (props: SortableTriggerProps) => import("react").JSX.Element;
3
+ declare const SortableTrigger: (props: SortableTriggerProps) => React.JSX.Element;
3
4
  export default SortableTrigger;
@@ -262,7 +262,7 @@
262
262
  --icon-size: 20px;
263
263
  }
264
264
  .Icon-module_large__iCT3S {
265
- --icon-size: 32px;
265
+ --icon-size: 24px;
266
266
  }
267
267
  .IconButton-module_iconButton__77dh6 {
268
268
  --button-opacity: var(--icon-button-opacity);