@hero-design/rn 0.0.0-mainIsReactNative-3 → 0.0.0-mainIsReactNative.5
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/es/index.js +25855 -41041
- package/lib/index.js +25856 -41039
- package/package.json +2 -2
- package/rollup.config.mjs +16 -12
- package/src/index.ts +0 -2
- package/types/index.d.ts +1 -2
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hero-design/rn",
|
|
3
|
-
"version": "0.0.0-mainIsReactNative
|
|
3
|
+
"version": "0.0.0-mainIsReactNative.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
7
7
|
"types": "types/index.d.ts",
|
|
8
|
-
|
|
8
|
+
"typesVersions": {
|
|
9
9
|
"*": {
|
|
10
10
|
"locales/*": ["types/locales/*"]
|
|
11
11
|
}
|
package/rollup.config.mjs
CHANGED
|
@@ -33,20 +33,24 @@ export default [
|
|
|
33
33
|
},
|
|
34
34
|
],
|
|
35
35
|
external: [
|
|
36
|
+
'@emotion/cache',
|
|
37
|
+
'@emotion/native',
|
|
38
|
+
'@emotion/react',
|
|
39
|
+
'@hero-design/react-native-month-year-picker',
|
|
40
|
+
'@ptomasroos/react-native-multi-slider',
|
|
41
|
+
'@react-native-community/datetimepicker',
|
|
42
|
+
'@react-native-community/slider',
|
|
36
43
|
'@react-native-masked-view/masked-view',
|
|
37
44
|
'expo-linear-gradient',
|
|
38
45
|
'react',
|
|
39
46
|
'react-native',
|
|
40
|
-
'react-native-safe-area-context',
|
|
41
|
-
'react-native-svg',
|
|
42
|
-
'@react-native-community/datetimepicker',
|
|
43
|
-
'@react-native-community/slider',
|
|
44
47
|
'react-native-gesture-handler',
|
|
45
|
-
'react-native-webview',
|
|
46
48
|
'react-native-pager-view',
|
|
49
|
+
'react-native-safe-area-context',
|
|
50
|
+
'react-native-svg',
|
|
47
51
|
'react-native-vector-icons',
|
|
48
|
-
'
|
|
49
|
-
|
|
52
|
+
'react-native-webview',
|
|
53
|
+
"hero-editor"
|
|
50
54
|
],
|
|
51
55
|
plugins: [
|
|
52
56
|
replace({
|
|
@@ -68,11 +72,11 @@ export default [
|
|
|
68
72
|
}),
|
|
69
73
|
...(generateBuildStats
|
|
70
74
|
? [
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
75
|
+
visualizer({
|
|
76
|
+
filename: fileName,
|
|
77
|
+
template: bundleTemplate,
|
|
78
|
+
}),
|
|
79
|
+
]
|
|
76
80
|
: []),
|
|
77
81
|
],
|
|
78
82
|
},
|
package/src/index.ts
CHANGED
|
@@ -79,7 +79,6 @@ import Toolbar from './components/Toolbar';
|
|
|
79
79
|
import Typography from './components/Typography';
|
|
80
80
|
import Rate from './components/Rate';
|
|
81
81
|
import RefreshControl from './components/RefreshControl';
|
|
82
|
-
import RichTextEditor from './components/RichTextEditor';
|
|
83
82
|
import PageControl from './components/PageControl';
|
|
84
83
|
import Portal from './components/Portal';
|
|
85
84
|
import {
|
|
@@ -179,7 +178,6 @@ export {
|
|
|
179
178
|
Typography,
|
|
180
179
|
Rate,
|
|
181
180
|
RefreshControl,
|
|
182
|
-
RichTextEditor,
|
|
183
181
|
FloatingIsland,
|
|
184
182
|
LocaleProvider,
|
|
185
183
|
FilterTrigger,
|
package/types/index.d.ts
CHANGED
|
@@ -55,7 +55,6 @@ import Toolbar from './components/Toolbar';
|
|
|
55
55
|
import Typography from './components/Typography';
|
|
56
56
|
import Rate from './components/Rate';
|
|
57
57
|
import RefreshControl from './components/RefreshControl';
|
|
58
|
-
import RichTextEditor from './components/RichTextEditor';
|
|
59
58
|
import PageControl from './components/PageControl';
|
|
60
59
|
import Portal from './components/Portal';
|
|
61
60
|
import { ScrollViewWithFAB, SectionListWithFAB, FlatListWithFAB } from './components/AnimatedScroller';
|
|
@@ -65,6 +64,6 @@ import FloatingIsland from './components/FloatingIsland';
|
|
|
65
64
|
import LocaleProvider from './components/LocaleProvider';
|
|
66
65
|
import FilterTrigger from './components/FilterTrigger';
|
|
67
66
|
import InlineLoader, { type InlineLoaderProps } from './components/InlineLoader';
|
|
68
|
-
export { theme, getTheme, useTheme, scale, ThemeProvider, ThemeSwitcher, withTheme, swagSystemPalette, swagLightSystemPalette, swagLightJobsSystemPalette, swagDarkSystemPalette, workSystemPalette, jobsSystemPalette, walletSystemPalette, eBensSystemPalette, ehWorkDarkSystemPalette, ehWorkSystemPalette, ehJobsSystemPalette, ehWorkShadowPalette, ehJobsShadowPalette, ehWorkDarkShadowPalette, Accordion, Alert, AppCue, Attachment, Avatar, useAvatarColors, Badge, BottomNavigation, BottomSheet, Box, Button, Calendar, Card, Chart, Carousel, Chip, Collapse, Checkbox, ContentNavigator, DatePicker, Divider, Drawer, Empty, Error, FAB, FlatListWithFAB, Icon, Illustration, type IllustrationName, IllustrationList, Image, HeroDesignProvider, MapPin, List, PinInput, Progress, Portal, PageControl, Skeleton, Slider, Spinner, Swipeable, Radio, Search, SegmentedControl, ScrollViewWithFAB, SectionHeading, SectionList, SectionListWithFAB, Select, Success, Switch, Tabs, Tag, TextInput, TimePicker, Toast, Toolbar, Typography, Rate, RefreshControl,
|
|
67
|
+
export { theme, getTheme, useTheme, scale, ThemeProvider, ThemeSwitcher, withTheme, swagSystemPalette, swagLightSystemPalette, swagLightJobsSystemPalette, swagDarkSystemPalette, workSystemPalette, jobsSystemPalette, walletSystemPalette, eBensSystemPalette, ehWorkDarkSystemPalette, ehWorkSystemPalette, ehJobsSystemPalette, ehWorkShadowPalette, ehJobsShadowPalette, ehWorkDarkShadowPalette, Accordion, Alert, AppCue, Attachment, Avatar, useAvatarColors, Badge, BottomNavigation, BottomSheet, Box, Button, Calendar, Card, Chart, Carousel, Chip, Collapse, Checkbox, ContentNavigator, DatePicker, Divider, Drawer, Empty, Error, FAB, FlatListWithFAB, Icon, Illustration, type IllustrationName, IllustrationList, Image, HeroDesignProvider, MapPin, List, PinInput, Progress, Portal, PageControl, Skeleton, Slider, Spinner, Swipeable, Radio, Search, SegmentedControl, ScrollViewWithFAB, SectionHeading, SectionList, SectionListWithFAB, Select, Success, Switch, Tabs, Tag, TextInput, TimePicker, Toast, Toolbar, Typography, Rate, RefreshControl, FloatingIsland, LocaleProvider, FilterTrigger, InlineLoader, type InlineLoaderProps, Confetti, type ConfettiProps, styled, };
|
|
69
68
|
export * from './types';
|
|
70
69
|
export type { ShadowPalette };
|