@ledgerhq/lumen-ui-rnative 0.1.16 → 0.1.18
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/module/lib/Components/AddressInput/AddressInput.js +3 -5
- package/dist/module/lib/Components/AddressInput/AddressInput.js.map +1 -1
- package/dist/module/lib/Components/AmountDisplay/AmountDisplay.js +2 -1
- package/dist/module/lib/Components/AmountDisplay/AmountDisplay.js.map +1 -1
- package/dist/module/lib/Components/AmountInput/AmountInput.js +0 -1
- package/dist/module/lib/Components/AmountInput/AmountInput.js.map +1 -1
- package/dist/module/lib/Components/Banner/Banner.js +0 -1
- package/dist/module/lib/Components/Banner/Banner.js.map +1 -1
- package/dist/module/lib/Components/BaseInput/BaseInput.js +3 -5
- package/dist/module/lib/Components/BaseInput/BaseInput.js.map +1 -1
- package/dist/module/lib/Components/BottomSheet/BottomSheet.js +2 -3
- package/dist/module/lib/Components/BottomSheet/BottomSheet.js.map +1 -1
- package/dist/module/lib/Components/BottomSheet/BottomSheet.test.js +2 -6
- package/dist/module/lib/Components/BottomSheet/BottomSheet.test.js.map +1 -1
- package/dist/module/lib/Components/BottomSheet/BottomSheetHeader.js +0 -1
- package/dist/module/lib/Components/BottomSheet/BottomSheetHeader.js.map +1 -1
- package/dist/module/lib/Components/BottomSheet/CustomBackdrop.js +0 -1
- package/dist/module/lib/Components/BottomSheet/CustomBackdrop.js.map +1 -1
- package/dist/module/lib/Components/BottomSheet/CustomHandle.js +0 -1
- package/dist/module/lib/Components/BottomSheet/CustomHandle.js.map +1 -1
- package/dist/module/lib/Components/BottomSheet/Scrollables.js +0 -5
- package/dist/module/lib/Components/BottomSheet/Scrollables.js.map +1 -1
- package/dist/module/lib/Components/Button/BaseButton.js +0 -1
- package/dist/module/lib/Components/Button/BaseButton.js.map +1 -1
- package/dist/module/lib/Components/Button/Button.js +0 -1
- package/dist/module/lib/Components/Button/Button.js.map +1 -1
- package/dist/module/lib/Components/Card/Card.js +1 -11
- package/dist/module/lib/Components/Card/Card.js.map +1 -1
- package/dist/module/lib/Components/CardButton/CardButton.js +0 -1
- package/dist/module/lib/Components/CardButton/CardButton.js.map +1 -1
- package/dist/module/lib/Components/Checkbox/BaseCheckbox.js +0 -3
- package/dist/module/lib/Components/Checkbox/BaseCheckbox.js.map +1 -1
- package/dist/module/lib/Components/Checkbox/Checkbox.js +0 -1
- package/dist/module/lib/Components/Checkbox/Checkbox.js.map +1 -1
- package/dist/module/lib/Components/ContentBanner/ContentBanner.js +3 -8
- package/dist/module/lib/Components/ContentBanner/ContentBanner.js.map +1 -1
- package/dist/module/lib/Components/Divider/Divider.js +0 -1
- package/dist/module/lib/Components/Divider/Divider.js.map +1 -1
- package/dist/module/lib/Components/Icon/Icon.js +0 -1
- package/dist/module/lib/Components/Icon/Icon.js.map +1 -1
- package/dist/module/lib/Components/IconButton/IconButton.js +0 -1
- package/dist/module/lib/Components/IconButton/IconButton.js.map +1 -1
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.js +13 -23
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.js.map +1 -1
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.mdx +58 -90
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.stories.js +24 -29
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.stories.js.map +1 -1
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.test.js +30 -38
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.test.js.map +1 -1
- package/dist/module/lib/Components/Label/Label.js +0 -1
- package/dist/module/lib/Components/Label/Label.js.map +1 -1
- package/dist/module/lib/Components/Link/Link.js +0 -1
- package/dist/module/lib/Components/Link/Link.js.map +1 -1
- package/dist/module/lib/Components/ListItem/ListItem.js +5 -8
- package/dist/module/lib/Components/ListItem/ListItem.js.map +1 -1
- package/dist/module/lib/Components/MediaBanner/MediaBanner.js +3 -4
- package/dist/module/lib/Components/MediaBanner/MediaBanner.js.map +1 -1
- package/dist/module/lib/Components/MediaCard/MediaCard.js +3 -6
- package/dist/module/lib/Components/MediaCard/MediaCard.js.map +1 -1
- package/dist/module/lib/Components/MediaImage/MediaImage.js +0 -1
- package/dist/module/lib/Components/MediaImage/MediaImage.js.map +1 -1
- package/dist/module/lib/Components/NavBar/CoinCapsule.js +0 -1
- package/dist/module/lib/Components/NavBar/CoinCapsule.js.map +1 -1
- package/dist/module/lib/Components/NavBar/NavBar.js +0 -4
- package/dist/module/lib/Components/NavBar/NavBar.js.map +1 -1
- package/dist/module/lib/Components/PageIndicator/PageIndicator.js +0 -1
- package/dist/module/lib/Components/PageIndicator/PageIndicator.js.map +1 -1
- package/dist/module/lib/Components/SearchInput/SearchInput.js +2 -2
- package/dist/module/lib/Components/SearchInput/SearchInput.js.map +1 -1
- package/dist/module/lib/Components/SearchInput/SearchInput.test.js +41 -0
- package/dist/module/lib/Components/SearchInput/SearchInput.test.js.map +1 -0
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.js +0 -2
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.js.map +1 -1
- package/dist/module/lib/Components/Select/Select.js +0 -9
- package/dist/module/lib/Components/Select/Select.js.map +1 -1
- package/dist/module/lib/Components/Skeleton/Skeleton.js +0 -4
- package/dist/module/lib/Components/Skeleton/Skeleton.js.map +1 -1
- package/dist/module/lib/Components/Slot/Slot.js +0 -4
- package/dist/module/lib/Components/Slot/Slot.js.map +1 -1
- package/dist/module/lib/Components/Spinner/Spinner.js +0 -1
- package/dist/module/lib/Components/Spinner/Spinner.js.map +1 -1
- package/dist/module/lib/Components/Spot/Spot.js +2 -1
- package/dist/module/lib/Components/Spot/Spot.js.map +1 -1
- package/dist/module/lib/Components/Stepper/Stepper.js +0 -1
- package/dist/module/lib/Components/Stepper/Stepper.js.map +1 -1
- package/dist/module/lib/Components/Subheader/Subheader.js +3 -4
- package/dist/module/lib/Components/Subheader/Subheader.js.map +1 -1
- package/dist/module/lib/Components/Switch/BaseSwitch.js +1 -3
- package/dist/module/lib/Components/Switch/BaseSwitch.js.map +1 -1
- package/dist/module/lib/Components/Switch/Switch.js +0 -1
- package/dist/module/lib/Components/Switch/Switch.js.map +1 -1
- package/dist/module/lib/Components/TabBar/TabBar.js +0 -1
- package/dist/module/lib/Components/TabBar/TabBar.js.map +1 -1
- package/dist/module/lib/Components/Tag/Tag.js +0 -1
- package/dist/module/lib/Components/Tag/Tag.js.map +1 -1
- package/dist/module/lib/Components/TextInput/TextInput.js +0 -1
- package/dist/module/lib/Components/TextInput/TextInput.js.map +1 -1
- package/dist/module/lib/Components/Tile/Tile.js +0 -5
- package/dist/module/lib/Components/Tile/Tile.js.map +1 -1
- package/dist/module/lib/Components/TileButton/TileButton.js +0 -1
- package/dist/module/lib/Components/TileButton/TileButton.js.map +1 -1
- package/dist/module/lib/Components/Tooltip/Tooltip.js +0 -3
- package/dist/module/lib/Components/Tooltip/Tooltip.js.map +1 -1
- package/dist/module/lib/Components/Tooltip/Tooltip.stories.js +2 -2
- package/dist/module/lib/Components/Tooltip/Tooltip.stories.js.map +1 -1
- package/dist/module/lib/Components/TriggerButton/TriggerButton.js +0 -1
- package/dist/module/lib/Components/TriggerButton/TriggerButton.js.map +1 -1
- package/dist/typescript/src/lib/Components/AddressInput/AddressInput.d.ts +1 -4
- package/dist/typescript/src/lib/Components/AddressInput/AddressInput.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/AmountDisplay/AmountDisplay.d.ts +1 -4
- package/dist/typescript/src/lib/Components/AmountDisplay/AmountDisplay.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/AmountInput/AmountInput.d.ts +1 -4
- package/dist/typescript/src/lib/Components/AmountInput/AmountInput.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Banner/Banner.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Banner/Banner.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/BaseInput/BaseInput.d.ts +1 -4
- package/dist/typescript/src/lib/Components/BaseInput/BaseInput.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/BottomSheet/BottomSheet.d.ts +2 -5
- package/dist/typescript/src/lib/Components/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/BottomSheet/BottomSheetHeader.d.ts +1 -4
- package/dist/typescript/src/lib/Components/BottomSheet/BottomSheetHeader.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/BottomSheet/CustomBackdrop.d.ts +1 -4
- package/dist/typescript/src/lib/Components/BottomSheet/CustomBackdrop.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/BottomSheet/CustomHandle.d.ts +3 -6
- package/dist/typescript/src/lib/Components/BottomSheet/CustomHandle.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/BottomSheet/Scrollables.d.ts +5 -20
- package/dist/typescript/src/lib/Components/BottomSheet/Scrollables.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Button/BaseButton.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Button/BaseButton.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Button/Button.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Button/Button.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Card/Card.d.ts +26 -56
- package/dist/typescript/src/lib/Components/Card/Card.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/CardButton/CardButton.d.ts +1 -4
- package/dist/typescript/src/lib/Components/CardButton/CardButton.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Checkbox/BaseCheckbox.d.ts +2 -8
- package/dist/typescript/src/lib/Components/Checkbox/BaseCheckbox.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Checkbox/Checkbox.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/ContentBanner/ContentBanner.d.ts +4 -16
- package/dist/typescript/src/lib/Components/ContentBanner/ContentBanner.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Divider/Divider.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Divider/Divider.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Icon/Icon.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Icon/Icon.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/IconButton/IconButton.d.ts +1 -4
- package/dist/typescript/src/lib/Components/IconButton/IconButton.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/InteractiveIcon/InteractiveIcon.d.ts +4 -12
- package/dist/typescript/src/lib/Components/InteractiveIcon/InteractiveIcon.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/InteractiveIcon/types.d.ts +13 -4
- package/dist/typescript/src/lib/Components/InteractiveIcon/types.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Label/Label.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Label/Label.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Link/Link.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Link/Link.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/ListItem/ListItem.d.ts +19 -40
- package/dist/typescript/src/lib/Components/ListItem/ListItem.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/MediaCard/MediaCard.d.ts +2 -8
- package/dist/typescript/src/lib/Components/MediaCard/MediaCard.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/MediaImage/MediaImage.d.ts +1 -4
- package/dist/typescript/src/lib/Components/MediaImage/MediaImage.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/NavBar/CoinCapsule.d.ts +0 -3
- package/dist/typescript/src/lib/Components/NavBar/CoinCapsule.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/NavBar/NavBar.d.ts +0 -12
- package/dist/typescript/src/lib/Components/NavBar/NavBar.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/PageIndicator/PageIndicator.d.ts +1 -4
- package/dist/typescript/src/lib/Components/PageIndicator/PageIndicator.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/SearchInput/SearchInput.d.ts +1 -4
- package/dist/typescript/src/lib/Components/SearchInput/SearchInput.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/SegmentedControl/SegmentedControl.d.ts +0 -6
- package/dist/typescript/src/lib/Components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Select/Select.d.ts +9 -36
- package/dist/typescript/src/lib/Components/Select/Select.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Skeleton/Skeleton.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Slot/Slot.d.ts +4 -16
- package/dist/typescript/src/lib/Components/Slot/Slot.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Spinner/Spinner.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Spinner/Spinner.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Spot/Spot.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Stepper/Stepper.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Stepper/Stepper.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Subheader/types.d.ts +1 -1
- package/dist/typescript/src/lib/Components/Subheader/types.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Switch/BaseSwitch.d.ts +2 -8
- package/dist/typescript/src/lib/Components/Switch/BaseSwitch.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Switch/Switch.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Switch/Switch.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/TabBar/TabBar.d.ts +0 -3
- package/dist/typescript/src/lib/Components/TabBar/TabBar.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Tag/Tag.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Tag/Tag.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/TextInput/TextInput.d.ts +1 -4
- package/dist/typescript/src/lib/Components/TextInput/TextInput.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Tile/Tile.d.ts +5 -20
- package/dist/typescript/src/lib/Components/Tile/Tile.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/TileButton/TileButton.d.ts +1 -4
- package/dist/typescript/src/lib/Components/TileButton/TileButton.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Tooltip/Tooltip.d.ts +3 -12
- package/dist/typescript/src/lib/Components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/TriggerButton/TriggerButton.d.ts +1 -4
- package/dist/typescript/src/lib/Components/TriggerButton/TriggerButton.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/lib/Components/AddressInput/AddressInput.tsx +3 -5
- package/src/lib/Components/AmountDisplay/AmountDisplay.tsx +2 -2
- package/src/lib/Components/AmountInput/AmountInput.tsx +0 -2
- package/src/lib/Components/Banner/Banner.tsx +0 -2
- package/src/lib/Components/BaseInput/BaseInput.tsx +3 -5
- package/src/lib/Components/BottomSheet/BottomSheet.test.tsx +2 -4
- package/src/lib/Components/BottomSheet/BottomSheet.tsx +2 -3
- package/src/lib/Components/BottomSheet/BottomSheetHeader.tsx +0 -1
- package/src/lib/Components/BottomSheet/CustomBackdrop.tsx +0 -1
- package/src/lib/Components/BottomSheet/CustomHandle.tsx +0 -1
- package/src/lib/Components/BottomSheet/Scrollables.tsx +0 -5
- package/src/lib/Components/Button/BaseButton.tsx +0 -2
- package/src/lib/Components/Button/Button.tsx +0 -1
- package/src/lib/Components/Card/Card.tsx +0 -10
- package/src/lib/Components/CardButton/CardButton.tsx +0 -2
- package/src/lib/Components/Checkbox/BaseCheckbox.tsx +0 -4
- package/src/lib/Components/Checkbox/Checkbox.tsx +0 -2
- package/src/lib/Components/ContentBanner/ContentBanner.tsx +3 -11
- package/src/lib/Components/Divider/Divider.tsx +0 -2
- package/src/lib/Components/Icon/Icon.tsx +0 -2
- package/src/lib/Components/IconButton/IconButton.tsx +0 -2
- package/src/lib/Components/InteractiveIcon/InteractiveIcon.mdx +58 -90
- package/src/lib/Components/InteractiveIcon/InteractiveIcon.stories.tsx +35 -34
- package/src/lib/Components/InteractiveIcon/InteractiveIcon.test.tsx +33 -29
- package/src/lib/Components/InteractiveIcon/InteractiveIcon.tsx +17 -28
- package/src/lib/Components/InteractiveIcon/types.ts +13 -5
- package/src/lib/Components/Label/Label.tsx +0 -2
- package/src/lib/Components/Link/Link.tsx +0 -2
- package/src/lib/Components/ListItem/ListItem.tsx +5 -15
- package/src/lib/Components/MediaBanner/MediaBanner.tsx +3 -3
- package/src/lib/Components/MediaCard/MediaCard.tsx +3 -7
- package/src/lib/Components/MediaImage/MediaImage.tsx +0 -2
- package/src/lib/Components/NavBar/CoinCapsule.tsx +0 -2
- package/src/lib/Components/NavBar/NavBar.tsx +0 -8
- package/src/lib/Components/PageIndicator/PageIndicator.tsx +0 -2
- package/src/lib/Components/SearchInput/SearchInput.test.tsx +40 -0
- package/src/lib/Components/SearchInput/SearchInput.tsx +8 -3
- package/src/lib/Components/SegmentedControl/SegmentedControl.tsx +0 -4
- package/src/lib/Components/Select/Select.tsx +0 -10
- package/src/lib/Components/Skeleton/Skeleton.tsx +0 -4
- package/src/lib/Components/Slot/Slot.tsx +0 -8
- package/src/lib/Components/Spinner/Spinner.tsx +0 -2
- package/src/lib/Components/Spot/Spot.tsx +1 -0
- package/src/lib/Components/Stepper/Stepper.tsx +0 -2
- package/src/lib/Components/Subheader/Subheader.tsx +3 -3
- package/src/lib/Components/Subheader/types.ts +1 -1
- package/src/lib/Components/Switch/BaseSwitch.tsx +0 -3
- package/src/lib/Components/Switch/Switch.tsx +0 -2
- package/src/lib/Components/TabBar/TabBar.tsx +0 -2
- package/src/lib/Components/Tag/Tag.tsx +0 -2
- package/src/lib/Components/TextInput/TextInput.tsx +0 -2
- package/src/lib/Components/Tile/Tile.tsx +0 -6
- package/src/lib/Components/TileButton/TileButton.tsx +0 -2
- package/src/lib/Components/Tooltip/Tooltip.stories.tsx +5 -3
- package/src/lib/Components/Tooltip/Tooltip.tsx +0 -3
- package/src/lib/Components/TriggerButton/TriggerButton.tsx +0 -2
|
@@ -13,8 +13,5 @@ import { SpinnerProps } from './types';
|
|
|
13
13
|
* // With lx props for layout and color
|
|
14
14
|
* <Spinner lx={{ marginTop: 's8', color: 'muted' }} />
|
|
15
15
|
*/
|
|
16
|
-
export declare const Spinner: {
|
|
17
|
-
({ lx, size, color, ref, ...props }: SpinnerProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
displayName: string;
|
|
19
|
-
};
|
|
16
|
+
export declare const Spinner: ({ lx, size, color, ref, ...props }: SpinnerProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
17
|
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Spinner/Spinner.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Spinner/Spinner.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,OAAO,GAAI,oCAMrB,YAAY,4CA2Bd,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spot.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Spot/Spot.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAkB,SAAS,EAAY,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"Spot.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Spot/Spot.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAkB,SAAS,EAAY,MAAM,SAAS,CAAC;AAiF9D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,IAAI,GAAI,OAAO,SAAS,4CAgEpC,CAAC"}
|
|
@@ -9,8 +9,5 @@ import { StepperProps } from './types';
|
|
|
9
9
|
* <Stepper currentStep={1} totalSteps={4} />
|
|
10
10
|
* <Stepper currentStep={0} totalSteps={9} disabled /> // Shows minimal dot, disabled style
|
|
11
11
|
*/
|
|
12
|
-
export declare const Stepper: {
|
|
13
|
-
({ lx, currentStep, totalSteps, disabled: disabledProp, label, ref, ...props }: StepperProps): import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
displayName: string;
|
|
15
|
-
};
|
|
12
|
+
export declare const Stepper: ({ lx, currentStep, totalSteps, disabled: disabledProp, label, ref, ...props }: StepperProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
13
|
//# sourceMappingURL=Stepper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Stepper/Stepper.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAiCvC;;;;;;;;;GASG;AACH,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Stepper.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Stepper/Stepper.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAiCvC;;;;;;;;;GASG;AACH,eAAO,MAAM,OAAO,GAAI,+EAQrB,YAAY,4CAsHd,CAAC"}
|
|
@@ -34,7 +34,7 @@ export type SubheaderCountProps = {
|
|
|
34
34
|
*/
|
|
35
35
|
format?: (value: number) => string;
|
|
36
36
|
} & Omit<StyledTextProps, 'children'>;
|
|
37
|
-
export type SubheaderInfoProps = Omit<InteractiveIconProps, '
|
|
37
|
+
export type SubheaderInfoProps = Omit<InteractiveIconProps, 'icon' | 'size' | 'iconType'> & {
|
|
38
38
|
/**
|
|
39
39
|
* The visual style of the icon button.
|
|
40
40
|
* Defaults to 'stroked'.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Subheader/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC;AAEtC,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC;AAEtC,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC;AAEtC,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACpC,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC;AAEtC,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,oBAAoB,EACpB,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Subheader/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC;AAEtC,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC;AAEtC,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;CAClB,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC;AAEtC,MAAM,MAAM,mBAAmB,GAAG;IAChC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CACpC,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC;AAEtC,MAAM,MAAM,kBAAkB,GAAG,IAAI,CACnC,oBAAoB,EACpB,MAAM,GAAG,MAAM,GAAG,UAAU,CAC7B,GAAG;IACF;;;OAGG;IACH,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;CACrB,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC;AAEtC,MAAM,MAAM,sBAAsB,GAAG,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,CAAC"}
|
|
@@ -7,13 +7,7 @@ type BaseSwitchRootProps = SlottablePressableProps & {
|
|
|
7
7
|
size?: SwitchProps['size'];
|
|
8
8
|
onKeyDown?: (ev: React.KeyboardEvent) => void;
|
|
9
9
|
};
|
|
10
|
-
declare const BaseSwitchRoot: {
|
|
11
|
-
|
|
12
|
-
displayName: string;
|
|
13
|
-
};
|
|
14
|
-
declare const BaseSwitchThumb: {
|
|
15
|
-
({ asChild, ref, ...props }: SlottableViewProps): import("react/jsx-runtime").JSX.Element;
|
|
16
|
-
displayName: string;
|
|
17
|
-
};
|
|
10
|
+
declare const BaseSwitchRoot: ({ asChild, checked, size, onCheckedChange, disabled, onPress: onPressProp, "aria-valuetext": ariaValueText, ref, ...props }: BaseSwitchRootProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare const BaseSwitchThumb: ({ asChild, ref, ...props }: SlottableViewProps) => import("react/jsx-runtime").JSX.Element;
|
|
18
12
|
export { BaseSwitchRoot, BaseSwitchThumb };
|
|
19
13
|
//# sourceMappingURL=BaseSwitch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BaseSwitch.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Switch/BaseSwitch.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAG1E,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAKtC,KAAK,mBAAmB,GAAG,uBAAuB,GAAG;IACnD,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAChC,eAAe,EAAE,WAAW,CAAC,iBAAiB,CAAC,CAAC;IAChD,QAAQ,CAAC,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;IACnC,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,SAAS,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,aAAa,KAAK,IAAI,CAAC;CAC/C,CAAC;AAKF,QAAA,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"BaseSwitch.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Switch/BaseSwitch.tsx"],"names":[],"mappings":"AAgBA,OAAO,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAG1E,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAKtC,KAAK,mBAAmB,GAAG,uBAAuB,GAAG;IACnD,OAAO,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;IAChC,eAAe,EAAE,WAAW,CAAC,iBAAiB,CAAC,CAAC;IAChD,QAAQ,CAAC,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;IACnC,IAAI,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IAC3B,SAAS,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,aAAa,KAAK,IAAI,CAAC;CAC/C,CAAC;AAKF,QAAA,MAAM,cAAc,GAAI,6HAUrB,mBAAmB,4CA4CrB,CAAC;AAmCF,QAAA,MAAM,eAAe,GAAI,4BAA4B,kBAAkB,4CAsCtE,CAAC;AAsFF,OAAO,EAAE,cAAc,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -22,8 +22,5 @@ import { SwitchProps } from './types';
|
|
|
22
22
|
* // Uncontrolled switch with default state
|
|
23
23
|
* <Switch defaultChecked={true} onCheckedChange={handleChange} />
|
|
24
24
|
*/
|
|
25
|
-
export declare const Switch: {
|
|
26
|
-
({ lx, style, checked: checkedProp, onCheckedChange: onCheckedChangeProp, defaultChecked, disabled: disabledProp, size, ref, ...props }: SwitchProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
-
displayName: string;
|
|
28
|
-
};
|
|
25
|
+
export declare const Switch: ({ lx, style, checked: checkedProp, onCheckedChange: onCheckedChangeProp, defaultChecked, disabled: disabledProp, size, ref, ...props }: SwitchProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
26
|
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Switch/Switch.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Switch/Switch.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,eAAO,MAAM,MAAM,GAAI,wIAUpB,WAAW,4CAuBb,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { TabBarItemProps, TabBarProps } from './types';
|
|
2
2
|
export declare const TAB_BAR_HEIGHT = 60;
|
|
3
3
|
export declare function TabBarItem({ value, label, icon, activeIcon, style, ...props }: TabBarItemProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
-
export declare namespace TabBarItem {
|
|
5
|
-
var displayName: string;
|
|
6
|
-
}
|
|
7
4
|
/**
|
|
8
5
|
* A horizontal tab bar with animated pill background and icon transitions.
|
|
9
6
|
* Provides smooth animations for active state changes and press interactions.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabBar.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/TabBar/TabBar.tsx"],"names":[],"mappings":"AA6BA,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEvD,eAAO,MAAM,cAAc,KAAK,CAAC;AAyIjC,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,KAAK,EACL,IAAI,EACJ,UAAU,EACV,KAAK,EACL,GAAG,KAAK,EACT,EAAE,eAAe,2CAmDjB;
|
|
1
|
+
{"version":3,"file":"TabBar.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/TabBar/TabBar.tsx"],"names":[],"mappings":"AA6BA,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEvD,eAAO,MAAM,cAAc,KAAK,CAAC;AAyIjC,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,KAAK,EACL,IAAI,EACJ,UAAU,EACV,KAAK,EACL,GAAG,KAAK,EACT,EAAE,eAAe,2CAmDjB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,MAAM,CAAC,EACrB,MAAM,EACN,UAAU,EACV,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,WAAW,2CA2Cb"}
|
|
@@ -26,8 +26,5 @@ import { TagProps } from './types';
|
|
|
26
26
|
* // Small tag
|
|
27
27
|
* <Tag label="Small" size="sm" />
|
|
28
28
|
*/
|
|
29
|
-
export declare const Tag: {
|
|
30
|
-
({ appearance, size, icon, label, disabled: disabledProp, lx, style, ref, ...props }: TagProps): import("react/jsx-runtime").JSX.Element;
|
|
31
|
-
displayName: string;
|
|
32
|
-
};
|
|
29
|
+
export declare const Tag: ({ appearance, size, icon, label, disabled: disabledProp, lx, style, ref, ...props }: TagProps) => import("react/jsx-runtime").JSX.Element;
|
|
33
30
|
//# sourceMappingURL=Tag.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Tag/Tag.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAiGnC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"Tag.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Tag/Tag.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;AAiGnC;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,GAAG,GAAI,qFAUjB,QAAQ,4CAuBV,CAAC"}
|
|
@@ -53,8 +53,5 @@ import { type TextInputProps } from './types';
|
|
|
53
53
|
* }}
|
|
54
54
|
* />
|
|
55
55
|
*/
|
|
56
|
-
export declare const TextInput:
|
|
57
|
-
(props: TextInputProps): import("react/jsx-runtime").JSX.Element;
|
|
58
|
-
displayName: string;
|
|
59
|
-
};
|
|
56
|
+
export declare const TextInput: (props: TextInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
60
57
|
//# sourceMappingURL=TextInput.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/TextInput/TextInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"TextInput.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/TextInput/TextInput.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAqDG;AACH,eAAO,MAAM,SAAS,GAAI,OAAO,cAAc,4CAE9C,CAAC"}
|
|
@@ -38,10 +38,7 @@ import { TileContentProps, TileDescriptionProps, TileProps, TileTitleProps, Tile
|
|
|
38
38
|
* </TileContent>
|
|
39
39
|
* </Tile>
|
|
40
40
|
*/
|
|
41
|
-
export declare const Tile: {
|
|
42
|
-
({ lx, style, appearance, disabled: disabledProp, centered, children, ref, ...props }: TileProps): import("react/jsx-runtime").JSX.Element;
|
|
43
|
-
displayName: string;
|
|
44
|
-
};
|
|
41
|
+
export declare const Tile: ({ lx, style, appearance, disabled: disabledProp, centered, children, ref, ...props }: TileProps) => import("react/jsx-runtime").JSX.Element;
|
|
45
42
|
/**
|
|
46
43
|
* A container for grouping TileTitle, TileDescription and TileTrailingContent with consistent spacing.
|
|
47
44
|
* Use this to wrap text content within a Tile.
|
|
@@ -57,19 +54,13 @@ export declare const Tile: {
|
|
|
57
54
|
* </TileContent>
|
|
58
55
|
* </Tile>
|
|
59
56
|
*/
|
|
60
|
-
export declare const TileContent: {
|
|
61
|
-
({ children, lx, style }: TileContentProps): import("react/jsx-runtime").JSX.Element;
|
|
62
|
-
displayName: string;
|
|
63
|
-
};
|
|
57
|
+
export declare const TileContent: ({ children, lx, style }: TileContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
64
58
|
/**
|
|
65
59
|
* The primary text label for a Tile. Automatically inherits the disabled state from the parent Tile.
|
|
66
60
|
* Text will truncate with ellipsis if it exceeds the available width.
|
|
67
61
|
* If children is a string, it will be automatically wrapped in a Text component.
|
|
68
62
|
*/
|
|
69
|
-
export declare const TileTitle: {
|
|
70
|
-
({ children, lx, style }: TileTitleProps): import("react/jsx-runtime").JSX.Element;
|
|
71
|
-
displayName: string;
|
|
72
|
-
};
|
|
63
|
+
export declare const TileTitle: ({ children, lx, style }: TileTitleProps) => import("react/jsx-runtime").JSX.Element;
|
|
73
64
|
/**
|
|
74
65
|
* The secondary text label for a Tile. Automatically inherits the disabled state from the parent Tile.
|
|
75
66
|
* Text will truncate with ellipsis if it exceeds the available width.
|
|
@@ -83,10 +74,7 @@ export declare const TileTitle: {
|
|
|
83
74
|
* </TileContent>
|
|
84
75
|
* </Tile>
|
|
85
76
|
*/
|
|
86
|
-
export declare const TileDescription: {
|
|
87
|
-
({ children, lx, style, }: TileDescriptionProps): import("react/jsx-runtime").JSX.Element;
|
|
88
|
-
displayName: string;
|
|
89
|
-
};
|
|
77
|
+
export declare const TileDescription: ({ children, lx, style, }: TileDescriptionProps) => import("react/jsx-runtime").JSX.Element;
|
|
90
78
|
/**
|
|
91
79
|
* A container for trailing content inside TileContent.
|
|
92
80
|
* Use this to wrap Tags, labels, or other supplementary information after title and description.
|
|
@@ -104,8 +92,5 @@ export declare const TileDescription: {
|
|
|
104
92
|
* </TileContent>
|
|
105
93
|
* </Tile>
|
|
106
94
|
*/
|
|
107
|
-
export declare const TileTrailingContent: {
|
|
108
|
-
({ children, lx, style, }: TileTrailingContentProps): import("react/jsx-runtime").JSX.Element;
|
|
109
|
-
displayName: string;
|
|
110
|
-
};
|
|
95
|
+
export declare const TileTrailingContent: ({ children, lx, style, }: TileTrailingContentProps) => import("react/jsx-runtime").JSX.Element;
|
|
111
96
|
//# sourceMappingURL=Tile.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Tile/Tile.tsx"],"names":[],"mappings":"AASA,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,SAAS,EACT,cAAc,EACd,wBAAwB,EACzB,MAAM,SAAS,CAAC;AAwDjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"Tile.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Tile/Tile.tsx"],"names":[],"mappings":"AASA,OAAO,EACL,gBAAgB,EAChB,oBAAoB,EACpB,SAAS,EACT,cAAc,EACd,wBAAwB,EACzB,MAAM,SAAS,CAAC;AAwDjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,eAAO,MAAM,IAAI,GAAI,sFASlB,SAAS,4CAiCX,CAAC;AA8BF;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,WAAW,GAAI,yBAAyB,gBAAgB,4CAWpE,CAAC;AAuBF;;;;GAIG;AACH,eAAO,MAAM,SAAS,GAAI,yBAAyB,cAAc,4CA6BhE,CAAC;AAuBF;;;;;;;;;;;;GAYG;AACH,eAAO,MAAM,eAAe,GAAI,0BAI7B,oBAAoB,4CA6BtB,CAAC;AAgBF;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,mBAAmB,GAAI,0BAIjC,wBAAwB,4CAW1B,CAAC"}
|
|
@@ -13,8 +13,5 @@ import { TileButtonProps } from './types';
|
|
|
13
13
|
* Settings
|
|
14
14
|
* </TileButton>
|
|
15
15
|
*/
|
|
16
|
-
export declare const TileButton: {
|
|
17
|
-
({ lx, style, icon: IconProp, children, disabled: disabledProp, isFull, numberOfLines, ...props }: TileButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
-
displayName: string;
|
|
19
|
-
};
|
|
16
|
+
export declare const TileButton: ({ lx, style, icon: IconProp, children, disabled: disabledProp, isFull, numberOfLines, ...props }: TileButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
17
|
//# sourceMappingURL=TileButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TileButton.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/TileButton/TileButton.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAwD1C;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"TileButton.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/TileButton/TileButton.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAwD1C;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,UAAU,GAAI,kGASxB,eAAe,4CA6BjB,CAAC"}
|
|
@@ -24,10 +24,7 @@ import type { TooltipProps, TooltipTriggerProps, TooltipContentProps } from './t
|
|
|
24
24
|
* );
|
|
25
25
|
* }
|
|
26
26
|
*/
|
|
27
|
-
export declare const Tooltip: {
|
|
28
|
-
({ children, onOpenChange }: TooltipProps): import("react/jsx-runtime").JSX.Element;
|
|
29
|
-
displayName: string;
|
|
30
|
-
};
|
|
27
|
+
export declare const Tooltip: ({ children, onOpenChange }: TooltipProps) => import("react/jsx-runtime").JSX.Element;
|
|
31
28
|
/**
|
|
32
29
|
* The trigger element that opens the tooltip when pressed.
|
|
33
30
|
*
|
|
@@ -36,12 +33,6 @@ export declare const Tooltip: {
|
|
|
36
33
|
* <Button>Help</Button>
|
|
37
34
|
* </TooltipTrigger>
|
|
38
35
|
*/
|
|
39
|
-
export declare const TooltipTrigger: {
|
|
40
|
-
|
|
41
|
-
displayName: string;
|
|
42
|
-
};
|
|
43
|
-
export declare const TooltipContent: {
|
|
44
|
-
({ title, content }: TooltipContentProps): null;
|
|
45
|
-
displayName: string;
|
|
46
|
-
};
|
|
36
|
+
export declare const TooltipTrigger: ({ children, asChild, style, ...props }: TooltipTriggerProps) => import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
export declare const TooltipContent: ({ title, content }: TooltipContentProps) => null;
|
|
47
38
|
//# sourceMappingURL=Tooltip.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACV,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAEjB;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACV,YAAY,EACZ,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,SAAS,CAAC;AAEjB;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,OAAO,GAAI,4BAA4B,YAAY,4CA4B/D,CAAC;AAEF;;;;;;;GAOG;AACH,eAAO,MAAM,cAAc,GAAI,wCAK5B,mBAAmB,4CA8BrB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,oBAAoB,mBAAmB,SAcrE,CAAC"}
|
|
@@ -19,8 +19,5 @@ import type { TriggerButtonProps } from './types';
|
|
|
19
19
|
*
|
|
20
20
|
* <TriggerButton>All accounts</TriggerButton>
|
|
21
21
|
*/
|
|
22
|
-
export declare const TriggerButton: {
|
|
23
|
-
({ lx, style, appearance, size, disabled, icon, iconType, children: label, ref, ...props }: TriggerButtonProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
-
displayName: string;
|
|
25
|
-
};
|
|
22
|
+
export declare const TriggerButton: ({ lx, style, appearance, size, disabled, icon, iconType, children: label, ref, ...props }: TriggerButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
26
23
|
//# sourceMappingURL=TriggerButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TriggerButton.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/TriggerButton/TriggerButton.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AA6HlD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"TriggerButton.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/Components/TriggerButton/TriggerButton.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AA6HlD;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,aAAa,GAAI,2FAW3B,kBAAkB,4CA2BpB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/lumen-ui-rnative",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"!**/*.tsbuildinfo"
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@ledgerhq/lumen-utils-shared": "0.1.
|
|
45
|
+
"@ledgerhq/lumen-utils-shared": "0.1.3",
|
|
46
46
|
"i18next": "^23.7.0",
|
|
47
47
|
"react-i18next": "^14.0.0"
|
|
48
48
|
},
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@types/react": "^19.0.0",
|
|
54
54
|
"@gorhom/bottom-sheet": "^5.0.0",
|
|
55
|
-
"@ledgerhq/lumen-design-core": "0.1.
|
|
55
|
+
"@ledgerhq/lumen-design-core": "0.1.10",
|
|
56
56
|
"react": "^19.0.0",
|
|
57
57
|
"react-native": "~0.79.7",
|
|
58
58
|
"react-native-reanimated": "^4.1.0",
|
|
@@ -33,11 +33,11 @@ export const AddressInput = ({
|
|
|
33
33
|
(onQrCodeClick && (
|
|
34
34
|
<InteractiveIcon
|
|
35
35
|
iconType='stroked'
|
|
36
|
+
icon={QrCode}
|
|
37
|
+
size={20}
|
|
36
38
|
onPress={onQrCodeClick}
|
|
37
39
|
accessibilityLabel={t('components.addressInput.qrCodeAriaLabel')}
|
|
38
|
-
|
|
39
|
-
<QrCode size={20} />
|
|
40
|
-
</InteractiveIcon>
|
|
40
|
+
/>
|
|
41
41
|
));
|
|
42
42
|
|
|
43
43
|
return (
|
|
@@ -62,5 +62,3 @@ const useStyles = ({ disabled }: { disabled: boolean }) => {
|
|
|
62
62
|
[disabled],
|
|
63
63
|
);
|
|
64
64
|
};
|
|
65
|
-
|
|
66
|
-
AddressInput.displayName = 'AddressInput';
|
|
@@ -173,6 +173,7 @@ const DigitStrip = memo(
|
|
|
173
173
|
);
|
|
174
174
|
},
|
|
175
175
|
);
|
|
176
|
+
DigitStrip.displayName = 'DigitStrip';
|
|
176
177
|
|
|
177
178
|
const DigitStripList = memo(
|
|
178
179
|
({ items, textStyle, animate, type }: DigitStripListProps) => {
|
|
@@ -197,6 +198,7 @@ const DigitStripList = memo(
|
|
|
197
198
|
});
|
|
198
199
|
},
|
|
199
200
|
);
|
|
201
|
+
DigitStripList.displayName = 'DigitStripList';
|
|
200
202
|
|
|
201
203
|
/**
|
|
202
204
|
* AmountDisplay - Renders formatted monetary amounts with flexible currency positioning and decimal formatting.
|
|
@@ -311,5 +313,3 @@ export const AmountDisplay = ({
|
|
|
311
313
|
</Box>
|
|
312
314
|
);
|
|
313
315
|
};
|
|
314
|
-
|
|
315
|
-
AmountDisplay.displayName = 'AmountDisplay';
|
|
@@ -143,13 +143,13 @@ export const BaseInput = ({
|
|
|
143
143
|
{showClearButton ? (
|
|
144
144
|
<InteractiveIcon
|
|
145
145
|
iconType='stroked'
|
|
146
|
+
icon={DeleteCircleFill}
|
|
147
|
+
size={20}
|
|
146
148
|
onPress={handleClear}
|
|
147
149
|
accessibilityLabel={t(
|
|
148
150
|
'components.baseInput.clearInputAriaLabel',
|
|
149
151
|
)}
|
|
150
|
-
|
|
151
|
-
<DeleteCircleFill size={20} />
|
|
152
|
-
</InteractiveIcon>
|
|
152
|
+
/>
|
|
153
153
|
) : (
|
|
154
154
|
suffix
|
|
155
155
|
)}
|
|
@@ -336,5 +336,3 @@ const useFloatingLabelStyles = ({
|
|
|
336
336
|
|
|
337
337
|
return { label, animatedStyle };
|
|
338
338
|
};
|
|
339
|
-
|
|
340
|
-
BaseInput.displayName = 'BaseInput';
|
|
@@ -3,7 +3,7 @@ import { ledgerLiveThemes } from '@ledgerhq/lumen-design-core';
|
|
|
3
3
|
import { render, RenderOptions } from '@testing-library/react-native';
|
|
4
4
|
import { Text, View } from 'react-native';
|
|
5
5
|
import { ThemeProvider } from '../ThemeProvider/ThemeProvider';
|
|
6
|
-
|
|
6
|
+
import { BottomSheet as BottomSheetComponent } from './BottomSheet';
|
|
7
7
|
// Mock react-native-gesture-handler which is used by @gorhom/bottom-sheet
|
|
8
8
|
jest.mock('react-native-gesture-handler', () => ({}));
|
|
9
9
|
|
|
@@ -20,9 +20,7 @@ const renderWithTheme = (
|
|
|
20
20
|
|
|
21
21
|
describe('BottomSheet', () => {
|
|
22
22
|
it('exports BottomSheet component', () => {
|
|
23
|
-
|
|
24
|
-
expect(BottomSheet).toBeDefined();
|
|
25
|
-
expect(BottomSheet.displayName).toBe('BottomSheet');
|
|
23
|
+
expect(BottomSheetComponent).toBeDefined();
|
|
26
24
|
});
|
|
27
25
|
|
|
28
26
|
it('exports useBottomSheetContext hook', () => {
|
|
@@ -57,7 +57,7 @@ const [BottomSheetProvider, useBottomSheetContext] =
|
|
|
57
57
|
'BottomSheet',
|
|
58
58
|
);
|
|
59
59
|
|
|
60
|
-
const BottomSheet = ({
|
|
60
|
+
export const BottomSheet = ({
|
|
61
61
|
onOpen,
|
|
62
62
|
onClose,
|
|
63
63
|
onDismiss,
|
|
@@ -199,6 +199,5 @@ const BottomSheet = ({
|
|
|
199
199
|
</GorhomBottomSheetModal>
|
|
200
200
|
);
|
|
201
201
|
};
|
|
202
|
-
BottomSheet.displayName = 'BottomSheet';
|
|
203
202
|
|
|
204
|
-
export {
|
|
203
|
+
export { useBottomSheetContext };
|
|
@@ -44,7 +44,6 @@ export const BottomSheetView = ({
|
|
|
44
44
|
</GorhomBottomSheetView>
|
|
45
45
|
);
|
|
46
46
|
};
|
|
47
|
-
BottomSheetView.displayName = 'BottomSheetView';
|
|
48
47
|
|
|
49
48
|
export const BottomSheetFlatList = ({
|
|
50
49
|
children,
|
|
@@ -64,7 +63,6 @@ export const BottomSheetFlatList = ({
|
|
|
64
63
|
</GorhomBottomSheetFlatList>
|
|
65
64
|
);
|
|
66
65
|
};
|
|
67
|
-
BottomSheetFlatList.displayName = 'BottomSheetFlatList';
|
|
68
66
|
|
|
69
67
|
export const BottomSheetSectionList = ({
|
|
70
68
|
children,
|
|
@@ -84,7 +82,6 @@ export const BottomSheetSectionList = ({
|
|
|
84
82
|
</GorhomBottomSheetSectionList>
|
|
85
83
|
);
|
|
86
84
|
};
|
|
87
|
-
BottomSheetSectionList.displayName = 'BottomSheetSectionList';
|
|
88
85
|
|
|
89
86
|
export const BottomSheetScrollView = ({
|
|
90
87
|
children,
|
|
@@ -104,7 +101,6 @@ export const BottomSheetScrollView = ({
|
|
|
104
101
|
</GorhomBottomSheetScrollView>
|
|
105
102
|
);
|
|
106
103
|
};
|
|
107
|
-
BottomSheetScrollView.displayName = 'BottomSheetScrollView';
|
|
108
104
|
|
|
109
105
|
export const BottomSheetVirtualizedList = ({
|
|
110
106
|
children,
|
|
@@ -124,4 +120,3 @@ export const BottomSheetVirtualizedList = ({
|
|
|
124
120
|
</GorhomBottomSheetVirtualizedList>
|
|
125
121
|
);
|
|
126
122
|
};
|
|
127
|
-
BottomSheetVirtualizedList.displayName = 'BottomSheetVirtualizedList';
|
|
@@ -210,7 +210,6 @@ export const Card = ({
|
|
|
210
210
|
</CardProvider>
|
|
211
211
|
);
|
|
212
212
|
};
|
|
213
|
-
Card.displayName = 'Card';
|
|
214
213
|
|
|
215
214
|
const CardInner = ({
|
|
216
215
|
outlined,
|
|
@@ -304,7 +303,6 @@ export const CardHeader = ({
|
|
|
304
303
|
</Box>
|
|
305
304
|
);
|
|
306
305
|
};
|
|
307
|
-
CardHeader.displayName = 'CardHeader';
|
|
308
306
|
|
|
309
307
|
const CardHeaderInner = ({
|
|
310
308
|
pressed,
|
|
@@ -352,7 +350,6 @@ export const CardLeading = ({
|
|
|
352
350
|
</Box>
|
|
353
351
|
);
|
|
354
352
|
};
|
|
355
|
-
CardLeading.displayName = 'CardLeading';
|
|
356
353
|
|
|
357
354
|
/**
|
|
358
355
|
* Flex column wrapper for CardContentTitle and CardContentDescription.
|
|
@@ -398,7 +395,6 @@ export const CardContent = ({
|
|
|
398
395
|
</Box>
|
|
399
396
|
);
|
|
400
397
|
};
|
|
401
|
-
CardContent.displayName = 'CardContent';
|
|
402
398
|
|
|
403
399
|
/**
|
|
404
400
|
* Horizontal row wrapper for placing a CardContentTitle or CardContentDescription
|
|
@@ -444,7 +440,6 @@ export const CardContentRow = ({
|
|
|
444
440
|
</Box>
|
|
445
441
|
);
|
|
446
442
|
};
|
|
447
|
-
CardContentRow.displayName = 'CardContentRow';
|
|
448
443
|
|
|
449
444
|
/**
|
|
450
445
|
* Primary text of the card. Inherits the disabled state from the parent Card via context.
|
|
@@ -511,7 +506,6 @@ export const CardContentTitle = ({
|
|
|
511
506
|
</Box>
|
|
512
507
|
);
|
|
513
508
|
};
|
|
514
|
-
CardContentTitle.displayName = 'CardContentTitle';
|
|
515
509
|
|
|
516
510
|
/**
|
|
517
511
|
* Secondary text of the card. Inherits the disabled state from the parent Card via context.
|
|
@@ -578,7 +572,6 @@ export const CardContentDescription = ({
|
|
|
578
572
|
</Box>
|
|
579
573
|
);
|
|
580
574
|
};
|
|
581
|
-
CardContentDescription.displayName = 'CardContentDescription';
|
|
582
575
|
|
|
583
576
|
/**
|
|
584
577
|
* Trailing content container in the header. Used for Button, Tag, or right-aligned CardContent.
|
|
@@ -615,7 +608,6 @@ export const CardTrailing = ({
|
|
|
615
608
|
</CardContentAlignProvider>
|
|
616
609
|
);
|
|
617
610
|
};
|
|
618
|
-
CardTrailing.displayName = 'CardTrailing';
|
|
619
611
|
|
|
620
612
|
const useCardFooterAnimation = ({
|
|
621
613
|
footerExpanded,
|
|
@@ -709,7 +701,6 @@ export const CardFooter = ({
|
|
|
709
701
|
</Animated.View>
|
|
710
702
|
);
|
|
711
703
|
};
|
|
712
|
-
CardFooter.displayName = 'CardFooter';
|
|
713
704
|
|
|
714
705
|
/**
|
|
715
706
|
* Horizontal row container for action buttons inside CardFooter.
|
|
@@ -743,4 +734,3 @@ export const CardFooterActions = ({
|
|
|
743
734
|
</Box>
|
|
744
735
|
);
|
|
745
736
|
};
|
|
746
|
-
CardFooterActions.displayName = 'CardFooterActions';
|
|
@@ -50,7 +50,6 @@ const BaseCheckboxRoot = ({
|
|
|
50
50
|
</BaseCheckboxProvider>
|
|
51
51
|
);
|
|
52
52
|
};
|
|
53
|
-
BaseCheckboxRoot.displayName = ROOT_COMPONENT_NAME;
|
|
54
53
|
|
|
55
54
|
const BaseCheckboxTrigger = ({
|
|
56
55
|
asChild,
|
|
@@ -95,7 +94,6 @@ const BaseCheckboxTrigger = ({
|
|
|
95
94
|
/>
|
|
96
95
|
);
|
|
97
96
|
};
|
|
98
|
-
BaseCheckboxTrigger.displayName = TRIGGER_COMPONENT_NAME;
|
|
99
97
|
|
|
100
98
|
type BaseCheckboxIndicatorProps = ForceMountable & SlottableViewProps;
|
|
101
99
|
const BaseCheckboxIndicator = ({
|
|
@@ -185,6 +183,4 @@ const useStyles = ({
|
|
|
185
183
|
);
|
|
186
184
|
};
|
|
187
185
|
|
|
188
|
-
BaseCheckboxIndicator.displayName = INDICATOR_COMPONENT_NAME;
|
|
189
|
-
|
|
190
186
|
export { BaseCheckboxIndicator, BaseCheckboxRoot, type BaseCheckboxRootProps };
|