@xaui/native 0.2.4 → 0.2.6
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/alert/index.d.cts +1 -1
- package/dist/alert/index.d.ts +1 -1
- package/dist/app-bar/index.d.cts +1 -1
- package/dist/app-bar/index.d.ts +1 -1
- package/dist/autocomplete/index.d.cts +1 -1
- package/dist/autocomplete/index.d.ts +1 -1
- package/dist/avatar/index.d.cts +1 -1
- package/dist/avatar/index.d.ts +1 -1
- package/dist/badge/index.d.cts +1 -1
- package/dist/badge/index.d.ts +1 -1
- package/dist/bottom-sheet/index.d.cts +1 -1
- package/dist/bottom-sheet/index.d.ts +1 -1
- package/dist/bottom-tab-bar/index.d.cts +1 -1
- package/dist/bottom-tab-bar/index.d.ts +1 -1
- package/dist/button/index.d.cts +1 -1
- package/dist/button/index.d.ts +1 -1
- package/dist/card/index.d.cts +1 -1
- package/dist/card/index.d.ts +1 -1
- package/dist/carousel/index.d.cts +1 -1
- package/dist/carousel/index.d.ts +1 -1
- package/dist/checkbox/index.d.cts +1 -1
- package/dist/checkbox/index.d.ts +1 -1
- package/dist/chip/index.d.cts +1 -1
- package/dist/chip/index.d.ts +1 -1
- package/dist/color-picker/index.d.cts +2 -2
- package/dist/color-picker/index.d.ts +2 -2
- package/dist/datepicker/index.d.cts +1 -1
- package/dist/datepicker/index.d.ts +1 -1
- package/dist/dialog/index.d.cts +1 -1
- package/dist/dialog/index.d.ts +1 -1
- package/dist/divider/index.d.cts +1 -1
- package/dist/divider/index.d.ts +1 -1
- package/dist/drawer/index.d.cts +1 -1
- package/dist/drawer/index.d.ts +1 -1
- package/dist/fab/index.d.cts +3 -3
- package/dist/fab/index.d.ts +3 -3
- package/dist/fab-menu/index.d.cts +2 -2
- package/dist/fab-menu/index.d.ts +2 -2
- package/dist/{fab.type-CgIYqQlT.d.ts → fab.type-CkUHmXU_.d.ts} +1 -1
- package/dist/{fab.type-l2vjG8-p.d.cts → fab.type-DN0vtAh6.d.cts} +1 -1
- package/dist/feature-discovery/index.d.cts +1 -1
- package/dist/feature-discovery/index.d.ts +1 -1
- package/dist/indicator/index.d.cts +1 -1
- package/dist/indicator/index.d.ts +1 -1
- package/dist/input/index.d.cts +10 -9
- package/dist/input/index.d.ts +10 -9
- package/dist/input-trigger/index.d.cts +3 -3
- package/dist/input-trigger/index.d.ts +3 -3
- package/dist/{input-trigger.type-DlSqg2eG.d.ts → input-trigger.type-Ba4bM3Qp.d.cts} +1 -1
- package/dist/{input-trigger.type-By_1ZjKd.d.cts → input-trigger.type-Ba4bM3Qp.d.ts} +1 -1
- package/dist/list/index.d.cts +1 -1
- package/dist/list/index.d.ts +1 -1
- package/dist/menubox/index.d.cts +1 -1
- package/dist/menubox/index.d.ts +1 -1
- package/dist/picker/index.d.cts +2 -2
- package/dist/picker/index.d.ts +2 -2
- package/dist/progress/index.d.cts +1 -1
- package/dist/progress/index.d.ts +1 -1
- package/dist/radio/index.d.cts +1 -1
- package/dist/radio/index.d.ts +1 -1
- package/dist/refresh-control/index.d.cts +1 -1
- package/dist/refresh-control/index.d.ts +1 -1
- package/dist/segment-button/index.d.cts +1 -1
- package/dist/segment-button/index.d.ts +1 -1
- package/dist/select/index.d.cts +1 -1
- package/dist/select/index.d.ts +1 -1
- package/dist/skeleton/index.d.cts +1 -1
- package/dist/skeleton/index.d.ts +1 -1
- package/dist/slider/index.d.cts +1 -1
- package/dist/slider/index.d.ts +1 -1
- package/dist/snackbar/index.d.cts +1 -1
- package/dist/snackbar/index.d.ts +1 -1
- package/dist/snippet/index.d.cts +1 -1
- package/dist/snippet/index.d.ts +1 -1
- package/dist/stepper/index.d.cts +1 -1
- package/dist/stepper/index.d.ts +1 -1
- package/dist/switch/index.d.cts +1 -1
- package/dist/switch/index.d.ts +1 -1
- package/dist/tabs/index.d.cts +1 -1
- package/dist/tabs/index.d.ts +1 -1
- package/dist/timepicker/index.d.cts +1 -1
- package/dist/timepicker/index.d.ts +1 -1
- package/dist/toolbar/index.d.cts +1 -1
- package/dist/toolbar/index.d.ts +1 -1
- package/dist/typography/index.d.cts +1 -1
- package/dist/typography/index.d.ts +1 -1
- package/dist/view/index.cjs +302 -134
- package/dist/view/index.d.cts +176 -102
- package/dist/view/index.d.ts +176 -102
- package/dist/view/index.js +371 -203
- package/package.json +4 -5
- package/dist/index-BOw6tbkc.d.cts +0 -5
- package/dist/index-BOw6tbkc.d.ts +0 -5
- package/dist/index-DyU3sW3_.d.cts +0 -4
- package/dist/index-DyU3sW3_.d.ts +0 -4
package/dist/alert/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type AlertVariant = 'solid' | 'bordered' | 'flat' | 'faded';
|
|
6
6
|
type AlertRadius = 'none' | 'sm' | 'md' | 'lg' | 'full';
|
package/dist/alert/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type AlertVariant = 'solid' | 'bordered' | 'flat' | 'faded';
|
|
6
6
|
type AlertRadius = 'none' | 'sm' | 'md' | 'lg' | 'full';
|
package/dist/app-bar/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type AppBarVariant = 'docked' | 'floating';
|
|
6
6
|
type AppBarProps = {
|
package/dist/app-bar/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { StyleProp, ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type AppBarVariant = 'docked' | 'floating';
|
|
6
6
|
type AppBarProps = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Size, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type AutocompleteVariant = 'bordered' | 'colored' | 'light' | 'underlined';
|
|
6
6
|
type AutocompleteLabelPlacement = 'inside' | 'outside' | 'outside-left' | 'outside-top';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Size, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type AutocompleteVariant = 'bordered' | 'colored' | 'light' | 'underlined';
|
|
6
6
|
type AutocompleteLabelPlacement = 'inside' | 'outside' | 'outside-left' | 'outside-top';
|
package/dist/avatar/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, ImageStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { Size, Radius, ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type AvatarSize = Size | number;
|
|
6
6
|
type AvatarCustomAppearance = {
|
package/dist/avatar/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, ImageStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { Size, Radius, ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type AvatarSize = Size | number;
|
|
6
6
|
type AvatarCustomAppearance = {
|
package/dist/badge/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type BadgeVariant = 'solid' | 'flat' | 'faded' | 'shadow';
|
|
6
6
|
type BadgeSize = 'sm' | 'md' | 'lg';
|
package/dist/badge/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type BadgeVariant = 'solid' | 'flat' | 'faded' | 'shadow';
|
|
6
6
|
type BadgeSize = 'sm' | 'md' | 'lg';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type BottomSheetSnapPoint = number | string;
|
|
6
6
|
type BottomSheetProps = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type BottomSheetSnapPoint = number | string;
|
|
6
6
|
type BottomSheetProps = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { StyleProp, ViewStyle, Insets, TextStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type BottomTabBarSize = 'sm' | 'md' | 'lg';
|
|
6
6
|
type BottomTabBarVariant = 'stacked' | 'inline' | 'icon-only';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { StyleProp, ViewStyle, Insets, TextStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type BottomTabBarSize = 'sm' | 'md' | 'lg';
|
|
6
6
|
type BottomTabBarVariant = 'stacked' | 'inline' | 'icon-only';
|
package/dist/button/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Size } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type ButtonVariant = 'solid' | 'bordered' | 'flat' | 'light' | 'faded';
|
|
6
6
|
type ButtonRadius = 'none' | 'sm' | 'md' | 'lg' | 'full';
|
package/dist/button/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Size } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type ButtonVariant = 'solid' | 'bordered' | 'flat' | 'light' | 'faded';
|
|
6
6
|
type ButtonRadius = 'none' | 'sm' | 'md' | 'lg' | 'full';
|
package/dist/card/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
4
|
import { E as ElevationLevel } from '../button.type-j1ZdkkSl.cjs';
|
|
5
5
|
|
|
6
6
|
type CardCustomAppearance = {
|
package/dist/card/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
4
|
import { E as ElevationLevel } from '../button.type-j1ZdkkSl.js';
|
|
5
5
|
|
|
6
6
|
type CardCustomAppearance = {
|
package/dist/carousel/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TextStyle, ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Size, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type CheckboxVariant = 'filled' | 'light';
|
|
6
6
|
type CheckboxLabelAlignment = 'left' | 'right' | 'justify-left' | 'justify-right';
|
package/dist/checkbox/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { TextStyle, ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Size, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type CheckboxVariant = 'filled' | 'light';
|
|
6
6
|
type CheckboxLabelAlignment = 'left' | 'right' | 'justify-left' | 'justify-right';
|
package/dist/chip/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type ChipVariant = 'solid' | 'bordered' | 'light' | 'flat' | 'faded' | 'shadow' | 'dot';
|
|
6
6
|
type ChipSize = 'sm' | 'md' | 'lg';
|
package/dist/chip/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type ChipVariant = 'solid' | 'bordered' | 'light' | 'flat' | 'faded' | 'shadow' | 'dot';
|
|
6
6
|
type ChipSize = 'sm' | 'md' | 'lg';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
4
|
-
import { d as InputTriggerLabelPlacement, b as InputTriggerVariant, c as InputTriggerSize } from '../input-trigger.type-
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
|
+
import { d as InputTriggerLabelPlacement, b as InputTriggerVariant, c as InputTriggerSize } from '../input-trigger.type-Ba4bM3Qp.cjs';
|
|
5
5
|
|
|
6
6
|
type ColorGroup = {
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
4
|
-
import { d as InputTriggerLabelPlacement, b as InputTriggerVariant, c as InputTriggerSize } from '../input-trigger.type-
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
|
+
import { d as InputTriggerLabelPlacement, b as InputTriggerVariant, c as InputTriggerSize } from '../input-trigger.type-Ba4bM3Qp.js';
|
|
5
5
|
|
|
6
6
|
type ColorGroup = {
|
|
7
7
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Size, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type DatePickerVariant = 'bordered' | 'colored' | 'light' | 'underlined';
|
|
6
6
|
type DatePickerLabelPlacement = 'inside' | 'outside' | 'outside-left' | 'outside-top';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Size, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type DatePickerVariant = 'bordered' | 'colored' | 'light' | 'underlined';
|
|
6
6
|
type DatePickerLabelPlacement = 'inside' | 'outside' | 'outside-left' | 'outside-top';
|
package/dist/dialog/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ModalProps, ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type DialogSize = 'sm' | 'md' | 'lg' | 'full';
|
|
6
6
|
type DialogPlacement = 'top' | 'center' | 'bottom';
|
package/dist/dialog/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ModalProps, ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type DialogSize = 'sm' | 'md' | 'lg' | 'full';
|
|
6
6
|
type DialogPlacement = 'top' | 'center' | 'bottom';
|
package/dist/divider/index.d.cts
CHANGED
package/dist/divider/index.d.ts
CHANGED
package/dist/drawer/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type DrawerPosition = 'top' | 'left' | 'bottom' | 'right';
|
|
6
6
|
type DrawerProps = {
|
package/dist/drawer/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type DrawerPosition = 'top' | 'left' | 'bottom' | 'right';
|
|
6
6
|
type DrawerProps = {
|
package/dist/fab/index.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { F as FabProps } from '../fab.type-
|
|
3
|
-
export { b as FabSize, a as FabVariant } from '../fab.type-
|
|
2
|
+
import { F as FabProps } from '../fab.type-DN0vtAh6.cjs';
|
|
3
|
+
export { b as FabSize, a as FabVariant } from '../fab.type-DN0vtAh6.cjs';
|
|
4
4
|
import 'react-native';
|
|
5
|
-
import '
|
|
5
|
+
import '@xaui/core/types';
|
|
6
6
|
import '../button.type-j1ZdkkSl.cjs';
|
|
7
7
|
|
|
8
8
|
declare const Fab: React.FC<FabProps>;
|
package/dist/fab/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { F as FabProps } from '../fab.type-
|
|
3
|
-
export { b as FabSize, a as FabVariant } from '../fab.type-
|
|
2
|
+
import { F as FabProps } from '../fab.type-CkUHmXU_.js';
|
|
3
|
+
export { b as FabSize, a as FabVariant } from '../fab.type-CkUHmXU_.js';
|
|
4
4
|
import 'react-native';
|
|
5
|
-
import '
|
|
5
|
+
import '@xaui/core/types';
|
|
6
6
|
import '../button.type-j1ZdkkSl.js';
|
|
7
7
|
|
|
8
8
|
declare const Fab: React.FC<FabProps>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
4
|
-
import { a as FabVariant, b as FabSize } from '../fab.type-
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
|
+
import { a as FabVariant, b as FabSize } from '../fab.type-DN0vtAh6.cjs';
|
|
5
5
|
import { B as ButtonRadius, E as ElevationLevel } from '../button.type-j1ZdkkSl.cjs';
|
|
6
6
|
|
|
7
7
|
type FabMenuItemProps = {
|
package/dist/fab-menu/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
4
|
-
import { a as FabVariant, b as FabSize } from '../fab.type-
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
|
+
import { a as FabVariant, b as FabSize } from '../fab.type-CkUHmXU_.js';
|
|
5
5
|
import { B as ButtonRadius, E as ElevationLevel } from '../button.type-j1ZdkkSl.js';
|
|
6
6
|
|
|
7
7
|
type FabMenuItemProps = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
import { B as ButtonRadius, E as ElevationLevel } from './button.type-j1ZdkkSl.js';
|
|
5
5
|
|
|
6
6
|
type FabVariant = 'solid' | 'flat' | 'outlined';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
import { B as ButtonRadius, E as ElevationLevel } from './button.type-j1ZdkkSl.cjs';
|
|
5
5
|
|
|
6
6
|
type FabVariant = 'solid' | 'flat' | 'outlined';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { RefObject, ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type MeasurableNode = {
|
|
6
6
|
measureInWindow: (callback: (x: number, y: number, width: number, height: number) => void) => void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { RefObject, ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type MeasurableNode = {
|
|
6
6
|
measureInWindow: (callback: (x: number, y: number, width: number, height: number) => void) => void;
|
package/dist/input/index.d.cts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _xaui_core from '@xaui/core';
|
|
2
2
|
import React, { ReactNode } from 'react';
|
|
3
3
|
import * as react_native from 'react-native';
|
|
4
4
|
import { StyleProp, ViewStyle, TextStyle, TextInputProps as TextInputProps$1, TextInput as TextInput$1 } from 'react-native';
|
|
5
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
5
6
|
|
|
6
7
|
type TextInputVariant = 'colored' | 'light' | 'bordered' | 'underlined';
|
|
7
8
|
type TextInputSize = 'sm' | 'md' | 'lg';
|
|
@@ -118,10 +119,10 @@ declare const TextInput: React.ForwardRefExoticComponent<Omit<react_native.TextI
|
|
|
118
119
|
errorMessage?: React.ReactNode;
|
|
119
120
|
startContent?: React.ReactNode;
|
|
120
121
|
endContent?: React.ReactNode;
|
|
121
|
-
themeColor?: ThemeColor;
|
|
122
|
+
themeColor?: _xaui_core.ThemeColor;
|
|
122
123
|
variant?: TextInputVariant;
|
|
123
124
|
size?: TextInputSize;
|
|
124
|
-
radius?: Radius;
|
|
125
|
+
radius?: _xaui_core.Radius;
|
|
125
126
|
isSecured?: boolean;
|
|
126
127
|
isClearable?: boolean;
|
|
127
128
|
isDisabled?: boolean;
|
|
@@ -224,10 +225,10 @@ declare const DateInput: React.ForwardRefExoticComponent<Omit<react_native.TextI
|
|
|
224
225
|
errorMessage?: React.ReactNode;
|
|
225
226
|
startContent?: React.ReactNode;
|
|
226
227
|
endContent?: React.ReactNode;
|
|
227
|
-
themeColor?: ThemeColor;
|
|
228
|
+
themeColor?: _xaui_core.ThemeColor;
|
|
228
229
|
variant?: TextInputVariant;
|
|
229
230
|
size?: TextInputSize;
|
|
230
|
-
radius?: Radius;
|
|
231
|
+
radius?: _xaui_core.Radius;
|
|
231
232
|
isSecured?: boolean;
|
|
232
233
|
isClearable?: boolean;
|
|
233
234
|
isDisabled?: boolean;
|
|
@@ -250,10 +251,10 @@ declare const TimeInput: React.ForwardRefExoticComponent<Omit<react_native.TextI
|
|
|
250
251
|
errorMessage?: React.ReactNode;
|
|
251
252
|
startContent?: React.ReactNode;
|
|
252
253
|
endContent?: React.ReactNode;
|
|
253
|
-
themeColor?: ThemeColor;
|
|
254
|
+
themeColor?: _xaui_core.ThemeColor;
|
|
254
255
|
variant?: TextInputVariant;
|
|
255
256
|
size?: TextInputSize;
|
|
256
|
-
radius?: Radius;
|
|
257
|
+
radius?: _xaui_core.Radius;
|
|
257
258
|
isSecured?: boolean;
|
|
258
259
|
isClearable?: boolean;
|
|
259
260
|
isDisabled?: boolean;
|
|
@@ -275,10 +276,10 @@ declare const DateTimeInput: React.ForwardRefExoticComponent<Omit<react_native.T
|
|
|
275
276
|
errorMessage?: React.ReactNode;
|
|
276
277
|
startContent?: React.ReactNode;
|
|
277
278
|
endContent?: React.ReactNode;
|
|
278
|
-
themeColor?: ThemeColor;
|
|
279
|
+
themeColor?: _xaui_core.ThemeColor;
|
|
279
280
|
variant?: TextInputVariant;
|
|
280
281
|
size?: TextInputSize;
|
|
281
|
-
radius?: Radius;
|
|
282
|
+
radius?: _xaui_core.Radius;
|
|
282
283
|
isSecured?: boolean;
|
|
283
284
|
isClearable?: boolean;
|
|
284
285
|
isDisabled?: boolean;
|
package/dist/input/index.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as _xaui_core from '@xaui/core';
|
|
2
2
|
import React, { ReactNode } from 'react';
|
|
3
3
|
import * as react_native from 'react-native';
|
|
4
4
|
import { StyleProp, ViewStyle, TextStyle, TextInputProps as TextInputProps$1, TextInput as TextInput$1 } from 'react-native';
|
|
5
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
5
6
|
|
|
6
7
|
type TextInputVariant = 'colored' | 'light' | 'bordered' | 'underlined';
|
|
7
8
|
type TextInputSize = 'sm' | 'md' | 'lg';
|
|
@@ -118,10 +119,10 @@ declare const TextInput: React.ForwardRefExoticComponent<Omit<react_native.TextI
|
|
|
118
119
|
errorMessage?: React.ReactNode;
|
|
119
120
|
startContent?: React.ReactNode;
|
|
120
121
|
endContent?: React.ReactNode;
|
|
121
|
-
themeColor?: ThemeColor;
|
|
122
|
+
themeColor?: _xaui_core.ThemeColor;
|
|
122
123
|
variant?: TextInputVariant;
|
|
123
124
|
size?: TextInputSize;
|
|
124
|
-
radius?: Radius;
|
|
125
|
+
radius?: _xaui_core.Radius;
|
|
125
126
|
isSecured?: boolean;
|
|
126
127
|
isClearable?: boolean;
|
|
127
128
|
isDisabled?: boolean;
|
|
@@ -224,10 +225,10 @@ declare const DateInput: React.ForwardRefExoticComponent<Omit<react_native.TextI
|
|
|
224
225
|
errorMessage?: React.ReactNode;
|
|
225
226
|
startContent?: React.ReactNode;
|
|
226
227
|
endContent?: React.ReactNode;
|
|
227
|
-
themeColor?: ThemeColor;
|
|
228
|
+
themeColor?: _xaui_core.ThemeColor;
|
|
228
229
|
variant?: TextInputVariant;
|
|
229
230
|
size?: TextInputSize;
|
|
230
|
-
radius?: Radius;
|
|
231
|
+
radius?: _xaui_core.Radius;
|
|
231
232
|
isSecured?: boolean;
|
|
232
233
|
isClearable?: boolean;
|
|
233
234
|
isDisabled?: boolean;
|
|
@@ -250,10 +251,10 @@ declare const TimeInput: React.ForwardRefExoticComponent<Omit<react_native.TextI
|
|
|
250
251
|
errorMessage?: React.ReactNode;
|
|
251
252
|
startContent?: React.ReactNode;
|
|
252
253
|
endContent?: React.ReactNode;
|
|
253
|
-
themeColor?: ThemeColor;
|
|
254
|
+
themeColor?: _xaui_core.ThemeColor;
|
|
254
255
|
variant?: TextInputVariant;
|
|
255
256
|
size?: TextInputSize;
|
|
256
|
-
radius?: Radius;
|
|
257
|
+
radius?: _xaui_core.Radius;
|
|
257
258
|
isSecured?: boolean;
|
|
258
259
|
isClearable?: boolean;
|
|
259
260
|
isDisabled?: boolean;
|
|
@@ -275,10 +276,10 @@ declare const DateTimeInput: React.ForwardRefExoticComponent<Omit<react_native.T
|
|
|
275
276
|
errorMessage?: React.ReactNode;
|
|
276
277
|
startContent?: React.ReactNode;
|
|
277
278
|
endContent?: React.ReactNode;
|
|
278
|
-
themeColor?: ThemeColor;
|
|
279
|
+
themeColor?: _xaui_core.ThemeColor;
|
|
279
280
|
variant?: TextInputVariant;
|
|
280
281
|
size?: TextInputSize;
|
|
281
|
-
radius?: Radius;
|
|
282
|
+
radius?: _xaui_core.Radius;
|
|
282
283
|
isSecured?: boolean;
|
|
283
284
|
isClearable?: boolean;
|
|
284
285
|
isDisabled?: boolean;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { I as InputTriggerProps, F as FileInputTriggerProps } from '../input-trigger.type-
|
|
3
|
-
export { f as FileInputTriggerCustomAppearance, e as InputTriggerCustomAppearance, a as InputTriggerEvents, d as InputTriggerLabelPlacement, c as InputTriggerSize, b as InputTriggerVariant } from '../input-trigger.type-
|
|
2
|
+
import { I as InputTriggerProps, F as FileInputTriggerProps } from '../input-trigger.type-Ba4bM3Qp.cjs';
|
|
3
|
+
export { f as FileInputTriggerCustomAppearance, e as InputTriggerCustomAppearance, a as InputTriggerEvents, d as InputTriggerLabelPlacement, c as InputTriggerSize, b as InputTriggerVariant } from '../input-trigger.type-Ba4bM3Qp.cjs';
|
|
4
4
|
import 'react-native';
|
|
5
|
-
import '
|
|
5
|
+
import '@xaui/core/types';
|
|
6
6
|
|
|
7
7
|
declare const InputTrigger: React.FC<InputTriggerProps>;
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { I as InputTriggerProps, F as FileInputTriggerProps } from '../input-trigger.type-
|
|
3
|
-
export { f as FileInputTriggerCustomAppearance, e as InputTriggerCustomAppearance, a as InputTriggerEvents, d as InputTriggerLabelPlacement, c as InputTriggerSize, b as InputTriggerVariant } from '../input-trigger.type-
|
|
2
|
+
import { I as InputTriggerProps, F as FileInputTriggerProps } from '../input-trigger.type-Ba4bM3Qp.js';
|
|
3
|
+
export { f as FileInputTriggerCustomAppearance, e as InputTriggerCustomAppearance, a as InputTriggerEvents, d as InputTriggerLabelPlacement, c as InputTriggerSize, b as InputTriggerVariant } from '../input-trigger.type-Ba4bM3Qp.js';
|
|
4
4
|
import 'react-native';
|
|
5
|
-
import '
|
|
5
|
+
import '@xaui/core/types';
|
|
6
6
|
|
|
7
7
|
declare const InputTrigger: React.FC<InputTriggerProps>;
|
|
8
8
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { StyleProp, ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type InputTriggerVariant = 'colored' | 'light' | 'bordered' | 'underlined';
|
|
6
6
|
type InputTriggerSize = 'sm' | 'md' | 'lg';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactNode } from 'react';
|
|
2
2
|
import { StyleProp, ViewStyle, TextStyle } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { ThemeColor, Radius } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type InputTriggerVariant = 'colored' | 'light' | 'bordered' | 'underlined';
|
|
6
6
|
type InputTriggerSize = 'sm' | 'md' | 'lg';
|
package/dist/list/index.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import * as react_native from 'react-native';
|
|
3
3
|
import { ViewStyle, TextStyle, GestureResponderEvent } from 'react-native';
|
|
4
|
-
import {
|
|
4
|
+
import { ThemeColor, Size } from '@xaui/core/types';
|
|
5
5
|
|
|
6
6
|
type ListSelectionMode = 'single' | 'multiple' | 'none';
|
|
7
7
|
type ListItemCustomAppearance = {
|
package/dist/list/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import * as react_native from 'react-native';
|
|
3
3
|
import { ViewStyle, TextStyle, GestureResponderEvent } from 'react-native';
|
|
4
|
-
import {
|
|
4
|
+
import { ThemeColor, Size } from '@xaui/core/types';
|
|
5
5
|
|
|
6
6
|
type ListSelectionMode = 'single' | 'multiple' | 'none';
|
|
7
7
|
type ListItemCustomAppearance = {
|
package/dist/menubox/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from 'react';
|
|
2
2
|
import { ViewStyle, TextStyle, GestureResponderEvent } from 'react-native';
|
|
3
|
-
import {
|
|
3
|
+
import { Size, Radius, ThemeColor } from '@xaui/core/types';
|
|
4
4
|
|
|
5
5
|
type MenuBoxItemCustomAppearance = {
|
|
6
6
|
/**
|