@airtable/blocks 1.15.0 → 1.17.0
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/dist/cjs/models/field.js +1 -1
- package/dist/cjs/private_utils.js +15 -0
- package/dist/cjs/sdk.js +1 -1
- package/dist/cjs/ui/icon.js +4 -7
- package/dist/cjs/ui/icon_config.js +406 -371
- package/dist/types/src/models/field.d.ts +1 -1
- package/dist/types/src/private_utils.d.ts +9 -0
- package/dist/types/src/private_utils.d.ts.map +1 -1
- package/dist/types/src/types/airtable_interface.d.ts +2 -0
- package/dist/types/src/types/airtable_interface.d.ts.map +1 -1
- package/dist/types/src/types/field.d.ts +6 -6
- package/dist/types/src/types/field.d.ts.map +1 -1
- package/dist/types/src/ui/icon.d.ts.map +1 -1
- package/dist/types/src/ui/icon_config.d.ts +240 -175
- package/dist/types/src/ui/icon_config.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EnumType
|
|
1
|
+
import { EnumType } from '../private_utils';
|
|
2
2
|
export declare const iconNamesArray: readonly ["android", "apple", "apps", "applyRowTemplate", "ascending", "attachment", "automations", "autonumber", "barcode", "bell", "blocks", "bold", "bolt", "boltList", "book", "calendar", "calendarDay", "caret", "chart", "chat", "check", "checkbox", "checkboxChecked", "checkboxUnchecked", "checklist", "chevronDown", "chevronLeft", "chevronRight", "chevronUp", "clipboard", "code", "cog", "collapse", "collapseSidebar", "contacts", "count", "count1", "cube", "cursor", "day", "dayAuto", "dedent", "descending", "dollar", "down", "download", "dragHandle", "drive", "duplicate", "edit", "envelope", "envelope1", "expand", "expand1", "expandSidebar", "feed", "file", "filter", "flag", "form", "formula", "fullscreen", "gallery", "gantt", "gift", "grid", "grid1", "group", "heart", "help", "hide", "hide1", "history", "home", "hyperlink", "hyperlinkCancel", "indent", "info", "italic", "kanban", "laptop", "left", "lightbulb", "link", "link1", "lock", "logout", "lookup", "mapPin", "markdown", "megaphone", "menu", "minus", "mobile", "multicollaborator", "multiselect", "number", "ol", "overflow", "overlay", "paint", "paragraph", "paragraph1", "pause", "percent", "personal", "personalAuto", "personalCloseup", "phone", "pivot", "play", "plus", "plusFilled", "premium", "print", "public", "publish", "quote", "quote1", "radio", "radioSelected", "redo", "redo1", "richText", "right", "rollup", "rollup1", "rowHeightSmall", "rowHeightMedium", "rowHeightLarge", "rowHeightExtraLarge", "search", "select", "selectCaret", "settings", "shapes", "share", "share1", "shareWithBolt", "show", "show1", "slack", "smiley", "sort", "stack", "star", "strikethrough", "switcher", "tabs", "team", "teamLocked", "text", "thumbsUp", "time", "timeline", "toggle", "trash", "twitter", "ul", "underline", "undo", "up", "upload", "video", "view", "warning", "windows", "x", "xCheckbox"];
|
|
3
3
|
export declare const iconNames: {
|
|
4
4
|
number: "number";
|
|
@@ -179,180 +179,245 @@ export declare const deprecatedIconNameToReplacementName: Map<string, string>;
|
|
|
179
179
|
*/
|
|
180
180
|
export declare type IconName = EnumType<typeof iconNames>;
|
|
181
181
|
export declare const iconNamePropType: import("prop-types").Requireable<"number" | "search" | "bold" | "link" | "left" | "right" | "clipboard" | "show" | "hide" | "public" | "code" | "form" | "menu" | "ol" | "select" | "time" | "ul" | "video" | "filter" | "text" | "view" | "pause" | "play" | "toggle" | "up" | "down" | "day" | "lookup" | "group" | "checkbox" | "radio" | "overlay" | "collapse" | "paint" | "help" | "grid" | "italic" | "x" | "underline" | "caret" | "cursor" | "overflow" | "ascending" | "descending" | "edit" | "check" | "star" | "heart" | "thumbsUp" | "flag" | "lock" | "download" | "android" | "apple" | "apps" | "applyRowTemplate" | "attachment" | "automations" | "autonumber" | "barcode" | "bell" | "blocks" | "bolt" | "boltList" | "book" | "calendar" | "calendarDay" | "chart" | "chat" | "checkboxChecked" | "checkboxUnchecked" | "checklist" | "chevronDown" | "chevronLeft" | "chevronRight" | "chevronUp" | "cog" | "collapseSidebar" | "contacts" | "count" | "count1" | "cube" | "dayAuto" | "dedent" | "dollar" | "dragHandle" | "drive" | "duplicate" | "envelope" | "envelope1" | "expand" | "expand1" | "expandSidebar" | "feed" | "file" | "formula" | "fullscreen" | "gallery" | "gantt" | "gift" | "grid1" | "hide1" | "history" | "home" | "hyperlink" | "hyperlinkCancel" | "indent" | "info" | "kanban" | "laptop" | "lightbulb" | "link1" | "logout" | "mapPin" | "markdown" | "megaphone" | "minus" | "mobile" | "multicollaborator" | "multiselect" | "paragraph" | "paragraph1" | "percent" | "personal" | "personalAuto" | "personalCloseup" | "phone" | "pivot" | "plus" | "plusFilled" | "premium" | "print" | "publish" | "quote" | "quote1" | "radioSelected" | "redo" | "redo1" | "richText" | "rollup" | "rollup1" | "rowHeightSmall" | "rowHeightMedium" | "rowHeightLarge" | "rowHeightExtraLarge" | "selectCaret" | "settings" | "shapes" | "share" | "share1" | "shareWithBolt" | "show1" | "slack" | "smiley" | "sort" | "stack" | "strikethrough" | "switcher" | "tabs" | "team" | "teamLocked" | "timeline" | "trash" | "twitter" | "undo" | "upload" | "warning" | "windows" | "xCheckbox">;
|
|
182
|
-
export declare const
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
182
|
+
export declare const phosphorIconConfig: {
|
|
183
|
+
AddressBook: string;
|
|
184
|
+
Apple: string;
|
|
185
|
+
ArrowArcLeft: string;
|
|
186
|
+
ArrowArcRight: string;
|
|
187
|
+
ArrowCircleDown: string;
|
|
188
|
+
ArrowCircleUp: string;
|
|
189
|
+
ArrowCounterClockwise: string;
|
|
190
|
+
ArrowDown: string;
|
|
191
|
+
ArrowElbowDownRight: string;
|
|
192
|
+
ArrowLeft: string;
|
|
193
|
+
ArrowLineLeft: string;
|
|
194
|
+
ArrowLineRight: string;
|
|
195
|
+
ArrowRight: string;
|
|
196
|
+
ArrowRightList: string;
|
|
197
|
+
ArrowSquareDown: string;
|
|
198
|
+
ArrowSquareOut: string;
|
|
199
|
+
ArrowUp: string;
|
|
200
|
+
ArrowsClockwise: string;
|
|
201
|
+
ArrowsDownUp: string;
|
|
202
|
+
ArrowsInSimple: string;
|
|
203
|
+
ArrowsOut: string;
|
|
204
|
+
ArrowsOutSimple: string;
|
|
205
|
+
AssetsReview: string;
|
|
206
|
+
AssetsReviewElementFeature: string;
|
|
207
|
+
At: string;
|
|
208
|
+
Autonumber: string;
|
|
209
|
+
BarChartElementFeature: string;
|
|
210
|
+
Barcode: string;
|
|
211
|
+
Bell: string;
|
|
212
|
+
BellRinging: string;
|
|
213
|
+
BellSimpleFill: string;
|
|
214
|
+
BellSimpleRingingFill: string;
|
|
215
|
+
BoltList: string;
|
|
216
|
+
Book: string;
|
|
217
|
+
BookOpen: string;
|
|
218
|
+
Books: string;
|
|
219
|
+
Buildings: string;
|
|
220
|
+
ButtonElementFeature: string;
|
|
221
|
+
Calculator: string;
|
|
222
|
+
Calendar: string;
|
|
223
|
+
CalendarBlank: string;
|
|
224
|
+
CalendarBolt: string;
|
|
225
|
+
CalendarCheck: string;
|
|
226
|
+
CaretCircleDown: string;
|
|
227
|
+
CarouselElementFeature: string;
|
|
228
|
+
ChartBar: string;
|
|
229
|
+
Chat: string;
|
|
230
|
+
ChatTeardropText: string;
|
|
231
|
+
ChatCircleText: string;
|
|
232
|
+
Check: string;
|
|
233
|
+
CheckBold: string;
|
|
234
|
+
CheckCircle: string;
|
|
235
|
+
CheckSquare: string;
|
|
236
|
+
ChevronCircleDownFill: string;
|
|
237
|
+
ChevronCircleLeftFill: string;
|
|
238
|
+
ChevronCircleRightFill: string;
|
|
239
|
+
ChevronDown: string;
|
|
240
|
+
ChevronDownSmall: string;
|
|
241
|
+
ChevronLeft: string;
|
|
242
|
+
ChevronLeftSmall: string;
|
|
243
|
+
ChevronRight: string;
|
|
244
|
+
ChevronRightSmall: string;
|
|
245
|
+
ChevronUp: string;
|
|
246
|
+
ChevronUpSmall: string;
|
|
247
|
+
Circle: string;
|
|
248
|
+
CirclesThreePlus: string;
|
|
249
|
+
ClipboardText: string;
|
|
250
|
+
Clock: string;
|
|
251
|
+
ClockCounterClockwise: string;
|
|
252
|
+
CloudArrowDown: string;
|
|
253
|
+
CloudArrowUp: string;
|
|
254
|
+
CloudCheck: string;
|
|
255
|
+
CodeSimple: string;
|
|
256
|
+
Cog: string;
|
|
257
|
+
Confetti: string;
|
|
258
|
+
Copy: string;
|
|
259
|
+
Crown: string;
|
|
260
|
+
Cube: string;
|
|
261
|
+
CurrencyDollarSimple: string;
|
|
262
|
+
Cursor: string;
|
|
263
|
+
DashboardElementFeature: string;
|
|
264
|
+
DeviceMobile: string;
|
|
265
|
+
DividerElementFeature: string;
|
|
266
|
+
DonutChartElementFeature: string;
|
|
267
|
+
DownloadSimple: string;
|
|
268
|
+
DotsSixVertical: string;
|
|
269
|
+
Drive: string;
|
|
270
|
+
DropdownFilterFeature: string;
|
|
271
|
+
ElementsElementFeature: string;
|
|
272
|
+
Envelope: string;
|
|
273
|
+
EnvelopeSimple: string;
|
|
274
|
+
ExtensionsFeature: string;
|
|
275
|
+
Eye: string;
|
|
276
|
+
EyeClosed: string;
|
|
277
|
+
EyeSlash: string;
|
|
278
|
+
FadersHorizontal: string;
|
|
279
|
+
FieldAttachmentElementFeature: string;
|
|
280
|
+
FieldElementFeature: string;
|
|
281
|
+
File: string;
|
|
282
|
+
FileMarkdown: string;
|
|
283
|
+
Fingerprint: string;
|
|
284
|
+
Flag: string;
|
|
285
|
+
FlagFill: string;
|
|
286
|
+
Form: string;
|
|
287
|
+
Formula: string;
|
|
288
|
+
FullscreenElementFeature: string;
|
|
289
|
+
FunnelSimple: string;
|
|
290
|
+
Gallery: string;
|
|
291
|
+
Gantt: string;
|
|
292
|
+
Gift: string;
|
|
293
|
+
GitFork: string;
|
|
294
|
+
Globe: string;
|
|
295
|
+
Grid: string;
|
|
296
|
+
GridFour: string;
|
|
297
|
+
GridLayout: string;
|
|
298
|
+
Group: string;
|
|
299
|
+
HashStraight: string;
|
|
300
|
+
Heart: string;
|
|
301
|
+
HeartFill: string;
|
|
302
|
+
HeroImageElementFeature: string;
|
|
303
|
+
House: string;
|
|
304
|
+
ImageSquare: string;
|
|
305
|
+
Info: string;
|
|
306
|
+
Kanban: string;
|
|
307
|
+
Key: string;
|
|
308
|
+
Laptop: string;
|
|
309
|
+
LeftNavElementFeature: string;
|
|
310
|
+
Lightbulb: string;
|
|
311
|
+
Lightning: string;
|
|
312
|
+
LineChartElementFeature: string;
|
|
313
|
+
Link: string;
|
|
314
|
+
LinkBreak: string;
|
|
315
|
+
List: string;
|
|
316
|
+
ListChecks: string;
|
|
317
|
+
ListDashes: string;
|
|
318
|
+
ListNumbers: string;
|
|
319
|
+
Lock: string;
|
|
320
|
+
LockSimple: string;
|
|
321
|
+
Lookup: string;
|
|
322
|
+
MagnifyingGlass: string;
|
|
323
|
+
MapPin: string;
|
|
324
|
+
Megaphone: string;
|
|
325
|
+
Minus: string;
|
|
326
|
+
ModalElementFeature: string;
|
|
327
|
+
Multiselect: string;
|
|
328
|
+
NoNavElementFeature: string;
|
|
329
|
+
NumberElementFeature: string;
|
|
330
|
+
Overflow: string;
|
|
331
|
+
PaintBrushHousehold: string;
|
|
332
|
+
PaintBucket: string;
|
|
333
|
+
PaperPlaneRight: string;
|
|
334
|
+
Paperclip: string;
|
|
335
|
+
Paragraph: string;
|
|
336
|
+
Pause: string;
|
|
337
|
+
PencilSimple: string;
|
|
338
|
+
Percent: string;
|
|
339
|
+
PersonalCloseup: string;
|
|
340
|
+
PersonBolt: string;
|
|
341
|
+
Phone: string;
|
|
342
|
+
PictureInPicture: string;
|
|
343
|
+
PieChartElementFeature: string;
|
|
344
|
+
Pilcrow: string;
|
|
345
|
+
Pivot: string;
|
|
346
|
+
Play: string;
|
|
347
|
+
Plus: string;
|
|
348
|
+
PlusCircle: string;
|
|
349
|
+
PopoverElementFeature: string;
|
|
350
|
+
Printer: string;
|
|
351
|
+
PushPinSimple: string;
|
|
352
|
+
Question: string;
|
|
353
|
+
Quotes: string;
|
|
354
|
+
Radio: string;
|
|
355
|
+
RadioButton: string;
|
|
356
|
+
RecordDetailElementFeature: string;
|
|
357
|
+
RichText: string;
|
|
358
|
+
RowHeightExtraLarge: string;
|
|
359
|
+
RowHeightLarge: string;
|
|
360
|
+
RowHeightMedium: string;
|
|
361
|
+
RowHeightSmall: string;
|
|
362
|
+
Rss: string;
|
|
363
|
+
ScatterPlotElementFeature: string;
|
|
364
|
+
Scissors: string;
|
|
365
|
+
SelectCaret: string;
|
|
366
|
+
Shapes: string;
|
|
367
|
+
Share: string;
|
|
368
|
+
ShareWithBolt: string;
|
|
369
|
+
ShieldSlash: string;
|
|
370
|
+
ShoppingBagOpen: string;
|
|
371
|
+
SidebarElementFeature: string;
|
|
372
|
+
SignOut: string;
|
|
373
|
+
SlackLogo: string;
|
|
374
|
+
Smiley: string;
|
|
375
|
+
SortAscending: string;
|
|
376
|
+
SortDescending: string;
|
|
377
|
+
Sparkle: string;
|
|
378
|
+
Spiral: string;
|
|
379
|
+
Square: string;
|
|
380
|
+
Star: string;
|
|
381
|
+
StarFill: string;
|
|
382
|
+
Switcher: string;
|
|
383
|
+
Table: string;
|
|
384
|
+
Tabs: string;
|
|
385
|
+
Target: string;
|
|
386
|
+
TeamLocked: string;
|
|
387
|
+
TextAlt: string;
|
|
388
|
+
TextBolder: string;
|
|
389
|
+
TextIndent: string;
|
|
390
|
+
TextItalic: string;
|
|
391
|
+
TextOutdent: string;
|
|
392
|
+
TextStrikethrough: string;
|
|
393
|
+
TextT: string;
|
|
394
|
+
TextUnderline: string;
|
|
395
|
+
ThumbsUp: string;
|
|
396
|
+
ThumbsUpFill: string;
|
|
397
|
+
Timeline: string;
|
|
398
|
+
ToggleRight: string;
|
|
399
|
+
TopLeftNavElementFeature: string;
|
|
400
|
+
TopNavElementFeature: string;
|
|
401
|
+
Trash: string;
|
|
402
|
+
TrashSimple: string;
|
|
403
|
+
TwitterLogo: string;
|
|
404
|
+
UploadSimple: string;
|
|
405
|
+
User: string;
|
|
406
|
+
Users: string;
|
|
407
|
+
UsersFour: string;
|
|
408
|
+
UsersThree: string;
|
|
409
|
+
VideoCamera: string;
|
|
410
|
+
Warning: string;
|
|
411
|
+
WarningCircle: string;
|
|
412
|
+
WindowsLogo: string;
|
|
413
|
+
X: string;
|
|
414
|
+
XBold: string;
|
|
415
|
+
XCircle: string;
|
|
351
416
|
};
|
|
352
417
|
/** @hidden */
|
|
353
|
-
|
|
354
|
-
export declare const
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
export
|
|
418
|
+
declare type PhosphorIconName = keyof typeof phosphorIconConfig;
|
|
419
|
+
export declare const legacyIconNameToPhosphorIconName: Partial<{
|
|
420
|
+
[iconName in IconName]: PhosphorIconName;
|
|
421
|
+
}>;
|
|
422
|
+
export {};
|
|
358
423
|
//# sourceMappingURL=icon_config.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon_config.d.ts","sourceRoot":"","sources":["../../../../src/ui/icon_config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,QAAQ,
|
|
1
|
+
{"version":3,"file":"icon_config.d.ts","sourceRoot":"","sources":["../../../../src/ui/icon_config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,QAAQ,EAAyB,MAAM,kBAAkB,CAAC;AAM9E,eAAO,MAAM,cAAc,20DA0KjB,CAAC;AACX,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAgC,CAAC;AACvD,eAAO,MAAM,mCAAmC,qBAAgC,CAAC;AACjF;;;;GAIG;AACH,oBAAY,QAAQ,GAAG,QAAQ,CAAC,OAAO,SAAS,CAAC,CAAC;AAClD,eAAO,MAAM,gBAAgB,0gEAAoC,CAAC;AAElE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmd9B,CAAC;AAEF,cAAc;AACd,aAAK,gBAAgB,GAAG,MAAM,OAAO,kBAAkB,CAAC;AAExD,eAAO,MAAM,gCAAgC,EAAE,OAAO,CAClD;KACK,QAAQ,IAAI,QAAQ,GAAG,gBAAgB;CAC3C,CAwKJ,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@airtable/blocks",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0",
|
|
4
4
|
"description": "Airtable Blocks SDK",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"unstable_testing_utils.d.ts"
|
|
28
28
|
],
|
|
29
29
|
"scripts": {
|
|
30
|
-
"ci": "yarn run build && yarn run test:coverage && ./scripts/check_typescript_when_installed_in_block.sh",
|
|
30
|
+
"ci": "echo '--- sdk' && yarn run build && yarn run test:coverage && ./scripts/check_typescript_when_installed_in_block.sh",
|
|
31
31
|
"pretest": "yarn run lint && yarn run types",
|
|
32
32
|
"version": "changelog-publish --github-repo-url='https://github.com/airtable/blocks' --git-tag-prefix='@airtable/blocks@' && yarn run build:docs && git add CHANGELOG.md ../blocks-docs/docs.json",
|
|
33
33
|
"release": "npm_config_registry=https://registry.npmjs.org/ release-it",
|