@draftbit/core 46.2.4-23a57c.12 → 46.2.4-258475.12
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/lib/commonjs/mappings/ActionSheet.js +1 -1
- package/lib/commonjs/mappings/ActionSheetCancel.js +1 -1
- package/lib/commonjs/mappings/ActionSheetItem.js +1 -1
- package/lib/commonjs/mappings/ActivityIndicator.js +1 -1
- package/lib/commonjs/mappings/Banner.js +1 -1
- package/lib/commonjs/mappings/BlurView.js +1 -1
- package/lib/commonjs/mappings/Button.js +11 -3
- package/lib/commonjs/mappings/Card.js +1 -1
- package/lib/commonjs/mappings/CardBlock.js +3 -3
- package/lib/commonjs/mappings/CardContainer.js +2 -2
- package/lib/commonjs/mappings/CardContainerRating.js +2 -2
- package/lib/commonjs/mappings/CardContainerShortImage.js +2 -2
- package/lib/commonjs/mappings/CardInline.js +1 -1
- package/lib/commonjs/mappings/Checkbox.js +1 -1
- package/lib/commonjs/mappings/CheckboxRow.js +1 -1
- package/lib/commonjs/mappings/CircleImage.js +1 -1
- package/lib/commonjs/mappings/CustomCode.js +1 -1
- package/lib/commonjs/mappings/FAB.js +1 -1
- package/lib/commonjs/mappings/FieldSearchBarFull.js +1 -1
- package/lib/commonjs/mappings/HeaderLarge.js +1 -1
- package/lib/commonjs/mappings/HeaderMedium.js +1 -1
- package/lib/commonjs/mappings/HeaderOverline.js +1 -1
- package/lib/commonjs/mappings/KeyboardAvoidingView.js +1 -1
- package/lib/commonjs/mappings/KeyboardAwareScrollView.js +1 -1
- package/lib/commonjs/mappings/Layout.js +2 -2
- package/lib/commonjs/mappings/MapCallout.js +1 -1
- package/lib/commonjs/mappings/MapMarker.js +1 -1
- package/lib/commonjs/mappings/MapView.js +1 -1
- package/lib/commonjs/mappings/Modal.js +1 -1
- package/lib/commonjs/mappings/RadioButton.js +1 -1
- package/lib/commonjs/mappings/RadioButtonGroup.js +1 -1
- package/lib/commonjs/mappings/RadioButtonRow.js +1 -1
- package/lib/commonjs/mappings/RowBodyIcon.js +2 -2
- package/lib/commonjs/mappings/RowHeadlineImageCaption.js +4 -4
- package/lib/commonjs/mappings/RowHeadlineImageIcon.js +6 -6
- package/lib/commonjs/mappings/ScrollView.js +1 -1
- package/lib/commonjs/mappings/Slider.js +1 -1
- package/lib/commonjs/mappings/StarRating.js +1 -1
- package/lib/commonjs/mappings/Stepper.js +1 -1
- package/lib/commonjs/mappings/Surface.js +1 -1
- package/lib/commonjs/mappings/Swiper.js +1 -1
- package/lib/commonjs/mappings/SwiperItem.js +1 -1
- package/lib/commonjs/mappings/Switch.js +2 -2
- package/lib/commonjs/mappings/WebView.js +1 -1
- package/lib/module/components/Checkbox/CheckboxGroup.js +3 -17
- package/lib/module/components/Checkbox/context.js +1 -1
- package/lib/module/components/RadioButton/RadioButton.js +2 -15
- package/lib/module/mappings/ActionSheet.js +1 -1
- package/lib/module/mappings/ActionSheetCancel.js +1 -1
- package/lib/module/mappings/ActionSheetItem.js +1 -1
- package/lib/module/mappings/ActivityIndicator.js +1 -1
- package/lib/module/mappings/Banner.js +1 -1
- package/lib/module/mappings/BlurView.js +1 -1
- package/lib/module/mappings/Button.js +12 -4
- package/lib/module/mappings/Card.js +1 -1
- package/lib/module/mappings/CardBlock.js +3 -3
- package/lib/module/mappings/CardContainer.js +2 -2
- package/lib/module/mappings/CardContainerRating.js +2 -2
- package/lib/module/mappings/CardContainerShortImage.js +2 -2
- package/lib/module/mappings/CardInline.js +1 -1
- package/lib/module/mappings/Checkbox.js +1 -1
- package/lib/module/mappings/CheckboxRow.js +1 -1
- package/lib/module/mappings/CircleImage.js +1 -1
- package/lib/module/mappings/CustomCode.js +1 -1
- package/lib/module/mappings/FAB.js +1 -1
- package/lib/module/mappings/FieldSearchBarFull.js +2 -5
- package/lib/module/mappings/HeaderLarge.js +1 -1
- package/lib/module/mappings/HeaderMedium.js +1 -1
- package/lib/module/mappings/HeaderOverline.js +1 -1
- package/lib/module/mappings/KeyboardAvoidingView.js +1 -1
- package/lib/module/mappings/KeyboardAwareScrollView.js +1 -1
- package/lib/module/mappings/Layout.js +2 -2
- package/lib/module/mappings/MapCallout.js +1 -1
- package/lib/module/mappings/MapMarker.js +1 -1
- package/lib/module/mappings/MapView.js +1 -1
- package/lib/module/mappings/Modal.js +1 -1
- package/lib/module/mappings/RadioButton.js +1 -1
- package/lib/module/mappings/RadioButtonGroup.js +1 -1
- package/lib/module/mappings/RadioButtonRow.js +1 -1
- package/lib/module/mappings/RowBodyIcon.js +2 -2
- package/lib/module/mappings/RowHeadlineImageCaption.js +4 -4
- package/lib/module/mappings/RowHeadlineImageIcon.js +6 -6
- package/lib/module/mappings/ScrollView.js +1 -1
- package/lib/module/mappings/Slider.js +1 -1
- package/lib/module/mappings/StarRating.js +1 -1
- package/lib/module/mappings/Stepper.js +1 -1
- package/lib/module/mappings/Surface.js +1 -1
- package/lib/module/mappings/Swiper.js +1 -1
- package/lib/module/mappings/SwiperItem.js +1 -1
- package/lib/module/mappings/Switch.js +2 -2
- package/lib/module/mappings/WebView.js +1 -1
- package/lib/typescript/src/mappings/Button.d.ts +16 -16
- package/package.json +3 -3
- package/src/mappings/ActionSheet.js +1 -1
- package/src/mappings/ActionSheet.ts +1 -1
- package/src/mappings/ActionSheetCancel.js +1 -1
- package/src/mappings/ActionSheetCancel.ts +1 -1
- package/src/mappings/ActionSheetItem.js +1 -1
- package/src/mappings/ActionSheetItem.ts +1 -1
- package/src/mappings/ActivityIndicator.js +1 -1
- package/src/mappings/ActivityIndicator.ts +1 -1
- package/src/mappings/Banner.js +1 -1
- package/src/mappings/Banner.ts +1 -1
- package/src/mappings/BlurView.js +1 -1
- package/src/mappings/BlurView.ts +1 -1
- package/src/mappings/Button.js +12 -4
- package/src/mappings/Button.ts +13 -5
- package/src/mappings/Card.js +1 -1
- package/src/mappings/Card.ts +1 -1
- package/src/mappings/CardBlock.js +3 -3
- package/src/mappings/CardBlock.ts +3 -3
- package/src/mappings/CardContainer.js +2 -2
- package/src/mappings/CardContainer.ts +2 -2
- package/src/mappings/CardContainerRating.js +2 -2
- package/src/mappings/CardContainerRating.ts +2 -2
- package/src/mappings/CardContainerShortImage.js +2 -2
- package/src/mappings/CardContainerShortImage.ts +2 -2
- package/src/mappings/CardInline.js +1 -1
- package/src/mappings/CardInline.ts +1 -1
- package/src/mappings/Checkbox.js +1 -1
- package/src/mappings/Checkbox.ts +1 -1
- package/src/mappings/CheckboxRow.js +1 -1
- package/src/mappings/CheckboxRow.ts +1 -1
- package/src/mappings/CircleImage.js +1 -1
- package/src/mappings/CircleImage.ts +1 -1
- package/src/mappings/CustomCode.js +1 -1
- package/src/mappings/CustomCode.ts +1 -1
- package/src/mappings/FAB.js +1 -1
- package/src/mappings/FAB.ts +1 -1
- package/src/mappings/FieldSearchBarFull.js +1 -1
- package/src/mappings/FieldSearchBarFull.ts +1 -1
- package/src/mappings/HeaderLarge.js +1 -1
- package/src/mappings/HeaderLarge.ts +1 -1
- package/src/mappings/HeaderMedium.js +1 -1
- package/src/mappings/HeaderMedium.ts +1 -1
- package/src/mappings/HeaderOverline.js +1 -1
- package/src/mappings/HeaderOverline.ts +1 -1
- package/src/mappings/KeyboardAvoidingView.js +1 -1
- package/src/mappings/KeyboardAvoidingView.ts +1 -1
- package/src/mappings/KeyboardAwareScrollView.js +1 -1
- package/src/mappings/KeyboardAwareScrollView.ts +1 -1
- package/src/mappings/Layout.js +2 -2
- package/src/mappings/Layout.ts +2 -2
- package/src/mappings/MapCallout.js +1 -1
- package/src/mappings/MapCallout.ts +1 -1
- package/src/mappings/MapMarker.js +1 -1
- package/src/mappings/MapMarker.ts +1 -1
- package/src/mappings/MapView.js +1 -1
- package/src/mappings/MapView.ts +1 -1
- package/src/mappings/Modal.js +1 -1
- package/src/mappings/Modal.ts +1 -1
- package/src/mappings/RadioButton.js +1 -1
- package/src/mappings/RadioButton.ts +1 -1
- package/src/mappings/RadioButtonGroup.js +1 -1
- package/src/mappings/RadioButtonGroup.ts +1 -1
- package/src/mappings/RadioButtonRow.js +1 -1
- package/src/mappings/RadioButtonRow.ts +1 -1
- package/src/mappings/RowBodyIcon.js +2 -2
- package/src/mappings/RowBodyIcon.ts +2 -2
- package/src/mappings/RowHeadlineImageCaption.js +4 -4
- package/src/mappings/RowHeadlineImageCaption.ts +4 -4
- package/src/mappings/RowHeadlineImageIcon.js +6 -6
- package/src/mappings/RowHeadlineImageIcon.ts +6 -6
- package/src/mappings/ScrollView.js +1 -1
- package/src/mappings/ScrollView.ts +1 -1
- package/src/mappings/Slider.js +1 -1
- package/src/mappings/Slider.ts +1 -1
- package/src/mappings/StarRating.js +1 -1
- package/src/mappings/StarRating.ts +1 -1
- package/src/mappings/Stepper.js +1 -1
- package/src/mappings/Stepper.ts +1 -1
- package/src/mappings/Surface.js +1 -1
- package/src/mappings/Surface.ts +1 -1
- package/src/mappings/Swiper.js +1 -1
- package/src/mappings/Swiper.ts +1 -1
- package/src/mappings/SwiperItem.js +1 -1
- package/src/mappings/SwiperItem.ts +1 -1
- package/src/mappings/Switch.js +2 -2
- package/src/mappings/Switch.ts +2 -2
- package/src/mappings/WebView.js +1 -1
- package/src/mappings/WebView.ts +1 -1
|
@@ -3,7 +3,7 @@ const SEED_DATA_TRIGGERS = [Triggers.OnValueChange];
|
|
|
3
3
|
export const SEED_DATA = [{
|
|
4
4
|
name: "Switch",
|
|
5
5
|
tag: "Switch",
|
|
6
|
-
category: COMPONENT_TYPES.
|
|
6
|
+
category: COMPONENT_TYPES.control,
|
|
7
7
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
8
8
|
layout: {},
|
|
9
9
|
triggers: SEED_DATA_TRIGGERS,
|
|
@@ -33,7 +33,7 @@ export const SEED_DATA = [{
|
|
|
33
33
|
}, {
|
|
34
34
|
name: "Switch Row",
|
|
35
35
|
tag: "SwitchRow",
|
|
36
|
-
category: COMPONENT_TYPES.
|
|
36
|
+
category: COMPONENT_TYPES.control,
|
|
37
37
|
stylesPanelSections: [StylesPanelSections.Typography, StylesPanelSections.Margins, StylesPanelSections.Effects],
|
|
38
38
|
layout: {
|
|
39
39
|
marginLeft: 0,
|
|
@@ -3,7 +3,7 @@ export const SEED_DATA = {
|
|
|
3
3
|
name: "Web View",
|
|
4
4
|
tag: "WebView",
|
|
5
5
|
description: "Render web content inside a view",
|
|
6
|
-
category: COMPONENT_TYPES.
|
|
6
|
+
category: COMPONENT_TYPES.utility,
|
|
7
7
|
stylesPanelSections: [StylesPanelSections.Size, StylesPanelSections.Margins, StylesPanelSections.Borders],
|
|
8
8
|
layout: {
|
|
9
9
|
flex: 1
|
|
@@ -36,22 +36,22 @@ export declare const SEED_DATA: ({
|
|
|
36
36
|
disabled: {
|
|
37
37
|
label: string;
|
|
38
38
|
description: string;
|
|
39
|
-
group: string;
|
|
40
|
-
editable: boolean;
|
|
41
|
-
required: boolean;
|
|
42
39
|
formType: string;
|
|
43
40
|
propType: string;
|
|
44
|
-
defaultValue:
|
|
41
|
+
defaultValue: boolean;
|
|
42
|
+
editable: boolean;
|
|
43
|
+
required: boolean;
|
|
44
|
+
group: string;
|
|
45
45
|
};
|
|
46
46
|
loading: {
|
|
47
47
|
label: string;
|
|
48
48
|
description: string;
|
|
49
|
-
group: string;
|
|
50
|
-
editable: boolean;
|
|
51
|
-
required: boolean;
|
|
52
49
|
formType: string;
|
|
53
50
|
propType: string;
|
|
54
|
-
defaultValue:
|
|
51
|
+
defaultValue: boolean;
|
|
52
|
+
editable: boolean;
|
|
53
|
+
required: boolean;
|
|
54
|
+
group: string;
|
|
55
55
|
};
|
|
56
56
|
};
|
|
57
57
|
} | {
|
|
@@ -91,22 +91,22 @@ export declare const SEED_DATA: ({
|
|
|
91
91
|
disabled: {
|
|
92
92
|
label: string;
|
|
93
93
|
description: string;
|
|
94
|
-
group: string;
|
|
95
|
-
editable: boolean;
|
|
96
|
-
required: boolean;
|
|
97
94
|
formType: string;
|
|
98
95
|
propType: string;
|
|
99
|
-
defaultValue:
|
|
96
|
+
defaultValue: boolean;
|
|
97
|
+
editable: boolean;
|
|
98
|
+
required: boolean;
|
|
99
|
+
group: string;
|
|
100
100
|
};
|
|
101
101
|
loading: {
|
|
102
102
|
label: string;
|
|
103
103
|
description: string;
|
|
104
|
-
group: string;
|
|
105
|
-
editable: boolean;
|
|
106
|
-
required: boolean;
|
|
107
104
|
formType: string;
|
|
108
105
|
propType: string;
|
|
109
|
-
defaultValue:
|
|
106
|
+
defaultValue: boolean;
|
|
107
|
+
editable: boolean;
|
|
108
|
+
required: boolean;
|
|
109
|
+
group: string;
|
|
110
110
|
};
|
|
111
111
|
};
|
|
112
112
|
})[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/core",
|
|
3
|
-
"version": "46.2.4-
|
|
3
|
+
"version": "46.2.4-258475.12+258475b8",
|
|
4
4
|
"description": "Core (non-native) Components",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@date-io/date-fns": "^1.3.13",
|
|
43
43
|
"@draftbit/react-theme-provider": "^2.1.1",
|
|
44
|
-
"@draftbit/types": "^46.2.4-
|
|
44
|
+
"@draftbit/types": "^46.2.4-258475.12+258475b8",
|
|
45
45
|
"@material-ui/core": "^4.11.0",
|
|
46
46
|
"@material-ui/pickers": "^3.2.10",
|
|
47
47
|
"@react-native-community/slider": "4.2.3",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
]
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "258475b817ccecd68898be01e4909b44bda026fe"
|
|
85
85
|
}
|
|
@@ -3,7 +3,7 @@ export const SEED_DATA = {
|
|
|
3
3
|
name: "Action Sheet Cancel",
|
|
4
4
|
tag: "ActionSheetCancel",
|
|
5
5
|
description: "Action Sheet cancel",
|
|
6
|
-
category: COMPONENT_TYPES.
|
|
6
|
+
category: COMPONENT_TYPES.actionsheet,
|
|
7
7
|
triggers: [Triggers.OnPress],
|
|
8
8
|
props: {
|
|
9
9
|
onPress: createActionProp(),
|
|
@@ -11,7 +11,7 @@ export const SEED_DATA = {
|
|
|
11
11
|
name: "Action Sheet Cancel",
|
|
12
12
|
tag: "ActionSheetCancel",
|
|
13
13
|
description: "Action Sheet cancel",
|
|
14
|
-
category: COMPONENT_TYPES.
|
|
14
|
+
category: COMPONENT_TYPES.actionsheet,
|
|
15
15
|
triggers: [Triggers.OnPress],
|
|
16
16
|
props: {
|
|
17
17
|
onPress: createActionProp(),
|
|
@@ -11,7 +11,7 @@ export const SEED_DATA = {
|
|
|
11
11
|
name: "Action Sheet Item",
|
|
12
12
|
tag: "ActionSheetItem",
|
|
13
13
|
description: "Action Sheet item",
|
|
14
|
-
category: COMPONENT_TYPES.
|
|
14
|
+
category: COMPONENT_TYPES.actionsheet,
|
|
15
15
|
triggers: [Triggers.OnPress],
|
|
16
16
|
layout: {
|
|
17
17
|
textAlign: "center",
|
|
@@ -5,7 +5,7 @@ export const SEED_DATA = {
|
|
|
5
5
|
description: "Displays a circular loading indicator.",
|
|
6
6
|
doc_link: "https://docs.expo.io/versions/latest/react-native/activityindicator/",
|
|
7
7
|
code_link: "https://github.com/expo/expo/blob/master/ios/versioned-react-native/ABI32_0_0/Libraries/Components/ActivityIndicator/ActivityIndicator.js",
|
|
8
|
-
category: COMPONENT_TYPES.
|
|
8
|
+
category: COMPONENT_TYPES.utility,
|
|
9
9
|
stylesPanelSections: [
|
|
10
10
|
StylesPanelSections.Size,
|
|
11
11
|
StylesPanelSections.Margins,
|
|
@@ -14,7 +14,7 @@ export const SEED_DATA = {
|
|
|
14
14
|
"https://docs.expo.io/versions/latest/react-native/activityindicator/",
|
|
15
15
|
code_link:
|
|
16
16
|
"https://github.com/expo/expo/blob/master/ios/versioned-react-native/ABI32_0_0/Libraries/Components/ActivityIndicator/ActivityIndicator.js",
|
|
17
|
-
category: COMPONENT_TYPES.
|
|
17
|
+
category: COMPONENT_TYPES.utility,
|
|
18
18
|
stylesPanelSections: [
|
|
19
19
|
StylesPanelSections.Size,
|
|
20
20
|
StylesPanelSections.Margins,
|
package/src/mappings/Banner.js
CHANGED
|
@@ -2,7 +2,7 @@ import { COMPONENT_TYPES, createIconProp, createBoolProp, createColorProp, creat
|
|
|
2
2
|
export const SEED_DATA = {
|
|
3
3
|
name: "Banner",
|
|
4
4
|
tag: "Banner",
|
|
5
|
-
category: COMPONENT_TYPES.
|
|
5
|
+
category: COMPONENT_TYPES.deprecated,
|
|
6
6
|
props: {
|
|
7
7
|
icon: createIconProp({
|
|
8
8
|
defaultValue: null,
|
package/src/mappings/Banner.ts
CHANGED
package/src/mappings/BlurView.js
CHANGED
|
@@ -5,7 +5,7 @@ export const SEED_DATA = {
|
|
|
5
5
|
description: "Expo Blur View",
|
|
6
6
|
doc_link: "https://docs.expo.io/versions/latest/sdk/blur-view/",
|
|
7
7
|
code_link: "https://github.com/expo/expo/blob/master/packages/expo/src/effects/BlurView.d.ts",
|
|
8
|
-
category: COMPONENT_TYPES.
|
|
8
|
+
category: COMPONENT_TYPES.view,
|
|
9
9
|
stylesPanelSections: CONTAINER_COMPONENT_STYLES_SECTIONS,
|
|
10
10
|
layout: {
|
|
11
11
|
flexGrow: 1,
|
package/src/mappings/BlurView.ts
CHANGED
|
@@ -13,7 +13,7 @@ export const SEED_DATA = {
|
|
|
13
13
|
doc_link: "https://docs.expo.io/versions/latest/sdk/blur-view/",
|
|
14
14
|
code_link:
|
|
15
15
|
"https://github.com/expo/expo/blob/master/packages/expo/src/effects/BlurView.d.ts",
|
|
16
|
-
category: COMPONENT_TYPES.
|
|
16
|
+
category: COMPONENT_TYPES.view,
|
|
17
17
|
stylesPanelSections: CONTAINER_COMPONENT_STYLES_SECTIONS,
|
|
18
18
|
layout: {
|
|
19
19
|
flexGrow: 1,
|
package/src/mappings/Button.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { COMPONENT_TYPES, createIconProp,
|
|
1
|
+
import { COMPONENT_TYPES, createIconProp, createBoolProp, createTextProp, GROUPS, createActionProp, Triggers, StylesPanelSections, } from "@draftbit/types";
|
|
2
2
|
const SEED_DATA_TRIGGERS = [Triggers.OnPress];
|
|
3
3
|
const SEED_DATA_PROPS = {
|
|
4
4
|
onPress: createActionProp(),
|
|
@@ -11,8 +11,16 @@ const SEED_DATA_PROPS = {
|
|
|
11
11
|
description: "Button Label",
|
|
12
12
|
defaultValue: "Get Started",
|
|
13
13
|
}),
|
|
14
|
-
disabled:
|
|
15
|
-
|
|
14
|
+
disabled: createBoolProp({
|
|
15
|
+
group: GROUPS.basic,
|
|
16
|
+
label: "Disabled",
|
|
17
|
+
description: "Whether the button should be disabled",
|
|
18
|
+
}),
|
|
19
|
+
loading: createBoolProp({
|
|
20
|
+
group: GROUPS.basic,
|
|
21
|
+
label: "Loading",
|
|
22
|
+
description: "Whether to show a loading indicator",
|
|
23
|
+
}),
|
|
16
24
|
};
|
|
17
25
|
const LAYOUT = {
|
|
18
26
|
backgroundColor: "transparent",
|
|
@@ -43,7 +51,7 @@ export const SEED_DATA = [
|
|
|
43
51
|
props: SEED_DATA_PROPS,
|
|
44
52
|
},
|
|
45
53
|
{
|
|
46
|
-
name: "Button",
|
|
54
|
+
name: "Button Solid",
|
|
47
55
|
tag: "ButtonSolid",
|
|
48
56
|
category: COMPONENT_TYPES.button,
|
|
49
57
|
stylesPanelSections: [
|
package/src/mappings/Button.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
COMPONENT_TYPES,
|
|
3
3
|
createIconProp,
|
|
4
|
+
createBoolProp,
|
|
4
5
|
createTextProp,
|
|
5
|
-
|
|
6
|
-
createLoadingProp,
|
|
6
|
+
GROUPS,
|
|
7
7
|
createActionProp,
|
|
8
8
|
Triggers,
|
|
9
9
|
StylesPanelSections,
|
|
@@ -21,8 +21,16 @@ const SEED_DATA_PROPS = {
|
|
|
21
21
|
description: "Button Label",
|
|
22
22
|
defaultValue: "Get Started",
|
|
23
23
|
}),
|
|
24
|
-
disabled:
|
|
25
|
-
|
|
24
|
+
disabled: createBoolProp({
|
|
25
|
+
group: GROUPS.basic,
|
|
26
|
+
label: "Disabled",
|
|
27
|
+
description: "Whether the button should be disabled",
|
|
28
|
+
}),
|
|
29
|
+
loading: createBoolProp({
|
|
30
|
+
group: GROUPS.basic,
|
|
31
|
+
label: "Loading",
|
|
32
|
+
description: "Whether to show a loading indicator",
|
|
33
|
+
}),
|
|
26
34
|
};
|
|
27
35
|
|
|
28
36
|
const LAYOUT = {
|
|
@@ -55,7 +63,7 @@ export const SEED_DATA = [
|
|
|
55
63
|
props: SEED_DATA_PROPS,
|
|
56
64
|
},
|
|
57
65
|
{
|
|
58
|
-
name: "Button",
|
|
66
|
+
name: "Button Solid",
|
|
59
67
|
tag: "ButtonSolid",
|
|
60
68
|
category: COMPONENT_TYPES.button,
|
|
61
69
|
stylesPanelSections: [
|
package/src/mappings/Card.js
CHANGED
|
@@ -3,7 +3,7 @@ export const SEED_DATA = {
|
|
|
3
3
|
name: "Card",
|
|
4
4
|
tag: "Card",
|
|
5
5
|
description: "A card you can customize however you'd like",
|
|
6
|
-
category: COMPONENT_TYPES.
|
|
6
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
7
7
|
triggers: [Triggers.OnPress, Triggers.OnPressIcon],
|
|
8
8
|
props: {
|
|
9
9
|
onPress: createActionProp(),
|
package/src/mappings/Card.ts
CHANGED
|
@@ -15,7 +15,7 @@ export const SEED_DATA = {
|
|
|
15
15
|
name: "Card",
|
|
16
16
|
tag: "Card",
|
|
17
17
|
description: "A card you can customize however you'd like",
|
|
18
|
-
category: COMPONENT_TYPES.
|
|
18
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
19
19
|
triggers: [Triggers.OnPress, Triggers.OnPressIcon],
|
|
20
20
|
props: {
|
|
21
21
|
onPress: createActionProp(),
|
|
@@ -67,7 +67,7 @@ export const SEED_DATA = [
|
|
|
67
67
|
name: "Small Card",
|
|
68
68
|
tag: "CardBlock",
|
|
69
69
|
description: "An elevated card with a title and description, that takes up one third of its container.",
|
|
70
|
-
category: COMPONENT_TYPES.
|
|
70
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
71
71
|
props: {
|
|
72
72
|
...SEED_DATA_PROPS,
|
|
73
73
|
numColumns: createNumColumnsType({
|
|
@@ -79,7 +79,7 @@ export const SEED_DATA = [
|
|
|
79
79
|
name: "Medium Block Card",
|
|
80
80
|
tag: "CardBlock",
|
|
81
81
|
description: "An elevated card with a title and description, that takes up one half of its container.",
|
|
82
|
-
category: COMPONENT_TYPES.
|
|
82
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
83
83
|
props: {
|
|
84
84
|
...SEED_DATA_PROPS,
|
|
85
85
|
icon: {
|
|
@@ -101,7 +101,7 @@ export const SEED_DATA = [
|
|
|
101
101
|
name: "Large Block Card",
|
|
102
102
|
tag: "CardBlock",
|
|
103
103
|
description: "An elevated card with a title and description, that takes up the full width its container.",
|
|
104
|
-
category: COMPONENT_TYPES.
|
|
104
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
105
105
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
106
106
|
props: {
|
|
107
107
|
...SEED_DATA_PROPS,
|
|
@@ -78,7 +78,7 @@ export const SEED_DATA = [
|
|
|
78
78
|
tag: "CardBlock",
|
|
79
79
|
description:
|
|
80
80
|
"An elevated card with a title and description, that takes up one third of its container.",
|
|
81
|
-
category: COMPONENT_TYPES.
|
|
81
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
82
82
|
props: {
|
|
83
83
|
...SEED_DATA_PROPS,
|
|
84
84
|
numColumns: createNumColumnsType({
|
|
@@ -91,7 +91,7 @@ export const SEED_DATA = [
|
|
|
91
91
|
tag: "CardBlock",
|
|
92
92
|
description:
|
|
93
93
|
"An elevated card with a title and description, that takes up one half of its container.",
|
|
94
|
-
category: COMPONENT_TYPES.
|
|
94
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
95
95
|
props: {
|
|
96
96
|
...SEED_DATA_PROPS,
|
|
97
97
|
icon: {
|
|
@@ -114,7 +114,7 @@ export const SEED_DATA = [
|
|
|
114
114
|
tag: "CardBlock",
|
|
115
115
|
description:
|
|
116
116
|
"An elevated card with a title and description, that takes up the full width its container.",
|
|
117
|
-
category: COMPONENT_TYPES.
|
|
117
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
118
118
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
119
119
|
props: {
|
|
120
120
|
...SEED_DATA_PROPS,
|
|
@@ -77,7 +77,7 @@ export const SEED_DATA = [
|
|
|
77
77
|
name: "Medium Card",
|
|
78
78
|
tag: "CardContainer",
|
|
79
79
|
description: "An elevated card with a title and description, that takes up half of its container.",
|
|
80
|
-
category: COMPONENT_TYPES.
|
|
80
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
81
81
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
82
82
|
layout: null,
|
|
83
83
|
props: {
|
|
@@ -91,7 +91,7 @@ export const SEED_DATA = [
|
|
|
91
91
|
name: "Large Card",
|
|
92
92
|
tag: "CardContainer",
|
|
93
93
|
description: "An elevated card with a title and description, that takes up its full container.",
|
|
94
|
-
category: COMPONENT_TYPES.
|
|
94
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
95
95
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
96
96
|
layout: null,
|
|
97
97
|
props: {
|
|
@@ -88,7 +88,7 @@ export const SEED_DATA = [
|
|
|
88
88
|
tag: "CardContainer",
|
|
89
89
|
description:
|
|
90
90
|
"An elevated card with a title and description, that takes up half of its container.",
|
|
91
|
-
category: COMPONENT_TYPES.
|
|
91
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
92
92
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
93
93
|
layout: null,
|
|
94
94
|
props: {
|
|
@@ -103,7 +103,7 @@ export const SEED_DATA = [
|
|
|
103
103
|
tag: "CardContainer",
|
|
104
104
|
description:
|
|
105
105
|
"An elevated card with a title and description, that takes up its full container.",
|
|
106
|
-
category: COMPONENT_TYPES.
|
|
106
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
107
107
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
108
108
|
layout: null,
|
|
109
109
|
props: {
|
|
@@ -81,7 +81,7 @@ export const SEED_DATA = [
|
|
|
81
81
|
name: "Medium Card (Rating)",
|
|
82
82
|
tag: "CardContainerRating",
|
|
83
83
|
description: "An elevated card with a title and description, that takes up half of its container.",
|
|
84
|
-
category: COMPONENT_TYPES.
|
|
84
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
85
85
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
86
86
|
preview_image_url: "{CLOUDINARY_URL}/Card_ContainerRating_2col.png",
|
|
87
87
|
supports_list_render: true,
|
|
@@ -104,7 +104,7 @@ export const SEED_DATA = [
|
|
|
104
104
|
name: "Large Card (Rating)",
|
|
105
105
|
tag: "CardContainerRating",
|
|
106
106
|
description: "An elevated card with a title and description, that takes up its full container.",
|
|
107
|
-
category: COMPONENT_TYPES.
|
|
107
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
108
108
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
109
109
|
preview_image_url: "{CLOUDINARY_URL}/Card_ContainerRating_3col.png",
|
|
110
110
|
supports_list_render: true,
|
|
@@ -91,7 +91,7 @@ export const SEED_DATA = [
|
|
|
91
91
|
tag: "CardContainerRating",
|
|
92
92
|
description:
|
|
93
93
|
"An elevated card with a title and description, that takes up half of its container.",
|
|
94
|
-
category: COMPONENT_TYPES.
|
|
94
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
95
95
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
96
96
|
preview_image_url: "{CLOUDINARY_URL}/Card_ContainerRating_2col.png",
|
|
97
97
|
supports_list_render: true,
|
|
@@ -115,7 +115,7 @@ export const SEED_DATA = [
|
|
|
115
115
|
tag: "CardContainerRating",
|
|
116
116
|
description:
|
|
117
117
|
"An elevated card with a title and description, that takes up its full container.",
|
|
118
|
-
category: COMPONENT_TYPES.
|
|
118
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
119
119
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
120
120
|
preview_image_url: "{CLOUDINARY_URL}/Card_ContainerRating_3col.png",
|
|
121
121
|
supports_list_render: true,
|
|
@@ -4,7 +4,7 @@ export const SEED_DATA = [
|
|
|
4
4
|
name: "Short Card (Left)",
|
|
5
5
|
tag: "CardContainerShortImage",
|
|
6
6
|
description: "An elevated card with a left aligned image and a title and subtitle",
|
|
7
|
-
category: COMPONENT_TYPES.
|
|
7
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
8
8
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
9
9
|
preview_image_url: "{CLOUDINARY_URL}/Card_ContainerShortLeftImage.png",
|
|
10
10
|
supports_list_render: true,
|
|
@@ -68,7 +68,7 @@ export const SEED_DATA = [
|
|
|
68
68
|
name: "Short Card (Right)",
|
|
69
69
|
tag: "CardContainerShortImage",
|
|
70
70
|
description: "An elevated card with a right aligned image and a title and subtitle",
|
|
71
|
-
category: COMPONENT_TYPES.
|
|
71
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
72
72
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
73
73
|
preview_image_url: "{CLOUDINARY_URL}/Card_ContainerShortRightImage.png",
|
|
74
74
|
supports_list_render: true,
|
|
@@ -13,7 +13,7 @@ export const SEED_DATA = [
|
|
|
13
13
|
tag: "CardContainerShortImage",
|
|
14
14
|
description:
|
|
15
15
|
"An elevated card with a left aligned image and a title and subtitle",
|
|
16
|
-
category: COMPONENT_TYPES.
|
|
16
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
17
17
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
18
18
|
preview_image_url: "{CLOUDINARY_URL}/Card_ContainerShortLeftImage.png",
|
|
19
19
|
supports_list_render: true,
|
|
@@ -78,7 +78,7 @@ export const SEED_DATA = [
|
|
|
78
78
|
tag: "CardContainerShortImage",
|
|
79
79
|
description:
|
|
80
80
|
"An elevated card with a right aligned image and a title and subtitle",
|
|
81
|
-
category: COMPONENT_TYPES.
|
|
81
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
82
82
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
83
83
|
preview_image_url: "{CLOUDINARY_URL}/Card_ContainerShortRightImage.png",
|
|
84
84
|
supports_list_render: true,
|
|
@@ -3,7 +3,7 @@ export const SEED_DATA = {
|
|
|
3
3
|
name: "Inline Card",
|
|
4
4
|
tag: "CardInline",
|
|
5
5
|
description: "An elevated card with image and a title and description overlayed, that takes up the full width of its container.",
|
|
6
|
-
category: COMPONENT_TYPES.
|
|
6
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
7
7
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
8
8
|
layout: {},
|
|
9
9
|
props: {
|
|
@@ -12,7 +12,7 @@ export const SEED_DATA = {
|
|
|
12
12
|
tag: "CardInline",
|
|
13
13
|
description:
|
|
14
14
|
"An elevated card with image and a title and description overlayed, that takes up the full width of its container.",
|
|
15
|
-
category: COMPONENT_TYPES.
|
|
15
|
+
category: COMPONENT_TYPES.deprecatedCard,
|
|
16
16
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
17
17
|
layout: {},
|
|
18
18
|
props: {
|
package/src/mappings/Checkbox.js
CHANGED
|
@@ -2,7 +2,7 @@ import { COMPONENT_TYPES, createBoolProp, createIconProp, createStaticNumberProp
|
|
|
2
2
|
export const SEED_DATA = {
|
|
3
3
|
name: "Checkbox",
|
|
4
4
|
tag: "Checkbox",
|
|
5
|
-
category: COMPONENT_TYPES.
|
|
5
|
+
category: COMPONENT_TYPES.control,
|
|
6
6
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
7
7
|
triggers: [Triggers.OnPress, Triggers.OnCheck, Triggers.OnUncheck],
|
|
8
8
|
props: {
|
package/src/mappings/Checkbox.ts
CHANGED
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
export const SEED_DATA = {
|
|
14
14
|
name: "Checkbox",
|
|
15
15
|
tag: "Checkbox",
|
|
16
|
-
category: COMPONENT_TYPES.
|
|
16
|
+
category: COMPONENT_TYPES.control,
|
|
17
17
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
18
18
|
triggers: [Triggers.OnPress, Triggers.OnCheck, Triggers.OnUncheck],
|
|
19
19
|
props: {
|
|
@@ -2,7 +2,7 @@ import { createBoolProp, createTextProp, createTextStyle, createRowDirectionProp
|
|
|
2
2
|
export const SEED_DATA = {
|
|
3
3
|
name: "Checkbox Row",
|
|
4
4
|
tag: "CheckboxRow",
|
|
5
|
-
category: COMPONENT_TYPES.
|
|
5
|
+
category: COMPONENT_TYPES.control,
|
|
6
6
|
stylesPanelSections: [
|
|
7
7
|
StylesPanelSections.Typography,
|
|
8
8
|
StylesPanelSections.Margins,
|
|
@@ -11,7 +11,7 @@ export const SEED_DATA = {
|
|
|
11
11
|
name: "Circle Image",
|
|
12
12
|
tag: "CircleImage",
|
|
13
13
|
description: "A circle image",
|
|
14
|
-
category: COMPONENT_TYPES.
|
|
14
|
+
category: COMPONENT_TYPES.deprecated,
|
|
15
15
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
16
16
|
props: {
|
|
17
17
|
source: createImageProp(),
|
package/src/mappings/FAB.js
CHANGED
|
@@ -2,7 +2,7 @@ import { COMPONENT_TYPES, createIconProp, createColorProp, GROUPS, createBoolPro
|
|
|
2
2
|
export const SEED_DATA = {
|
|
3
3
|
name: "FAB",
|
|
4
4
|
tag: "FAB",
|
|
5
|
-
category: COMPONENT_TYPES.
|
|
5
|
+
category: COMPONENT_TYPES.deprecated,
|
|
6
6
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
7
7
|
description: "A mini round icon FAB",
|
|
8
8
|
layout: {},
|
package/src/mappings/FAB.ts
CHANGED
|
@@ -4,7 +4,7 @@ export const SEED_DATA = [
|
|
|
4
4
|
name: "Search Bar",
|
|
5
5
|
tag: "FieldSearchBarFull",
|
|
6
6
|
description: "A search bar with accompanying search icon and clear button.",
|
|
7
|
-
category: COMPONENT_TYPES.
|
|
7
|
+
category: COMPONENT_TYPES.deprecated,
|
|
8
8
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
9
9
|
preview_image_url: "{CLOUDINARY_URL}/Field_SearchBar_Full.png",
|
|
10
10
|
supports_list_render: false,
|
|
@@ -13,7 +13,7 @@ export const SEED_DATA = [
|
|
|
13
13
|
name: "Search Bar",
|
|
14
14
|
tag: "FieldSearchBarFull",
|
|
15
15
|
description: "A search bar with accompanying search icon and clear button.",
|
|
16
|
-
category: COMPONENT_TYPES.
|
|
16
|
+
category: COMPONENT_TYPES.deprecated,
|
|
17
17
|
stylesPanelSections: BLOCK_STYLES_SECTIONS,
|
|
18
18
|
preview_image_url: "{CLOUDINARY_URL}/Field_SearchBar_Full.png",
|
|
19
19
|
supports_list_render: false,
|