@draftbit/ui 46.4.4-8a6164.2 → 46.4.4-926784.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.
- package/lib/commonjs/index.js +107 -2
- package/lib/module/index.js +1 -0
- package/lib/typescript/src/index.d.ts +1 -0
- package/package.json +4 -4
- package/src/index.js +1 -0
- package/src/index.tsx +20 -0
package/lib/commonjs/index.js
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
Object.defineProperty(exports, "A", {
|
|
7
|
+
enumerable: true,
|
|
8
|
+
get: function () {
|
|
9
|
+
return _core.A;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
6
12
|
exports.AccordionItem = exports.AccordionGroup = void 0;
|
|
7
13
|
Object.defineProperty(exports, "ActionSheet", {
|
|
8
14
|
enumerable: true,
|
|
@@ -34,7 +40,21 @@ Object.defineProperty(exports, "Avatar", {
|
|
|
34
40
|
return _core.Avatar;
|
|
35
41
|
}
|
|
36
42
|
});
|
|
37
|
-
exports.
|
|
43
|
+
exports.AvatarEdit = void 0;
|
|
44
|
+
Object.defineProperty(exports, "BR", {
|
|
45
|
+
enumerable: true,
|
|
46
|
+
get: function () {
|
|
47
|
+
return _core.BR;
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
exports.Banner = void 0;
|
|
51
|
+
Object.defineProperty(exports, "BlockQuote", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () {
|
|
54
|
+
return _core.BlockQuote;
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
exports.Card = exports.ButtonSolid = exports.ButtonOutline = exports.Button = void 0;
|
|
38
58
|
Object.defineProperty(exports, "CardBlock", {
|
|
39
59
|
enumerable: true,
|
|
40
60
|
get: function () {
|
|
@@ -80,6 +100,12 @@ Object.defineProperty(exports, "CircleImage", {
|
|
|
80
100
|
return _core.CircleImage;
|
|
81
101
|
}
|
|
82
102
|
});
|
|
103
|
+
Object.defineProperty(exports, "Code", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function () {
|
|
106
|
+
return _core.Code;
|
|
107
|
+
}
|
|
108
|
+
});
|
|
83
109
|
Object.defineProperty(exports, "Container", {
|
|
84
110
|
enumerable: true,
|
|
85
111
|
get: function () {
|
|
@@ -99,7 +125,50 @@ Object.defineProperty(exports, "Divider", {
|
|
|
99
125
|
return _core.Divider;
|
|
100
126
|
}
|
|
101
127
|
});
|
|
102
|
-
exports.
|
|
128
|
+
exports.FieldSearchBarFull = exports.FAB = void 0;
|
|
129
|
+
Object.defineProperty(exports, "H1", {
|
|
130
|
+
enumerable: true,
|
|
131
|
+
get: function () {
|
|
132
|
+
return _core.H1;
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
Object.defineProperty(exports, "H2", {
|
|
136
|
+
enumerable: true,
|
|
137
|
+
get: function () {
|
|
138
|
+
return _core.H2;
|
|
139
|
+
}
|
|
140
|
+
});
|
|
141
|
+
Object.defineProperty(exports, "H3", {
|
|
142
|
+
enumerable: true,
|
|
143
|
+
get: function () {
|
|
144
|
+
return _core.H3;
|
|
145
|
+
}
|
|
146
|
+
});
|
|
147
|
+
Object.defineProperty(exports, "H4", {
|
|
148
|
+
enumerable: true,
|
|
149
|
+
get: function () {
|
|
150
|
+
return _core.H4;
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
Object.defineProperty(exports, "H5", {
|
|
154
|
+
enumerable: true,
|
|
155
|
+
get: function () {
|
|
156
|
+
return _core.H5;
|
|
157
|
+
}
|
|
158
|
+
});
|
|
159
|
+
Object.defineProperty(exports, "H6", {
|
|
160
|
+
enumerable: true,
|
|
161
|
+
get: function () {
|
|
162
|
+
return _core.H6;
|
|
163
|
+
}
|
|
164
|
+
});
|
|
165
|
+
Object.defineProperty(exports, "HR", {
|
|
166
|
+
enumerable: true,
|
|
167
|
+
get: function () {
|
|
168
|
+
return _core.HR;
|
|
169
|
+
}
|
|
170
|
+
});
|
|
171
|
+
exports.HeaderOverline = exports.HeaderMedium = exports.HeaderLarge = void 0;
|
|
103
172
|
Object.defineProperty(exports, "Icon", {
|
|
104
173
|
enumerable: true,
|
|
105
174
|
get: function () {
|
|
@@ -107,6 +176,12 @@ Object.defineProperty(exports, "Icon", {
|
|
|
107
176
|
}
|
|
108
177
|
});
|
|
109
178
|
exports.IconButton = void 0;
|
|
179
|
+
Object.defineProperty(exports, "LI", {
|
|
180
|
+
enumerable: true,
|
|
181
|
+
get: function () {
|
|
182
|
+
return _core.LI;
|
|
183
|
+
}
|
|
184
|
+
});
|
|
110
185
|
Object.defineProperty(exports, "LinearGradient", {
|
|
111
186
|
enumerable: true,
|
|
112
187
|
get: function () {
|
|
@@ -114,13 +189,31 @@ Object.defineProperty(exports, "LinearGradient", {
|
|
|
114
189
|
}
|
|
115
190
|
});
|
|
116
191
|
exports.Link = void 0;
|
|
192
|
+
Object.defineProperty(exports, "Mark", {
|
|
193
|
+
enumerable: true,
|
|
194
|
+
get: function () {
|
|
195
|
+
return _core.Mark;
|
|
196
|
+
}
|
|
197
|
+
});
|
|
117
198
|
Object.defineProperty(exports, "NumberInput", {
|
|
118
199
|
enumerable: true,
|
|
119
200
|
get: function () {
|
|
120
201
|
return _core.NumberInput;
|
|
121
202
|
}
|
|
122
203
|
});
|
|
204
|
+
Object.defineProperty(exports, "P", {
|
|
205
|
+
enumerable: true,
|
|
206
|
+
get: function () {
|
|
207
|
+
return _core.P;
|
|
208
|
+
}
|
|
209
|
+
});
|
|
123
210
|
exports.Picker = void 0;
|
|
211
|
+
Object.defineProperty(exports, "Pre", {
|
|
212
|
+
enumerable: true,
|
|
213
|
+
get: function () {
|
|
214
|
+
return _core.Pre;
|
|
215
|
+
}
|
|
216
|
+
});
|
|
124
217
|
Object.defineProperty(exports, "ProgressBar", {
|
|
125
218
|
enumerable: true,
|
|
126
219
|
get: function () {
|
|
@@ -236,6 +329,12 @@ Object.defineProperty(exports, "ThemeProvider", {
|
|
|
236
329
|
return _core.ThemeProvider;
|
|
237
330
|
}
|
|
238
331
|
});
|
|
332
|
+
Object.defineProperty(exports, "Time", {
|
|
333
|
+
enumerable: true,
|
|
334
|
+
get: function () {
|
|
335
|
+
return _core.Time;
|
|
336
|
+
}
|
|
337
|
+
});
|
|
239
338
|
exports.ToggleButton = void 0;
|
|
240
339
|
Object.defineProperty(exports, "Touchable", {
|
|
241
340
|
enumerable: true,
|
|
@@ -243,6 +342,12 @@ Object.defineProperty(exports, "Touchable", {
|
|
|
243
342
|
return _core.Touchable;
|
|
244
343
|
}
|
|
245
344
|
});
|
|
345
|
+
Object.defineProperty(exports, "UL", {
|
|
346
|
+
enumerable: true,
|
|
347
|
+
get: function () {
|
|
348
|
+
return _core.UL;
|
|
349
|
+
}
|
|
350
|
+
});
|
|
246
351
|
Object.defineProperty(exports, "WebView", {
|
|
247
352
|
enumerable: true,
|
|
248
353
|
get: function () {
|
package/lib/module/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
|
|
|
3
3
|
export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
|
|
4
4
|
/* Deprecated, needs fixing */
|
|
5
5
|
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem } from "@draftbit/core";
|
|
6
|
+
export { H1, H2, H3, H4, H5, H6, A, P, Code, Pre, Mark, BR, BlockQuote, Time, UL, LI, HR } from "@draftbit/core";
|
|
6
7
|
/**
|
|
7
8
|
* Components with Injected Dependencies
|
|
8
9
|
*
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
|
|
3
3
|
export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState, CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, } from "@draftbit/core";
|
|
4
|
+
export { H1, H2, H3, H4, H5, H6, A, P, Code, Pre, Mark, BR, BlockQuote, Time, UL, LI, HR, } from "@draftbit/core";
|
|
4
5
|
export declare const AvatarEdit: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
5
6
|
image: string | import("react-native").ImageSourcePropType;
|
|
6
7
|
size?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/ui",
|
|
3
|
-
"version": "46.4.4-
|
|
3
|
+
"version": "46.4.4-926784.2+926784b",
|
|
4
4
|
"description": "Draftbit UI Library",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://github.com/draftbit/react-native-jigsaw#readme",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@draftbit/core": "^46.4.4-
|
|
47
|
-
"@draftbit/native": "^46.4.4-
|
|
46
|
+
"@draftbit/core": "^46.4.4-926784.2+926784b",
|
|
47
|
+
"@draftbit/native": "^46.4.4-926784.2+926784b"
|
|
48
48
|
},
|
|
49
49
|
"react-native-builder-bob": {
|
|
50
50
|
"declarationMap": false,
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
]
|
|
63
63
|
]
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "926784bdbe341dc24314d214e2ae1a8c2f233a68"
|
|
66
66
|
}
|
package/src/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
|
|
|
3
3
|
export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, SVG, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState,
|
|
4
4
|
/* Deprecated, needs fixing */
|
|
5
5
|
CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, } from "@draftbit/core";
|
|
6
|
+
export { H1, H2, H3, H4, H5, H6, A, P, Code, Pre, Mark, BR, BlockQuote, Time, UL, LI, HR, } from "@draftbit/core";
|
|
6
7
|
/**
|
|
7
8
|
* Components with Injected Dependencies
|
|
8
9
|
*
|
package/src/index.tsx
CHANGED
|
@@ -41,6 +41,26 @@ export {
|
|
|
41
41
|
SwiperItem,
|
|
42
42
|
} from "@draftbit/core";
|
|
43
43
|
|
|
44
|
+
export {
|
|
45
|
+
H1,
|
|
46
|
+
H2,
|
|
47
|
+
H3,
|
|
48
|
+
H4,
|
|
49
|
+
H5,
|
|
50
|
+
H6,
|
|
51
|
+
A,
|
|
52
|
+
P,
|
|
53
|
+
Code,
|
|
54
|
+
Pre,
|
|
55
|
+
Mark,
|
|
56
|
+
BR,
|
|
57
|
+
BlockQuote,
|
|
58
|
+
Time,
|
|
59
|
+
UL,
|
|
60
|
+
LI,
|
|
61
|
+
HR,
|
|
62
|
+
} from "@draftbit/core";
|
|
63
|
+
|
|
44
64
|
/**
|
|
45
65
|
* Components with Injected Dependencies
|
|
46
66
|
*
|