@hero-design/rn 7.15.5 → 7.16.0-alpha.0
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/.turbo/turbo-build.log +12 -9
- package/.turbo/turbo-build:types.log +2 -0
- package/.turbo/turbo-lint.log +2 -0
- package/.turbo/turbo-publish:npm.log +9 -0
- package/.turbo/turbo-test.log +361 -0
- package/.turbo/turbo-type-check.log +2 -0
- package/assets/fonts/hero-icons.ttf +0 -0
- package/es/index.js +956 -42363
- package/lib/index.js +956 -42429
- package/package.json +3 -4
- package/src/components/BottomSheet/Header.tsx +2 -1
- package/src/components/BottomSheet/StyledBottomSheet.tsx +23 -18
- package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +11 -11
- package/src/components/Icon/AnimatedIcon.tsx +46 -0
- package/src/components/Icon/HeroIcon/selection.json +1 -1
- package/src/components/Icon/IconList.ts +1 -0
- package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +31 -0
- package/src/components/Icon/__tests__/index.spec.tsx +5 -0
- package/src/components/Icon/index.tsx +24 -9
- package/src/components/RichTextEditor/index.tsx +8 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +22 -22
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +20 -20
- package/src/components/TextInput/__tests__/.log/ti-10343.log +62 -0
- package/src/components/TextInput/__tests__/.log/ti-20729.log +67 -0
- package/src/components/TextInput/__tests__/.log/tsserver.log +6498 -0
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +11 -11
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +6 -3
- package/src/theme/components/bottomSheet.ts +8 -4
- package/src/types.ts +10 -2
- package/types/components/Accordion/AccordionItem.d.ts +0 -0
- package/types/components/Accordion/StyledAccordion.d.ts +0 -0
- package/types/components/Accordion/__tests__/AccordionItem.spec.d.ts +0 -0
- package/types/components/Accordion/__tests__/StyledAccordion.spec.d.ts +0 -0
- package/types/components/Accordion/__tests__/index.spec.d.ts +0 -0
- package/types/components/Accordion/index.d.ts +0 -0
- package/types/components/Accordion/utils.d.ts +0 -0
- package/types/components/Alert/StyledAlert.d.ts +0 -0
- package/types/components/Alert/__tests__/index.spec.d.ts +0 -0
- package/types/components/Alert/index.d.ts +0 -0
- package/types/components/Avatar/StyledAvatar.d.ts +0 -0
- package/types/components/Avatar/__tests__/StyledAvatar.spec.d.ts +0 -0
- package/types/components/Avatar/__tests__/index.spec.d.ts +0 -0
- package/types/components/Avatar/index.d.ts +0 -0
- package/types/components/Badge/Status.d.ts +0 -0
- package/types/components/Badge/StyledBadge.d.ts +0 -0
- package/types/components/Badge/__tests__/Badge.spec.d.ts +0 -0
- package/types/components/Badge/__tests__/Status.spec.d.ts +0 -0
- package/types/components/Badge/index.d.ts +0 -0
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
- package/types/components/BottomNavigation/__tests__/index.spec.d.ts +0 -0
- package/types/components/BottomNavigation/index.d.ts +0 -0
- package/types/components/BottomSheet/Footer.d.ts +0 -0
- package/types/components/BottomSheet/Header.d.ts +0 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
- package/types/components/BottomSheet/__tests__/index.spec.d.ts +0 -0
- package/types/components/BottomSheet/index.d.ts +0 -0
- package/types/components/Button/Button.d.ts +0 -0
- package/types/components/Button/IconButton.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/__tests__/StyledLoadingIndicator.spec.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/__tests__/index.spec.d.ts +0 -0
- package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
- package/types/components/Button/StyledButton.d.ts +0 -0
- package/types/components/Button/UtilityButton/__tests__/index.spec.d.ts +0 -0
- package/types/components/Button/UtilityButton/index.d.ts +0 -0
- package/types/components/Button/UtilityButton/styled.d.ts +0 -0
- package/types/components/Button/__tests__/Button.spec.d.ts +0 -0
- package/types/components/Button/__tests__/IconButton.spec.d.ts +0 -0
- package/types/components/Button/__tests__/StyledButton.spec.d.ts +0 -0
- package/types/components/Button/index.d.ts +0 -0
- package/types/components/Calendar/CalendarRowItem.d.ts +0 -0
- package/types/components/Calendar/StyledCalendar.d.ts +0 -0
- package/types/components/Calendar/__tests__/CalendarRowItem.spec.d.ts +0 -0
- package/types/components/Calendar/__tests__/helper.spec.d.ts +0 -0
- package/types/components/Calendar/__tests__/index.spec.d.ts +0 -0
- package/types/components/Calendar/helpers.d.ts +0 -0
- package/types/components/Calendar/index.d.ts +0 -0
- package/types/components/Card/DataCard/StyledDataCard.d.ts +0 -0
- package/types/components/Card/DataCard/__tests__/StyledDataCard.spec.d.ts +0 -0
- package/types/components/Card/DataCard/__tests__/index.spec.d.ts +0 -0
- package/types/components/Card/DataCard/index.d.ts +0 -0
- package/types/components/Card/StyledCard.d.ts +0 -0
- package/types/components/Card/__tests__/StyledCard.spec.d.ts +0 -0
- package/types/components/Card/__tests__/index.spec.d.ts +0 -0
- package/types/components/Card/index.d.ts +0 -0
- package/types/components/Checkbox/StyledCheckbox.d.ts +0 -0
- package/types/components/Checkbox/__tests__/StyledCheckbox.spec.d.ts +0 -0
- package/types/components/Checkbox/__tests__/index.spec.d.ts +0 -0
- package/types/components/Checkbox/index.d.ts +0 -0
- package/types/components/Collapse/StyledCollapse.d.ts +0 -0
- package/types/components/Collapse/__tests__/StyledCollapse.spec.d.ts +0 -0
- package/types/components/Collapse/__tests__/index.spec.d.ts +0 -0
- package/types/components/Collapse/index.d.ts +0 -0
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
- package/types/components/ContentNavigator/__tests__/StyledContentNavigator.spec.d.ts +0 -0
- package/types/components/ContentNavigator/__tests__/index.spec.d.ts +0 -0
- package/types/components/ContentNavigator/index.d.ts +0 -0
- package/types/components/DatePicker/DatePickerAndroid.d.ts +0 -0
- package/types/components/DatePicker/DatePickerIOS.d.ts +0 -0
- package/types/components/DatePicker/StyledDatePicker.d.ts +0 -0
- package/types/components/DatePicker/__tests__/DatePicker.spec.d.ts +0 -0
- package/types/components/DatePicker/__tests__/DatePickerAndroid.spec.d.ts +0 -0
- package/types/components/DatePicker/__tests__/DatePickerIOS.spec.d.ts +0 -0
- package/types/components/DatePicker/index.d.ts +0 -0
- package/types/components/DatePicker/types.d.ts +0 -0
- package/types/components/Divider/StyledDivider.d.ts +0 -0
- package/types/components/Divider/__tests__/StyledDivider.spec.d.ts +0 -0
- package/types/components/Divider/index.d.ts +0 -0
- package/types/components/Drawer/StyledDrawer.d.ts +0 -0
- package/types/components/Drawer/__tests__/index.spec.d.ts +0 -0
- package/types/components/Drawer/index.d.ts +0 -0
- package/types/components/Empty/StyledEmpty.d.ts +0 -0
- package/types/components/Empty/__tests__/index.spec.d.ts +0 -0
- package/types/components/Empty/index.d.ts +0 -0
- package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
- package/types/components/FAB/ActionGroup/__tests__/index.spec.d.ts +0 -0
- package/types/components/FAB/ActionGroup/index.d.ts +0 -0
- package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
- package/types/components/FAB/FAB.d.ts +0 -0
- package/types/components/FAB/StyledFAB.d.ts +0 -0
- package/types/components/FAB/__tests__/AnimatedFABIcon.spec.d.ts +0 -0
- package/types/components/FAB/__tests__/StyledFAB.spec.d.ts +0 -0
- package/types/components/FAB/__tests__/index.spec.d.ts +0 -0
- package/types/components/FAB/index.d.ts +0 -0
- package/types/components/Icon/HeroIcon/index.d.ts +0 -0
- package/types/components/Icon/IconList.d.ts +0 -0
- package/types/components/Icon/__tests__/index.spec.d.ts +0 -0
- package/types/components/Icon/index.d.ts +0 -0
- package/types/components/Icon/utils.d.ts +0 -0
- package/types/components/List/BasicListItem.d.ts +0 -0
- package/types/components/List/ListItem.d.ts +0 -0
- package/types/components/List/StyledBasicListItem.d.ts +0 -0
- package/types/components/List/StyledListItem.d.ts +0 -0
- package/types/components/List/__tests__/BasicListItem.spec.d.ts +0 -0
- package/types/components/List/__tests__/ListItem.spec.d.ts +0 -0
- package/types/components/List/__tests__/StyledBasicListItem.spec.d.ts +0 -0
- package/types/components/List/__tests__/StyledListItem.spec.d.ts +0 -0
- package/types/components/List/index.d.ts +0 -0
- package/types/components/PinInput/PinCell.d.ts +0 -0
- package/types/components/PinInput/StyledPinInput.d.ts +0 -0
- package/types/components/PinInput/__tests__/PinCell.spec.d.ts +0 -0
- package/types/components/PinInput/__tests__/StyledPinInput.spec.d.ts +0 -0
- package/types/components/PinInput/__tests__/index.spec.d.ts +0 -0
- package/types/components/PinInput/index.d.ts +0 -0
- package/types/components/Progress/ProgressBar.d.ts +0 -0
- package/types/components/Progress/ProgressCircle.d.ts +0 -0
- package/types/components/Progress/StyledProgressBar.d.ts +0 -0
- package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
- package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
- package/types/components/Progress/index.d.ts +0 -0
- package/types/components/Progress/types.d.ts +0 -0
- package/types/components/Radio/Radio.d.ts +0 -0
- package/types/components/Radio/RadioGroup.d.ts +0 -0
- package/types/components/Radio/StyledRadio.d.ts +0 -0
- package/types/components/Radio/__tests__/Radio.spec.d.ts +0 -0
- package/types/components/Radio/__tests__/RadioGroup.spec.d.ts +0 -0
- package/types/components/Radio/__tests__/StyledRadio.spec.d.ts +0 -0
- package/types/components/Radio/index.d.ts +0 -0
- package/types/components/Radio/types.d.ts +0 -0
- package/types/components/RichTextEditor/EditorEvent.d.ts +0 -0
- package/types/components/RichTextEditor/EditorToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/MentionList.d.ts +0 -0
- package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -0
- package/types/components/RichTextEditor/StyledToolbar.d.ts +0 -0
- package/types/components/RichTextEditor/__tests__/EditorToolbar.spec.d.ts +0 -0
- package/types/components/RichTextEditor/__tests__/MentionList.spec.d.ts +0 -0
- package/types/components/RichTextEditor/__tests__/RichTextEditor.spec.d.ts +0 -0
- package/types/components/RichTextEditor/constants.d.ts +0 -0
- package/types/components/RichTextEditor/index.d.ts +0 -0
- package/types/components/RichTextEditor/utils/events.d.ts +0 -0
- package/types/components/RichTextEditor/utils/rnWebView.d.ts +0 -0
- package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
- package/types/components/SectionHeading/__tests__/StyledHeading.spec.d.ts +0 -0
- package/types/components/SectionHeading/__tests__/index.spec.d.ts +0 -0
- package/types/components/SectionHeading/index.d.ts +0 -0
- package/types/components/Select/Footer.d.ts +0 -0
- package/types/components/Select/MultiSelect/Option.d.ts +0 -0
- package/types/components/Select/MultiSelect/OptionList.d.ts +0 -0
- package/types/components/Select/MultiSelect/__tests__/Option.spec.d.ts +0 -0
- package/types/components/Select/MultiSelect/__tests__/OptionList.spec.d.ts +0 -0
- package/types/components/Select/MultiSelect/__tests__/index.spec.d.ts +0 -0
- package/types/components/Select/MultiSelect/index.d.ts +0 -0
- package/types/components/Select/SingleSelect/Option.d.ts +0 -0
- package/types/components/Select/SingleSelect/OptionList.d.ts +0 -0
- package/types/components/Select/SingleSelect/__tests__/Option.spec.d.ts +0 -0
- package/types/components/Select/SingleSelect/__tests__/OptionList.spec.d.ts +0 -0
- package/types/components/Select/SingleSelect/__tests__/index.spec.d.ts +0 -0
- package/types/components/Select/SingleSelect/index.d.ts +0 -0
- package/types/components/Select/StyledOptionList.d.ts +0 -0
- package/types/components/Select/StyledSelect.d.ts +0 -0
- package/types/components/Select/__tests__/StyledSelect.spec.d.ts +0 -0
- package/types/components/Select/helpers.d.ts +0 -0
- package/types/components/Select/index.d.ts +0 -0
- package/types/components/Select/types.d.ts +0 -0
- package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
- package/types/components/Spinner/StyledSpinner.d.ts +0 -0
- package/types/components/Spinner/__tests__/AnimatedSpinner.spec.d.ts +0 -0
- package/types/components/Spinner/__tests__/StyledSpinner.spec.d.ts +0 -0
- package/types/components/Spinner/__tests__/index.spec.d.ts +0 -0
- package/types/components/Spinner/index.d.ts +0 -0
- package/types/components/Switch/StyledSwitch.d.ts +0 -0
- package/types/components/Switch/__tests__/StyledHeading.spec.d.ts +0 -0
- package/types/components/Switch/__tests__/index.spec.d.ts +0 -0
- package/types/components/Switch/index.d.ts +0 -0
- package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
- package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
- package/types/components/Tabs/StyledTabs.d.ts +0 -0
- package/types/components/Tabs/__tests__/ScrollableTabs.spec.d.ts +0 -0
- package/types/components/Tabs/__tests__/index.spec.d.ts +0 -0
- package/types/components/Tabs/index.d.ts +0 -0
- package/types/components/Tabs/utils.d.ts +0 -0
- package/types/components/Tag/StyledTag.d.ts +0 -0
- package/types/components/Tag/__tests__/Tag.spec.d.ts +0 -0
- package/types/components/Tag/index.d.ts +0 -0
- package/types/components/TextInput/StyledTextInput.d.ts +0 -0
- package/types/components/TextInput/__tests__/StyledTextInput.spec.d.ts +0 -0
- package/types/components/TextInput/__tests__/index.spec.d.ts +0 -0
- package/types/components/TextInput/index.d.ts +0 -0
- package/types/components/TimePicker/StyledTimePicker.d.ts +0 -0
- package/types/components/TimePicker/TimePickerAndroid.d.ts +0 -0
- package/types/components/TimePicker/TimePickerIOS.d.ts +0 -0
- package/types/components/TimePicker/__tests__/TimePicker.spec.d.ts +0 -0
- package/types/components/TimePicker/__tests__/TimePickerAndroid.spec.d.ts +0 -0
- package/types/components/TimePicker/__tests__/TimePickerIOS.spec.d.ts +0 -0
- package/types/components/TimePicker/index.d.ts +0 -0
- package/types/components/TimePicker/types.d.ts +0 -0
- package/types/components/Toast/StyledToast.d.ts +0 -0
- package/types/components/Toast/Toast.d.ts +0 -0
- package/types/components/Toast/ToastContainer.d.ts +0 -0
- package/types/components/Toast/ToastContext.d.ts +0 -0
- package/types/components/Toast/ToastProvider.d.ts +0 -0
- package/types/components/Toast/__tests__/Toast.spec.d.ts +0 -0
- package/types/components/Toast/__tests__/ToastContainer.spec.d.ts +0 -0
- package/types/components/Toast/index.d.ts +0 -0
- package/types/components/Toast/types.d.ts +0 -0
- package/types/components/Toolbar/StyledToolbar.d.ts +0 -0
- package/types/components/Toolbar/ToolbarGroup.d.ts +0 -0
- package/types/components/Toolbar/ToolbarItem.d.ts +0 -0
- package/types/components/Toolbar/__tests__/ToolbarGroup.spec.d.ts +0 -0
- package/types/components/Toolbar/__tests__/ToolbarItem.spec.d.ts +0 -0
- package/types/components/Toolbar/index.d.ts +0 -0
- package/types/components/Typography/Text/StyledText.d.ts +0 -0
- package/types/components/Typography/Text/__tests__/StyledText.spec.d.ts +0 -0
- package/types/components/Typography/Text/__tests__/index.spec.d.ts +0 -0
- package/types/components/Typography/Text/index.d.ts +0 -0
- package/types/components/Typography/index.d.ts +0 -0
- package/types/index.d.ts +0 -0
- package/types/index.js.flow +7683 -0
- package/types/testHelpers/renderWithTheme.d.ts +0 -0
- package/types/theme/__tests__/index.spec.d.ts +0 -0
- package/types/theme/components/accordion.d.ts +0 -0
- package/types/theme/components/alert.d.ts +0 -0
- package/types/theme/components/avatar.d.ts +0 -0
- package/types/theme/components/badge.d.ts +0 -0
- package/types/theme/components/bottomNavigation.d.ts +0 -0
- package/types/theme/components/bottomSheet.d.ts +0 -0
- package/types/theme/components/button.d.ts +0 -0
- package/types/theme/components/calendar.d.ts +0 -0
- package/types/theme/components/card.d.ts +0 -0
- package/types/theme/components/checkbox.d.ts +0 -0
- package/types/theme/components/contentNavigator.d.ts +0 -0
- package/types/theme/components/datePicker.d.ts +0 -0
- package/types/theme/components/divider.d.ts +0 -0
- package/types/theme/components/drawer.d.ts +0 -0
- package/types/theme/components/empty.d.ts +0 -0
- package/types/theme/components/fab.d.ts +0 -0
- package/types/theme/components/icon.d.ts +0 -0
- package/types/theme/components/list.d.ts +0 -0
- package/types/theme/components/pinInput.d.ts +0 -0
- package/types/theme/components/progress.d.ts +0 -0
- package/types/theme/components/radio.d.ts +0 -0
- package/types/theme/components/richTextEditor.d.ts +0 -0
- package/types/theme/components/sectionHeading.d.ts +0 -0
- package/types/theme/components/select.d.ts +0 -0
- package/types/theme/components/spinner.d.ts +0 -0
- package/types/theme/components/switch.d.ts +0 -0
- package/types/theme/components/tabs.d.ts +0 -0
- package/types/theme/components/tag.d.ts +0 -0
- package/types/theme/components/textInput.d.ts +0 -0
- package/types/theme/components/timePicker.d.ts +0 -0
- package/types/theme/components/toast.d.ts +0 -0
- package/types/theme/components/toolbar.d.ts +0 -0
- package/types/theme/components/typography.d.ts +0 -0
- package/types/theme/global/borders.d.ts +0 -0
- package/types/theme/global/colors.d.ts +0 -0
- package/types/theme/global/index.d.ts +0 -0
- package/types/theme/global/scale.d.ts +0 -0
- package/types/theme/global/space.d.ts +0 -0
- package/types/theme/global/typography.d.ts +0 -0
- package/types/theme/index.d.ts +0 -0
- package/types/types.d.ts +0 -0
- package/types/utils/__tests__/scale.spec.d.ts +0 -0
- package/types/utils/helpers.d.ts +0 -0
- package/types/utils/hooks.d.ts +0 -0
- package/types/utils/scale.d.ts +0 -0
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
+
exports[`Icon render correctly with spin prop 1`] = `
|
|
4
|
+
<View
|
|
5
|
+
collapsable={false}
|
|
6
|
+
nativeID="animatedComponent"
|
|
7
|
+
style={
|
|
8
|
+
Object {
|
|
9
|
+
"transform": Array [
|
|
10
|
+
Object {
|
|
11
|
+
"rotate": "0deg",
|
|
12
|
+
},
|
|
13
|
+
],
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
>
|
|
17
|
+
<HeroIcon
|
|
18
|
+
name="sync"
|
|
19
|
+
style={
|
|
20
|
+
Array [
|
|
21
|
+
Object {
|
|
22
|
+
"color": "#292a2b",
|
|
23
|
+
"fontSize": 24,
|
|
24
|
+
},
|
|
25
|
+
undefined,
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
themeIntent="text"
|
|
29
|
+
themeSize="medium"
|
|
30
|
+
/>
|
|
31
|
+
</View>
|
|
32
|
+
`;
|
|
33
|
+
|
|
3
34
|
exports[`Icon renders correctly 1`] = `
|
|
4
35
|
<HeroIcon
|
|
5
36
|
name="home"
|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { StyleProp, TextStyle } from 'react-native';
|
|
3
3
|
import IconList from './IconList';
|
|
4
4
|
import HeroIcon from './HeroIcon';
|
|
5
|
+
import AnimatedIcon from './AnimatedIcon';
|
|
5
6
|
|
|
6
7
|
export type IconName = typeof IconList[number];
|
|
7
8
|
|
|
@@ -26,6 +27,10 @@ export interface IconProps {
|
|
|
26
27
|
* Size of the Icon.
|
|
27
28
|
*/
|
|
28
29
|
size?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
|
|
30
|
+
/**
|
|
31
|
+
* Rotate icon with animation.
|
|
32
|
+
*/
|
|
33
|
+
spin?: boolean;
|
|
29
34
|
/**
|
|
30
35
|
* Additional style.
|
|
31
36
|
*/
|
|
@@ -42,14 +47,24 @@ const Icon = ({
|
|
|
42
47
|
size = 'medium',
|
|
43
48
|
intent = 'text',
|
|
44
49
|
testID,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
spin = false,
|
|
51
|
+
}: IconProps) =>
|
|
52
|
+
spin ? (
|
|
53
|
+
<AnimatedIcon
|
|
54
|
+
name={icon}
|
|
55
|
+
themeIntent={intent}
|
|
56
|
+
themeSize={size}
|
|
57
|
+
style={style}
|
|
58
|
+
testID={testID}
|
|
59
|
+
/>
|
|
60
|
+
) : (
|
|
61
|
+
<HeroIcon
|
|
62
|
+
name={icon}
|
|
63
|
+
themeIntent={intent}
|
|
64
|
+
themeSize={size}
|
|
65
|
+
style={style}
|
|
66
|
+
testID={testID}
|
|
67
|
+
/>
|
|
68
|
+
);
|
|
54
69
|
|
|
55
70
|
export default Icon;
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import MentionList from './MentionList';
|
|
1
|
+
import { ToolbarButtonName } from './constants';
|
|
3
2
|
import Toolbar from './EditorToolbar';
|
|
3
|
+
import MentionList from './MentionList';
|
|
4
|
+
import RichTextEditor, {
|
|
5
|
+
RichTextEditorProps,
|
|
6
|
+
RichTextEditorRef,
|
|
7
|
+
} from './RichTextEditor';
|
|
4
8
|
|
|
5
9
|
export default Object.assign(RichTextEditor, {
|
|
6
10
|
MentionList,
|
|
7
11
|
Toolbar,
|
|
8
12
|
});
|
|
13
|
+
|
|
14
|
+
export { RichTextEditorProps, RichTextEditorRef, ToolbarButtonName };
|
|
@@ -241,8 +241,9 @@ Array [
|
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
/>
|
|
244
|
-
<
|
|
244
|
+
<RCTSafeAreaView
|
|
245
245
|
collapsable={false}
|
|
246
|
+
emulateUnlessSupported={true}
|
|
246
247
|
nativeID="animatedComponent"
|
|
247
248
|
onLayout={[Function]}
|
|
248
249
|
style={
|
|
@@ -277,22 +278,19 @@ Array [
|
|
|
277
278
|
Array [
|
|
278
279
|
Object {
|
|
279
280
|
"flexDirection": "row",
|
|
280
|
-
"
|
|
281
|
+
"paddingHorizontal": 16,
|
|
282
|
+
"paddingVertical": 8,
|
|
281
283
|
},
|
|
282
284
|
undefined,
|
|
283
285
|
]
|
|
284
286
|
}
|
|
285
287
|
>
|
|
286
288
|
<View
|
|
287
|
-
adjacentIcon={true}
|
|
288
289
|
style={
|
|
289
290
|
Array [
|
|
290
291
|
Object {
|
|
291
292
|
"flex": 1,
|
|
292
293
|
"justifyContent": "center",
|
|
293
|
-
"paddingLeft": 24,
|
|
294
|
-
"paddingRight": 0,
|
|
295
|
-
"paddingVertical": 8,
|
|
296
294
|
},
|
|
297
295
|
undefined,
|
|
298
296
|
]
|
|
@@ -323,8 +321,10 @@ Array [
|
|
|
323
321
|
Array [
|
|
324
322
|
Object {
|
|
325
323
|
"alignItems": "center",
|
|
324
|
+
"height": 48,
|
|
326
325
|
"justifyContent": "center",
|
|
327
|
-
"
|
|
326
|
+
"marginLeft": 12,
|
|
327
|
+
"width": 48,
|
|
328
328
|
},
|
|
329
329
|
undefined,
|
|
330
330
|
]
|
|
@@ -355,13 +355,13 @@ Array [
|
|
|
355
355
|
Array [
|
|
356
356
|
Object {
|
|
357
357
|
"color": "#292a2b",
|
|
358
|
-
"fontSize":
|
|
358
|
+
"fontSize": 20,
|
|
359
359
|
},
|
|
360
360
|
undefined,
|
|
361
361
|
]
|
|
362
362
|
}
|
|
363
363
|
themeIntent="text"
|
|
364
|
-
themeSize="
|
|
364
|
+
themeSize="small"
|
|
365
365
|
/>
|
|
366
366
|
</View>
|
|
367
367
|
</View>
|
|
@@ -901,7 +901,7 @@ Array [
|
|
|
901
901
|
"flexDirection": "row",
|
|
902
902
|
"justifyContent": "flex-end",
|
|
903
903
|
"minHeight": 64,
|
|
904
|
-
"paddingHorizontal":
|
|
904
|
+
"paddingHorizontal": 12,
|
|
905
905
|
"paddingVertical": 8,
|
|
906
906
|
},
|
|
907
907
|
undefined,
|
|
@@ -953,7 +953,7 @@ Array [
|
|
|
953
953
|
</View>
|
|
954
954
|
</View>
|
|
955
955
|
</View>
|
|
956
|
-
</
|
|
956
|
+
</RCTSafeAreaView>
|
|
957
957
|
</View>
|
|
958
958
|
</Modal>,
|
|
959
959
|
]
|
|
@@ -1197,7 +1197,8 @@ Array [
|
|
|
1197
1197
|
}
|
|
1198
1198
|
}
|
|
1199
1199
|
/>
|
|
1200
|
-
<
|
|
1200
|
+
<RCTSafeAreaView
|
|
1201
|
+
emulateUnlessSupported={true}
|
|
1201
1202
|
onLayout={[Function]}
|
|
1202
1203
|
style={
|
|
1203
1204
|
Object {
|
|
@@ -1231,22 +1232,19 @@ Array [
|
|
|
1231
1232
|
Array [
|
|
1232
1233
|
Object {
|
|
1233
1234
|
"flexDirection": "row",
|
|
1234
|
-
"
|
|
1235
|
+
"paddingHorizontal": 16,
|
|
1236
|
+
"paddingVertical": 8,
|
|
1235
1237
|
},
|
|
1236
1238
|
undefined,
|
|
1237
1239
|
]
|
|
1238
1240
|
}
|
|
1239
1241
|
>
|
|
1240
1242
|
<View
|
|
1241
|
-
adjacentIcon={true}
|
|
1242
1243
|
style={
|
|
1243
1244
|
Array [
|
|
1244
1245
|
Object {
|
|
1245
1246
|
"flex": 1,
|
|
1246
1247
|
"justifyContent": "center",
|
|
1247
|
-
"paddingLeft": 24,
|
|
1248
|
-
"paddingRight": 0,
|
|
1249
|
-
"paddingVertical": 8,
|
|
1250
1248
|
},
|
|
1251
1249
|
undefined,
|
|
1252
1250
|
]
|
|
@@ -1277,8 +1275,10 @@ Array [
|
|
|
1277
1275
|
Array [
|
|
1278
1276
|
Object {
|
|
1279
1277
|
"alignItems": "center",
|
|
1278
|
+
"height": 48,
|
|
1280
1279
|
"justifyContent": "center",
|
|
1281
|
-
"
|
|
1280
|
+
"marginLeft": 12,
|
|
1281
|
+
"width": 48,
|
|
1282
1282
|
},
|
|
1283
1283
|
undefined,
|
|
1284
1284
|
]
|
|
@@ -1307,13 +1307,13 @@ Array [
|
|
|
1307
1307
|
Array [
|
|
1308
1308
|
Object {
|
|
1309
1309
|
"color": "#292a2b",
|
|
1310
|
-
"fontSize":
|
|
1310
|
+
"fontSize": 20,
|
|
1311
1311
|
},
|
|
1312
1312
|
undefined,
|
|
1313
1313
|
]
|
|
1314
1314
|
}
|
|
1315
1315
|
themeIntent="text"
|
|
1316
|
-
themeSize="
|
|
1316
|
+
themeSize="small"
|
|
1317
1317
|
/>
|
|
1318
1318
|
</View>
|
|
1319
1319
|
</View>
|
|
@@ -1853,7 +1853,7 @@ Array [
|
|
|
1853
1853
|
"flexDirection": "row",
|
|
1854
1854
|
"justifyContent": "flex-end",
|
|
1855
1855
|
"minHeight": 64,
|
|
1856
|
-
"paddingHorizontal":
|
|
1856
|
+
"paddingHorizontal": 12,
|
|
1857
1857
|
"paddingVertical": 8,
|
|
1858
1858
|
},
|
|
1859
1859
|
undefined,
|
|
@@ -1903,7 +1903,7 @@ Array [
|
|
|
1903
1903
|
</View>
|
|
1904
1904
|
</View>
|
|
1905
1905
|
</View>
|
|
1906
|
-
</
|
|
1906
|
+
</RCTSafeAreaView>
|
|
1907
1907
|
</View>
|
|
1908
1908
|
</Modal>,
|
|
1909
1909
|
]
|
|
@@ -241,8 +241,9 @@ Array [
|
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
243
|
/>
|
|
244
|
-
<
|
|
244
|
+
<RCTSafeAreaView
|
|
245
245
|
collapsable={false}
|
|
246
|
+
emulateUnlessSupported={true}
|
|
246
247
|
nativeID="animatedComponent"
|
|
247
248
|
onLayout={[Function]}
|
|
248
249
|
style={
|
|
@@ -277,22 +278,19 @@ Array [
|
|
|
277
278
|
Array [
|
|
278
279
|
Object {
|
|
279
280
|
"flexDirection": "row",
|
|
280
|
-
"
|
|
281
|
+
"paddingHorizontal": 16,
|
|
282
|
+
"paddingVertical": 8,
|
|
281
283
|
},
|
|
282
284
|
undefined,
|
|
283
285
|
]
|
|
284
286
|
}
|
|
285
287
|
>
|
|
286
288
|
<View
|
|
287
|
-
adjacentIcon={true}
|
|
288
289
|
style={
|
|
289
290
|
Array [
|
|
290
291
|
Object {
|
|
291
292
|
"flex": 1,
|
|
292
293
|
"justifyContent": "center",
|
|
293
|
-
"paddingLeft": 24,
|
|
294
|
-
"paddingRight": 0,
|
|
295
|
-
"paddingVertical": 8,
|
|
296
294
|
},
|
|
297
295
|
undefined,
|
|
298
296
|
]
|
|
@@ -323,8 +321,10 @@ Array [
|
|
|
323
321
|
Array [
|
|
324
322
|
Object {
|
|
325
323
|
"alignItems": "center",
|
|
324
|
+
"height": 48,
|
|
326
325
|
"justifyContent": "center",
|
|
327
|
-
"
|
|
326
|
+
"marginLeft": 12,
|
|
327
|
+
"width": 48,
|
|
328
328
|
},
|
|
329
329
|
undefined,
|
|
330
330
|
]
|
|
@@ -355,13 +355,13 @@ Array [
|
|
|
355
355
|
Array [
|
|
356
356
|
Object {
|
|
357
357
|
"color": "#292a2b",
|
|
358
|
-
"fontSize":
|
|
358
|
+
"fontSize": 20,
|
|
359
359
|
},
|
|
360
360
|
undefined,
|
|
361
361
|
]
|
|
362
362
|
}
|
|
363
363
|
themeIntent="text"
|
|
364
|
-
themeSize="
|
|
364
|
+
themeSize="small"
|
|
365
365
|
/>
|
|
366
366
|
</View>
|
|
367
367
|
</View>
|
|
@@ -852,7 +852,7 @@ Array [
|
|
|
852
852
|
</View>
|
|
853
853
|
</View>
|
|
854
854
|
</RCTScrollView>
|
|
855
|
-
</
|
|
855
|
+
</RCTSafeAreaView>
|
|
856
856
|
</View>
|
|
857
857
|
</Modal>,
|
|
858
858
|
]
|
|
@@ -1096,7 +1096,8 @@ Array [
|
|
|
1096
1096
|
}
|
|
1097
1097
|
}
|
|
1098
1098
|
/>
|
|
1099
|
-
<
|
|
1099
|
+
<RCTSafeAreaView
|
|
1100
|
+
emulateUnlessSupported={true}
|
|
1100
1101
|
onLayout={[Function]}
|
|
1101
1102
|
style={
|
|
1102
1103
|
Object {
|
|
@@ -1130,22 +1131,19 @@ Array [
|
|
|
1130
1131
|
Array [
|
|
1131
1132
|
Object {
|
|
1132
1133
|
"flexDirection": "row",
|
|
1133
|
-
"
|
|
1134
|
+
"paddingHorizontal": 16,
|
|
1135
|
+
"paddingVertical": 8,
|
|
1134
1136
|
},
|
|
1135
1137
|
undefined,
|
|
1136
1138
|
]
|
|
1137
1139
|
}
|
|
1138
1140
|
>
|
|
1139
1141
|
<View
|
|
1140
|
-
adjacentIcon={true}
|
|
1141
1142
|
style={
|
|
1142
1143
|
Array [
|
|
1143
1144
|
Object {
|
|
1144
1145
|
"flex": 1,
|
|
1145
1146
|
"justifyContent": "center",
|
|
1146
|
-
"paddingLeft": 24,
|
|
1147
|
-
"paddingRight": 0,
|
|
1148
|
-
"paddingVertical": 8,
|
|
1149
1147
|
},
|
|
1150
1148
|
undefined,
|
|
1151
1149
|
]
|
|
@@ -1176,8 +1174,10 @@ Array [
|
|
|
1176
1174
|
Array [
|
|
1177
1175
|
Object {
|
|
1178
1176
|
"alignItems": "center",
|
|
1177
|
+
"height": 48,
|
|
1179
1178
|
"justifyContent": "center",
|
|
1180
|
-
"
|
|
1179
|
+
"marginLeft": 12,
|
|
1180
|
+
"width": 48,
|
|
1181
1181
|
},
|
|
1182
1182
|
undefined,
|
|
1183
1183
|
]
|
|
@@ -1206,13 +1206,13 @@ Array [
|
|
|
1206
1206
|
Array [
|
|
1207
1207
|
Object {
|
|
1208
1208
|
"color": "#292a2b",
|
|
1209
|
-
"fontSize":
|
|
1209
|
+
"fontSize": 20,
|
|
1210
1210
|
},
|
|
1211
1211
|
undefined,
|
|
1212
1212
|
]
|
|
1213
1213
|
}
|
|
1214
1214
|
themeIntent="text"
|
|
1215
|
-
themeSize="
|
|
1215
|
+
themeSize="small"
|
|
1216
1216
|
/>
|
|
1217
1217
|
</View>
|
|
1218
1218
|
</View>
|
|
@@ -1703,7 +1703,7 @@ Array [
|
|
|
1703
1703
|
</View>
|
|
1704
1704
|
</View>
|
|
1705
1705
|
</RCTScrollView>
|
|
1706
|
-
</
|
|
1706
|
+
</RCTSafeAreaView>
|
|
1707
1707
|
</View>
|
|
1708
1708
|
</Modal>,
|
|
1709
1709
|
]
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
[11:04:28.905] Global cache location '/Users/kientran/Library/Caches/typescript/4.2', safe file path '/volumes/data/projects/hero-design/node_modules/typescript/lib/typingsafelist.json', types map path /volumes/data/projects/hero-design/node_modules/typescript/lib/typesmap.json
|
|
2
|
+
[11:04:28.906] Processing cache location '/Users/kientran/Library/Caches/typescript/4.2'
|
|
3
|
+
[11:04:28.906] Trying to find '/Users/kientran/Library/Caches/typescript/4.2/package.json'...
|
|
4
|
+
[11:04:28.908] Loaded content of '/Users/kientran/Library/Caches/typescript/4.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.611"},"devDependencies":{"@types/argparse":"^2.0.10","@types/babel__core":"^7.1.19","@types/babel__preset-env":"^7.9.2","@types/call-bind":"^1.0.1","@types/debug":"^4.1.7","@types/dedent":"^0.7.0","@types/define-properties":"^1.1.3","@types/envinfo":"^7.8.1","@types/es-abstract":"^1.17.3","@types/eslint":"^8.4.6","@types/eslint-config-prettier":"^6.11.0","@types/eslint-scope":"^3.7.4","@types/eslint-utils":"^3.0.2","@types/estraverse":"^5.1.2","@types/glob-parent":"^5.1.1","@types/graceful-fs":"^4.1.5","@types/inherits":"^0.0.30","@types/is-callable":"^1.1.0","@types/is-regex":"^1.0.0","@types/is-string":"^1.0.0","@types/jest":"^28.1.1","@types/js-yaml":"^4.0.5","@types/object-inspect":"^1.8.1","@types/object-keys":"^1.0.1","@types/object.fromentries":"^2.0.1","@types/prelude-ls":"^1.1.29","@types/prettier":"^2.7.1","@types/prop-types":"^15.7.5","@types/react":"^18.0.21","@types/react-dom":"^18.0.6","@types/react-native":"^0.70.3","@types/react-test-renderer":"^18.0.0","@types/regenerator-runtime":"^0.13.1","@types/resolve":"^1.20.2","@types/scheduler":"^0.16.2","@types/semver":"^7.3.12","@types/type-check":"^0.3.27","@types/use-subscription":"^1.0.0","@types/ws":"^8.5.3","@types/yargs-parser":"^21.0.0"}}
|
|
5
|
+
[11:04:28.908] Loaded content of '/Users/kientran/Library/Caches/typescript/4.2/package-lock.json'
|
|
6
|
+
[11:04:28.938] Adding entry into typings cache: 'argparse' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/argparse/index.d.ts'
|
|
7
|
+
[11:04:28.956] Adding entry into typings cache: 'babel__core' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babel__core/index.d.ts'
|
|
8
|
+
[11:04:28.963] Adding entry into typings cache: 'babel__preset-env' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babel__preset-env/index.d.ts'
|
|
9
|
+
[11:04:28.972] Adding entry into typings cache: 'call-bind' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/call-bind/index.d.ts'
|
|
10
|
+
[11:04:28.984] Adding entry into typings cache: 'debug' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/debug/index.d.ts'
|
|
11
|
+
[11:04:28.993] Adding entry into typings cache: 'dedent' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/dedent/index.d.ts'
|
|
12
|
+
[11:04:29.001] Adding entry into typings cache: 'define-properties' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/define-properties/index.d.ts'
|
|
13
|
+
[11:04:29.009] Adding entry into typings cache: 'envinfo' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/envinfo/index.d.ts'
|
|
14
|
+
[11:04:29.017] Adding entry into typings cache: 'es-abstract' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/es-abstract/index.d.ts'
|
|
15
|
+
[11:04:29.023] Adding entry into typings cache: 'eslint' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint/index.d.ts'
|
|
16
|
+
[11:04:29.028] Adding entry into typings cache: 'eslint-config-prettier' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-config-prettier/index.d.ts'
|
|
17
|
+
[11:04:29.031] Adding entry into typings cache: 'eslint-scope' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-scope/index.d.ts'
|
|
18
|
+
[11:04:29.034] Adding entry into typings cache: 'eslint-utils' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-utils/index.d.ts'
|
|
19
|
+
[11:04:29.038] Adding entry into typings cache: 'estraverse' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/estraverse/index.d.ts'
|
|
20
|
+
[11:04:29.042] Adding entry into typings cache: 'glob-parent' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/glob-parent/index.d.ts'
|
|
21
|
+
[11:04:29.043] Adding entry into typings cache: 'graceful-fs' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/graceful-fs/index.d.ts'
|
|
22
|
+
[11:04:29.047] Adding entry into typings cache: 'inherits' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/inherits/index.d.ts'
|
|
23
|
+
[11:04:29.048] Adding entry into typings cache: 'is-callable' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-callable/index.d.ts'
|
|
24
|
+
[11:04:29.049] Adding entry into typings cache: 'is-regex' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-regex/index.d.ts'
|
|
25
|
+
[11:04:29.052] Adding entry into typings cache: 'is-string' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-string/index.d.ts'
|
|
26
|
+
[11:04:29.059] Adding entry into typings cache: 'jest' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/jest/index.d.ts'
|
|
27
|
+
[11:04:29.063] Adding entry into typings cache: 'js-yaml' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/js-yaml/index.d.ts'
|
|
28
|
+
[11:04:29.067] Adding entry into typings cache: 'object-inspect' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object-inspect/index.d.ts'
|
|
29
|
+
[11:04:29.068] Adding entry into typings cache: 'object-keys' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object-keys/index.d.ts'
|
|
30
|
+
[11:04:29.069] Adding entry into typings cache: 'object.fromentries' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object.fromentries/index.d.ts'
|
|
31
|
+
[11:04:29.069] Adding entry into typings cache: 'prelude-ls' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prelude-ls/index.d.ts'
|
|
32
|
+
[11:04:29.075] Adding entry into typings cache: 'prettier' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prettier/index.d.ts'
|
|
33
|
+
[11:04:29.079] Adding entry into typings cache: 'prop-types' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prop-types/index.d.ts'
|
|
34
|
+
[11:04:29.084] Adding entry into typings cache: 'react' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react/index.d.ts'
|
|
35
|
+
[11:04:29.089] Adding entry into typings cache: 'react-dom' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-dom/index.d.ts'
|
|
36
|
+
[11:04:29.091] Adding entry into typings cache: 'react-native' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-native/index.d.ts'
|
|
37
|
+
[11:04:29.092] Adding entry into typings cache: 'react-test-renderer' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-test-renderer/index.d.ts'
|
|
38
|
+
[11:04:29.092] Adding entry into typings cache: 'regenerator-runtime' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/regenerator-runtime/index.d.ts'
|
|
39
|
+
[11:04:29.093] Adding entry into typings cache: 'resolve' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/resolve/index.d.ts'
|
|
40
|
+
[11:04:29.093] Adding entry into typings cache: 'scheduler' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/scheduler/index.d.ts'
|
|
41
|
+
[11:04:29.094] Adding entry into typings cache: 'semver' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/semver/index.d.ts'
|
|
42
|
+
[11:04:29.099] Adding entry into typings cache: 'type-check' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/type-check/index.d.ts'
|
|
43
|
+
[11:04:29.100] Adding entry into typings cache: 'use-subscription' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/use-subscription/index.d.ts'
|
|
44
|
+
[11:04:29.101] Adding entry into typings cache: 'ws' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/ws/index.d.ts'
|
|
45
|
+
[11:04:29.105] Adding entry into typings cache: 'yargs-parser' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/yargs-parser/index.d.ts'
|
|
46
|
+
[11:04:29.105] Finished processing cache location '/Users/kientran/Library/Caches/typescript/4.2'
|
|
47
|
+
[11:04:29.106] Process id: 10344
|
|
48
|
+
[11:04:29.106] NPM location: /Users/kientran/.nvm/versions/node/v16.17.0/bin/npm (explicit '--npmLocation' not provided)
|
|
49
|
+
[11:04:29.106] validateDefaultNpmLocation: false
|
|
50
|
+
[11:04:29.106] Npm config file: /Users/kientran/Library/Caches/typescript/4.2/package.json
|
|
51
|
+
[11:04:29.106] Updating types-registry npm package...
|
|
52
|
+
[11:04:29.106] Exec: /Users/kientran/.nvm/versions/node/v16.17.0/bin/npm install --ignore-scripts types-registry@latest
|
|
53
|
+
[11:04:30.593] Succeeded. stdout:
|
|
54
|
+
|
|
55
|
+
up to date, audited 71 packages in 1s
|
|
56
|
+
|
|
57
|
+
3 packages are looking for funding
|
|
58
|
+
run `npm fund` for details
|
|
59
|
+
|
|
60
|
+
found 0 vulnerabilities
|
|
61
|
+
|
|
62
|
+
[11:04:30.593] Updated types-registry npm package
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
[15:22:53.644] Global cache location '/Users/kientran/Library/Caches/typescript/4.2', safe file path '/volumes/data/projects/hero-design/node_modules/typescript/lib/typingsafelist.json', types map path /volumes/data/projects/hero-design/node_modules/typescript/lib/typesmap.json
|
|
2
|
+
[15:22:53.646] Processing cache location '/Users/kientran/Library/Caches/typescript/4.2'
|
|
3
|
+
[15:22:53.646] Trying to find '/Users/kientran/Library/Caches/typescript/4.2/package.json'...
|
|
4
|
+
[15:22:53.647] Loaded content of '/Users/kientran/Library/Caches/typescript/4.2/package.json': {"private":true,"dependencies":{"types-registry":"^0.1.611"},"devDependencies":{"@types/argparse":"^2.0.10","@types/babel__core":"^7.1.19","@types/babel__preset-env":"^7.9.2","@types/babylon":"^6.16.6","@types/call-bind":"^1.0.1","@types/caniuse-lite":"^1.0.1","@types/debug":"^4.1.7","@types/dedent":"^0.7.0","@types/define-properties":"^1.1.3","@types/envinfo":"^7.8.1","@types/es-abstract":"^1.17.3","@types/eslint":"^8.4.6","@types/eslint-config-prettier":"^6.11.0","@types/eslint-scope":"^3.7.4","@types/eslint-utils":"^3.0.2","@types/estraverse":"^5.1.2","@types/glob-parent":"^5.1.1","@types/graceful-fs":"^4.1.5","@types/hoist-non-react-statics":"^3.3.1","@types/inherits":"^0.0.30","@types/is-callable":"^1.1.0","@types/is-regex":"^1.0.0","@types/is-string":"^1.0.0","@types/jest":"^28.1.1","@types/js-yaml":"^4.0.5","@types/object-inspect":"^1.8.1","@types/object-keys":"^1.0.1","@types/object.fromentries":"^2.0.1","@types/prelude-ls":"^1.1.29","@types/prettier":"^2.7.1","@types/prop-types":"^15.7.5","@types/react":"^18.0.21","@types/react-dom":"^18.0.6","@types/react-is":"^17.0.3","@types/react-native":"^0.70.3","@types/react-native-vector-icons":"^6.4.12","@types/react-test-renderer":"^18.0.0","@types/regenerator-runtime":"^0.13.1","@types/resolve":"^1.20.2","@types/scheduler":"^0.16.2","@types/semver":"^7.3.12","@types/type-check":"^0.3.27","@types/use-subscription":"^1.0.0","@types/ws":"^8.5.3","@types/yargs-parser":"^21.0.0"}}
|
|
5
|
+
[15:22:53.647] Loaded content of '/Users/kientran/Library/Caches/typescript/4.2/package-lock.json'
|
|
6
|
+
[15:22:53.677] Adding entry into typings cache: 'argparse' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/argparse/index.d.ts'
|
|
7
|
+
[15:22:53.696] Adding entry into typings cache: 'babel__core' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babel__core/index.d.ts'
|
|
8
|
+
[15:22:53.701] Adding entry into typings cache: 'babel__preset-env' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babel__preset-env/index.d.ts'
|
|
9
|
+
[15:22:53.709] Adding entry into typings cache: 'babylon' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/babylon/index.d.ts'
|
|
10
|
+
[15:22:53.717] Adding entry into typings cache: 'call-bind' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/call-bind/index.d.ts'
|
|
11
|
+
[15:22:53.727] Adding entry into typings cache: 'caniuse-lite' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/caniuse-lite/index.d.ts'
|
|
12
|
+
[15:22:53.740] Adding entry into typings cache: 'debug' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/debug/index.d.ts'
|
|
13
|
+
[15:22:53.747] Adding entry into typings cache: 'dedent' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/dedent/index.d.ts'
|
|
14
|
+
[15:22:53.757] Adding entry into typings cache: 'define-properties' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/define-properties/index.d.ts'
|
|
15
|
+
[15:22:53.761] Adding entry into typings cache: 'envinfo' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/envinfo/index.d.ts'
|
|
16
|
+
[15:22:53.764] Adding entry into typings cache: 'es-abstract' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/es-abstract/index.d.ts'
|
|
17
|
+
[15:22:53.767] Adding entry into typings cache: 'eslint' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint/index.d.ts'
|
|
18
|
+
[15:22:53.770] Adding entry into typings cache: 'eslint-config-prettier' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-config-prettier/index.d.ts'
|
|
19
|
+
[15:22:53.773] Adding entry into typings cache: 'eslint-scope' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-scope/index.d.ts'
|
|
20
|
+
[15:22:53.777] Adding entry into typings cache: 'eslint-utils' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/eslint-utils/index.d.ts'
|
|
21
|
+
[15:22:53.778] Adding entry into typings cache: 'estraverse' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/estraverse/index.d.ts'
|
|
22
|
+
[15:22:53.782] Adding entry into typings cache: 'glob-parent' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/glob-parent/index.d.ts'
|
|
23
|
+
[15:22:53.783] Adding entry into typings cache: 'graceful-fs' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/graceful-fs/index.d.ts'
|
|
24
|
+
[15:22:53.785] Adding entry into typings cache: 'hoist-non-react-statics' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/hoist-non-react-statics/index.d.ts'
|
|
25
|
+
[15:22:53.790] Adding entry into typings cache: 'inherits' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/inherits/index.d.ts'
|
|
26
|
+
[15:22:53.791] Adding entry into typings cache: 'is-callable' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-callable/index.d.ts'
|
|
27
|
+
[15:22:53.797] Adding entry into typings cache: 'is-regex' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-regex/index.d.ts'
|
|
28
|
+
[15:22:53.799] Adding entry into typings cache: 'is-string' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/is-string/index.d.ts'
|
|
29
|
+
[15:22:53.803] Adding entry into typings cache: 'jest' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/jest/index.d.ts'
|
|
30
|
+
[15:22:53.805] Adding entry into typings cache: 'js-yaml' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/js-yaml/index.d.ts'
|
|
31
|
+
[15:22:53.806] Adding entry into typings cache: 'object-inspect' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object-inspect/index.d.ts'
|
|
32
|
+
[15:22:53.810] Adding entry into typings cache: 'object-keys' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object-keys/index.d.ts'
|
|
33
|
+
[15:22:53.814] Adding entry into typings cache: 'object.fromentries' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/object.fromentries/index.d.ts'
|
|
34
|
+
[15:22:53.814] Adding entry into typings cache: 'prelude-ls' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prelude-ls/index.d.ts'
|
|
35
|
+
[15:22:53.815] Adding entry into typings cache: 'prettier' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prettier/index.d.ts'
|
|
36
|
+
[15:22:53.816] Adding entry into typings cache: 'prop-types' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/prop-types/index.d.ts'
|
|
37
|
+
[15:22:53.820] Adding entry into typings cache: 'react' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react/index.d.ts'
|
|
38
|
+
[15:22:53.825] Adding entry into typings cache: 'react-dom' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-dom/index.d.ts'
|
|
39
|
+
[15:22:53.826] Adding entry into typings cache: 'react-is' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-is/index.d.ts'
|
|
40
|
+
[15:22:53.831] Adding entry into typings cache: 'react-native' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-native/index.d.ts'
|
|
41
|
+
[15:22:53.834] Adding entry into typings cache: 'react-native-vector-icons' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-native-vector-icons/index.d.ts'
|
|
42
|
+
[15:22:53.838] Adding entry into typings cache: 'react-test-renderer' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/react-test-renderer/index.d.ts'
|
|
43
|
+
[15:22:53.840] Adding entry into typings cache: 'regenerator-runtime' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/regenerator-runtime/index.d.ts'
|
|
44
|
+
[15:22:53.841] Adding entry into typings cache: 'resolve' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/resolve/index.d.ts'
|
|
45
|
+
[15:22:53.841] Adding entry into typings cache: 'scheduler' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/scheduler/index.d.ts'
|
|
46
|
+
[15:22:53.846] Adding entry into typings cache: 'semver' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/semver/index.d.ts'
|
|
47
|
+
[15:22:53.847] Adding entry into typings cache: 'type-check' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/type-check/index.d.ts'
|
|
48
|
+
[15:22:53.848] Adding entry into typings cache: 'use-subscription' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/use-subscription/index.d.ts'
|
|
49
|
+
[15:22:53.853] Adding entry into typings cache: 'ws' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/ws/index.d.ts'
|
|
50
|
+
[15:22:53.853] Adding entry into typings cache: 'yargs-parser' => '/Users/kientran/Library/Caches/typescript/4.2/node_modules/@types/yargs-parser/index.d.ts'
|
|
51
|
+
[15:22:53.853] Finished processing cache location '/Users/kientran/Library/Caches/typescript/4.2'
|
|
52
|
+
[15:22:53.854] Process id: 20730
|
|
53
|
+
[15:22:53.854] NPM location: /Users/kientran/.nvm/versions/node/v16.17.0/bin/npm (explicit '--npmLocation' not provided)
|
|
54
|
+
[15:22:53.854] validateDefaultNpmLocation: false
|
|
55
|
+
[15:22:53.854] Npm config file: /Users/kientran/Library/Caches/typescript/4.2/package.json
|
|
56
|
+
[15:22:53.854] Updating types-registry npm package...
|
|
57
|
+
[15:22:53.855] Exec: /Users/kientran/.nvm/versions/node/v16.17.0/bin/npm install --ignore-scripts types-registry@latest
|
|
58
|
+
[15:22:55.403] Succeeded. stdout:
|
|
59
|
+
|
|
60
|
+
up to date, audited 79 packages in 1s
|
|
61
|
+
|
|
62
|
+
3 packages are looking for funding
|
|
63
|
+
run `npm fund` for details
|
|
64
|
+
|
|
65
|
+
found 0 vulnerabilities
|
|
66
|
+
|
|
67
|
+
[15:22:55.403] Updated types-registry npm package
|