@draftbit/ui 46.4.4-8e5cf2.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.
@@ -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.Card = exports.ButtonSolid = exports.ButtonOutline = exports.Button = exports.Banner = exports.AvatarEdit = void 0;
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.HeaderOverline = exports.HeaderMedium = exports.HeaderLarge = exports.FieldSearchBarFull = exports.FAB = void 0;
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 () {
@@ -229,54 +322,30 @@ Object.defineProperty(exports, "SwitchRow", {
229
322
  return _core.SwitchRow;
230
323
  }
231
324
  });
232
- Object.defineProperty(exports, "Table", {
233
- enumerable: true,
234
- get: function () {
235
- return _core.Table;
236
- }
237
- });
238
- Object.defineProperty(exports, "TableCell", {
239
- enumerable: true,
240
- get: function () {
241
- return _core.TableCell;
242
- }
243
- });
244
- Object.defineProperty(exports, "TableHeader", {
245
- enumerable: true,
246
- get: function () {
247
- return _core.TableHeader;
248
- }
249
- });
250
- Object.defineProperty(exports, "TablePaginator", {
251
- enumerable: true,
252
- get: function () {
253
- return _core.TablePaginator;
254
- }
255
- });
256
- Object.defineProperty(exports, "TableRow", {
325
+ exports.TextField = void 0;
326
+ Object.defineProperty(exports, "ThemeProvider", {
257
327
  enumerable: true,
258
328
  get: function () {
259
- return _core.TableRow;
329
+ return _core.ThemeProvider;
260
330
  }
261
331
  });
262
- Object.defineProperty(exports, "TableTitle", {
332
+ Object.defineProperty(exports, "Time", {
263
333
  enumerable: true,
264
334
  get: function () {
265
- return _core.TableTitle;
335
+ return _core.Time;
266
336
  }
267
337
  });
268
- exports.TextField = void 0;
269
- Object.defineProperty(exports, "ThemeProvider", {
338
+ exports.ToggleButton = void 0;
339
+ Object.defineProperty(exports, "Touchable", {
270
340
  enumerable: true,
271
341
  get: function () {
272
- return _core.ThemeProvider;
342
+ return _core.Touchable;
273
343
  }
274
344
  });
275
- exports.ToggleButton = void 0;
276
- Object.defineProperty(exports, "Touchable", {
345
+ Object.defineProperty(exports, "UL", {
277
346
  enumerable: true,
278
347
  get: function () {
279
- return _core.Touchable;
348
+ return _core.UL;
280
349
  }
281
350
  });
282
351
  Object.defineProperty(exports, "WebView", {
@@ -2,7 +2,8 @@ import { Icon } from "@draftbit/native";
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,
4
4
  /* Deprecated, needs fixing */
5
- CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, Table, TableHeader, TableRow, TablePaginator, TableCell, TableTitle } from "@draftbit/core";
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
- 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, Table, TableHeader, TableRow, TablePaginator, TableCell, TableTitle, } from "@draftbit/core";
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-8e5cf2.2+8e5cf29",
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-8e5cf2.2+8e5cf29",
47
- "@draftbit/native": "^46.4.4-8e5cf2.2+8e5cf29"
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": "8e5cf29f14b735059ccd00fe971e5f2c389e1500"
65
+ "gitHead": "926784bdbe341dc24314d214e2ae1a8c2f233a68"
66
66
  }
package/src/index.js CHANGED
@@ -2,7 +2,8 @@ import { Icon } from "@draftbit/native";
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,
4
4
  /* Deprecated, needs fixing */
5
- CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, Table, TableHeader, TableRow, TablePaginator, TableCell, TableTitle, } from "@draftbit/core";
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
@@ -39,12 +39,26 @@ export {
39
39
  ActionSheetCancel,
40
40
  Swiper,
41
41
  SwiperItem,
42
- Table,
43
- TableHeader,
44
- TableRow,
45
- TablePaginator,
46
- TableCell,
47
- TableTitle,
42
+ } from "@draftbit/core";
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,
48
62
  } from "@draftbit/core";
49
63
 
50
64
  /**