@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/CHANGELOG.md +14 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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 `
|
|
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 `
|
|
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