@ai-matrx/design-system 0.7.0 → 0.7.1

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.d.cts CHANGED
@@ -1446,7 +1446,7 @@ declare const ResizablePanel: typeof Panel;
1446
1446
  interface ResizableHandleProps extends React.ComponentProps<typeof Separator$1> {
1447
1447
  /** Render the centered grip. */
1448
1448
  withHandle?: boolean;
1449
- /** Separator thickness. Default `sm` — the frontend's original 2px line. */
1449
+ /** Separator thickness. Default `xs` — matrx-frontend's original 2px line. */
1450
1450
  size?: ResizableHandleSize;
1451
1451
  }
1452
1452
  declare const ResizableHandle: {
package/dist/index.d.ts CHANGED
@@ -1446,7 +1446,7 @@ declare const ResizablePanel: typeof Panel;
1446
1446
  interface ResizableHandleProps extends React.ComponentProps<typeof Separator$1> {
1447
1447
  /** Render the centered grip. */
1448
1448
  withHandle?: boolean;
1449
- /** Separator thickness. Default `sm` — the frontend's original 2px line. */
1449
+ /** Separator thickness. Default `xs` — matrx-frontend's original 2px line. */
1450
1450
  size?: ResizableHandleSize;
1451
1451
  }
1452
1452
  declare const ResizableHandle: {
package/dist/index.js CHANGED
@@ -3494,7 +3494,7 @@ ResizablePanelGroup.displayName = "ResizablePanelGroup";
3494
3494
  var ResizablePanel = Panel;
3495
3495
  var ResizableHandle = ({
3496
3496
  withHandle,
3497
- size = "sm",
3497
+ size = "xs",
3498
3498
  className,
3499
3499
  ...props
3500
3500
  }) => /* @__PURE__ */ jsx38(