@zuzjs/ui 1.0.71 → 1.0.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/bin.cjs +4 -4
- package/dist/bin.js +1 -1
- package/dist/index.cjs +7 -7
- package/dist/index.d.cts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +6 -6
- package/package.json +2 -2
- /package/dist/{chunk-TJD2DNSW.cjs → chunk-HGZV55LB.cjs} +0 -0
- /package/dist/{chunk-SNPEZORB.js → chunk-HNDEH7JC.js} +0 -0
package/dist/index.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ import { DragOptions, LineChartProps, MediaItem, useMediaPlayer, ScrollBreakpoin
|
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import { dynamic as dynamic$1, PubSub } from '@zuzjs/core';
|
|
6
6
|
|
|
7
|
-
declare const VERSION = "1.0.
|
|
7
|
+
declare const VERSION = "1.0.71";
|
|
8
8
|
|
|
9
9
|
declare const AVATAR: {
|
|
10
10
|
readonly Circle: "CIRCLE";
|
|
@@ -629,6 +629,7 @@ type ButtonProps = Props<`button`> & {
|
|
|
629
629
|
tooltip?: string;
|
|
630
630
|
tooltipProps?: Omit<ToolTipProps, `title`>;
|
|
631
631
|
kind?: ButtonKind;
|
|
632
|
+
alignment?: `start` | `center` | `end`;
|
|
632
633
|
};
|
|
633
634
|
interface ButtonHandler extends HTMLButtonElement {
|
|
634
635
|
reset: () => void;
|
|
@@ -1620,6 +1621,8 @@ type FlexProps = BoxProps & {
|
|
|
1620
1621
|
cols?: boolean;
|
|
1621
1622
|
/** Shortcut for gap */
|
|
1622
1623
|
gap?: number | string;
|
|
1624
|
+
/** Shortcut for align-self: flex-start */
|
|
1625
|
+
ass?: boolean;
|
|
1623
1626
|
/** Shortcut for align-items: center */
|
|
1624
1627
|
ais?: boolean;
|
|
1625
1628
|
/** Shortcut for align-items: flex-start */
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { DragOptions, LineChartProps, MediaItem, useMediaPlayer, ScrollBreakpoin
|
|
|
4
4
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
5
|
import { dynamic as dynamic$1, PubSub } from '@zuzjs/core';
|
|
6
6
|
|
|
7
|
-
declare const VERSION = "1.0.
|
|
7
|
+
declare const VERSION = "1.0.71";
|
|
8
8
|
|
|
9
9
|
declare const AVATAR: {
|
|
10
10
|
readonly Circle: "CIRCLE";
|
|
@@ -629,6 +629,7 @@ type ButtonProps = Props<`button`> & {
|
|
|
629
629
|
tooltip?: string;
|
|
630
630
|
tooltipProps?: Omit<ToolTipProps, `title`>;
|
|
631
631
|
kind?: ButtonKind;
|
|
632
|
+
alignment?: `start` | `center` | `end`;
|
|
632
633
|
};
|
|
633
634
|
interface ButtonHandler extends HTMLButtonElement {
|
|
634
635
|
reset: () => void;
|
|
@@ -1620,6 +1621,8 @@ type FlexProps = BoxProps & {
|
|
|
1620
1621
|
cols?: boolean;
|
|
1621
1622
|
/** Shortcut for gap */
|
|
1622
1623
|
gap?: number | string;
|
|
1624
|
+
/** Shortcut for align-self: flex-start */
|
|
1625
|
+
ass?: boolean;
|
|
1623
1626
|
/** Shortcut for align-items: center */
|
|
1624
1627
|
ais?: boolean;
|
|
1625
1628
|
/** Shortcut for align-items: flex-start */
|