@wow-two-beta/ui 0.0.61 → 0.0.63
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/actions/index.js +3 -2
- package/dist/actions/toggleButton/ToggleButton.d.ts +1 -0
- package/dist/{chunk-BMSE2X2G.js → chunk-3IVQNIHV.js} +4 -4
- package/dist/{chunk-BMSE2X2G.js.map → chunk-3IVQNIHV.js.map} +1 -1
- package/dist/chunk-4QQLJOGP.js +95 -0
- package/dist/chunk-4QQLJOGP.js.map +1 -0
- package/dist/{chunk-QDECMXNB.js → chunk-5JYRZ5PA.js} +5 -5
- package/dist/{chunk-QDECMXNB.js.map → chunk-5JYRZ5PA.js.map} +1 -1
- package/dist/{chunk-5LFMQORR.js → chunk-BLU5JZAB.js} +7 -7
- package/dist/{chunk-5LFMQORR.js.map → chunk-BLU5JZAB.js.map} +1 -1
- package/dist/{chunk-DJJOQWOG.js → chunk-EQNTG53H.js} +3 -3
- package/dist/{chunk-DJJOQWOG.js.map → chunk-EQNTG53H.js.map} +1 -1
- package/dist/{chunk-VQF4QTBD.js → chunk-H4P5MAGS.js} +5 -5
- package/dist/{chunk-VQF4QTBD.js.map → chunk-H4P5MAGS.js.map} +1 -1
- package/dist/{chunk-FHMZM3CE.js → chunk-MYLSXVIS.js} +4 -4
- package/dist/{chunk-FHMZM3CE.js.map → chunk-MYLSXVIS.js.map} +1 -1
- package/dist/{chunk-FNSC4LAL.js → chunk-NOOKDXIZ.js} +3 -3
- package/dist/{chunk-FNSC4LAL.js.map → chunk-NOOKDXIZ.js.map} +1 -1
- package/dist/{chunk-QGHQDFQN.js → chunk-WIXKLDTN.js} +4 -4
- package/dist/{chunk-QGHQDFQN.js.map → chunk-WIXKLDTN.js.map} +1 -1
- package/dist/{chunk-DUWEP5T3.js → chunk-XB4TU643.js} +29 -9
- package/dist/chunk-XB4TU643.js.map +1 -0
- package/dist/{chunk-TTSJZEL7.js → chunk-XLYJF3HC.js} +41 -3
- package/dist/chunk-XLYJF3HC.js.map +1 -0
- package/dist/{chunk-XN5B3B6Z.js → chunk-XPUKDLD3.js} +7 -4
- package/dist/chunk-XPUKDLD3.js.map +1 -0
- package/dist/{chunk-GDJMPYPU.js → chunk-YNC2CIJR.js} +7 -92
- package/dist/chunk-YNC2CIJR.js.map +1 -0
- package/dist/display/index.js +3 -2
- package/dist/feedback/index.js +3 -3
- package/dist/forms/InputStyles.d.ts +100 -2
- package/dist/forms/index.js +7 -7
- package/dist/forms/select/Select.variants.d.ts +128 -2
- package/dist/index.js +13 -12
- package/dist/layout/index.js +5 -5
- package/dist/nav/index.js +5 -5
- package/dist/overlays/index.js +6 -6
- package/dist/primitives/colorModeProvider/ColorModeProvider.d.ts +22 -0
- package/dist/primitives/colorModeProvider/index.d.ts +1 -0
- package/dist/primitives/index.d.ts +1 -0
- package/dist/primitives/index.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-DUWEP5T3.js.map +0 -1
- package/dist/chunk-GDJMPYPU.js.map +0 -1
- package/dist/chunk-TTSJZEL7.js.map +0 -1
- package/dist/chunk-XN5B3B6Z.js.map +0 -1
package/dist/actions/index.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
export { BackToTopButton, Button, ButtonGroup, CopyButton, DisclosureButton, FAB, Link, SegmentedControl, SpeedDial, SpeedDialAction, SpeedDialTrigger, ToggleButton, ToggleButtonGroup, Toolbar, ToolbarButton, ToolbarLink, ToolbarSeparator, buttonVariants, fabVariants, linkVariants, toggleButtonVariants } from '../chunk-
|
|
1
|
+
export { BackToTopButton, Button, ButtonGroup, CopyButton, DisclosureButton, FAB, Link, SegmentedControl, SpeedDial, SpeedDialAction, SpeedDialTrigger, ToggleButton, ToggleButtonGroup, Toolbar, ToolbarButton, ToolbarLink, ToolbarSeparator, buttonVariants, fabVariants, linkVariants, toggleButtonVariants } from '../chunk-XPUKDLD3.js';
|
|
2
|
+
import '../chunk-4QQLJOGP.js';
|
|
2
3
|
import '../chunk-V267IMBH.js';
|
|
3
4
|
import '../chunk-MVMDDGW7.js';
|
|
4
5
|
import '../chunk-DX7FYAKY.js';
|
|
5
|
-
import '../chunk-
|
|
6
|
+
import '../chunk-XLYJF3HC.js';
|
|
6
7
|
import '../chunk-LGTGZ3RW.js';
|
|
7
8
|
import '../chunk-X2MYOHOB.js';
|
|
8
9
|
import '../chunk-DCHYNTHI.js';
|
|
@@ -15,6 +15,7 @@ export interface ToggleButtonProps extends Omit<ButtonProps, 'variant' | 'tone'
|
|
|
15
15
|
title?: StateAware<string>;
|
|
16
16
|
'aria-label'?: StateAware<string>;
|
|
17
17
|
color?: ColorProp;
|
|
18
|
+
tooltip?: ReactNode;
|
|
18
19
|
}
|
|
19
20
|
export declare const ToggleButton: import("react").ForwardRefExoticComponent<ToggleButtonProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
20
21
|
export {};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Drawer, DrawerContent } from './chunk-
|
|
1
|
+
import { Drawer, DrawerContent } from './chunk-5JYRZ5PA.js';
|
|
2
2
|
import { Spinner } from './chunk-7ZDLUNAY.js';
|
|
3
3
|
import { useControlled, useMediaQuery } from './chunk-V267IMBH.js';
|
|
4
4
|
import { tv, TransitionExtensions, CssExtensions, surfaceVariants } from './chunk-DX7FYAKY.js';
|
|
5
|
-
import { Announce, Presence, Slot } from './chunk-
|
|
5
|
+
import { Announce, Presence, Slot } from './chunk-XLYJF3HC.js';
|
|
6
6
|
import { cn } from './chunk-X2MYOHOB.js';
|
|
7
7
|
import { forwardRef, createContext, useRef, useEffect, useCallback, useMemo, Children, isValidElement, useState, useContext } from 'react';
|
|
8
8
|
import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
|
|
@@ -1424,5 +1424,5 @@ var Navbar = forwardRef(function Navbar2({
|
|
|
1424
1424
|
Navbar.displayName = "Navbar";
|
|
1425
1425
|
|
|
1426
1426
|
export { AppShell, AppShellAside, AppShellContent, AppShellFooter, AppShellHeader, AppShellMain, AppShellSidebar, AspectRatio, Box, Center, Cluster, Container, Divider, Flex, Frame, Grid, HStack, Navbar, Overlay, PullToRefresh, ResizablePanel, ResizablePanels, ResizableSeparator, ScrollArea, Section, Spacer, Stack, Surface, TwoColumn, VStack, containerVariants, dividerVariants, gridVariants, navbarVariants, resolveGridColumns, resolveGridGap, sectionVariants, stackVariants, useAppShell };
|
|
1427
|
-
//# sourceMappingURL=chunk-
|
|
1428
|
-
//# sourceMappingURL=chunk-
|
|
1427
|
+
//# sourceMappingURL=chunk-3IVQNIHV.js.map
|
|
1428
|
+
//# sourceMappingURL=chunk-3IVQNIHV.js.map
|