@draftbit/core 47.0.1-2aab54.2 → 47.0.1-411297.2

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.
Files changed (80) hide show
  1. package/lib/commonjs/components/Checkbox/CheckboxGroup.js +2 -17
  2. package/lib/commonjs/index.js +82 -25
  3. package/lib/commonjs/mappings/FlashList.js +45 -2
  4. package/lib/commonjs/mappings/FlatList.js +12 -0
  5. package/lib/module/index.js +31 -121
  6. package/lib/module/mappings/FlashList.js +46 -3
  7. package/lib/module/mappings/FlatList.js +13 -1
  8. package/lib/typescript/src/index.d.ts +29 -102
  9. package/lib/typescript/src/index.d.ts.map +1 -1
  10. package/lib/typescript/src/mappings/FlashList.d.ts +112 -2
  11. package/lib/typescript/src/mappings/FlashList.d.ts.map +1 -1
  12. package/lib/typescript/src/mappings/FlatList.d.ts +42 -0
  13. package/lib/typescript/src/mappings/FlatList.d.ts.map +1 -1
  14. package/package.json +3 -3
  15. package/src/index.js +31 -112
  16. package/src/index.tsx +43 -123
  17. package/src/mappings/FlashList.js +77 -31
  18. package/src/mappings/FlashList.ts +82 -30
  19. package/src/mappings/FlatList.js +13 -1
  20. package/src/mappings/FlatList.ts +16 -0
  21. package/lib/commonjs/mappings/NativeBase/AlertDialog.js +0 -93
  22. package/lib/commonjs/mappings/NativeBase/Button.js +0 -84
  23. package/lib/commonjs/mappings/NativeBase/DataDisplay.js +0 -48
  24. package/lib/commonjs/mappings/NativeBase/Feedback.js +0 -74
  25. package/lib/commonjs/mappings/NativeBase/Layout.js +0 -114
  26. package/lib/commonjs/mappings/NativeBase/Media.js +0 -49
  27. package/lib/commonjs/mappings/NativeBase/Menu.js +0 -111
  28. package/lib/commonjs/mappings/NativeBase/Modal.js +0 -93
  29. package/lib/commonjs/mappings/NativeBase/Other.js +0 -94
  30. package/lib/commonjs/mappings/NativeBase/Popover.js +0 -99
  31. package/lib/module/mappings/NativeBase/AlertDialog.js +0 -86
  32. package/lib/module/mappings/NativeBase/Button.js +0 -86
  33. package/lib/module/mappings/NativeBase/DataDisplay.js +0 -41
  34. package/lib/module/mappings/NativeBase/Feedback.js +0 -67
  35. package/lib/module/mappings/NativeBase/Layout.js +0 -107
  36. package/lib/module/mappings/NativeBase/Media.js +0 -42
  37. package/lib/module/mappings/NativeBase/Menu.js +0 -104
  38. package/lib/module/mappings/NativeBase/Modal.js +0 -86
  39. package/lib/module/mappings/NativeBase/Other.js +0 -87
  40. package/lib/module/mappings/NativeBase/Popover.js +0 -92
  41. package/lib/typescript/src/mappings/NativeBase/AlertDialog.d.ts +0 -134
  42. package/lib/typescript/src/mappings/NativeBase/AlertDialog.d.ts.map +0 -1
  43. package/lib/typescript/src/mappings/NativeBase/Button.d.ts +0 -1
  44. package/lib/typescript/src/mappings/NativeBase/Button.d.ts.map +0 -1
  45. package/lib/typescript/src/mappings/NativeBase/DataDisplay.d.ts +0 -70
  46. package/lib/typescript/src/mappings/NativeBase/DataDisplay.d.ts.map +0 -1
  47. package/lib/typescript/src/mappings/NativeBase/Feedback.d.ts +0 -2
  48. package/lib/typescript/src/mappings/NativeBase/Feedback.d.ts.map +0 -1
  49. package/lib/typescript/src/mappings/NativeBase/Layout.d.ts +0 -146
  50. package/lib/typescript/src/mappings/NativeBase/Layout.d.ts.map +0 -1
  51. package/lib/typescript/src/mappings/NativeBase/Media.d.ts +0 -48
  52. package/lib/typescript/src/mappings/NativeBase/Media.d.ts.map +0 -1
  53. package/lib/typescript/src/mappings/NativeBase/Menu.d.ts +0 -227
  54. package/lib/typescript/src/mappings/NativeBase/Menu.d.ts.map +0 -1
  55. package/lib/typescript/src/mappings/NativeBase/Modal.d.ts +0 -133
  56. package/lib/typescript/src/mappings/NativeBase/Modal.d.ts.map +0 -1
  57. package/lib/typescript/src/mappings/NativeBase/Other.d.ts +0 -179
  58. package/lib/typescript/src/mappings/NativeBase/Other.d.ts.map +0 -1
  59. package/lib/typescript/src/mappings/NativeBase/Popover.d.ts +0 -136
  60. package/lib/typescript/src/mappings/NativeBase/Popover.d.ts.map +0 -1
  61. package/src/mappings/NativeBase/AlertDialog.js +0 -103
  62. package/src/mappings/NativeBase/AlertDialog.ts +0 -118
  63. package/src/mappings/NativeBase/Button.js +0 -84
  64. package/src/mappings/NativeBase/Button.ts +0 -83
  65. package/src/mappings/NativeBase/DataDisplay.js +0 -54
  66. package/src/mappings/NativeBase/DataDisplay.ts +0 -64
  67. package/src/mappings/NativeBase/Feedback.js +0 -89
  68. package/src/mappings/NativeBase/Feedback.ts +0 -100
  69. package/src/mappings/NativeBase/Layout.js +0 -140
  70. package/src/mappings/NativeBase/Layout.ts +0 -152
  71. package/src/mappings/NativeBase/Media.js +0 -56
  72. package/src/mappings/NativeBase/Media.ts +0 -65
  73. package/src/mappings/NativeBase/Menu.js +0 -134
  74. package/src/mappings/NativeBase/Menu.ts +0 -150
  75. package/src/mappings/NativeBase/Modal.js +0 -103
  76. package/src/mappings/NativeBase/Modal.ts +0 -118
  77. package/src/mappings/NativeBase/Other.js +0 -123
  78. package/src/mappings/NativeBase/Other.ts +0 -139
  79. package/src/mappings/NativeBase/Popover.js +0 -123
  80. package/src/mappings/NativeBase/Popover.ts +0 -136
@@ -1,87 +0,0 @@
1
- import { COMPONENT_TYPES, StylesPanelSections, createTextEnumProp, createTextProp, createIconProp, createBoolProp, createDisabledProp, createStaticNumberProp, createStaticBoolProp, Triggers, createActionProp } from "@draftbit/types";
2
- export const SEED_DATA = [{
3
- name: "FAB",
4
- tag: "Fab",
5
- description: "A floating action button (FAB) is a circular icon button that hovers over content to execute a primary action in the application.",
6
- category: COMPONENT_TYPES.NBForms,
7
- packageName: "native-base",
8
- doc_link: "https://www.npmjs.com/package/@expo/html-elements",
9
- code_link: "https://github.com/expo/expo/tree/master/packages/html-elements",
10
- stylesPanelSections: [StylesPanelSections.LayoutFlexItems, StylesPanelSections.LayoutSelectedItem, StylesPanelSections.LayoutContent, StylesPanelSections.Background, StylesPanelSections.Size, StylesPanelSections.MarginsAndPaddings, StylesPanelSections.Position, StylesPanelSections.Borders, StylesPanelSections.Effects],
11
- layout: {},
12
- triggers: {},
13
- props: {
14
- placement: createTextEnumProp({
15
- label: "Placement",
16
- description: "The placement of the Fab relative to the device.",
17
- options: ["bottom-right", "top-right", "top-left", "bottom-left"],
18
- defaultValue: "bottom-right"
19
- }),
20
- label: createTextProp({
21
- label: "Label",
22
- description: "The Text to be displayed in Fab."
23
- }),
24
- icon: createIconProp({
25
- label: "Icon",
26
- description: "Icon to be displayed in Fab. "
27
- })
28
- }
29
- }, {
30
- name: "Tooltip",
31
- tag: "Tooltip",
32
- description: "A tooltip provides a brief, informative message when a user interacts with an element. Methods of tooltip initiation include: through a mouse-hover gesture or a keyboard-hover gesture.",
33
- category: COMPONENT_TYPES.NBOther,
34
- packageName: "native-base",
35
- allowChildren: true,
36
- stylesPanelSections: [StylesPanelSections.LayoutFlexItems, StylesPanelSections.LayoutSelectedItem, StylesPanelSections.LayoutContent, StylesPanelSections.Background, StylesPanelSections.Size, StylesPanelSections.MarginsAndPaddings, StylesPanelSections.Position, StylesPanelSections.Borders, StylesPanelSections.Effects],
37
- layout: {},
38
- triggers: [Triggers.OnOpen, Triggers.OnClose],
39
- props: {
40
- label: createTextProp({
41
- label: "Label",
42
- description: "The Text to be displayed in Tooltip."
43
- }),
44
- isOpen: createBoolProp({
45
- label: "Is Open",
46
- description: "Whether the tooltip is open or not."
47
- }),
48
- isDisabled: createDisabledProp(),
49
- defaultIsOpen: createStaticBoolProp({
50
- label: "Default Is Open",
51
- description: "Whether the tooltip is open by default",
52
- defaultValue: false
53
- }),
54
- onOpen: createActionProp(),
55
- onClose: createActionProp(),
56
- openDelay: createStaticNumberProp({
57
- label: "Open Delay",
58
- description: "Delay in ms before tooltip opens",
59
- defaultValue: 0
60
- }),
61
- closeDelay: createStaticNumberProp({
62
- label: "Close Delay",
63
- description: "Delay in ms before tooltip closes",
64
- defaultValue: 0
65
- }),
66
- placement: createTextEnumProp({
67
- label: "Placement",
68
- description: "The placement of the menu",
69
- options: ["bottom", "top", "left", "right", "top left", "top right", "bottom left", "bottom right", "right bottom", "right top", "left bottom", "left top"],
70
- defaultValue: "bottom"
71
- }),
72
- arrowSize: createStaticNumberProp({
73
- label: "Arrow Size",
74
- description: "The size of the arrow",
75
- defaultValue: 12
76
- }),
77
- hasArrow: createStaticBoolProp({
78
- label: "Has Arrow",
79
- description: "Whether the tooltip has an arrow",
80
- defaultValue: false
81
- }),
82
- offset: createStaticNumberProp({
83
- label: "Offset",
84
- description: "The distance between the triggere and the tooltip."
85
- })
86
- }
87
- }];
@@ -1,92 +0,0 @@
1
- import { COMPONENT_TYPES, createActionProp, createBoolProp, createStaticBoolProp, createTextEnumProp, StylesPanelSections } from "@draftbit/types";
2
- const SHARED_SEED_DATA = {
3
- category: COMPONENT_TYPES.NBPopover,
4
- packageName: "native-base",
5
- stylesPanelSections: [StylesPanelSections.LayoutFlexItems, StylesPanelSections.LayoutSelectedItem, StylesPanelSections.LayoutContent, StylesPanelSections.Background, StylesPanelSections.Size, StylesPanelSections.MarginsAndPaddings, StylesPanelSections.Position, StylesPanelSections.Borders, StylesPanelSections.Effects],
6
- layout: {},
7
- triggers: {}
8
- };
9
- export const SEED_DATA = [{
10
- name: "Popover",
11
- tag: "Popover",
12
- description: "Popover floats around a trigger. It is a non-modal dialog used to provide contextual information to the user. It should be paired with a pressable trigger element.",
13
- ...SHARED_SEED_DATA,
14
- allowChildren: true,
15
- props: {
16
- isOpen: createBoolProp({
17
- label: "Is Open",
18
- description: "If true, the popover is open. Useful for controlling the open state."
19
- }),
20
- defaultIsOpen: createStaticBoolProp({
21
- label: "Default Is Open",
22
- description: "If true, the popover will be opened by default."
23
- }),
24
- trapFocus: createStaticBoolProp({
25
- label: "Trap Focus",
26
- description: "Whether popover should trap focus."
27
- }),
28
- shouldFlip: createStaticBoolProp({
29
- label: "Should Flip",
30
- description: "Whether popover should flip when it reaches the edge of the screen.",
31
- defaultValue: true
32
- }),
33
- shouldOverlapWithTrigger: createStaticBoolProp({
34
- label: "Should Overlap With Trigger",
35
- description: "Whether popover should overlap with trigger.",
36
- defaultValue: false
37
- }),
38
- isKeyboardDismissable: createStaticBoolProp({
39
- label: "Is Keyboard Dismissable",
40
- description: "If true, the popover will close when the keyboard is dismissed.",
41
- defaultValue: true
42
- }),
43
- placement: createTextEnumProp({
44
- label: "Placement",
45
- description: "The placement of the popover",
46
- options: ["bottom", "top", "left", "right", "top left", "top right", "bottom left", "bottom right", "right bottom", "right top", "left bottom", "left top"],
47
- defaultValue: "bottom left"
48
- }),
49
- useRNModal: createStaticBoolProp({
50
- label: "Use RN Modal",
51
- description: "If true, the popover will use the RN Modal component."
52
- }),
53
- onOpen: createActionProp(),
54
- onClose: createActionProp()
55
- }
56
- }, {
57
- name: "Popover Arrow",
58
- tag: "Popover.Arrow",
59
- description: "The popover arrow.",
60
- ...SHARED_SEED_DATA,
61
- props: {}
62
- }, {
63
- name: "Popover Body",
64
- tag: "Popover.Body",
65
- description: "The body of the popover.",
66
- ...SHARED_SEED_DATA,
67
- props: {}
68
- }, {
69
- name: "Popover Content",
70
- tag: "Popover.Content",
71
- description: "The popover itself.",
72
- ...SHARED_SEED_DATA,
73
- props: {}
74
- }, {
75
- name: "Popover Close Button",
76
- tag: "Popover.CloseButton",
77
- description: "The button that closes the popover.",
78
- ...SHARED_SEED_DATA,
79
- props: {}
80
- }, {
81
- name: "Popover Header",
82
- tag: "Popover.Header",
83
- description: "The header of the popover.",
84
- ...SHARED_SEED_DATA,
85
- props: {}
86
- }, {
87
- name: "Popover Trigger",
88
- tag: "Popover.Trigger",
89
- description: "Used to wrap the reference (or trigger) element.",
90
- ...SHARED_SEED_DATA,
91
- props: {}
92
- }];
@@ -1,134 +0,0 @@
1
- export declare const SEED_DATA: ({
2
- triggers: string[];
3
- props: {
4
- isOpen: {
5
- label: string;
6
- description: string;
7
- formType: string;
8
- propType: string;
9
- defaultValue: boolean;
10
- editable: boolean;
11
- required: boolean;
12
- group: string;
13
- };
14
- defaultIsOpen: {
15
- label: string;
16
- description: string;
17
- formType: string;
18
- propType: string;
19
- defaultValue: boolean;
20
- editable: boolean;
21
- required: boolean;
22
- group: string;
23
- };
24
- avoidKeyboard: {
25
- label: string;
26
- description: string;
27
- formType: string;
28
- propType: string;
29
- defaultValue: boolean;
30
- editable: boolean;
31
- required: boolean;
32
- group: string;
33
- };
34
- closeOnOverlayClick: {
35
- label: string;
36
- description: string;
37
- formType: string;
38
- propType: string;
39
- defaultValue: boolean;
40
- editable: boolean;
41
- required: boolean;
42
- group: string;
43
- };
44
- isKeyboardDismissable: {
45
- label: string;
46
- description: string;
47
- formType: string;
48
- propType: string;
49
- defaultValue: boolean;
50
- editable: boolean;
51
- required: boolean;
52
- group: string;
53
- };
54
- backdropVisible: {
55
- label: string;
56
- description: string;
57
- formType: string;
58
- propType: string;
59
- defaultValue: boolean;
60
- editable: boolean;
61
- required: boolean;
62
- group: string;
63
- };
64
- animationPreset: {
65
- group: string;
66
- label: string;
67
- description: string;
68
- editable: boolean;
69
- required: boolean;
70
- formType: string;
71
- propType: string;
72
- defaultValue: null;
73
- options: never[];
74
- };
75
- useRNModal: {
76
- label: string;
77
- description: string;
78
- formType: string;
79
- propType: string;
80
- defaultValue: boolean;
81
- editable: boolean;
82
- required: boolean;
83
- group: string;
84
- };
85
- onOpen: {
86
- label: string;
87
- description: string;
88
- editable: boolean;
89
- required: boolean;
90
- formType: string;
91
- propType: string;
92
- defaultValue: null;
93
- group: string;
94
- };
95
- onClose: {
96
- label: string;
97
- description: string;
98
- editable: boolean;
99
- required: boolean;
100
- formType: string;
101
- propType: string;
102
- defaultValue: null;
103
- group: string;
104
- };
105
- };
106
- category: string;
107
- packageName: string;
108
- stylesPanelSections: string[];
109
- layout: {};
110
- name: string;
111
- tag: string;
112
- description: string;
113
- } | {
114
- props: {
115
- isOpen?: undefined;
116
- defaultIsOpen?: undefined;
117
- avoidKeyboard?: undefined;
118
- closeOnOverlayClick?: undefined;
119
- isKeyboardDismissable?: undefined;
120
- backdropVisible?: undefined;
121
- animationPreset?: undefined;
122
- useRNModal?: undefined;
123
- onOpen?: undefined;
124
- onClose?: undefined;
125
- };
126
- category: string;
127
- packageName: string;
128
- stylesPanelSections: string[];
129
- layout: {};
130
- name: string;
131
- tag: string;
132
- description: string;
133
- })[];
134
- //# sourceMappingURL=AlertDialog.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AlertDialog.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/AlertDialog.ts"],"names":[],"mappings":"AA2BA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA0FrB,CAAC"}
@@ -1 +0,0 @@
1
- //# sourceMappingURL=Button.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Button.ts"],"names":[],"mappings":""}
@@ -1,70 +0,0 @@
1
- export declare const SEED_DATA: ({
2
- props: {
3
- leftIcon: {
4
- label: string;
5
- description: string;
6
- formType: string;
7
- propType: string;
8
- defaultValue: string;
9
- required: boolean;
10
- editable: boolean;
11
- group: string;
12
- };
13
- rightIcon: {
14
- label: string;
15
- description: string;
16
- formType: string;
17
- propType: string;
18
- defaultValue: string;
19
- required: boolean;
20
- editable: boolean;
21
- group: string;
22
- };
23
- orientation?: undefined;
24
- thickness?: undefined;
25
- };
26
- category: string;
27
- packageName: string;
28
- stylesPanelSections: string[];
29
- layout: {};
30
- triggers: {};
31
- name: string;
32
- tag: string;
33
- description: string;
34
- } | {
35
- props: {
36
- orientation: {
37
- group: string;
38
- label: string;
39
- description: string;
40
- editable: boolean;
41
- required: boolean;
42
- formType: string;
43
- propType: string;
44
- defaultValue: null;
45
- options: never[];
46
- };
47
- thickness: {
48
- label: string;
49
- description: string;
50
- formType: string;
51
- propType: string;
52
- group: string;
53
- defaultValue: null;
54
- editable: boolean;
55
- required: boolean;
56
- step: number;
57
- };
58
- leftIcon?: undefined;
59
- rightIcon?: undefined;
60
- };
61
- category: string;
62
- packageName: string;
63
- stylesPanelSections: string[];
64
- layout: {};
65
- triggers: {};
66
- name: string;
67
- tag: string;
68
- description: string;
69
- })[];
70
- //# sourceMappingURL=DataDisplay.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataDisplay.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/DataDisplay.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqCrB,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const SEED_DATA: {}[];
2
- //# sourceMappingURL=Feedback.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Feedback.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Feedback.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,SAAS,MAyErB,CAAC"}
@@ -1,146 +0,0 @@
1
- export declare const SEED_DATA: ({
2
- props: {
3
- ratio: {
4
- group: string;
5
- label: string;
6
- description: string;
7
- editable: boolean;
8
- required: boolean;
9
- formType: string;
10
- propType: string;
11
- defaultValue: null;
12
- options: never[];
13
- };
14
- direction?: undefined;
15
- reversed?: undefined;
16
- isDisabled?: undefined;
17
- isInvalid?: undefined;
18
- };
19
- category: string;
20
- packageName: string;
21
- doc_link: string;
22
- code_link: string;
23
- stylesPanelSections: string[];
24
- allowChildren: boolean;
25
- layout: {};
26
- triggers: {};
27
- name: string;
28
- tag: string;
29
- description: string;
30
- } | {
31
- category: string;
32
- packageName: string;
33
- doc_link: string;
34
- code_link: string;
35
- stylesPanelSections: string[];
36
- allowChildren: boolean;
37
- layout: {};
38
- triggers: {};
39
- name: string;
40
- tag: string;
41
- description: string;
42
- } | {
43
- props: {
44
- ratio?: undefined;
45
- direction?: undefined;
46
- reversed?: undefined;
47
- isDisabled?: undefined;
48
- isInvalid?: undefined;
49
- };
50
- category: string;
51
- packageName: string;
52
- doc_link: string;
53
- code_link: string;
54
- stylesPanelSections: string[];
55
- allowChildren: boolean;
56
- layout: {};
57
- triggers: {};
58
- name: string;
59
- tag: string;
60
- description: string;
61
- } | {
62
- props: {
63
- direction: {
64
- group: string;
65
- label: string;
66
- description: string;
67
- editable: boolean;
68
- required: boolean;
69
- formType: string;
70
- propType: string;
71
- defaultValue: null;
72
- options: never[];
73
- };
74
- reversed: {
75
- label: string;
76
- description: string;
77
- formType: string;
78
- propType: string;
79
- defaultValue: boolean;
80
- editable: boolean;
81
- required: boolean;
82
- group: string;
83
- };
84
- isDisabled: {
85
- label: string;
86
- description: string;
87
- formType: string;
88
- propType: string;
89
- defaultValue: boolean;
90
- editable: boolean;
91
- required: boolean;
92
- group: string;
93
- };
94
- isInvalid: {
95
- label: string;
96
- description: string;
97
- formType: string;
98
- propType: string;
99
- defaultValue: boolean;
100
- editable: boolean;
101
- required: boolean;
102
- group: string;
103
- };
104
- ratio?: undefined;
105
- };
106
- category: string;
107
- packageName: string;
108
- doc_link: string;
109
- code_link: string;
110
- stylesPanelSections: string[];
111
- allowChildren: boolean;
112
- layout: {};
113
- triggers: {};
114
- name: string;
115
- tag: string;
116
- description: string;
117
- } | {
118
- props: {
119
- reversed: {
120
- label: string;
121
- description: string;
122
- formType: string;
123
- propType: string;
124
- defaultValue: boolean;
125
- editable: boolean;
126
- required: boolean;
127
- group: string;
128
- };
129
- ratio?: undefined;
130
- direction?: undefined;
131
- isDisabled?: undefined;
132
- isInvalid?: undefined;
133
- };
134
- category: string;
135
- packageName: string;
136
- doc_link: string;
137
- code_link: string;
138
- stylesPanelSections: string[];
139
- allowChildren: boolean;
140
- layout: {};
141
- triggers: {};
142
- name: string;
143
- tag: string;
144
- description: string;
145
- })[];
146
- //# sourceMappingURL=Layout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Layout.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2HrB,CAAC"}
@@ -1,48 +0,0 @@
1
- export declare const SEED_DATA: ({
2
- props: {
3
- source: {
4
- label: string;
5
- description: string;
6
- group: string;
7
- formType: string;
8
- propType: string;
9
- defaultValue: string;
10
- editable: boolean;
11
- required: boolean;
12
- };
13
- size: {
14
- group: string;
15
- label: string;
16
- description: string;
17
- editable: boolean;
18
- required: boolean;
19
- formType: string;
20
- propType: string;
21
- defaultValue: null;
22
- options: never[];
23
- };
24
- wrapperRef: any;
25
- };
26
- category: string;
27
- packageName: string;
28
- doc_link: string;
29
- code_link: string;
30
- stylesPanelSections: string[];
31
- layout: {};
32
- triggers: {};
33
- name: string;
34
- tag: string;
35
- description: string;
36
- } | {
37
- category: string;
38
- packageName: string;
39
- doc_link: string;
40
- code_link: string;
41
- stylesPanelSections: string[];
42
- layout: {};
43
- triggers: {};
44
- name: string;
45
- tag: string;
46
- description: string;
47
- })[];
48
- //# sourceMappingURL=Media.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Media.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Media.ts"],"names":[],"mappings":"AA2CA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqBrB,CAAC"}