react-native-ui-lib 7.39.0-snapshot.6578 → 7.39.0-snapshot.6594
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/package.json +2 -3
- package/src/assets/icons/index.js +26 -0
- package/src/assets/images/index.js +5 -0
- package/src/assets/index.js +5 -2
- package/src/components/card/index.js +1 -1
- package/src/components/checkbox/index.js +1 -1
- package/src/components/chip/index.js +1 -1
- package/src/components/chipsInput/index.js +2 -2
- package/src/components/colorPicker/ColorPickerDialogHeader.js +2 -2
- package/src/components/colorPicker/index.js +1 -1
- package/src/components/colorSwatch/index.js +3 -2
- package/src/components/dateTimePicker/index.js +2 -2
- package/src/components/hint/index.js +3 -2
- package/src/components/icon/index.js +5 -6
- package/src/components/modal/TopBar.js +1 -1
- package/src/components/modal/api/modalTopBar.api.json +1 -1
- package/src/components/overlay/index.js +6 -4
- package/src/components/picker/PickerItem.js +1 -1
- package/src/components/picker/PickerItemsList.js +1 -1
- package/src/components/picker/helpers/useFieldType.js +2 -2
- package/src/components/scrollBar/index.js +2 -2
- package/src/components/stepper/assets/minusSmall.png +0 -0
- package/src/components/stepper/assets/minusSmall@1.5x.png +0 -0
- package/src/components/stepper/assets/minusSmall@2x.png +0 -0
- package/src/components/stepper/assets/minusSmall@3x.png +0 -0
- package/src/components/stepper/assets/minusSmall@4x.png +0 -0
- package/src/components/stepper/assets/plusSmall.png +0 -0
- package/src/components/stepper/assets/plusSmall@1.5x.png +0 -0
- package/src/components/stepper/assets/plusSmall@2x.png +0 -0
- package/src/components/stepper/assets/plusSmall@3x.png +0 -0
- package/src/components/stepper/assets/plusSmall@4x.png +0 -0
- package/src/components/stepper/index.js +8 -3
- package/src/components/textField/ClearButton.js +1 -1
- package/src/components/timeline/timeline.api.json +4 -4
- package/src/components/toast/index.js +1 -1
- package/src/components/wizard/WizardStates.js +4 -3
- package/src/incubator/dialog/useDialogContent.js +1 -1
- package/src/assets/internal/icons/index.js +0 -50
- package/src/assets/internal/icons/index.web.js +0 -50
- package/src/assets/internal/images/index.js +0 -26
- package/src/assets/internal/images/index.web.js +0 -26
- package/src/assets/internal/index.d.ts +0 -4
- package/src/assets/internal/index.js +0 -8
- /package/src/assets/{internal/icons/checkSmall.png → icons/check-small.png} +0 -0
- /package/src/assets/{internal/icons/checkSmall@1.5x.png → icons/check-small@1.5x.png} +0 -0
- /package/src/assets/{internal/icons/checkSmall@2x.png → icons/check-small@2x.png} +0 -0
- /package/src/assets/{internal/icons/checkSmall@3x.png → icons/check-small@3x.png} +0 -0
- /package/src/assets/{internal/icons/checkSmall@4x.png → icons/check-small@4x.png} +0 -0
- /package/src/assets/{internal/icons → icons}/check.png +0 -0
- /package/src/assets/{internal/icons → icons}/check@1.5x.png +0 -0
- /package/src/assets/{internal/icons → icons}/check@2x.png +0 -0
- /package/src/assets/{internal/icons → icons}/check@3x.png +0 -0
- /package/src/assets/{internal/icons → icons}/check@4x.png +0 -0
- /package/src/assets/{internal/icons → icons}/minusSmall.png +0 -0
- /package/src/assets/{internal/icons → icons}/minusSmall@1.5x.png +0 -0
- /package/src/assets/{internal/icons → icons}/minusSmall@2x.png +0 -0
- /package/src/assets/{internal/icons → icons}/minusSmall@3x.png +0 -0
- /package/src/assets/{internal/icons → icons}/minusSmall@4x.png +0 -0
- /package/src/assets/{internal/icons → icons}/plusSmall.png +0 -0
- /package/src/assets/{internal/icons → icons}/plusSmall@1.5x.png +0 -0
- /package/src/assets/{internal/icons → icons}/plusSmall@2x.png +0 -0
- /package/src/assets/{internal/icons → icons}/plusSmall@3x.png +0 -0
- /package/src/assets/{internal/icons → icons}/plusSmall@4x.png +0 -0
- /package/src/assets/{internal/icons → icons}/search.png +0 -0
- /package/src/assets/{internal/icons → icons}/search@1.5x.png +0 -0
- /package/src/assets/{internal/icons → icons}/search@2x.png +0 -0
- /package/src/assets/{internal/icons → icons}/search@3x.png +0 -0
- /package/src/assets/{internal/icons → icons}/search@4x.png +0 -0
- /package/src/assets/{internal/icons → icons}/x.png +0 -0
- /package/src/assets/{internal/icons → icons}/x@2x.png +0 -0
- /package/src/assets/{internal/icons → icons}/x@3x.png +0 -0
- /package/src/assets/{internal/icons → icons}/xFlat.png +0 -0
- /package/src/assets/{internal/icons → icons}/xFlat@1.5x.png +0 -0
- /package/src/assets/{internal/icons → icons}/xFlat@2x.png +0 -0
- /package/src/assets/{internal/icons → icons}/xFlat@3x.png +0 -0
- /package/src/assets/{internal/icons → icons}/xFlat@4x.png +0 -0
- /package/src/assets/{internal/icons → icons}/xMedium.png +0 -0
- /package/src/assets/{internal/icons → icons}/xMedium@1.5x.png +0 -0
- /package/src/assets/{internal/icons → icons}/xMedium@2x.png +0 -0
- /package/src/assets/{internal/icons → icons}/xMedium@3x.png +0 -0
- /package/src/assets/{internal/icons → icons}/xMedium@4x.png +0 -0
- /package/src/assets/{internal/images → images}/gradient.png +0 -0
- /package/src/{assets/internal/icons → components/chipsInput/assets}/xSmall.png +0 -0
- /package/src/{assets/internal/icons → components/chipsInput/assets}/xSmall@1.5x.png +0 -0
- /package/src/{assets/internal/icons → components/chipsInput/assets}/xSmall@2x.png +0 -0
- /package/src/{assets/internal/icons → components/chipsInput/assets}/xSmall@3x.png +0 -0
- /package/src/{assets/internal/icons → components/chipsInput/assets}/xSmall@4x.png +0 -0
- /package/src/{assets/internal/images/transparentSwatch.png → components/colorSwatch/assets/transparentSwatch/TransparentSwatch.png} +0 -0
- /package/src/{assets/internal/images/transparentSwatch@1.5x.png → components/colorSwatch/assets/transparentSwatch/TransparentSwatch@1.5x.png} +0 -0
- /package/src/{assets/internal/images/transparentSwatch@2x.png → components/colorSwatch/assets/transparentSwatch/TransparentSwatch@2x.png} +0 -0
- /package/src/{assets/internal/images/transparentSwatch@3x.png → components/colorSwatch/assets/transparentSwatch/TransparentSwatch@3x.png} +0 -0
- /package/src/{assets/internal/images/transparentSwatch@4x.png → components/colorSwatch/assets/transparentSwatch/TransparentSwatch@4x.png} +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipMiddle.png +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipMiddle@1.5x.png +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipMiddle@2x.png +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipMiddle@3x.png +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipMiddle@4x.png +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipSide.png +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipSide@1.5x.png +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipSide@2x.png +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipSide@3x.png +0 -0
- /package/src/{assets/internal/images → components/hint/assets}/hintTipSide@4x.png +0 -0
- /package/src/{assets/internal/images/gradientOverlayHigh.png → components/overlay/assets/GradientOverlayHigh.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayHigh@1.5x.png → components/overlay/assets/GradientOverlayHigh@1.5x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayHigh@2x.png → components/overlay/assets/GradientOverlayHigh@2x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayHigh@3x.png → components/overlay/assets/GradientOverlayHigh@3x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayHigh@4x.png → components/overlay/assets/GradientOverlayHigh@4x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayLow.png → components/overlay/assets/GradientOverlayLow.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayLow@1.5x.png → components/overlay/assets/GradientOverlayLow@1.5x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayLow@2x.png → components/overlay/assets/GradientOverlayLow@2x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayLow@3x.png → components/overlay/assets/GradientOverlayLow@3x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayLow@4x.png → components/overlay/assets/GradientOverlayLow@4x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayMedium.png → components/overlay/assets/GradientOverlayMedium.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayMedium@1.5x.png → components/overlay/assets/GradientOverlayMedium@1.5x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayMedium@2x.png → components/overlay/assets/GradientOverlayMedium@2x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayMedium@3x.png → components/overlay/assets/GradientOverlayMedium@3x.png} +0 -0
- /package/src/{assets/internal/images/gradientOverlayMedium@4x.png → components/overlay/assets/GradientOverlayMedium@4x.png} +0 -0
- /package/src/{assets/internal/icons/chevronDown.png → components/picker/assets/dropdown.png} +0 -0
- /package/src/{assets/internal/icons/chevronDown@1.5x.png → components/picker/assets/dropdown@1.5x.png} +0 -0
- /package/src/{assets/internal/icons/chevronDown@2x.png → components/picker/assets/dropdown@2x.png} +0 -0
- /package/src/{assets/internal/icons/chevronDown@3x.png → components/picker/assets/dropdown@3x.png} +0 -0
- /package/src/{assets/internal/icons/chevronDown@4x.png → components/picker/assets/dropdown@4x.png} +0 -0
- /package/src/{assets/internal/images → components/scrollBar/assets}/gradientOverlay.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutline.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutline@1.5x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutline@2x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutline@3x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutline@4x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutlineSmall.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutlineSmall@1.5x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutlineSmall@2x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutlineSmall@3x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/minusOutlineSmall@4x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutline.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutline@1.5x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutline@2x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutline@3x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutline@4x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutlineSmall.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutlineSmall@1.5x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutlineSmall@2x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutlineSmall@3x.png +0 -0
- /package/src/{assets/internal/icons → components/stepper/assets}/plusOutlineSmall@4x.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/checkMarkSmall.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/checkMarkSmall@1.5x.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/checkMarkSmall@2x.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/checkMarkSmall@3x.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/checkMarkSmall@4x.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/exclamationSmall.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/exclamationSmall@1.5x.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/exclamationSmall@2x.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/exclamationSmall@3x.png +0 -0
- /package/src/{assets/internal/icons → components/wizard/assets}/exclamationSmall@4x.png +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-ui-lib",
|
|
3
|
-
"version": "7.39.0-snapshot.
|
|
3
|
+
"version": "7.39.0-snapshot.6594",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"author": "Ethan Sharabi <ethan.shar@gmail.com>",
|
|
@@ -39,8 +39,7 @@
|
|
|
39
39
|
"releaseDemo": "./scripts/release/releaseDemo.sh",
|
|
40
40
|
"releaseDocs": "./scripts/release/releaseDocs.sh",
|
|
41
41
|
"releaseEslint": "./scripts/release/releaseEslint.sh",
|
|
42
|
-
"releaseNative": "./scripts/release/releaseNative.sh"
|
|
43
|
-
"update-web-assets": "node scripts/assets/extract-dimensions.js"
|
|
42
|
+
"releaseNative": "./scripts/release/releaseNative.sh"
|
|
44
43
|
},
|
|
45
44
|
"dependencies": {
|
|
46
45
|
"babel-plugin-transform-inline-environment-variables": "^0.0.2",
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export const icons = {
|
|
2
|
+
get check() {
|
|
3
|
+
return require('./check.png');
|
|
4
|
+
},
|
|
5
|
+
get checkSmall() {
|
|
6
|
+
return require('./check-small.png');
|
|
7
|
+
},
|
|
8
|
+
get minusSmall() {
|
|
9
|
+
return require('./minusSmall.png');
|
|
10
|
+
},
|
|
11
|
+
get plusSmall() {
|
|
12
|
+
return require('./plusSmall.png');
|
|
13
|
+
},
|
|
14
|
+
get search() {
|
|
15
|
+
return require('./search.png');
|
|
16
|
+
},
|
|
17
|
+
get x() {
|
|
18
|
+
return require('./x.png');
|
|
19
|
+
},
|
|
20
|
+
get xMedium() {
|
|
21
|
+
return require('./xMedium.png');
|
|
22
|
+
},
|
|
23
|
+
get xFlat() {
|
|
24
|
+
return require('./xFlat.png');
|
|
25
|
+
}
|
|
26
|
+
};
|
package/src/assets/index.js
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { Assets } from "./Assets";
|
|
2
2
|
export default new Assets().loadAssetsGroup('', {
|
|
3
|
+
get icons() {
|
|
4
|
+
return require("./icons").icons;
|
|
5
|
+
},
|
|
3
6
|
get emojis() {
|
|
4
7
|
return require("./emojis").emojis;
|
|
5
8
|
},
|
|
6
|
-
get
|
|
7
|
-
return require("./
|
|
9
|
+
get images() {
|
|
10
|
+
return require("./images").images;
|
|
8
11
|
}
|
|
9
12
|
});
|
|
@@ -22,7 +22,7 @@ const DEFAULT_SELECTION_PROPS = {
|
|
|
22
22
|
borderWidth: 2,
|
|
23
23
|
color: Colors.$backgroundPrimaryHeavy,
|
|
24
24
|
indicatorSize: 20,
|
|
25
|
-
icon: Assets.
|
|
25
|
+
icon: Assets.icons.checkSmall,
|
|
26
26
|
iconColor: Colors.$iconDefaultLight,
|
|
27
27
|
hideIndicator: false
|
|
28
28
|
};
|
|
@@ -167,7 +167,7 @@ class Checkbox extends Component {
|
|
|
167
167
|
}]}>
|
|
168
168
|
<AnimatedIcon style={[this.styles.selectedIcon, {
|
|
169
169
|
transform: this.animationStyle.transform
|
|
170
|
-
}]} source={indeterminate ? Assets.
|
|
170
|
+
}]} source={indeterminate ? Assets.icons.minusSmall : selectedIcon || Assets.icons.checkSmall} testID={`${testID}.selected`} tintColor={this.getTintColor()} />
|
|
171
171
|
</Animated.View>}
|
|
172
172
|
</TouchableOpacity>
|
|
173
173
|
);
|
|
@@ -5,8 +5,8 @@ import { StyleSheet } from 'react-native';
|
|
|
5
5
|
import { Constants } from "../../commons/new";
|
|
6
6
|
import { useCombinedRefs, useDidUpdate } from "../../hooks";
|
|
7
7
|
import TextField from "../textField";
|
|
8
|
-
import Assets from "../../assets";
|
|
9
8
|
import Chip from "../chip";
|
|
9
|
+
const removeIcon = require("./assets/xSmall.png");
|
|
10
10
|
export let ChipsInputChangeReason = /*#__PURE__*/function (ChipsInputChangeReason) {
|
|
11
11
|
ChipsInputChangeReason["Added"] = "added";
|
|
12
12
|
ChipsInputChangeReason["Removed"] = "removed";
|
|
@@ -85,7 +85,7 @@ const ChipsInput = forwardRef((props, refToForward) => {
|
|
|
85
85
|
return <Chip key={index} customValue={index}
|
|
86
86
|
// resetSpacings
|
|
87
87
|
// paddingH-s2
|
|
88
|
-
marginR-s2 marginB-s2 dismissIcon={
|
|
88
|
+
marginR-s2 marginB-s2 dismissIcon={removeIcon} recorderTag={'mask'} {...defaultChipProps} {...chip.invalid ? invalidChipProps : undefined} {...chip} onPress={onChipPress} onDismiss={isMarkedForRemoval ? removeMarkedChip : undefined} />;
|
|
89
89
|
};
|
|
90
90
|
const chipList = useMemo(() => {
|
|
91
91
|
return <>
|
|
@@ -16,10 +16,10 @@ const ColorPickerDialogHeader = props => {
|
|
|
16
16
|
onDonePressed
|
|
17
17
|
} = props;
|
|
18
18
|
return <View row spread bg-$backgroundDefault paddingH-20 style={styles.header}>
|
|
19
|
-
<Button link iconSource={Assets.
|
|
19
|
+
<Button link iconSource={Assets.icons.x} iconStyle={{
|
|
20
20
|
tintColor: Colors.$iconDefault
|
|
21
21
|
}} onPress={onDismiss} accessibilityLabel={_get(accessibilityLabels, 'dismissButton')} testID={`${testID}.dialog.cancel`} />
|
|
22
|
-
<Button color={doneButtonColor} disabled={!valid} link iconSource={Assets.
|
|
22
|
+
<Button color={doneButtonColor} disabled={!valid} link iconSource={Assets.icons.check} onPress={onDonePressed} accessibilityLabel={_get(accessibilityLabels, 'doneButton')} testID={`${testID}.dialog.done`} />
|
|
23
23
|
</View>;
|
|
24
24
|
};
|
|
25
25
|
export default ColorPickerDialogHeader;
|
|
@@ -42,7 +42,7 @@ const ColorPicker = props => {
|
|
|
42
42
|
<View style={[styles.buttonContainer, {
|
|
43
43
|
backgroundColor
|
|
44
44
|
}]}>
|
|
45
|
-
<Button color={Colors.$textDefault} outlineColor={Colors.$textDefault} style={styles.button} round outline iconSource={Assets.
|
|
45
|
+
<Button color={Colors.$textDefault} outlineColor={Colors.$textDefault} style={styles.button} round outline iconSource={Assets.icons.plusSmall} onPress={showDialog} testID={`${testID}-button`} accessibilityLabel={accessibilityLabels?.addButton} />
|
|
46
46
|
</View>
|
|
47
47
|
<ColorPickerDialog {...props} key={initialColor} visible={show} onDismiss={hideDialog} accessibilityLabels={{
|
|
48
48
|
dismissButton: accessibilityLabels?.dismissButton,
|
|
@@ -6,6 +6,7 @@ import { asBaseComponent, Constants } from "../../commons/new";
|
|
|
6
6
|
import View from "../view";
|
|
7
7
|
import TouchableOpacity from "../touchableOpacity";
|
|
8
8
|
import Image from "../image";
|
|
9
|
+
const transparentImage = require("./assets/transparentSwatch/TransparentSwatch.png");
|
|
9
10
|
const DEFAULT_SIZE = Constants.isTablet ? 44 : 36;
|
|
10
11
|
export const SWATCH_MARGIN = 12;
|
|
11
12
|
export const SWATCH_SIZE = DEFAULT_SIZE;
|
|
@@ -140,10 +141,10 @@ class ColorSwatch extends PureComponent {
|
|
|
140
141
|
height: size,
|
|
141
142
|
borderRadius: size / 2
|
|
142
143
|
}, style]} onLayout={this.onLayout} {...this.getAccessibilityInfo()}>
|
|
143
|
-
{Colors.isTransparent(this.color) && <Image source={
|
|
144
|
+
{Colors.isTransparent(this.color) && <Image source={transparentImage} style={this.styles.transparentImage} resizeMode={'cover'} />}
|
|
144
145
|
{unavailable ? <View style={[this.styles.unavailable, {
|
|
145
146
|
backgroundColor: tintColor
|
|
146
|
-
}]} /> : <Animated.Image source={Assets.
|
|
147
|
+
}]} /> : <Animated.Image source={Assets.icons.check} style={{
|
|
147
148
|
tintColor,
|
|
148
149
|
opacity: isSelected,
|
|
149
150
|
transform: [{
|
|
@@ -137,10 +137,10 @@ const DateTimePicker = forwardRef((props, ref) => {
|
|
|
137
137
|
}, [onDonePressed, toggleExpandableOverlay]);
|
|
138
138
|
const renderHeader = () => {
|
|
139
139
|
return <View row spread bg-$backgroundDefault backgroundColor={backgroundColor} paddingH-20 style={[styles.header, headerStyle]} testID={`${testID}.header`}>
|
|
140
|
-
<Button link iconSource={Assets.
|
|
140
|
+
<Button link iconSource={Assets.icons.x} iconStyle={{
|
|
141
141
|
tintColor: Colors.$iconDefault
|
|
142
142
|
}} testID={`${testID}.cancel`} {...cancelButtonProps} onPress={toggleExpandableOverlay} />
|
|
143
|
-
<Button link iconSource={Assets.
|
|
143
|
+
<Button link iconSource={Assets.icons.check} testID={`${testID}.done`} {...confirmButtonProps} onPress={onDonePressed} />
|
|
144
144
|
</View>;
|
|
145
145
|
};
|
|
146
146
|
const renderDateTimePicker = useCallback(() => {
|
|
@@ -6,7 +6,6 @@ import View from "../view";
|
|
|
6
6
|
import Image from "../image";
|
|
7
7
|
import Modal from "../modal";
|
|
8
8
|
import TouchableOpacity from "../touchableOpacity";
|
|
9
|
-
import Assets from "../../assets";
|
|
10
9
|
import { HintPositions, HintProps, TargetAlignments } from "./types";
|
|
11
10
|
import useHintVisibility from "./hooks/useHintVisibility";
|
|
12
11
|
import useHintLayout from "./hooks/useHintLayout";
|
|
@@ -15,6 +14,8 @@ import useHintPosition from "./hooks/useHintPosition";
|
|
|
15
14
|
import HintMockChildren from "./HintMockChildren";
|
|
16
15
|
import HintAnchor from "./HintAnchor";
|
|
17
16
|
import HintBubble from "./HintBubble";
|
|
17
|
+
const sideTip = require("./assets/hintTipSide.png");
|
|
18
|
+
const middleTip = require("./assets/hintTipMiddle.png");
|
|
18
19
|
const DEFAULT_COLOR = Colors.$backgroundPrimaryHeavy;
|
|
19
20
|
const DEFAULT_HINT_OFFSET = Spacings.s4;
|
|
20
21
|
const DEFAULT_EDGE_MARGINS = Spacings.s5;
|
|
@@ -124,7 +125,7 @@ const Hint = props => {
|
|
|
124
125
|
}
|
|
125
126
|
};
|
|
126
127
|
const renderHintTip = () => {
|
|
127
|
-
const source = useSideTip ?
|
|
128
|
+
const source = useSideTip ? sideTip : middleTip;
|
|
128
129
|
const flipVertically = position === HintPositions.TOP;
|
|
129
130
|
const flipHorizontally = targetAlignmentOnScreen === TargetAlignments.RIGHT;
|
|
130
131
|
const flipStyle = {
|
|
@@ -12,9 +12,10 @@ import SvgImage from "../svgImage";
|
|
|
12
12
|
* @extendsLink: https://reactnative.dev/docs/image
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
+
const DEFAULT_WEB_ICON_SIZE = 16;
|
|
15
16
|
const Icon = forwardRef((props, ref) => {
|
|
16
17
|
const {
|
|
17
|
-
size,
|
|
18
|
+
size = Constants.isWeb ? DEFAULT_WEB_ICON_SIZE : undefined,
|
|
18
19
|
tintColor,
|
|
19
20
|
style,
|
|
20
21
|
supportRTL,
|
|
@@ -51,11 +52,9 @@ const Icon = forwardRef((props, ref) => {
|
|
|
51
52
|
}
|
|
52
53
|
return source;
|
|
53
54
|
}, [source, assetGroup, assetName]);
|
|
54
|
-
const renderImage = () => {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}, style]} />;
|
|
58
|
-
};
|
|
55
|
+
const renderImage = () => <Image accessible={false} accessibilityRole={'image'} fsTagName={recorderTag} {...others} ref={ref} source={iconSource} style={[margins, iconSize, shouldFlipRTL && styles.rtlFlipped, !!tintColor && {
|
|
56
|
+
tintColor
|
|
57
|
+
}, style]} />;
|
|
59
58
|
const renderSvg = () => <SvgImage fsTagName={recorderTag} data={source} {...iconSize} {...props} />;
|
|
60
59
|
if (typeof source === 'string' && isBase64ImageContent(source) && Constants.isWeb) {
|
|
61
60
|
return renderImage();
|
|
@@ -21,7 +21,7 @@ class TopBar extends Component {
|
|
|
21
21
|
static displayName = 'Modal.TopBar';
|
|
22
22
|
static defaultProps = {
|
|
23
23
|
doneLabel: 'Save',
|
|
24
|
-
cancelIcon: Assets.
|
|
24
|
+
cancelIcon: Assets.icons.x,
|
|
25
25
|
doneButtonProps: {},
|
|
26
26
|
cancelButtonProps: {},
|
|
27
27
|
includeStatusBar: Constants.isIOS
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"name": "cancelIcon",
|
|
30
30
|
"type": "ImageSource",
|
|
31
31
|
"description": "Cancel action icon",
|
|
32
|
-
"default": "Assets.
|
|
32
|
+
"default": "Assets.icons.x"
|
|
33
33
|
},
|
|
34
34
|
{"name": "onCancel", "type": "(props?: any) => void", "description": "Cancel action callback"},
|
|
35
35
|
{
|
|
@@ -3,7 +3,9 @@ import React, { PureComponent } from 'react';
|
|
|
3
3
|
import { StyleSheet, Image } from 'react-native';
|
|
4
4
|
import { Colors } from "../../style";
|
|
5
5
|
import View from "../view";
|
|
6
|
-
|
|
6
|
+
const gradientImageLow = require("./assets/GradientOverlayLow.png");
|
|
7
|
+
const gradientImageMed = require("./assets/GradientOverlayMedium.png");
|
|
8
|
+
const gradientImageHigh = require("./assets/GradientOverlayHigh.png");
|
|
7
9
|
const OVERLY_TYPES = {
|
|
8
10
|
VERTICAL: 'vertical',
|
|
9
11
|
TOP: 'top',
|
|
@@ -75,11 +77,11 @@ class Overlay extends PureComponent {
|
|
|
75
77
|
getImageSource = (type, intensity) => {
|
|
76
78
|
if (type !== OVERLY_TYPES.SOLID) {
|
|
77
79
|
if (intensity === OverlayIntensityType.MEDIUM) {
|
|
78
|
-
return
|
|
80
|
+
return gradientImageMed;
|
|
79
81
|
} else if (intensity === OverlayIntensityType.HIGH) {
|
|
80
|
-
return
|
|
82
|
+
return gradientImageHigh;
|
|
81
83
|
} else {
|
|
82
|
-
return
|
|
84
|
+
return gradientImageLow;
|
|
83
85
|
}
|
|
84
86
|
}
|
|
85
87
|
};
|
|
@@ -45,7 +45,7 @@ const PickerItemsList = props => {
|
|
|
45
45
|
return renderCustomSearch(props);
|
|
46
46
|
}
|
|
47
47
|
return <View style={styles.searchInputContainer}>
|
|
48
|
-
<Icon style={styles.searchIcon} tintColor={Colors.$iconDefault} source={searchStyle.icon || Assets.
|
|
48
|
+
<Icon style={styles.searchIcon} tintColor={Colors.$iconDefault} source={searchStyle.icon || Assets.icons.search} />
|
|
49
49
|
<TextInput testID={testID}
|
|
50
50
|
// ref={r => (this.search = r)}
|
|
51
51
|
style={[styles.searchInput, {
|
|
@@ -4,8 +4,8 @@ import { Typography, Colors } from "../../../style";
|
|
|
4
4
|
import View from "../../view";
|
|
5
5
|
import Text from "../../text";
|
|
6
6
|
import Icon from "../../icon";
|
|
7
|
-
import Assets from "../../../assets";
|
|
8
7
|
import { PickerFieldTypes } from "../types";
|
|
8
|
+
const dropdown = require("../assets/dropdown.png");
|
|
9
9
|
const useFieldType = props => {
|
|
10
10
|
const {
|
|
11
11
|
fieldType,
|
|
@@ -30,7 +30,7 @@ const useFieldType = props => {
|
|
|
30
30
|
...Typography.text70,
|
|
31
31
|
color: Colors.$textNeutral
|
|
32
32
|
},
|
|
33
|
-
trailingAccessory: trailingAccessory ?? <Icon marginL-s1 source={
|
|
33
|
+
trailingAccessory: trailingAccessory ?? <Icon marginL-s1 source={dropdown} />
|
|
34
34
|
};
|
|
35
35
|
} else if (fieldType === PickerFieldTypes.settings) {
|
|
36
36
|
return {
|
|
@@ -8,8 +8,8 @@ import { Colors } from "../../style";
|
|
|
8
8
|
import { Constants, asBaseComponent, forwardRef } from "../../commons/new";
|
|
9
9
|
import View from "../view";
|
|
10
10
|
import Image from "../image";
|
|
11
|
-
import Assets from "../../assets";
|
|
12
11
|
const GRADIENT_WIDTH = 76;
|
|
12
|
+
const defaultImage = () => require("./assets/gradientOverlay.png");
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* @description: Scrollable container with animated gradient overlay for horizontal scroll
|
|
@@ -175,7 +175,7 @@ class ScrollBar extends Component {
|
|
|
175
175
|
right: !left ? gradientMargins : undefined,
|
|
176
176
|
left: left ? gradientMargins : undefined
|
|
177
177
|
}}>
|
|
178
|
-
<Image source={gradientImage ||
|
|
178
|
+
<Image source={gradientImage || defaultImage()} style={{
|
|
179
179
|
width: gradientWidth,
|
|
180
180
|
height: heightToUse,
|
|
181
181
|
tintColor: gradientColor,
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,12 +6,17 @@ import { asBaseComponent } from "../../commons/new";
|
|
|
6
6
|
import View from "../view";
|
|
7
7
|
import Text from "../text";
|
|
8
8
|
import Button from "../button";
|
|
9
|
-
import Assets from "../../assets";
|
|
10
9
|
var ActionType = /*#__PURE__*/function (ActionType) {
|
|
11
10
|
ActionType["MINUS"] = "minus";
|
|
12
11
|
ActionType["PLUS"] = "plus";
|
|
13
12
|
return ActionType;
|
|
14
13
|
}(ActionType || {});
|
|
14
|
+
const minusOutline = require("./assets/minusOutline.png");
|
|
15
|
+
const minusOutlineSmall = require("./assets/minusOutlineSmall.png");
|
|
16
|
+
const plusOutline = require("./assets/plusOutline.png");
|
|
17
|
+
const plusOutlineSmall = require("./assets/plusOutlineSmall.png");
|
|
18
|
+
const plusSmall = require("./assets/plusSmall.png");
|
|
19
|
+
const minusSmall = require("./assets/minusSmall.png");
|
|
15
20
|
const DEFAULT_STEP = 1;
|
|
16
21
|
/**
|
|
17
22
|
* @description: A stepper component
|
|
@@ -145,8 +150,8 @@ class Stepper extends PureComponent {
|
|
|
145
150
|
} = this.props;
|
|
146
151
|
const allowStepChange = this.allowStepChange(actionType);
|
|
147
152
|
const isFloatingStepper = type === 'floating';
|
|
148
|
-
const minusButton = isFloatingStepper ?
|
|
149
|
-
const plusButton = isFloatingStepper ?
|
|
153
|
+
const minusButton = isFloatingStepper ? minusSmall : small ? minusOutlineSmall : minusOutline;
|
|
154
|
+
const plusButton = isFloatingStepper ? plusSmall : small ? plusOutlineSmall : plusOutline;
|
|
150
155
|
return <Button link color={isFloatingStepper ? Colors.$iconDefault : undefined} iconSource={actionType === ActionType.MINUS ? minusButton : plusButton} disabled={disabled || !allowStepChange} onPress={() => this.handleStepChange(actionType)} testID={actionType === ActionType.MINUS ? `${testID}.minusStep` : `${testID}.plusStep`} />;
|
|
151
156
|
}
|
|
152
157
|
render() {
|
|
@@ -54,7 +54,7 @@ const ClearButton = ({
|
|
|
54
54
|
onClear?.();
|
|
55
55
|
};
|
|
56
56
|
return <View reanimated style={style} testID={`${testID}.container`}>
|
|
57
|
-
<Button link iconSource={Assets.
|
|
57
|
+
<Button link iconSource={Assets.icons.xFlat} iconStyle={styles.clearIcon} onPress={clear} hitSlop={hitSlop} accessible={hasValue} accessibilityLabel={'clear'} testID={testID} />
|
|
58
58
|
</View>;
|
|
59
59
|
};
|
|
60
60
|
const styles = StyleSheet.create({
|
|
@@ -214,19 +214,19 @@
|
|
|
214
214
|
"title": "Icon",
|
|
215
215
|
"content": [
|
|
216
216
|
{
|
|
217
|
-
"snippet": "<Timeline point={{state: Timeline.states.SUCCESS, icon: Assets.
|
|
217
|
+
"snippet": "<Timeline point={{state: Timeline.states.SUCCESS, icon: Assets.icons.checkSmall}}><View style={{height: 88}}/></Timeline>"
|
|
218
218
|
}
|
|
219
219
|
],
|
|
220
|
-
"description": "icon: Assets.
|
|
220
|
+
"description": "icon: Assets.icons.general.checkmarkSmall"
|
|
221
221
|
},
|
|
222
222
|
{
|
|
223
223
|
"title": "Icon without background",
|
|
224
224
|
"content": [
|
|
225
225
|
{
|
|
226
|
-
"snippet": "<Timeline point={{state: Timeline.states.SUCCESS, icon: Assets.
|
|
226
|
+
"snippet": "<Timeline point={{state: Timeline.states.SUCCESS, icon: Assets.icons.search, removeIconBackground: true}}><View style={{height: 88}}/></Timeline>"
|
|
227
227
|
}
|
|
228
228
|
],
|
|
229
|
-
"description": "icon: Assets.
|
|
229
|
+
"description": "icon: Assets.icons.general.favorite, removeIconBackground: true"
|
|
230
230
|
}
|
|
231
231
|
],
|
|
232
232
|
"name": "Point Accessories"
|
|
@@ -239,7 +239,7 @@ export default class Toast extends PureBaseComponent {
|
|
|
239
239
|
<Button
|
|
240
240
|
link
|
|
241
241
|
iconStyle={{tintColor: textColor}}
|
|
242
|
-
iconSource={Assets.
|
|
242
|
+
iconSource={Assets.icons.x}
|
|
243
243
|
onPress={this.onDismiss}
|
|
244
244
|
paddingR-20
|
|
245
245
|
accessibilityLabel={'dismiss'}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import Colors from "../../style/colors";
|
|
2
|
-
|
|
2
|
+
const checkMarkSmall = require("./assets/checkMarkSmall.png");
|
|
3
|
+
const exclamationSmall = require("./assets/exclamationSmall.png");
|
|
3
4
|
export const StatesConfig = {
|
|
4
5
|
enabled: {
|
|
5
6
|
color: Colors.$textNeutralHeavy,
|
|
@@ -13,7 +14,7 @@ export const StatesConfig = {
|
|
|
13
14
|
error: {
|
|
14
15
|
color: Colors.$iconDangerLight,
|
|
15
16
|
circleColor: Colors.$outlineDanger,
|
|
16
|
-
icon:
|
|
17
|
+
icon: exclamationSmall,
|
|
17
18
|
enabled: true,
|
|
18
19
|
accessibilityInfo: 'Validation Error'
|
|
19
20
|
},
|
|
@@ -26,7 +27,7 @@ export const StatesConfig = {
|
|
|
26
27
|
completed: {
|
|
27
28
|
color: Colors.$iconNeutral,
|
|
28
29
|
circleColor: Colors.$outlineDisabled,
|
|
29
|
-
icon:
|
|
30
|
+
icon: checkMarkSmall,
|
|
30
31
|
enabled: true,
|
|
31
32
|
accessibilityInfo: 'Completed'
|
|
32
33
|
},
|
|
@@ -23,7 +23,7 @@ const useDialogContent = props => {
|
|
|
23
23
|
}
|
|
24
24
|
return <View left centerV pointerEvents={'box-none'}>
|
|
25
25
|
<TouchableOpacity paddingB-s2 row onPress={close}>
|
|
26
|
-
<Icon source={Assets.
|
|
26
|
+
<Icon source={Assets.icons.xMedium} tintColor={Colors.white} {...closeButtonProps?.iconProps} />
|
|
27
27
|
<Text recorderTag={'unmask'} text70BO white {...closeButtonProps?.labelProps}>
|
|
28
28
|
{closeButtonProps?.label || 'Close'}
|
|
29
29
|
</Text>
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
export const icons = {
|
|
2
|
-
get check() {
|
|
3
|
-
return require('./check.png');
|
|
4
|
-
},
|
|
5
|
-
get checkMarkSmall() {
|
|
6
|
-
return require('./checkMarkSmall.png');
|
|
7
|
-
},
|
|
8
|
-
get checkSmall() {
|
|
9
|
-
return require('./checkSmall.png');
|
|
10
|
-
},
|
|
11
|
-
get chevronDown() {
|
|
12
|
-
return require('./chevronDown.png');
|
|
13
|
-
},
|
|
14
|
-
get exclamationSmall() {
|
|
15
|
-
return require('./exclamationSmall.png');
|
|
16
|
-
},
|
|
17
|
-
get minusOutline() {
|
|
18
|
-
return require('./minusOutline.png');
|
|
19
|
-
},
|
|
20
|
-
get minusOutlineSmall() {
|
|
21
|
-
return require('./minusOutlineSmall.png');
|
|
22
|
-
},
|
|
23
|
-
get minusSmall() {
|
|
24
|
-
return require('./minusSmall.png');
|
|
25
|
-
},
|
|
26
|
-
get plusOutline() {
|
|
27
|
-
return require('./plusOutline.png');
|
|
28
|
-
},
|
|
29
|
-
get plusOutlineSmall() {
|
|
30
|
-
return require('./plusOutlineSmall.png');
|
|
31
|
-
},
|
|
32
|
-
get plusSmall() {
|
|
33
|
-
return require('./plusSmall.png');
|
|
34
|
-
},
|
|
35
|
-
get search() {
|
|
36
|
-
return require('./search.png');
|
|
37
|
-
},
|
|
38
|
-
get x() {
|
|
39
|
-
return require('./x.png');
|
|
40
|
-
},
|
|
41
|
-
get xFlat() {
|
|
42
|
-
return require('./xFlat.png');
|
|
43
|
-
},
|
|
44
|
-
get xMedium() {
|
|
45
|
-
return require('./xMedium.png');
|
|
46
|
-
},
|
|
47
|
-
get xSmall() {
|
|
48
|
-
return require('./xSmall.png');
|
|
49
|
-
}
|
|
50
|
-
};
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
export const icons = {
|
|
2
|
-
get check() {
|
|
3
|
-
return {uri: require('./check.png'), width: 21, height: 15};
|
|
4
|
-
},
|
|
5
|
-
get checkMarkSmall() {
|
|
6
|
-
return {uri: require('./checkMarkSmall.png'), width: 16, height: 16};
|
|
7
|
-
},
|
|
8
|
-
get checkSmall() {
|
|
9
|
-
return {uri: require('./checkSmall.png'), width: 24, height: 24};
|
|
10
|
-
},
|
|
11
|
-
get chevronDown() {
|
|
12
|
-
return {uri: require('./chevronDown.png'), width: 16, height: 16};
|
|
13
|
-
},
|
|
14
|
-
get exclamationSmall() {
|
|
15
|
-
return {uri: require('./exclamationSmall.png'), width: 16, height: 16};
|
|
16
|
-
},
|
|
17
|
-
get minusOutline() {
|
|
18
|
-
return {uri: require('./minusOutline.png'), width: 32, height: 32};
|
|
19
|
-
},
|
|
20
|
-
get minusOutlineSmall() {
|
|
21
|
-
return {uri: require('./minusOutlineSmall.png'), width: 24, height: 24};
|
|
22
|
-
},
|
|
23
|
-
get minusSmall() {
|
|
24
|
-
return {uri: require('./minusSmall.png'), width: 16, height: 16};
|
|
25
|
-
},
|
|
26
|
-
get plusOutline() {
|
|
27
|
-
return {uri: require('./plusOutline.png'), width: 32, height: 32};
|
|
28
|
-
},
|
|
29
|
-
get plusOutlineSmall() {
|
|
30
|
-
return {uri: require('./plusOutlineSmall.png'), width: 24, height: 24};
|
|
31
|
-
},
|
|
32
|
-
get plusSmall() {
|
|
33
|
-
return {uri: require('./plusSmall.png'), width: 16, height: 16};
|
|
34
|
-
},
|
|
35
|
-
get search() {
|
|
36
|
-
return {uri: require('./search.png'), width: 24, height: 24};
|
|
37
|
-
},
|
|
38
|
-
get x() {
|
|
39
|
-
return {uri: require('./x.png'), width: 17, height: 16};
|
|
40
|
-
},
|
|
41
|
-
get xFlat() {
|
|
42
|
-
return {uri: require('./xFlat.png'), width: 16, height: 16};
|
|
43
|
-
},
|
|
44
|
-
get xMedium() {
|
|
45
|
-
return {uri: require('./xMedium.png'), width: 24, height: 24};
|
|
46
|
-
},
|
|
47
|
-
get xSmall() {
|
|
48
|
-
return {uri: require('./xSmall.png'), width: 16, height: 16};
|
|
49
|
-
}
|
|
50
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export const images = {
|
|
2
|
-
get gradient() {
|
|
3
|
-
return require('./gradient.png');
|
|
4
|
-
},
|
|
5
|
-
get gradientOverlay() {
|
|
6
|
-
return require('./gradientOverlay.png');
|
|
7
|
-
},
|
|
8
|
-
get gradientOverlayHigh() {
|
|
9
|
-
return require('./gradientOverlayHigh.png');
|
|
10
|
-
},
|
|
11
|
-
get gradientOverlayLow() {
|
|
12
|
-
return require('./gradientOverlayLow.png');
|
|
13
|
-
},
|
|
14
|
-
get gradientOverlayMedium() {
|
|
15
|
-
return require('./gradientOverlayMedium.png');
|
|
16
|
-
},
|
|
17
|
-
get hintTipMiddle() {
|
|
18
|
-
return require('./hintTipMiddle.png');
|
|
19
|
-
},
|
|
20
|
-
get hintTipSide() {
|
|
21
|
-
return require('./hintTipSide.png');
|
|
22
|
-
},
|
|
23
|
-
get transparentSwatch() {
|
|
24
|
-
return require('./transparentSwatch.png');
|
|
25
|
-
}
|
|
26
|
-
};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export const images = {
|
|
2
|
-
get gradient() {
|
|
3
|
-
return {uri: require('./gradient.png'), width: 56, height: 2};
|
|
4
|
-
},
|
|
5
|
-
get gradientOverlay() {
|
|
6
|
-
return {uri: require('./gradientOverlay.png'), width: 76, height: 48};
|
|
7
|
-
},
|
|
8
|
-
get gradientOverlayHigh() {
|
|
9
|
-
return {uri: require('./gradientOverlayHigh.png'), width: 1, height: 297};
|
|
10
|
-
},
|
|
11
|
-
get gradientOverlayLow() {
|
|
12
|
-
return {uri: require('./gradientOverlayLow.png'), width: 1, height: 297};
|
|
13
|
-
},
|
|
14
|
-
get gradientOverlayMedium() {
|
|
15
|
-
return {uri: require('./gradientOverlayMedium.png'), width: 1, height: 297};
|
|
16
|
-
},
|
|
17
|
-
get hintTipMiddle() {
|
|
18
|
-
return {uri: require('./hintTipMiddle.png'), width: 20, height: 7};
|
|
19
|
-
},
|
|
20
|
-
get hintTipSide() {
|
|
21
|
-
return {uri: require('./hintTipSide.png'), width: 20, height: 24};
|
|
22
|
-
},
|
|
23
|
-
get transparentSwatch() {
|
|
24
|
-
return {uri: require('./transparentSwatch.png'), width: 100, height: 100};
|
|
25
|
-
}
|
|
26
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/{assets/internal/icons/chevronDown.png → components/picker/assets/dropdown.png}
RENAMED
|
File without changes
|
|
File without changes
|
/package/src/{assets/internal/icons/chevronDown@2x.png → components/picker/assets/dropdown@2x.png}
RENAMED
|
File without changes
|
/package/src/{assets/internal/icons/chevronDown@3x.png → components/picker/assets/dropdown@3x.png}
RENAMED
|
File without changes
|
/package/src/{assets/internal/icons/chevronDown@4x.png → components/picker/assets/dropdown@4x.png}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|