@cloudcannon/configuration-types 0.0.47 → 0.0.48

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.
@@ -93,7 +93,7 @@
93
93
  "picker_preview": {
94
94
  "allOf": [
95
95
  {
96
- "$ref": "#/definitions/type.preview"
96
+ "$ref": "#/definitions/type.picker_preview"
97
97
  }
98
98
  ]
99
99
  },
@@ -230,7 +230,7 @@
230
230
  "description": "The actual value used when items are added after selection.",
231
231
  "markdownDescription": "The actual value used when items are added after selection."
232
232
  },
233
- "comment": {
233
+ "description": {
234
234
  "description": "Provides short descriptive text for editors shown in the Data Editor for expanded values matching this Structure value. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed.",
235
235
  "type": "string",
236
236
  "markdownDescription": "Provides short descriptive text for editors shown in the Data Editor for expanded values matching this Structure value. Has no default. Supports a limited set of Markdown: links, bold, italic, subscript, superscript, and inline code elements are allowed."
@@ -283,6 +283,7 @@
283
283
  "markdownDescription": "Provides data formats when adding new items to arrays and objects, with options for how editors choose from available values."
284
284
  },
285
285
  "type.preview": {
286
+ "id": "type.preview",
286
287
  "title": "Preview",
287
288
  "type": "object",
288
289
  "properties": {
@@ -305,17 +306,13 @@
305
306
  "$ref": "#/definitions/type.preview.icon_background_color"
306
307
  },
307
308
  "tags": {
308
- "$ref": "#/definitions/preview.tags"
309
+ "$ref": "#/definitions/type.preview.tags"
309
310
  },
310
311
  "metadata": {
311
- "$ref": "#/definitions/preview.metadata"
312
+ "$ref": "#/definitions/type.preview.metadata"
312
313
  },
313
314
  "gallery": {
314
- "allOf": [
315
- {
316
- "$ref": "#/definitions/preview.gallery"
317
- }
318
- ]
315
+ "$ref": "#/definitions/type.preview.gallery"
319
316
  }
320
317
  },
321
318
  "additionalProperties": false
@@ -453,13 +450,13 @@
453
450
  }
454
451
  ]
455
452
  },
456
- "preview.tags": {
453
+ "type.preview.tags": {
457
454
  "type": "array",
458
455
  "items": {
459
456
  "type": "string"
460
457
  }
461
458
  },
462
- "preview.metadata": {
459
+ "type.preview.metadata": {
463
460
  "type": "array",
464
461
  "items": {
465
462
  "$ref": "#/definitions/PreviewMetadataEntry"
@@ -486,7 +483,7 @@
486
483
  },
487
484
  "additionalProperties": false
488
485
  },
489
- "preview.gallery": {
486
+ "type.preview.gallery": {
490
487
  "type": "object",
491
488
  "properties": {
492
489
  "text": {
@@ -530,6 +527,14 @@
530
527
  }
531
528
  ]
532
529
  },
530
+ "type.picker_preview": {
531
+ "title": "Picker Preview",
532
+ "allOf": [
533
+ {
534
+ "$ref": "#/definitions/type.preview"
535
+ }
536
+ ]
537
+ },
533
538
  "type._inputs": {
534
539
  "title": "Inputs",
535
540
  "description": "Controls the behavior and appearance of your inputs in all data editing interfaces.",
@@ -4504,31 +4509,37 @@
4504
4509
  "properties": {
4505
4510
  "global": {
4506
4511
  "description": "`g` - Search globally.",
4512
+ "default": false,
4507
4513
  "type": "boolean",
4508
4514
  "markdownDescription": "`g` - Search globally."
4509
4515
  },
4510
4516
  "ignore_case": {
4511
4517
  "description": "`i` - Case-insensitive.",
4518
+ "default": false,
4512
4519
  "type": "boolean",
4513
4520
  "markdownDescription": "`i` - Case-insensitive."
4514
4521
  },
4515
4522
  "multiline": {
4516
4523
  "description": "`m` - `^` and `$` match the start and end of each line rather than the entire string.",
4524
+ "default": false,
4517
4525
  "type": "boolean",
4518
4526
  "markdownDescription": "`m` - `^` and `$` match the start and end of each line rather than the entire string."
4519
4527
  },
4520
4528
  "dot_all": {
4521
4529
  "description": "`s` - `.` matches newline characters.",
4530
+ "default": false,
4522
4531
  "type": "boolean",
4523
4532
  "markdownDescription": "`s` - `.` matches newline characters."
4524
4533
  },
4525
4534
  "unicode": {
4526
4535
  "description": "`u` - Pattern is treated as a sequence of Unicode code points.",
4536
+ "default": false,
4527
4537
  "type": "boolean",
4528
4538
  "markdownDescription": "`u` - Pattern is treated as a sequence of Unicode code points."
4529
4539
  },
4530
4540
  "unicode_sets": {
4531
4541
  "description": "`v` - Extended `unicode` mode.",
4542
+ "default": false,
4532
4543
  "type": "boolean",
4533
4544
  "markdownDescription": "`v` - Extended `unicode` mode."
4534
4545
  }
@@ -5011,6 +5022,16 @@
5011
5022
  "description": "Toggles showing a control for adjusting the transparency of the selected color. Defaults to using the naming convention, enabled if the input key ends with \"a\".",
5012
5023
  "type": "boolean",
5013
5024
  "markdownDescription": "Toggles showing a control for adjusting the transparency of the selected color. Defaults to using the naming convention, enabled if the input key ends with \"a\"."
5025
+ },
5026
+ "palette": {
5027
+ "type": "array",
5028
+ "items": {
5029
+ "type": "string"
5030
+ }
5031
+ },
5032
+ "hide_picker": {
5033
+ "default": false,
5034
+ "type": "boolean"
5014
5035
  }
5015
5036
  },
5016
5037
  "additionalProperties": false,
@@ -5700,6 +5721,7 @@
5700
5721
  "type": "string"
5701
5722
  },
5702
5723
  "paths.uploads_use_relative_path": {
5724
+ "default": false,
5703
5725
  "type": "boolean"
5704
5726
  },
5705
5727
  "type._editables.*.bold": {
@@ -7589,7 +7611,7 @@
7589
7611
  "picker_preview": {
7590
7612
  "allOf": [
7591
7613
  {
7592
- "$ref": "#/definitions/type.preview"
7614
+ "$ref": "#/definitions/type.picker_preview"
7593
7615
  }
7594
7616
  ]
7595
7617
  },
@@ -7812,7 +7834,7 @@
7812
7834
  "picker_preview": {
7813
7835
  "allOf": [
7814
7836
  {
7815
- "$ref": "#/definitions/type.preview"
7837
+ "$ref": "#/definitions/type.picker_preview"
7816
7838
  }
7817
7839
  ]
7818
7840
  },
@@ -7979,7 +8001,7 @@
7979
8001
  "picker_preview": {
7980
8002
  "allOf": [
7981
8003
  {
7982
- "$ref": "#/definitions/type.preview"
8004
+ "$ref": "#/definitions/type.picker_preview"
7983
8005
  }
7984
8006
  ]
7985
8007
  },
@@ -8106,7 +8128,7 @@
8106
8128
  "picker_preview": {
8107
8129
  "allOf": [
8108
8130
  {
8109
- "$ref": "#/definitions/type.preview"
8131
+ "$ref": "#/definitions/type.picker_preview"
8110
8132
  }
8111
8133
  ]
8112
8134
  },