@fountain-ui/icons 2.0.0-beta.1 → 2.0.0-beta.3
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/build/typescript/icons/Add.d.ts +3 -2
- package/build/typescript/icons/Apple.d.ts +3 -2
- package/build/typescript/icons/ArrowLeft.d.ts +3 -2
- package/build/typescript/icons/ArrowLightHorizontalFilled.d.ts +3 -2
- package/build/typescript/icons/ArrowLightHorizontalOutlined.d.ts +3 -2
- package/build/typescript/icons/ArrowLightVerticalFilled.d.ts +3 -2
- package/build/typescript/icons/ArrowLightVerticalOutlined.d.ts +3 -2
- package/build/typescript/icons/ArrowRight.d.ts +3 -2
- package/build/typescript/icons/BellOff.d.ts +3 -2
- package/build/typescript/icons/BellOn.d.ts +3 -2
- package/build/typescript/icons/BellOutlined.d.ts +3 -2
- package/build/typescript/icons/BellTwoTone.d.ts +3 -2
- package/build/typescript/icons/BookmarkOutlined.d.ts +3 -2
- package/build/typescript/icons/BookmarkTwoTone.d.ts +3 -2
- package/build/typescript/icons/Bullet.d.ts +3 -2
- package/build/typescript/icons/CalendarFilled.d.ts +3 -2
- package/build/typescript/icons/CalendarOutlined.d.ts +3 -2
- package/build/typescript/icons/Check.d.ts +3 -2
- package/build/typescript/icons/CheckCircleOutlined.d.ts +3 -2
- package/build/typescript/icons/CheckboxChecked.d.ts +3 -2
- package/build/typescript/icons/CheckboxTransparentFilled.d.ts +3 -2
- package/build/typescript/icons/ChevronDown.d.ts +3 -2
- package/build/typescript/icons/ChevronLeft.d.ts +3 -2
- package/build/typescript/icons/ChevronRight.d.ts +3 -2
- package/build/typescript/icons/ChevronUp.d.ts +3 -2
- package/build/typescript/icons/ClockOutlined.d.ts +3 -2
- package/build/typescript/icons/ClockTwoTone.d.ts +3 -2
- package/build/typescript/icons/Close.d.ts +3 -2
- package/build/typescript/icons/CopyFilled.d.ts +3 -2
- package/build/typescript/icons/EyeOff.d.ts +3 -2
- package/build/typescript/icons/EyeOutlined.d.ts +3 -2
- package/build/typescript/icons/Facebook.d.ts +3 -2
- package/build/typescript/icons/FontLato.d.ts +3 -2
- package/build/typescript/icons/FontLiterata.d.ts +3 -2
- package/build/typescript/icons/GenreFilled.d.ts +3 -2
- package/build/typescript/icons/GenreOutlined.d.ts +3 -2
- package/build/typescript/icons/Google.d.ts +3 -2
- package/build/typescript/icons/Help.d.ts +3 -2
- package/build/typescript/icons/HomeFilled.d.ts +3 -2
- package/build/typescript/icons/HomeOutlined.d.ts +3 -2
- package/build/typescript/icons/Info.d.ts +3 -2
- package/build/typescript/icons/Instagram.d.ts +3 -2
- package/build/typescript/icons/LibraryFilled.d.ts +3 -2
- package/build/typescript/icons/LibraryOutlined.d.ts +3 -2
- package/build/typescript/icons/List.d.ts +3 -2
- package/build/typescript/icons/LockOutlined.d.ts +3 -2
- package/build/typescript/icons/MailFilled.d.ts +3 -2
- package/build/typescript/icons/MailOutlined.d.ts +3 -2
- package/build/typescript/icons/MenuFilled.d.ts +3 -2
- package/build/typescript/icons/MenuOutlined.d.ts +3 -2
- package/build/typescript/icons/Outlined.d.ts +3 -2
- package/build/typescript/icons/Pencil.d.ts +3 -2
- package/build/typescript/icons/Point.d.ts +3 -2
- package/build/typescript/icons/Radio.d.ts +3 -2
- package/build/typescript/icons/RadioChecked.d.ts +3 -2
- package/build/typescript/icons/Restart.d.ts +3 -2
- package/build/typescript/icons/SaleOutlined.d.ts +3 -2
- package/build/typescript/icons/SaleTwoTone.d.ts +3 -2
- package/build/typescript/icons/Search.d.ts +3 -2
- package/build/typescript/icons/Share.d.ts +3 -2
- package/build/typescript/icons/SpacingLargeFilled.d.ts +3 -2
- package/build/typescript/icons/SpacingLargeOutlined.d.ts +3 -2
- package/build/typescript/icons/SpacingMediumFilled.d.ts +3 -2
- package/build/typescript/icons/SpacingMediumOutlined.d.ts +3 -2
- package/build/typescript/icons/SpacingSmallFilled.d.ts +3 -2
- package/build/typescript/icons/SpacingSmallOutlined.d.ts +3 -2
- package/build/typescript/icons/Speaker.d.ts +3 -2
- package/build/typescript/icons/SwapHorizontal.d.ts +3 -2
- package/build/typescript/icons/SwapVertical.d.ts +3 -2
- package/build/typescript/icons/TicketOutlined.d.ts +3 -2
- package/build/typescript/icons/TicketTwoTone.d.ts +3 -2
- package/build/typescript/icons/TokenFilled.d.ts +3 -2
- package/build/typescript/icons/Twitter.d.ts +3 -2
- package/build/typescript/icons/Warning.d.ts +3 -2
- package/build/typescript/icons/Youtube.d.ts +3 -2
- package/package.json +3 -6
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
declare const _default: React.MemoExoticComponent<{
|
|
3
3
|
(props: {
|
|
4
4
|
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
5
|
-
|
|
5
|
+
fill?: import("react-native-svg").Color | undefined;
|
|
6
6
|
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
7
7
|
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
8
8
|
stroke?: import("react-native-svg").Color | undefined;
|
|
@@ -65,7 +65,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
65
65
|
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
66
66
|
readonly viewBox?: string | undefined;
|
|
67
67
|
preserveAspectRatio?: string | undefined;
|
|
68
|
-
readonly color?: import("
|
|
68
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
69
69
|
hitSlop?: import("react-native").Insets | undefined;
|
|
70
70
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
71
71
|
removeClippedSubviews?: boolean | undefined;
|
|
@@ -107,6 +107,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
107
107
|
onAccessibilityTap?: (() => void) | undefined;
|
|
108
108
|
onMagicTap?: (() => void) | undefined;
|
|
109
109
|
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
110
|
+
readonly colorValue?: string | undefined;
|
|
110
111
|
}): JSX.Element;
|
|
111
112
|
displayName: string;
|
|
112
113
|
}>;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
declare const _default: React.MemoExoticComponent<{
|
|
3
3
|
(props: {
|
|
4
4
|
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
5
|
-
|
|
5
|
+
fill?: import("react-native-svg").Color | undefined;
|
|
6
6
|
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
7
7
|
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
8
8
|
stroke?: import("react-native-svg").Color | undefined;
|
|
@@ -65,7 +65,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
65
65
|
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
66
66
|
readonly viewBox?: string | undefined;
|
|
67
67
|
preserveAspectRatio?: string | undefined;
|
|
68
|
-
readonly color?: import("
|
|
68
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
69
69
|
hitSlop?: import("react-native").Insets | undefined;
|
|
70
70
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
71
71
|
removeClippedSubviews?: boolean | undefined;
|
|
@@ -107,6 +107,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
107
107
|
onAccessibilityTap?: (() => void) | undefined;
|
|
108
108
|
onMagicTap?: (() => void) | undefined;
|
|
109
109
|
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
110
|
+
readonly colorValue?: string | undefined;
|
|
110
111
|
}): JSX.Element;
|
|
111
112
|
displayName: string;
|
|
112
113
|
}>;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
declare const _default: React.MemoExoticComponent<{
|
|
3
3
|
(props: {
|
|
4
4
|
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
5
|
-
|
|
5
|
+
fill?: import("react-native-svg").Color | undefined;
|
|
6
6
|
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
7
7
|
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
8
8
|
stroke?: import("react-native-svg").Color | undefined;
|
|
@@ -65,7 +65,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
65
65
|
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
66
66
|
readonly viewBox?: string | undefined;
|
|
67
67
|
preserveAspectRatio?: string | undefined;
|
|
68
|
-
readonly color?: import("
|
|
68
|
+
readonly color?: import("packages/fountain-ui/build/typescript").CommonComponentColor | undefined;
|
|
69
69
|
hitSlop?: import("react-native").Insets | undefined;
|
|
70
70
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
71
71
|
removeClippedSubviews?: boolean | undefined;
|
|
@@ -107,6 +107,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
107
107
|
onAccessibilityTap?: (() => void) | undefined;
|
|
108
108
|
onMagicTap?: (() => void) | undefined;
|
|
109
109
|
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
110
|
+
readonly colorValue?: string | undefined;
|
|
110
111
|
}): JSX.Element;
|
|
111
112
|
displayName: string;
|
|
112
113
|
}>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fountain-ui/icons",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Fountain-UI Team",
|
|
6
6
|
"description": "Fountain Design Svg Icons converted to Fountain-UI React components.",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"prepare": "bob build"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@fountain-ui/core": "^2.0.0-beta.
|
|
18
|
+
"@fountain-ui/core": "^2.0.0-beta.3",
|
|
19
19
|
"react": "^16.8.0 || ^17.0.0",
|
|
20
20
|
"react-dom": "^16.8.0 || ^17.0.0",
|
|
21
21
|
"react-native": "^0.63.0"
|
|
@@ -28,9 +28,6 @@
|
|
|
28
28
|
"optional": true
|
|
29
29
|
}
|
|
30
30
|
},
|
|
31
|
-
"devDependencies": {
|
|
32
|
-
"@fountain-ui/core": "^1.19.1"
|
|
33
|
-
},
|
|
34
31
|
"react-native-builder-bob": {
|
|
35
32
|
"source": "./src",
|
|
36
33
|
"output": "./build",
|
|
@@ -53,5 +50,5 @@
|
|
|
53
50
|
"publishConfig": {
|
|
54
51
|
"access": "public"
|
|
55
52
|
},
|
|
56
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "9834b77f8529c853aede39ff73725a211907964d"
|
|
57
54
|
}
|