datocms-react-ui 2.2.0-alpha.1 → 2.2.0-alpha.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 (81) hide show
  1. package/dist/cjs/Button/styles.module.css.json +1 -1
  2. package/dist/cjs/ButtonGroup/Button/styles.module.css.json +1 -1
  3. package/dist/cjs/Canvas/index.js +523 -367
  4. package/dist/cjs/Canvas/index.js.map +1 -1
  5. package/dist/cjs/Canvas/styles.module.css.json +1 -1
  6. package/dist/cjs/Dropdown/styles.module.css.json +1 -1
  7. package/dist/cjs/FieldError/styles.module.css.json +1 -1
  8. package/dist/cjs/FormLabel/styles.module.css.json +1 -1
  9. package/dist/cjs/HotKey/styles.module.css.json +1 -1
  10. package/dist/cjs/Section/index.js +7 -6
  11. package/dist/cjs/Section/index.js.map +1 -1
  12. package/dist/cjs/Section/styles.module.css.json +1 -1
  13. package/dist/cjs/SelectInput/index.js +12 -12
  14. package/dist/cjs/SelectInput/index.js.map +1 -1
  15. package/dist/cjs/SplitView/SplitViewSash/styles.module.css.json +1 -1
  16. package/dist/cjs/TextInput/styles.module.css.json +1 -1
  17. package/dist/cjs/TextareaInput/styles.module.css.json +1 -1
  18. package/dist/cjs/Tooltip/TooltipContent/styles.module.css.json +1 -1
  19. package/dist/cjs/generateStyleFromCtx/index.js +1 -1
  20. package/dist/cjs/generateStyleFromCtx/index.js.map +1 -1
  21. package/dist/esm/Button/styles.module.css.json +1 -1
  22. package/dist/esm/ButtonGroup/Button/styles.module.css.json +1 -1
  23. package/dist/esm/Canvas/index.d.ts +501 -367
  24. package/dist/esm/Canvas/index.js +523 -367
  25. package/dist/esm/Canvas/index.js.map +1 -1
  26. package/dist/esm/Canvas/styles.module.css.json +1 -1
  27. package/dist/esm/Dropdown/styles.module.css.json +1 -1
  28. package/dist/esm/FieldError/styles.module.css.json +1 -1
  29. package/dist/esm/FormLabel/styles.module.css.json +1 -1
  30. package/dist/esm/HotKey/styles.module.css.json +1 -1
  31. package/dist/esm/Section/index.js +7 -6
  32. package/dist/esm/Section/index.js.map +1 -1
  33. package/dist/esm/Section/styles.module.css.json +1 -1
  34. package/dist/esm/SelectInput/index.js +12 -12
  35. package/dist/esm/SelectInput/index.js.map +1 -1
  36. package/dist/esm/SplitView/SplitViewSash/styles.module.css.json +1 -1
  37. package/dist/esm/TextInput/styles.module.css.json +1 -1
  38. package/dist/esm/TextareaInput/styles.module.css.json +1 -1
  39. package/dist/esm/Tooltip/TooltipContent/styles.module.css.json +1 -1
  40. package/dist/esm/generateStyleFromCtx/index.js +1 -1
  41. package/dist/esm/generateStyleFromCtx/index.js.map +1 -1
  42. package/dist/types/Canvas/index.d.ts +501 -367
  43. package/package.json +3 -3
  44. package/src/Button/styles.module.css +3 -3
  45. package/src/Button/styles.module.css.json +1 -1
  46. package/src/ButtonGroup/Button/styles.module.css +5 -5
  47. package/src/ButtonGroup/Button/styles.module.css.json +1 -1
  48. package/src/Canvas/index.tsx +526 -367
  49. package/src/Canvas/styles.module.css +4 -4
  50. package/src/Canvas/styles.module.css.json +1 -1
  51. package/src/Dropdown/styles.module.css +6 -6
  52. package/src/Dropdown/styles.module.css.json +1 -1
  53. package/src/FieldError/styles.module.css +1 -1
  54. package/src/FieldError/styles.module.css.json +1 -1
  55. package/src/FormLabel/styles.module.css +1 -1
  56. package/src/FormLabel/styles.module.css.json +1 -1
  57. package/src/HotKey/styles.module.css +1 -1
  58. package/src/HotKey/styles.module.css.json +1 -1
  59. package/src/Section/index.tsx +17 -16
  60. package/src/Section/styles.module.css +35 -29
  61. package/src/Section/styles.module.css.json +1 -1
  62. package/src/SelectInput/index.tsx +12 -12
  63. package/src/SplitView/SplitViewSash/styles.module.css +1 -1
  64. package/src/SplitView/SplitViewSash/styles.module.css.json +1 -1
  65. package/src/TextInput/styles.module.css +4 -4
  66. package/src/TextInput/styles.module.css.json +1 -1
  67. package/src/TextareaInput/styles.module.css +4 -4
  68. package/src/TextareaInput/styles.module.css.json +1 -1
  69. package/src/Toolbar/Badge/styles.module.css.json +5 -0
  70. package/src/Toolbar/DotsDropdown/styles.module.css.json +4 -0
  71. package/src/Toolbar/GoBack/styles.module.css.json +1 -0
  72. package/src/Toolbar/Pagination/styles.module.css.json +1 -0
  73. package/src/Toolbar/PrimaryButton/styles.module.css.json +5 -0
  74. package/src/Toolbar/Space/styles.module.css.json +1 -0
  75. package/src/Toolbar/Subtitle/styles.module.css.json +1 -0
  76. package/src/Tooltip/TooltipContent/styles.module.css +3 -2
  77. package/src/Tooltip/TooltipContent/styles.module.css.json +1 -1
  78. package/src/base.css +17 -0
  79. package/src/generateStyleFromCtx/index.ts +2 -2
  80. package/styles.css +1 -1
  81. package/types.json +452 -382
package/types.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "fileName": "src/FieldGroup/index.tsx",
24
24
  "line": 7,
25
25
  "character": 2,
26
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldGroup/index.tsx#L7"
26
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L7"
27
27
  }
28
28
  ],
29
29
  "type": {
@@ -50,7 +50,7 @@
50
50
  "fileName": "src/FieldGroup/index.tsx",
51
51
  "line": 6,
52
52
  "character": 2,
53
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldGroup/index.tsx#L6"
53
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L6"
54
54
  }
55
55
  ],
56
56
  "type": {
@@ -71,7 +71,7 @@
71
71
  "fileName": "src/FieldGroup/index.tsx",
72
72
  "line": 8,
73
73
  "character": 2,
74
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldGroup/index.tsx#L8"
74
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L8"
75
75
  }
76
76
  ],
77
77
  "type": {
@@ -101,7 +101,7 @@
101
101
  "fileName": "src/FieldGroup/index.tsx",
102
102
  "line": 5,
103
103
  "character": 17,
104
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldGroup/index.tsx#L5"
104
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L5"
105
105
  }
106
106
  ]
107
107
  },
@@ -123,7 +123,7 @@
123
123
  "fileName": "src/FormLabel/index.tsx",
124
124
  "line": 7,
125
125
  "character": 2,
126
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L7"
126
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L7"
127
127
  }
128
128
  ],
129
129
  "type": {
@@ -150,7 +150,7 @@
150
150
  "fileName": "src/FormLabel/index.tsx",
151
151
  "line": 8,
152
152
  "character": 2,
153
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L8"
153
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L8"
154
154
  }
155
155
  ],
156
156
  "type": {
@@ -171,7 +171,7 @@
171
171
  "fileName": "src/FormLabel/index.tsx",
172
172
  "line": 11,
173
173
  "character": 2,
174
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L11"
174
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L11"
175
175
  }
176
176
  ],
177
177
  "type": {
@@ -198,7 +198,7 @@
198
198
  "fileName": "src/FormLabel/index.tsx",
199
199
  "line": 10,
200
200
  "character": 2,
201
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L10"
201
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L10"
202
202
  }
203
203
  ],
204
204
  "type": {
@@ -217,7 +217,7 @@
217
217
  "fileName": "src/FormLabel/index.tsx",
218
218
  "line": 6,
219
219
  "character": 2,
220
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L6"
220
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L6"
221
221
  }
222
222
  ],
223
223
  "type": {
@@ -238,7 +238,7 @@
238
238
  "fileName": "src/FormLabel/index.tsx",
239
239
  "line": 9,
240
240
  "character": 2,
241
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L9"
241
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L9"
242
242
  }
243
243
  ],
244
244
  "type": {
@@ -265,7 +265,7 @@
265
265
  "fileName": "src/FormLabel/index.tsx",
266
266
  "line": 5,
267
267
  "character": 17,
268
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L5"
268
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L5"
269
269
  }
270
270
  ]
271
271
  },
@@ -287,7 +287,7 @@
287
287
  "fileName": "src/Form/index.tsx",
288
288
  "line": 17,
289
289
  "character": 2,
290
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L17"
290
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L17"
291
291
  }
292
292
  ],
293
293
  "type": {
@@ -314,7 +314,7 @@
314
314
  "fileName": "src/Form/index.tsx",
315
315
  "line": 16,
316
316
  "character": 2,
317
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L16"
317
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L16"
318
318
  }
319
319
  ],
320
320
  "type": {
@@ -335,7 +335,7 @@
335
335
  "fileName": "src/Form/index.tsx",
336
336
  "line": 13,
337
337
  "character": 2,
338
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L13"
338
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L13"
339
339
  }
340
340
  ],
341
341
  "type": {
@@ -373,7 +373,7 @@
373
373
  "fileName": "src/Form/index.tsx",
374
374
  "line": 14,
375
375
  "character": 2,
376
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L14"
376
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L14"
377
377
  }
378
378
  ],
379
379
  "type": {
@@ -403,7 +403,7 @@
403
403
  "fileName": "src/Form/index.tsx",
404
404
  "line": 15,
405
405
  "character": 2,
406
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L15"
406
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L15"
407
407
  }
408
408
  ],
409
409
  "type": {
@@ -435,7 +435,7 @@
435
435
  "fileName": "src/Form/index.tsx",
436
436
  "line": 12,
437
437
  "character": 17,
438
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L12"
438
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L12"
439
439
  }
440
440
  ]
441
441
  },
@@ -3398,7 +3398,7 @@
3398
3398
  "fileName": "src/SwitchInput/index.tsx",
3399
3399
  "line": 15,
3400
3400
  "character": 2,
3401
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L15"
3401
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L15"
3402
3402
  }
3403
3403
  ],
3404
3404
  "type": {
@@ -3817,7 +3817,7 @@
3817
3817
  "fileName": "src/SwitchInput/index.tsx",
3818
3818
  "line": 14,
3819
3819
  "character": 2,
3820
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L14"
3820
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L14"
3821
3821
  }
3822
3822
  ],
3823
3823
  "type": {
@@ -4630,7 +4630,7 @@
4630
4630
  "fileName": "src/SwitchInput/index.tsx",
4631
4631
  "line": 16,
4632
4632
  "character": 2,
4633
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L16"
4633
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L16"
4634
4634
  }
4635
4635
  ],
4636
4636
  "type": {
@@ -6897,7 +6897,7 @@
6897
6897
  "fileName": "src/SwitchInput/index.tsx",
6898
6898
  "line": 17,
6899
6899
  "character": 2,
6900
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L17"
6900
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L17"
6901
6901
  }
6902
6902
  ],
6903
6903
  "type": {
@@ -11393,7 +11393,7 @@
11393
11393
  "fileName": "src/SwitchInput/index.tsx",
11394
11394
  "line": 18,
11395
11395
  "character": 2,
11396
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L18"
11396
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L18"
11397
11397
  }
11398
11398
  ],
11399
11399
  "type": {
@@ -11698,7 +11698,7 @@
11698
11698
  "fileName": "src/SwitchInput/index.tsx",
11699
11699
  "line": 12,
11700
11700
  "character": 17,
11701
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L12"
11701
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L12"
11702
11702
  }
11703
11703
  ],
11704
11704
  "extendedTypes": [
@@ -11750,7 +11750,7 @@
11750
11750
  "fileName": "src/SelectInput/index.tsx",
11751
11751
  "line": 237,
11752
11752
  "character": 12,
11753
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L237"
11753
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L237"
11754
11754
  }
11755
11755
  ],
11756
11756
  "typeParameters": [
@@ -11880,7 +11880,7 @@
11880
11880
  "fileName": "src/SelectInput/index.tsx",
11881
11881
  "line": 180,
11882
11882
  "character": 12,
11883
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L180"
11883
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L180"
11884
11884
  }
11885
11885
  ],
11886
11886
  "typeParameters": [
@@ -12010,7 +12010,7 @@
12010
12010
  "fileName": "src/Canvas/index.tsx",
12011
12011
  "line": 15,
12012
12012
  "character": 12,
12013
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L15"
12013
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L15"
12014
12014
  }
12015
12015
  ],
12016
12016
  "type": {
@@ -12037,7 +12037,7 @@
12037
12037
  "fileName": "src/Canvas/index.tsx",
12038
12038
  "line": 15,
12039
12039
  "character": 53,
12040
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L15"
12040
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L15"
12041
12041
  }
12042
12042
  ]
12043
12043
  }
@@ -12055,7 +12055,7 @@
12055
12055
  "fileName": "src/Canvas/index.tsx",
12056
12056
  "line": 15,
12057
12057
  "character": 57,
12058
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L15"
12058
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L15"
12059
12059
  }
12060
12060
  ]
12061
12061
  }
@@ -12076,7 +12076,7 @@
12076
12076
  "fileName": "src/ButtonGroup/Button/index.tsx",
12077
12077
  "line": 9,
12078
12078
  "character": 12,
12079
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
12079
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
12080
12080
  }
12081
12081
  ],
12082
12082
  "type": {
@@ -12101,7 +12101,7 @@
12101
12101
  "fileName": "src/ButtonGroup/Button/index.tsx",
12102
12102
  "line": 10,
12103
12103
  "character": 2,
12104
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L10"
12104
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L10"
12105
12105
  }
12106
12106
  ],
12107
12107
  "type": {
@@ -12128,7 +12128,7 @@
12128
12128
  "fileName": "src/ButtonGroup/Button/index.tsx",
12129
12129
  "line": 11,
12130
12130
  "character": 2,
12131
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L11"
12131
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L11"
12132
12132
  }
12133
12133
  ],
12134
12134
  "type": {
@@ -12149,7 +12149,7 @@
12149
12149
  "fileName": "src/ButtonGroup/Button/index.tsx",
12150
12150
  "line": 13,
12151
12151
  "character": 2,
12152
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L13"
12152
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L13"
12153
12153
  }
12154
12154
  ],
12155
12155
  "type": {
@@ -12170,7 +12170,7 @@
12170
12170
  "fileName": "src/ButtonGroup/Button/index.tsx",
12171
12171
  "line": 15,
12172
12172
  "character": 2,
12173
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L15"
12173
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L15"
12174
12174
  }
12175
12175
  ],
12176
12176
  "type": {
@@ -12197,7 +12197,7 @@
12197
12197
  "fileName": "src/ButtonGroup/Button/index.tsx",
12198
12198
  "line": 12,
12199
12199
  "character": 2,
12200
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L12"
12200
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L12"
12201
12201
  }
12202
12202
  ],
12203
12203
  "type": {
@@ -12218,7 +12218,7 @@
12218
12218
  "fileName": "src/ButtonGroup/Button/index.tsx",
12219
12219
  "line": 14,
12220
12220
  "character": 2,
12221
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L14"
12221
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L14"
12222
12222
  }
12223
12223
  ],
12224
12224
  "type": {
@@ -12251,7 +12251,7 @@
12251
12251
  "fileName": "src/ButtonGroup/Button/index.tsx",
12252
12252
  "line": 9,
12253
12253
  "character": 26,
12254
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
12254
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
12255
12255
  }
12256
12256
  ]
12257
12257
  }
@@ -12268,7 +12268,7 @@
12268
12268
  "fileName": "src/ButtonGroup/Group/index.tsx",
12269
12269
  "line": 5,
12270
12270
  "character": 12,
12271
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
12271
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
12272
12272
  }
12273
12273
  ],
12274
12274
  "type": {
@@ -12293,7 +12293,7 @@
12293
12293
  "fileName": "src/ButtonGroup/Group/index.tsx",
12294
12294
  "line": 6,
12295
12295
  "character": 2,
12296
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Group/index.tsx#L6"
12296
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L6"
12297
12297
  }
12298
12298
  ],
12299
12299
  "type": {
@@ -12320,7 +12320,7 @@
12320
12320
  "fileName": "src/ButtonGroup/Group/index.tsx",
12321
12321
  "line": 7,
12322
12322
  "character": 2,
12323
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Group/index.tsx#L7"
12323
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L7"
12324
12324
  }
12325
12325
  ],
12326
12326
  "type": {
@@ -12341,7 +12341,7 @@
12341
12341
  "fileName": "src/ButtonGroup/Group/index.tsx",
12342
12342
  "line": 8,
12343
12343
  "character": 2,
12344
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Group/index.tsx#L8"
12344
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L8"
12345
12345
  }
12346
12346
  ],
12347
12347
  "type": {
@@ -12371,7 +12371,7 @@
12371
12371
  "fileName": "src/ButtonGroup/Group/index.tsx",
12372
12372
  "line": 5,
12373
12373
  "character": 25,
12374
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
12374
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
12375
12375
  }
12376
12376
  ]
12377
12377
  }
@@ -12388,7 +12388,7 @@
12388
12388
  "fileName": "src/Button/index.tsx",
12389
12389
  "line": 120,
12390
12390
  "character": 12,
12391
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L120"
12391
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L120"
12392
12392
  }
12393
12393
  ],
12394
12394
  "type": {
@@ -12413,7 +12413,7 @@
12413
12413
  "fileName": "src/Button/index.tsx",
12414
12414
  "line": 127,
12415
12415
  "character": 2,
12416
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L127"
12416
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L127"
12417
12417
  }
12418
12418
  ],
12419
12419
  "type": {
@@ -12459,7 +12459,7 @@
12459
12459
  "fileName": "src/Button/index.tsx",
12460
12460
  "line": 126,
12461
12461
  "character": 2,
12462
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L126"
12462
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L126"
12463
12463
  }
12464
12464
  ],
12465
12465
  "type": {
@@ -12493,7 +12493,7 @@
12493
12493
  "fileName": "src/Button/index.tsx",
12494
12494
  "line": 121,
12495
12495
  "character": 2,
12496
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L121"
12496
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L121"
12497
12497
  }
12498
12498
  ],
12499
12499
  "type": {
@@ -12520,7 +12520,7 @@
12520
12520
  "fileName": "src/Button/index.tsx",
12521
12521
  "line": 124,
12522
12522
  "character": 2,
12523
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L124"
12523
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L124"
12524
12524
  }
12525
12525
  ],
12526
12526
  "type": {
@@ -12541,7 +12541,7 @@
12541
12541
  "fileName": "src/Button/index.tsx",
12542
12542
  "line": 128,
12543
12543
  "character": 2,
12544
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L128"
12544
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L128"
12545
12545
  }
12546
12546
  ],
12547
12547
  "type": {
@@ -12560,7 +12560,7 @@
12560
12560
  "fileName": "src/Button/index.tsx",
12561
12561
  "line": 122,
12562
12562
  "character": 2,
12563
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L122"
12563
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L122"
12564
12564
  }
12565
12565
  ],
12566
12566
  "type": {
@@ -12581,7 +12581,7 @@
12581
12581
  "fileName": "src/Button/index.tsx",
12582
12582
  "line": 130,
12583
12583
  "character": 2,
12584
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L130"
12584
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L130"
12585
12585
  }
12586
12586
  ],
12587
12587
  "type": {
@@ -12608,7 +12608,7 @@
12608
12608
  "fileName": "src/Button/index.tsx",
12609
12609
  "line": 125,
12610
12610
  "character": 2,
12611
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L125"
12611
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L125"
12612
12612
  }
12613
12613
  ],
12614
12614
  "type": {
@@ -12635,7 +12635,7 @@
12635
12635
  "fileName": "src/Button/index.tsx",
12636
12636
  "line": 131,
12637
12637
  "character": 2,
12638
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L131"
12638
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L131"
12639
12639
  }
12640
12640
  ],
12641
12641
  "type": {
@@ -12662,7 +12662,7 @@
12662
12662
  "fileName": "src/Button/index.tsx",
12663
12663
  "line": 129,
12664
12664
  "character": 2,
12665
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L129"
12665
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L129"
12666
12666
  }
12667
12667
  ],
12668
12668
  "type": {
@@ -12689,7 +12689,7 @@
12689
12689
  "fileName": "src/Button/index.tsx",
12690
12690
  "line": 123,
12691
12691
  "character": 2,
12692
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L123"
12692
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L123"
12693
12693
  }
12694
12694
  ],
12695
12695
  "type": {
@@ -12744,7 +12744,7 @@
12744
12744
  "fileName": "src/Button/index.tsx",
12745
12745
  "line": 120,
12746
12746
  "character": 30,
12747
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L120"
12747
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L120"
12748
12748
  }
12749
12749
  ]
12750
12750
  }
@@ -12761,7 +12761,7 @@
12761
12761
  "fileName": "src/Button/index.tsx",
12762
12762
  "line": 6,
12763
12763
  "character": 12,
12764
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L6"
12764
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L6"
12765
12765
  }
12766
12766
  ],
12767
12767
  "type": {
@@ -12786,7 +12786,7 @@
12786
12786
  "fileName": "src/Button/index.tsx",
12787
12787
  "line": 13,
12788
12788
  "character": 2,
12789
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L13"
12789
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L13"
12790
12790
  }
12791
12791
  ],
12792
12792
  "type": {
@@ -12832,7 +12832,7 @@
12832
12832
  "fileName": "src/Button/index.tsx",
12833
12833
  "line": 12,
12834
12834
  "character": 2,
12835
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L12"
12835
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L12"
12836
12836
  }
12837
12837
  ],
12838
12838
  "type": {
@@ -12866,7 +12866,7 @@
12866
12866
  "fileName": "src/Button/index.tsx",
12867
12867
  "line": 7,
12868
12868
  "character": 2,
12869
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L7"
12869
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L7"
12870
12870
  }
12871
12871
  ],
12872
12872
  "type": {
@@ -12893,7 +12893,7 @@
12893
12893
  "fileName": "src/Button/index.tsx",
12894
12894
  "line": 9,
12895
12895
  "character": 2,
12896
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L9"
12896
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L9"
12897
12897
  }
12898
12898
  ],
12899
12899
  "type": {
@@ -12914,7 +12914,7 @@
12914
12914
  "fileName": "src/Button/index.tsx",
12915
12915
  "line": 10,
12916
12916
  "character": 2,
12917
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L10"
12917
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L10"
12918
12918
  }
12919
12919
  ],
12920
12920
  "type": {
@@ -12935,7 +12935,7 @@
12935
12935
  "fileName": "src/Button/index.tsx",
12936
12936
  "line": 16,
12937
12937
  "character": 2,
12938
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L16"
12938
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L16"
12939
12939
  }
12940
12940
  ],
12941
12941
  "type": {
@@ -12956,7 +12956,7 @@
12956
12956
  "fileName": "src/Button/index.tsx",
12957
12957
  "line": 14,
12958
12958
  "character": 2,
12959
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L14"
12959
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L14"
12960
12960
  }
12961
12961
  ],
12962
12962
  "type": {
@@ -12983,7 +12983,7 @@
12983
12983
  "fileName": "src/Button/index.tsx",
12984
12984
  "line": 11,
12985
12985
  "character": 2,
12986
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L11"
12986
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L11"
12987
12987
  }
12988
12988
  ],
12989
12989
  "type": {
@@ -13010,7 +13010,7 @@
13010
13010
  "fileName": "src/Button/index.tsx",
13011
13011
  "line": 15,
13012
13012
  "character": 2,
13013
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L15"
13013
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L15"
13014
13014
  }
13015
13015
  ],
13016
13016
  "type": {
@@ -13037,7 +13037,7 @@
13037
13037
  "fileName": "src/Button/index.tsx",
13038
13038
  "line": 17,
13039
13039
  "character": 2,
13040
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L17"
13040
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L17"
13041
13041
  }
13042
13042
  ],
13043
13043
  "type": {
@@ -13064,7 +13064,7 @@
13064
13064
  "fileName": "src/Button/index.tsx",
13065
13065
  "line": 8,
13066
13066
  "character": 2,
13067
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L8"
13067
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L8"
13068
13068
  }
13069
13069
  ],
13070
13070
  "type": {
@@ -13119,7 +13119,7 @@
13119
13119
  "fileName": "src/Button/index.tsx",
13120
13120
  "line": 6,
13121
13121
  "character": 26,
13122
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L6"
13122
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L6"
13123
13123
  }
13124
13124
  ]
13125
13125
  }
@@ -13136,7 +13136,7 @@
13136
13136
  "fileName": "src/Canvas/index.tsx",
13137
13137
  "line": 30,
13138
13138
  "character": 12,
13139
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L30"
13139
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L30"
13140
13140
  }
13141
13141
  ],
13142
13142
  "type": {
@@ -13159,7 +13159,7 @@
13159
13159
  "fileName": "src/Canvas/index.tsx",
13160
13160
  "line": 33,
13161
13161
  "character": 2,
13162
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L33"
13162
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L33"
13163
13163
  }
13164
13164
  ],
13165
13165
  "type": {
@@ -13184,7 +13184,7 @@
13184
13184
  "fileName": "src/Canvas/index.tsx",
13185
13185
  "line": 31,
13186
13186
  "character": 2,
13187
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L31"
13187
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L31"
13188
13188
  }
13189
13189
  ],
13190
13190
  "type": {
@@ -13207,7 +13207,7 @@
13207
13207
  "fileName": "src/Canvas/index.tsx",
13208
13208
  "line": 32,
13209
13209
  "character": 2,
13210
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L32"
13210
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L32"
13211
13211
  }
13212
13212
  ],
13213
13213
  "type": {
@@ -13231,7 +13231,7 @@
13231
13231
  "fileName": "src/Canvas/index.tsx",
13232
13232
  "line": 30,
13233
13233
  "character": 26,
13234
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L30"
13234
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L30"
13235
13235
  }
13236
13236
  ]
13237
13237
  }
@@ -13248,7 +13248,7 @@
13248
13248
  "fileName": "src/SelectInput/index.tsx",
13249
13249
  "line": 208,
13250
13250
  "character": 12,
13251
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L208"
13251
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L208"
13252
13252
  }
13253
13253
  ],
13254
13254
  "typeParameters": [
@@ -13378,7 +13378,7 @@
13378
13378
  "fileName": "src/Dropdown/Group.tsx",
13379
13379
  "line": 5,
13380
13380
  "character": 12,
13381
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Group.tsx#L5"
13381
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L5"
13382
13382
  }
13383
13383
  ],
13384
13384
  "type": {
@@ -13401,7 +13401,7 @@
13401
13401
  "fileName": "src/Dropdown/Group.tsx",
13402
13402
  "line": 6,
13403
13403
  "character": 2,
13404
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Group.tsx#L6"
13404
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L6"
13405
13405
  }
13406
13406
  ],
13407
13407
  "type": {
@@ -13425,7 +13425,7 @@
13425
13425
  "fileName": "src/Dropdown/Group.tsx",
13426
13426
  "line": 7,
13427
13427
  "character": 2,
13428
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Group.tsx#L7"
13428
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L7"
13429
13429
  }
13430
13430
  ],
13431
13431
  "type": {
@@ -13454,7 +13454,7 @@
13454
13454
  "fileName": "src/Dropdown/Group.tsx",
13455
13455
  "line": 5,
13456
13456
  "character": 25,
13457
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Group.tsx#L5"
13457
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L5"
13458
13458
  }
13459
13459
  ]
13460
13460
  }
@@ -13471,7 +13471,7 @@
13471
13471
  "fileName": "src/Dropdown/Menu.tsx",
13472
13472
  "line": 127,
13473
13473
  "character": 12,
13474
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Menu.tsx#L127"
13474
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L127"
13475
13475
  }
13476
13476
  ],
13477
13477
  "type": {
@@ -13496,7 +13496,7 @@
13496
13496
  "fileName": "src/Dropdown/Menu.tsx",
13497
13497
  "line": 129,
13498
13498
  "character": 2,
13499
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Menu.tsx#L129"
13499
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L129"
13500
13500
  }
13501
13501
  ],
13502
13502
  "type": {
@@ -13524,7 +13524,7 @@
13524
13524
  "fileName": "src/Dropdown/Menu.tsx",
13525
13525
  "line": 128,
13526
13526
  "character": 2,
13527
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Menu.tsx#L128"
13527
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L128"
13528
13528
  }
13529
13529
  ],
13530
13530
  "type": {
@@ -13552,7 +13552,7 @@
13552
13552
  "fileName": "src/Dropdown/Menu.tsx",
13553
13553
  "line": 127,
13554
13554
  "character": 24,
13555
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Menu.tsx#L127"
13555
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L127"
13556
13556
  }
13557
13557
  ]
13558
13558
  }
@@ -13569,7 +13569,7 @@
13569
13569
  "fileName": "src/Dropdown/OptionAction.tsx",
13570
13570
  "line": 7,
13571
13571
  "character": 12,
13572
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
13572
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
13573
13573
  }
13574
13574
  ],
13575
13575
  "type": {
@@ -13594,7 +13594,7 @@
13594
13594
  "fileName": "src/Dropdown/OptionAction.tsx",
13595
13595
  "line": 11,
13596
13596
  "character": 2,
13597
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L11"
13597
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L11"
13598
13598
  }
13599
13599
  ],
13600
13600
  "type": {
@@ -13613,7 +13613,7 @@
13613
13613
  "fileName": "src/Dropdown/OptionAction.tsx",
13614
13614
  "line": 8,
13615
13615
  "character": 2,
13616
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L8"
13616
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L8"
13617
13617
  }
13618
13618
  ],
13619
13619
  "type": {
@@ -13638,7 +13638,7 @@
13638
13638
  "fileName": "src/Dropdown/OptionAction.tsx",
13639
13639
  "line": 10,
13640
13640
  "character": 2,
13641
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
13641
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
13642
13642
  }
13643
13643
  ],
13644
13644
  "type": {
@@ -13654,7 +13654,7 @@
13654
13654
  "fileName": "src/Dropdown/OptionAction.tsx",
13655
13655
  "line": 10,
13656
13656
  "character": 11,
13657
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
13657
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
13658
13658
  }
13659
13659
  ],
13660
13660
  "signatures": [
@@ -13724,7 +13724,7 @@
13724
13724
  "fileName": "src/Dropdown/OptionAction.tsx",
13725
13725
  "line": 9,
13726
13726
  "character": 2,
13727
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L9"
13727
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L9"
13728
13728
  }
13729
13729
  ],
13730
13730
  "type": {
@@ -13749,7 +13749,7 @@
13749
13749
  "fileName": "src/Dropdown/OptionAction.tsx",
13750
13750
  "line": 7,
13751
13751
  "character": 32,
13752
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
13752
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
13753
13753
  }
13754
13754
  ]
13755
13755
  }
@@ -13766,7 +13766,7 @@
13766
13766
  "fileName": "src/Dropdown/Option.tsx",
13767
13767
  "line": 16,
13768
13768
  "character": 12,
13769
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L16"
13769
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L16"
13770
13770
  }
13771
13771
  ],
13772
13772
  "type": {
@@ -13791,7 +13791,7 @@
13791
13791
  "fileName": "src/Dropdown/Option.tsx",
13792
13792
  "line": 19,
13793
13793
  "character": 2,
13794
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L19"
13794
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L19"
13795
13795
  }
13796
13796
  ],
13797
13797
  "type": {
@@ -13810,7 +13810,7 @@
13810
13810
  "fileName": "src/Dropdown/Option.tsx",
13811
13811
  "line": 23,
13812
13812
  "character": 2,
13813
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L23"
13813
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L23"
13814
13814
  }
13815
13815
  ],
13816
13816
  "type": {
@@ -13836,7 +13836,7 @@
13836
13836
  "fileName": "src/Dropdown/Option.tsx",
13837
13837
  "line": 25,
13838
13838
  "character": 2,
13839
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L25"
13839
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L25"
13840
13840
  }
13841
13841
  ],
13842
13842
  "type": {
@@ -13857,7 +13857,7 @@
13857
13857
  "fileName": "src/Dropdown/Option.tsx",
13858
13858
  "line": 24,
13859
13859
  "character": 2,
13860
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L24"
13860
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L24"
13861
13861
  }
13862
13862
  ],
13863
13863
  "type": {
@@ -13878,7 +13878,7 @@
13878
13878
  "fileName": "src/Dropdown/Option.tsx",
13879
13879
  "line": 22,
13880
13880
  "character": 2,
13881
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L22"
13881
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L22"
13882
13882
  }
13883
13883
  ],
13884
13884
  "type": {
@@ -13899,7 +13899,7 @@
13899
13899
  "fileName": "src/Dropdown/Option.tsx",
13900
13900
  "line": 17,
13901
13901
  "character": 2,
13902
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L17"
13902
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L17"
13903
13903
  }
13904
13904
  ],
13905
13905
  "type": {
@@ -13915,7 +13915,7 @@
13915
13915
  "fileName": "src/Dropdown/Option.tsx",
13916
13916
  "line": 17,
13917
13917
  "character": 12,
13918
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L17"
13918
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L17"
13919
13919
  }
13920
13920
  ],
13921
13921
  "signatures": [
@@ -13985,7 +13985,7 @@
13985
13985
  "fileName": "src/Dropdown/Option.tsx",
13986
13986
  "line": 20,
13987
13987
  "character": 2,
13988
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L20"
13988
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L20"
13989
13989
  }
13990
13990
  ],
13991
13991
  "type": {
@@ -14006,7 +14006,7 @@
14006
14006
  "fileName": "src/Dropdown/Option.tsx",
14007
14007
  "line": 18,
14008
14008
  "character": 2,
14009
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L18"
14009
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L18"
14010
14010
  }
14011
14011
  ],
14012
14012
  "type": {
@@ -14027,7 +14027,7 @@
14027
14027
  "fileName": "src/Dropdown/Option.tsx",
14028
14028
  "line": 21,
14029
14029
  "character": 2,
14030
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L21"
14030
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L21"
14031
14031
  }
14032
14032
  ],
14033
14033
  "type": {
@@ -14057,7 +14057,7 @@
14057
14057
  "fileName": "src/Dropdown/Option.tsx",
14058
14058
  "line": 16,
14059
14059
  "character": 26,
14060
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L16"
14060
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L16"
14061
14061
  }
14062
14062
  ]
14063
14063
  }
@@ -14074,7 +14074,7 @@
14074
14074
  "fileName": "src/Dropdown/Dropdown.tsx",
14075
14075
  "line": 12,
14076
14076
  "character": 12,
14077
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
14077
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
14078
14078
  }
14079
14079
  ],
14080
14080
  "type": {
@@ -14097,7 +14097,7 @@
14097
14097
  "fileName": "src/Dropdown/Dropdown.tsx",
14098
14098
  "line": 14,
14099
14099
  "character": 2,
14100
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Dropdown.tsx#L14"
14100
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L14"
14101
14101
  }
14102
14102
  ],
14103
14103
  "type": {
@@ -14121,7 +14121,7 @@
14121
14121
  "fileName": "src/Dropdown/Dropdown.tsx",
14122
14122
  "line": 13,
14123
14123
  "character": 2,
14124
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
14124
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
14125
14125
  }
14126
14126
  ],
14127
14127
  "type": {
@@ -14137,7 +14137,7 @@
14137
14137
  "fileName": "src/Dropdown/Dropdown.tsx",
14138
14138
  "line": 13,
14139
14139
  "character": 17,
14140
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
14140
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
14141
14141
  }
14142
14142
  ],
14143
14143
  "signatures": [
@@ -14195,7 +14195,7 @@
14195
14195
  "fileName": "src/Dropdown/Dropdown.tsx",
14196
14196
  "line": 12,
14197
14197
  "character": 28,
14198
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
14198
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
14199
14199
  }
14200
14200
  ]
14201
14201
  }
@@ -14212,7 +14212,7 @@
14212
14212
  "fileName": "src/Dropdown/Text.tsx",
14213
14213
  "line": 4,
14214
14214
  "character": 12,
14215
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Text.tsx#L4"
14215
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L4"
14216
14216
  }
14217
14217
  ],
14218
14218
  "type": {
@@ -14235,7 +14235,7 @@
14235
14235
  "fileName": "src/Dropdown/Text.tsx",
14236
14236
  "line": 4,
14237
14237
  "character": 26,
14238
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Text.tsx#L4"
14238
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L4"
14239
14239
  }
14240
14240
  ],
14241
14241
  "type": {
@@ -14262,7 +14262,7 @@
14262
14262
  "fileName": "src/Dropdown/Text.tsx",
14263
14263
  "line": 4,
14264
14264
  "character": 24,
14265
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Text.tsx#L4"
14265
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L4"
14266
14266
  }
14267
14267
  ]
14268
14268
  }
@@ -14279,7 +14279,7 @@
14279
14279
  "fileName": "src/HotKey/index.tsx",
14280
14280
  "line": 7,
14281
14281
  "character": 12,
14282
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/HotKey/index.tsx#L7"
14282
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L7"
14283
14283
  }
14284
14284
  ],
14285
14285
  "type": {
@@ -14310,7 +14310,7 @@
14310
14310
  "fileName": "src/HotKey/index.tsx",
14311
14311
  "line": 12,
14312
14312
  "character": 2,
14313
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/HotKey/index.tsx#L12"
14313
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L12"
14314
14314
  }
14315
14315
  ],
14316
14316
  "type": {
@@ -14339,7 +14339,7 @@
14339
14339
  "fileName": "src/HotKey/index.tsx",
14340
14340
  "line": 14,
14341
14341
  "character": 2,
14342
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/HotKey/index.tsx#L14"
14342
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L14"
14343
14343
  }
14344
14344
  ],
14345
14345
  "type": {
@@ -14362,7 +14362,7 @@
14362
14362
  "fileName": "src/HotKey/index.tsx",
14363
14363
  "line": 7,
14364
14364
  "character": 26,
14365
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/HotKey/index.tsx#L7"
14365
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L7"
14366
14366
  }
14367
14367
  ]
14368
14368
  }
@@ -14379,7 +14379,7 @@
14379
14379
  "fileName": "src/icons.tsx",
14380
14380
  "line": 3,
14381
14381
  "character": 12,
14382
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L3"
14382
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L3"
14383
14383
  }
14384
14384
  ],
14385
14385
  "type": {
@@ -14404,7 +14404,7 @@
14404
14404
  "fileName": "src/icons.tsx",
14405
14405
  "line": 6,
14406
14406
  "character": 2,
14407
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L6"
14407
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L6"
14408
14408
  }
14409
14409
  ],
14410
14410
  "type": {
@@ -14425,7 +14425,7 @@
14425
14425
  "fileName": "src/icons.tsx",
14426
14426
  "line": 5,
14427
14427
  "character": 2,
14428
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L5"
14428
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L5"
14429
14429
  }
14430
14430
  ],
14431
14431
  "type": {
@@ -14455,7 +14455,7 @@
14455
14455
  "fileName": "src/icons.tsx",
14456
14456
  "line": 7,
14457
14457
  "character": 2,
14458
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L7"
14458
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L7"
14459
14459
  }
14460
14460
  ],
14461
14461
  "type": {
@@ -14482,7 +14482,7 @@
14482
14482
  "fileName": "src/icons.tsx",
14483
14483
  "line": 4,
14484
14484
  "character": 2,
14485
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L4"
14485
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L4"
14486
14486
  }
14487
14487
  ],
14488
14488
  "type": {
@@ -14516,7 +14516,7 @@
14516
14516
  "fileName": "src/icons.tsx",
14517
14517
  "line": 3,
14518
14518
  "character": 24,
14519
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L3"
14519
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L3"
14520
14520
  }
14521
14521
  ]
14522
14522
  }
@@ -14533,7 +14533,7 @@
14533
14533
  "fileName": "src/useMediaQuery/index.ts",
14534
14534
  "line": 66,
14535
14535
  "character": 12,
14536
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L66"
14536
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L66"
14537
14537
  }
14538
14538
  ],
14539
14539
  "type": {
@@ -14556,7 +14556,7 @@
14556
14556
  "fileName": "src/useMediaQuery/index.ts",
14557
14557
  "line": 68,
14558
14558
  "character": 2,
14559
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L68"
14559
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L68"
14560
14560
  }
14561
14561
  ],
14562
14562
  "type": {
@@ -14572,7 +14572,7 @@
14572
14572
  "fileName": "src/useMediaQuery/index.ts",
14573
14573
  "line": 68,
14574
14574
  "character": 12,
14575
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L68"
14575
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L68"
14576
14576
  }
14577
14577
  ],
14578
14578
  "signatures": [
@@ -14626,7 +14626,7 @@
14626
14626
  "fileName": "src/useMediaQuery/index.ts",
14627
14627
  "line": 67,
14628
14628
  "character": 2,
14629
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L67"
14629
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L67"
14630
14630
  }
14631
14631
  ],
14632
14632
  "type": {
@@ -14649,7 +14649,7 @@
14649
14649
  "fileName": "src/useMediaQuery/index.ts",
14650
14650
  "line": 66,
14651
14651
  "character": 30,
14652
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L66"
14652
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L66"
14653
14653
  }
14654
14654
  ]
14655
14655
  }
@@ -14666,7 +14666,7 @@
14666
14666
  "fileName": "src/SelectInput/index.tsx",
14667
14667
  "line": 151,
14668
14668
  "character": 12,
14669
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L151"
14669
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L151"
14670
14670
  }
14671
14671
  ],
14672
14672
  "typeParameters": [
@@ -14797,7 +14797,7 @@
14797
14797
  "fileName": "src/SidebarPanel/index.tsx",
14798
14798
  "line": 6,
14799
14799
  "character": 12,
14800
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L6"
14800
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L6"
14801
14801
  }
14802
14802
  ],
14803
14803
  "type": {
@@ -14820,7 +14820,7 @@
14820
14820
  "fileName": "src/SidebarPanel/index.tsx",
14821
14821
  "line": 9,
14822
14822
  "character": 2,
14823
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L9"
14823
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L9"
14824
14824
  }
14825
14825
  ],
14826
14826
  "type": {
@@ -14847,7 +14847,7 @@
14847
14847
  "fileName": "src/SidebarPanel/index.tsx",
14848
14848
  "line": 10,
14849
14849
  "character": 2,
14850
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L10"
14850
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L10"
14851
14851
  }
14852
14852
  ],
14853
14853
  "type": {
@@ -14868,7 +14868,7 @@
14868
14868
  "fileName": "src/SidebarPanel/index.tsx",
14869
14869
  "line": 8,
14870
14870
  "character": 2,
14871
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L8"
14871
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L8"
14872
14872
  }
14873
14873
  ],
14874
14874
  "type": {
@@ -14889,7 +14889,7 @@
14889
14889
  "fileName": "src/SidebarPanel/index.tsx",
14890
14890
  "line": 7,
14891
14891
  "character": 2,
14892
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L7"
14892
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L7"
14893
14893
  }
14894
14894
  ],
14895
14895
  "type": {
@@ -14920,7 +14920,7 @@
14920
14920
  "fileName": "src/SidebarPanel/index.tsx",
14921
14921
  "line": 6,
14922
14922
  "character": 32,
14923
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L6"
14923
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L6"
14924
14924
  }
14925
14925
  ]
14926
14926
  }
@@ -14937,7 +14937,7 @@
14937
14937
  "fileName": "src/SwitchInput/index.tsx",
14938
14938
  "line": 5,
14939
14939
  "character": 12,
14940
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L5"
14940
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L5"
14941
14941
  }
14942
14942
  ],
14943
14943
  "type": {
@@ -14953,7 +14953,7 @@
14953
14953
  "fileName": "src/SwitchInput/index.tsx",
14954
14954
  "line": 5,
14955
14955
  "character": 44,
14956
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L5"
14956
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L5"
14957
14957
  }
14958
14958
  ],
14959
14959
  "signatures": [
@@ -15048,7 +15048,7 @@
15048
15048
  "fileName": "src/TextareaInput/index.tsx",
15049
15049
  "line": 6,
15050
15050
  "character": 12,
15051
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L6"
15051
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L6"
15052
15052
  }
15053
15053
  ],
15054
15054
  "type": {
@@ -15064,7 +15064,7 @@
15064
15064
  "fileName": "src/TextareaInput/index.tsx",
15065
15065
  "line": 6,
15066
15066
  "character": 46,
15067
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L6"
15067
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L6"
15068
15068
  }
15069
15069
  ],
15070
15070
  "signatures": [
@@ -15134,7 +15134,7 @@
15134
15134
  "fileName": "src/TextareaInput/index.tsx",
15135
15135
  "line": 11,
15136
15136
  "character": 12,
15137
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L11"
15137
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L11"
15138
15138
  }
15139
15139
  ],
15140
15140
  "type": {
@@ -15162,7 +15162,7 @@
15162
15162
  "fileName": "src/TextareaInput/index.tsx",
15163
15163
  "line": 15,
15164
15164
  "character": 2,
15165
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L15"
15165
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L15"
15166
15166
  }
15167
15167
  ],
15168
15168
  "type": {
@@ -15183,7 +15183,7 @@
15183
15183
  "fileName": "src/TextareaInput/index.tsx",
15184
15184
  "line": 19,
15185
15185
  "character": 2,
15186
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L19"
15186
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L19"
15187
15187
  }
15188
15188
  ],
15189
15189
  "type": {
@@ -15204,7 +15204,7 @@
15204
15204
  "fileName": "src/TextareaInput/index.tsx",
15205
15205
  "line": 14,
15206
15206
  "character": 2,
15207
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L14"
15207
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L14"
15208
15208
  }
15209
15209
  ],
15210
15210
  "type": {
@@ -15225,7 +15225,7 @@
15225
15225
  "fileName": "src/TextareaInput/index.tsx",
15226
15226
  "line": 18,
15227
15227
  "character": 2,
15228
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L18"
15228
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L18"
15229
15229
  }
15230
15230
  ],
15231
15231
  "type": {
@@ -15263,7 +15263,7 @@
15263
15263
  "fileName": "src/TextareaInput/index.tsx",
15264
15264
  "line": 13,
15265
15265
  "character": 2,
15266
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L13"
15266
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L13"
15267
15267
  }
15268
15268
  ],
15269
15269
  "type": {
@@ -15284,7 +15284,7 @@
15284
15284
  "fileName": "src/TextareaInput/index.tsx",
15285
15285
  "line": 16,
15286
15286
  "character": 2,
15287
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L16"
15287
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L16"
15288
15288
  }
15289
15289
  ],
15290
15290
  "type": {
@@ -15305,7 +15305,7 @@
15305
15305
  "fileName": "src/TextareaInput/index.tsx",
15306
15306
  "line": 12,
15307
15307
  "character": 2,
15308
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L12"
15308
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L12"
15309
15309
  }
15310
15310
  ],
15311
15311
  "type": {
@@ -15326,7 +15326,7 @@
15326
15326
  "fileName": "src/TextareaInput/index.tsx",
15327
15327
  "line": 17,
15328
15328
  "character": 2,
15329
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L17"
15329
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L17"
15330
15330
  }
15331
15331
  ],
15332
15332
  "type": {
@@ -15357,7 +15357,7 @@
15357
15357
  "fileName": "src/TextareaInput/index.tsx",
15358
15358
  "line": 11,
15359
15359
  "character": 33,
15360
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L11"
15360
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L11"
15361
15361
  }
15362
15362
  ]
15363
15363
  }
@@ -15408,7 +15408,7 @@
15408
15408
  "fileName": "src/TextInput/index.tsx",
15409
15409
  "line": 6,
15410
15410
  "character": 12,
15411
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L6"
15411
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L6"
15412
15412
  }
15413
15413
  ],
15414
15414
  "type": {
@@ -15424,7 +15424,7 @@
15424
15424
  "fileName": "src/TextInput/index.tsx",
15425
15425
  "line": 6,
15426
15426
  "character": 42,
15427
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L6"
15427
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L6"
15428
15428
  }
15429
15429
  ],
15430
15430
  "signatures": [
@@ -15494,7 +15494,7 @@
15494
15494
  "fileName": "src/TextInput/index.tsx",
15495
15495
  "line": 11,
15496
15496
  "character": 12,
15497
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L11"
15497
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L11"
15498
15498
  }
15499
15499
  ],
15500
15500
  "type": {
@@ -15522,7 +15522,7 @@
15522
15522
  "fileName": "src/TextInput/index.tsx",
15523
15523
  "line": 24,
15524
15524
  "character": 2,
15525
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L24"
15525
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L24"
15526
15526
  }
15527
15527
  ],
15528
15528
  "type": {
@@ -15543,7 +15543,7 @@
15543
15543
  "fileName": "src/TextInput/index.tsx",
15544
15544
  "line": 28,
15545
15545
  "character": 2,
15546
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L28"
15546
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L28"
15547
15547
  }
15548
15548
  ],
15549
15549
  "type": {
@@ -15564,7 +15564,7 @@
15564
15564
  "fileName": "src/TextInput/index.tsx",
15565
15565
  "line": 23,
15566
15566
  "character": 2,
15567
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L23"
15567
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L23"
15568
15568
  }
15569
15569
  ],
15570
15570
  "type": {
@@ -15585,7 +15585,7 @@
15585
15585
  "fileName": "src/TextInput/index.tsx",
15586
15586
  "line": 27,
15587
15587
  "character": 2,
15588
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L27"
15588
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L27"
15589
15589
  }
15590
15590
  ],
15591
15591
  "type": {
@@ -15623,7 +15623,7 @@
15623
15623
  "fileName": "src/TextInput/index.tsx",
15624
15624
  "line": 22,
15625
15625
  "character": 2,
15626
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L22"
15626
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L22"
15627
15627
  }
15628
15628
  ],
15629
15629
  "type": {
@@ -15644,7 +15644,7 @@
15644
15644
  "fileName": "src/TextInput/index.tsx",
15645
15645
  "line": 25,
15646
15646
  "character": 2,
15647
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L25"
15647
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L25"
15648
15648
  }
15649
15649
  ],
15650
15650
  "type": {
@@ -15665,7 +15665,7 @@
15665
15665
  "fileName": "src/TextInput/index.tsx",
15666
15666
  "line": 21,
15667
15667
  "character": 2,
15668
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L21"
15668
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L21"
15669
15669
  }
15670
15670
  ],
15671
15671
  "type": {
@@ -15686,7 +15686,7 @@
15686
15686
  "fileName": "src/TextInput/index.tsx",
15687
15687
  "line": 26,
15688
15688
  "character": 2,
15689
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L26"
15689
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L26"
15690
15690
  }
15691
15691
  ],
15692
15692
  "type": {
@@ -15709,7 +15709,7 @@
15709
15709
  "fileName": "src/TextInput/index.tsx",
15710
15710
  "line": 12,
15711
15711
  "character": 2,
15712
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L12"
15712
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L12"
15713
15713
  }
15714
15714
  ],
15715
15715
  "type": {
@@ -15772,7 +15772,7 @@
15772
15772
  "fileName": "src/TextInput/index.tsx",
15773
15773
  "line": 11,
15774
15774
  "character": 29,
15775
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L11"
15775
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L11"
15776
15776
  }
15777
15777
  ]
15778
15778
  }
@@ -15823,7 +15823,7 @@
15823
15823
  "fileName": "src/Toolbar/Button/index.tsx",
15824
15824
  "line": 9,
15825
15825
  "character": 12,
15826
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
15826
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
15827
15827
  }
15828
15828
  ],
15829
15829
  "type": {
@@ -15848,7 +15848,7 @@
15848
15848
  "fileName": "src/Toolbar/Button/index.tsx",
15849
15849
  "line": 10,
15850
15850
  "character": 2,
15851
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L10"
15851
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L10"
15852
15852
  }
15853
15853
  ],
15854
15854
  "type": {
@@ -15875,7 +15875,7 @@
15875
15875
  "fileName": "src/Toolbar/Button/index.tsx",
15876
15876
  "line": 11,
15877
15877
  "character": 2,
15878
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L11"
15878
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L11"
15879
15879
  }
15880
15880
  ],
15881
15881
  "type": {
@@ -15896,7 +15896,7 @@
15896
15896
  "fileName": "src/Toolbar/Button/index.tsx",
15897
15897
  "line": 13,
15898
15898
  "character": 2,
15899
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L13"
15899
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L13"
15900
15900
  }
15901
15901
  ],
15902
15902
  "type": {
@@ -15923,7 +15923,7 @@
15923
15923
  "fileName": "src/Toolbar/Button/index.tsx",
15924
15924
  "line": 12,
15925
15925
  "character": 2,
15926
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L12"
15926
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L12"
15927
15927
  }
15928
15928
  ],
15929
15929
  "type": {
@@ -15954,7 +15954,7 @@
15954
15954
  "fileName": "src/Toolbar/Button/index.tsx",
15955
15955
  "line": 9,
15956
15956
  "character": 26,
15957
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
15957
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
15958
15958
  }
15959
15959
  ]
15960
15960
  }
@@ -15971,7 +15971,7 @@
15971
15971
  "fileName": "src/Toolbar/Toolbar/index.tsx",
15972
15972
  "line": 5,
15973
15973
  "character": 12,
15974
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
15974
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
15975
15975
  }
15976
15976
  ],
15977
15977
  "type": {
@@ -15996,7 +15996,7 @@
15996
15996
  "fileName": "src/Toolbar/Toolbar/index.tsx",
15997
15997
  "line": 6,
15998
15998
  "character": 2,
15999
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L6"
15999
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L6"
16000
16000
  }
16001
16001
  ],
16002
16002
  "type": {
@@ -16023,7 +16023,7 @@
16023
16023
  "fileName": "src/Toolbar/Toolbar/index.tsx",
16024
16024
  "line": 7,
16025
16025
  "character": 2,
16026
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L7"
16026
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L7"
16027
16027
  }
16028
16028
  ],
16029
16029
  "type": {
@@ -16044,7 +16044,7 @@
16044
16044
  "fileName": "src/Toolbar/Toolbar/index.tsx",
16045
16045
  "line": 8,
16046
16046
  "character": 2,
16047
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L8"
16047
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L8"
16048
16048
  }
16049
16049
  ],
16050
16050
  "type": {
@@ -16074,7 +16074,7 @@
16074
16074
  "fileName": "src/Toolbar/Toolbar/index.tsx",
16075
16075
  "line": 5,
16076
16076
  "character": 27,
16077
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
16077
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
16078
16078
  }
16079
16079
  ]
16080
16080
  }
@@ -16091,7 +16091,7 @@
16091
16091
  "fileName": "src/Toolbar/Stack/index.tsx",
16092
16092
  "line": 5,
16093
16093
  "character": 12,
16094
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
16094
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
16095
16095
  }
16096
16096
  ],
16097
16097
  "type": {
@@ -16116,7 +16116,7 @@
16116
16116
  "fileName": "src/Toolbar/Stack/index.tsx",
16117
16117
  "line": 6,
16118
16118
  "character": 2,
16119
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L6"
16119
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L6"
16120
16120
  }
16121
16121
  ],
16122
16122
  "type": {
@@ -16143,7 +16143,7 @@
16143
16143
  "fileName": "src/Toolbar/Stack/index.tsx",
16144
16144
  "line": 7,
16145
16145
  "character": 2,
16146
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L7"
16146
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L7"
16147
16147
  }
16148
16148
  ],
16149
16149
  "type": {
@@ -16164,7 +16164,7 @@
16164
16164
  "fileName": "src/Toolbar/Stack/index.tsx",
16165
16165
  "line": 8,
16166
16166
  "character": 2,
16167
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L8"
16167
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L8"
16168
16168
  }
16169
16169
  ],
16170
16170
  "type": {
@@ -16198,7 +16198,7 @@
16198
16198
  "fileName": "src/Toolbar/Stack/index.tsx",
16199
16199
  "line": 9,
16200
16200
  "character": 2,
16201
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L9"
16201
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L9"
16202
16202
  }
16203
16203
  ],
16204
16204
  "type": {
@@ -16229,7 +16229,7 @@
16229
16229
  "fileName": "src/Toolbar/Stack/index.tsx",
16230
16230
  "line": 5,
16231
16231
  "character": 25,
16232
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
16232
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
16233
16233
  }
16234
16234
  ]
16235
16235
  }
@@ -16246,7 +16246,7 @@
16246
16246
  "fileName": "src/Toolbar/Title/index.tsx",
16247
16247
  "line": 5,
16248
16248
  "character": 12,
16249
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
16249
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
16250
16250
  }
16251
16251
  ],
16252
16252
  "type": {
@@ -16271,7 +16271,7 @@
16271
16271
  "fileName": "src/Toolbar/Title/index.tsx",
16272
16272
  "line": 6,
16273
16273
  "character": 2,
16274
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Title/index.tsx#L6"
16274
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L6"
16275
16275
  }
16276
16276
  ],
16277
16277
  "type": {
@@ -16298,7 +16298,7 @@
16298
16298
  "fileName": "src/Toolbar/Title/index.tsx",
16299
16299
  "line": 7,
16300
16300
  "character": 2,
16301
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Title/index.tsx#L7"
16301
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L7"
16302
16302
  }
16303
16303
  ],
16304
16304
  "type": {
@@ -16319,7 +16319,7 @@
16319
16319
  "fileName": "src/Toolbar/Title/index.tsx",
16320
16320
  "line": 8,
16321
16321
  "character": 2,
16322
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Title/index.tsx#L8"
16322
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L8"
16323
16323
  }
16324
16324
  ],
16325
16325
  "type": {
@@ -16349,7 +16349,7 @@
16349
16349
  "fileName": "src/Toolbar/Title/index.tsx",
16350
16350
  "line": 5,
16351
16351
  "character": 25,
16352
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
16352
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
16353
16353
  }
16354
16354
  ]
16355
16355
  }
@@ -16366,7 +16366,7 @@
16366
16366
  "fileName": "src/Tooltip/TooltipContent/index.tsx",
16367
16367
  "line": 17,
16368
16368
  "character": 12,
16369
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L17"
16369
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L17"
16370
16370
  }
16371
16371
  ],
16372
16372
  "type": {
@@ -16391,7 +16391,7 @@
16391
16391
  "fileName": "src/Tooltip/TooltipContent/index.tsx",
16392
16392
  "line": 18,
16393
16393
  "character": 2,
16394
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L18"
16394
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L18"
16395
16395
  }
16396
16396
  ],
16397
16397
  "type": {
@@ -16418,7 +16418,7 @@
16418
16418
  "fileName": "src/Tooltip/TooltipContent/index.tsx",
16419
16419
  "line": 17,
16420
16420
  "character": 34,
16421
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L17"
16421
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L17"
16422
16422
  }
16423
16423
  ]
16424
16424
  }
@@ -16435,7 +16435,7 @@
16435
16435
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
16436
16436
  "line": 4,
16437
16437
  "character": 12,
16438
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L4"
16438
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L4"
16439
16439
  }
16440
16440
  ],
16441
16441
  "type": {
@@ -16460,7 +16460,7 @@
16460
16460
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
16461
16461
  "line": 5,
16462
16462
  "character": 2,
16463
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L5"
16463
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L5"
16464
16464
  }
16465
16465
  ],
16466
16466
  "type": {
@@ -16494,7 +16494,7 @@
16494
16494
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
16495
16495
  "line": 7,
16496
16496
  "character": 2,
16497
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16497
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16498
16498
  }
16499
16499
  ],
16500
16500
  "type": {
@@ -16526,7 +16526,7 @@
16526
16526
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
16527
16527
  "line": 7,
16528
16528
  "character": 36,
16529
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16529
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16530
16530
  }
16531
16531
  ],
16532
16532
  "type": {
@@ -16547,7 +16547,7 @@
16547
16547
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
16548
16548
  "line": 7,
16549
16549
  "character": 21,
16550
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16550
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16551
16551
  }
16552
16552
  ],
16553
16553
  "type": {
@@ -16570,7 +16570,7 @@
16570
16570
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
16571
16571
  "line": 7,
16572
16572
  "character": 19,
16573
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16573
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16574
16574
  }
16575
16575
  ]
16576
16576
  }
@@ -16599,7 +16599,7 @@
16599
16599
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
16600
16600
  "line": 9,
16601
16601
  "character": 2,
16602
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L9"
16602
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L9"
16603
16603
  }
16604
16604
  ],
16605
16605
  "type": {
@@ -16623,7 +16623,7 @@
16623
16623
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
16624
16624
  "line": 4,
16625
16625
  "character": 37,
16626
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L4"
16626
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L4"
16627
16627
  }
16628
16628
  ]
16629
16629
  }
@@ -16640,7 +16640,7 @@
16640
16640
  "fileName": "src/Tooltip/Tooltip/index.tsx",
16641
16641
  "line": 4,
16642
16642
  "character": 12,
16643
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L4"
16643
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L4"
16644
16644
  }
16645
16645
  ],
16646
16646
  "type": {
@@ -16668,7 +16668,7 @@
16668
16668
  "fileName": "src/Tooltip/Tooltip/index.tsx",
16669
16669
  "line": 5,
16670
16670
  "character": 2,
16671
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L5"
16671
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L5"
16672
16672
  }
16673
16673
  ],
16674
16674
  "type": {
@@ -16695,7 +16695,7 @@
16695
16695
  "fileName": "src/Tooltip/Tooltip/index.tsx",
16696
16696
  "line": 4,
16697
16697
  "character": 27,
16698
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L4"
16698
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L4"
16699
16699
  }
16700
16700
  ]
16701
16701
  }
@@ -16723,7 +16723,7 @@
16723
16723
  "fileName": "src/Tooltip/TooltipTrigger/index.tsx",
16724
16724
  "line": 5,
16725
16725
  "character": 12,
16726
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L5"
16726
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L5"
16727
16727
  }
16728
16728
  ],
16729
16729
  "type": {
@@ -16746,7 +16746,7 @@
16746
16746
  "fileName": "src/Tooltip/TooltipTrigger/index.tsx",
16747
16747
  "line": 6,
16748
16748
  "character": 2,
16749
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L6"
16749
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L6"
16750
16750
  }
16751
16751
  ],
16752
16752
  "type": {
@@ -16773,7 +16773,7 @@
16773
16773
  "fileName": "src/Tooltip/TooltipTrigger/index.tsx",
16774
16774
  "line": 5,
16775
16775
  "character": 34,
16776
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L5"
16776
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L5"
16777
16777
  }
16778
16778
  ]
16779
16779
  }
@@ -16790,7 +16790,7 @@
16790
16790
  "fileName": "src/VerticalSplit/index.tsx",
16791
16791
  "line": 11,
16792
16792
  "character": 12,
16793
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L11"
16793
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L11"
16794
16794
  }
16795
16795
  ],
16796
16796
  "type": {
@@ -16815,7 +16815,7 @@
16815
16815
  "fileName": "src/VerticalSplit/index.tsx",
16816
16816
  "line": 18,
16817
16817
  "character": 2,
16818
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L18"
16818
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L18"
16819
16819
  }
16820
16820
  ],
16821
16821
  "type": {
@@ -16834,7 +16834,7 @@
16834
16834
  "fileName": "src/VerticalSplit/index.tsx",
16835
16835
  "line": 19,
16836
16836
  "character": 2,
16837
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L19"
16837
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L19"
16838
16838
  }
16839
16839
  ],
16840
16840
  "type": {
@@ -16874,7 +16874,7 @@
16874
16874
  "fileName": "src/VerticalSplit/index.tsx",
16875
16875
  "line": 17,
16876
16876
  "character": 2,
16877
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L17"
16877
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L17"
16878
16878
  }
16879
16879
  ],
16880
16880
  "type": {
@@ -16895,7 +16895,7 @@
16895
16895
  "fileName": "src/VerticalSplit/index.tsx",
16896
16896
  "line": 14,
16897
16897
  "character": 2,
16898
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L14"
16898
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L14"
16899
16899
  }
16900
16900
  ],
16901
16901
  "type": {
@@ -16925,7 +16925,7 @@
16925
16925
  "fileName": "src/VerticalSplit/index.tsx",
16926
16926
  "line": 13,
16927
16927
  "character": 2,
16928
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L13"
16928
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L13"
16929
16929
  }
16930
16930
  ],
16931
16931
  "type": {
@@ -16955,7 +16955,7 @@
16955
16955
  "fileName": "src/VerticalSplit/index.tsx",
16956
16956
  "line": 12,
16957
16957
  "character": 2,
16958
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L12"
16958
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L12"
16959
16959
  }
16960
16960
  ],
16961
16961
  "type": {
@@ -16985,7 +16985,7 @@
16985
16985
  "fileName": "src/VerticalSplit/index.tsx",
16986
16986
  "line": 20,
16987
16987
  "character": 2,
16988
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L20"
16988
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L20"
16989
16989
  }
16990
16990
  ],
16991
16991
  "type": {
@@ -17001,7 +17001,7 @@
17001
17001
  "fileName": "src/VerticalSplit/index.tsx",
17002
17002
  "line": 20,
17003
17003
  "character": 19,
17004
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L20"
17004
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L20"
17005
17005
  }
17006
17006
  ],
17007
17007
  "signatures": [
@@ -17046,7 +17046,7 @@
17046
17046
  "fileName": "src/VerticalSplit/index.tsx",
17047
17047
  "line": 21,
17048
17048
  "character": 2,
17049
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L21"
17049
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L21"
17050
17050
  }
17051
17051
  ],
17052
17052
  "type": {
@@ -17062,7 +17062,7 @@
17062
17062
  "fileName": "src/VerticalSplit/index.tsx",
17063
17063
  "line": 21,
17064
17064
  "character": 22,
17065
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L21"
17065
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L21"
17066
17066
  }
17067
17067
  ],
17068
17068
  "signatures": [
@@ -17105,7 +17105,7 @@
17105
17105
  "fileName": "src/VerticalSplit/index.tsx",
17106
17106
  "line": 16,
17107
17107
  "character": 2,
17108
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L16"
17108
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L16"
17109
17109
  }
17110
17110
  ],
17111
17111
  "type": {
@@ -17135,7 +17135,7 @@
17135
17135
  "fileName": "src/VerticalSplit/index.tsx",
17136
17136
  "line": 15,
17137
17137
  "character": 2,
17138
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L15"
17138
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L15"
17139
17139
  }
17140
17140
  ],
17141
17141
  "type": {
@@ -17175,7 +17175,7 @@
17175
17175
  "fileName": "src/VerticalSplit/index.tsx",
17176
17176
  "line": 11,
17177
17177
  "character": 33,
17178
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L11"
17178
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L11"
17179
17179
  }
17180
17180
  ]
17181
17181
  }
@@ -17194,7 +17194,7 @@
17194
17194
  "fileName": "src/Canvas/index.tsx",
17195
17195
  "line": 18,
17196
17196
  "character": 13,
17197
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L18"
17197
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L18"
17198
17198
  }
17199
17199
  ],
17200
17200
  "type": {
@@ -17237,7 +17237,7 @@
17237
17237
  "fileName": "src/SelectField/index.tsx",
17238
17238
  "line": 205,
17239
17239
  "character": 16,
17240
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L205"
17240
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L205"
17241
17241
  }
17242
17242
  ],
17243
17243
  "signatures": [
@@ -17252,7 +17252,7 @@
17252
17252
  "fileName": "src/SelectField/index.tsx",
17253
17253
  "line": 205,
17254
17254
  "character": 16,
17255
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L205"
17255
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L205"
17256
17256
  }
17257
17257
  ],
17258
17258
  "typeParameters": [
@@ -17372,7 +17372,7 @@
17372
17372
  "fileName": "src/SelectInput/index.tsx",
17373
17373
  "line": 244,
17374
17374
  "character": 16,
17375
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L244"
17375
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L244"
17376
17376
  }
17377
17377
  ],
17378
17378
  "signatures": [
@@ -17387,7 +17387,7 @@
17387
17387
  "fileName": "src/SelectInput/index.tsx",
17388
17388
  "line": 244,
17389
17389
  "character": 16,
17390
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L244"
17390
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L244"
17391
17391
  }
17392
17392
  ],
17393
17393
  "typeParameters": [
@@ -17530,7 +17530,7 @@
17530
17530
  "fileName": "src/SelectField/index.tsx",
17531
17531
  "line": 91,
17532
17532
  "character": 16,
17533
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L91"
17533
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L91"
17534
17534
  }
17535
17535
  ],
17536
17536
  "signatures": [
@@ -17545,7 +17545,7 @@
17545
17545
  "fileName": "src/SelectField/index.tsx",
17546
17546
  "line": 91,
17547
17547
  "character": 16,
17548
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L91"
17548
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L91"
17549
17549
  }
17550
17550
  ],
17551
17551
  "typeParameters": [
@@ -17665,7 +17665,7 @@
17665
17665
  "fileName": "src/SelectInput/index.tsx",
17666
17666
  "line": 186,
17667
17667
  "character": 16,
17668
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L186"
17668
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L186"
17669
17669
  }
17670
17670
  ],
17671
17671
  "signatures": [
@@ -17680,7 +17680,7 @@
17680
17680
  "fileName": "src/SelectInput/index.tsx",
17681
17681
  "line": 186,
17682
17682
  "character": 16,
17683
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L186"
17683
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L186"
17684
17684
  }
17685
17685
  ],
17686
17686
  "typeParameters": [
@@ -17823,7 +17823,7 @@
17823
17823
  "fileName": "src/icons.tsx",
17824
17824
  "line": 10,
17825
17825
  "character": 16,
17826
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L10"
17826
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L10"
17827
17827
  }
17828
17828
  ],
17829
17829
  "signatures": [
@@ -17838,7 +17838,7 @@
17838
17838
  "fileName": "src/icons.tsx",
17839
17839
  "line": 10,
17840
17840
  "character": 16,
17841
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L10"
17841
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L10"
17842
17842
  }
17843
17843
  ],
17844
17844
  "parameters": [
@@ -17880,7 +17880,7 @@
17880
17880
  "fileName": "src/Button/index.tsx",
17881
17881
  "line": 81,
17882
17882
  "character": 16,
17883
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L81"
17883
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L81"
17884
17884
  }
17885
17885
  ],
17886
17886
  "signatures": [
@@ -17940,7 +17940,7 @@
17940
17940
  "fileName": "src/Button/index.tsx",
17941
17941
  "line": 81,
17942
17942
  "character": 16,
17943
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L81"
17943
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L81"
17944
17944
  }
17945
17945
  ],
17946
17946
  "parameters": [
@@ -17982,7 +17982,7 @@
17982
17982
  "fileName": "src/ButtonGroup/Group/index.tsx",
17983
17983
  "line": 25,
17984
17984
  "character": 16,
17985
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
17985
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
17986
17986
  }
17987
17987
  ],
17988
17988
  "signatures": [
@@ -18012,7 +18012,7 @@
18012
18012
  "fileName": "src/ButtonGroup/Group/index.tsx",
18013
18013
  "line": 25,
18014
18014
  "character": 16,
18015
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
18015
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
18016
18016
  }
18017
18017
  ],
18018
18018
  "parameters": [
@@ -18054,7 +18054,7 @@
18054
18054
  "fileName": "src/ButtonGroup/Button/index.tsx",
18055
18055
  "line": 18,
18056
18056
  "character": 16,
18057
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
18057
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
18058
18058
  }
18059
18059
  ],
18060
18060
  "signatures": [
@@ -18069,7 +18069,7 @@
18069
18069
  "fileName": "src/ButtonGroup/Button/index.tsx",
18070
18070
  "line": 18,
18071
18071
  "character": 16,
18072
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
18072
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
18073
18073
  }
18074
18074
  ],
18075
18075
  "parameters": [
@@ -18111,7 +18111,7 @@
18111
18111
  "fileName": "src/Button/index.tsx",
18112
18112
  "line": 134,
18113
18113
  "character": 16,
18114
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L134"
18114
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L134"
18115
18115
  }
18116
18116
  ],
18117
18117
  "signatures": [
@@ -18126,7 +18126,7 @@
18126
18126
  "fileName": "src/Button/index.tsx",
18127
18127
  "line": 134,
18128
18128
  "character": 16,
18129
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Button/index.tsx#L134"
18129
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L134"
18130
18130
  }
18131
18131
  ],
18132
18132
  "parameters": [
@@ -18166,9 +18166,9 @@
18166
18166
  "sources": [
18167
18167
  {
18168
18168
  "fileName": "src/Canvas/index.tsx",
18169
- "line": 432,
18169
+ "line": 566,
18170
18170
  "character": 16,
18171
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L432"
18171
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L566"
18172
18172
  }
18173
18173
  ],
18174
18174
  "signatures": [
@@ -18183,11 +18183,11 @@
18183
18183
  "blockTags": [
18184
18184
  {
18185
18185
  "tag": "@example",
18186
- "name": "Semantic color token CSS variables",
18186
+ "name": "Colors",
18187
18187
  "content": [
18188
18188
  {
18189
18189
  "kind": "text",
18190
- "text": "Inside "
18190
+ "text": "A full semantic color palette is exposed inside "
18191
18191
  },
18192
18192
  {
18193
18193
  "kind": "code",
@@ -18195,63 +18195,95 @@
18195
18195
  },
18196
18196
  {
18197
18197
  "kind": "text",
18198
- "text": ", the host exposes a full semantic color palette as CSS\ncustom properties. Components should reference these tokens directly —\nthey adapt to the user's active theme (including dark mode)\nautomatically.\n\n### How to read a token name\n\n"
18198
+ "text": " as "
18199
18199
  },
18200
18200
  {
18201
18201
  "kind": "code",
18202
- "text": "```\n--color--{property} // standalone (one -- after color)\n--color--{context}--{property} // context pair (two -- after color)\n```"
18202
+ "text": "`--color--*`"
18203
18203
  },
18204
18204
  {
18205
18205
  "kind": "text",
18206
- "text": "\n\n**Properties** "
18206
+ "text": " CSS variables.\n\nRegarding dark mode, "
18207
18207
  },
18208
18208
  {
18209
18209
  "kind": "code",
18210
- "text": "`surface`"
18210
+ "text": "`ctx.colorScheme`"
18211
18211
  },
18212
18212
  {
18213
18213
  "kind": "text",
18214
- "text": " (backgrounds), "
18214
+ "text": " resolves to "
18215
18215
  },
18216
18216
  {
18217
18217
  "kind": "code",
18218
- "text": "`ink`"
18218
+ "text": "`'light'`"
18219
18219
  },
18220
18220
  {
18221
18221
  "kind": "text",
18222
- "text": " (text/icons),\n"
18222
+ "text": " or "
18223
18223
  },
18224
18224
  {
18225
18225
  "kind": "code",
18226
- "text": "`border`"
18226
+ "text": "`'dark'`"
18227
18227
  },
18228
18228
  {
18229
18229
  "kind": "text",
18230
- "text": " (1px lines), "
18230
+ "text": ". The SDK runtime also sets "
18231
18231
  },
18232
18232
  {
18233
18233
  "kind": "code",
18234
- "text": "`outline`"
18234
+ "text": "`data-color-scheme`"
18235
18235
  },
18236
18236
  {
18237
18237
  "kind": "text",
18238
- "text": " (focus rings), plus "
18238
+ "text": " on "
18239
18239
  },
18240
18240
  {
18241
18241
  "kind": "code",
18242
- "text": "`fill`"
18242
+ "text": "`<html>`"
18243
18243
  },
18244
18244
  {
18245
18245
  "kind": "text",
18246
- "text": " / "
18246
+ "text": " so selectors like "
18247
18247
  },
18248
18248
  {
18249
18249
  "kind": "code",
18250
- "text": "`track`"
18250
+ "text": "`[data-color-scheme=\"dark\"] {…}`"
18251
+ },
18252
+ {
18253
+ "kind": "text",
18254
+ "text": " work out of the box.\n\n#### Token name shape\n\nTokens follow one of two name shapes:\n\n| Shape | Meaning |\n| --- | --- |\n| "
18255
+ },
18256
+ {
18257
+ "kind": "code",
18258
+ "text": "`--color--{property}`"
18251
18259
  },
18252
18260
  {
18253
18261
  "kind": "text",
18254
- "text": "\nfor progress bars.\n\n**Standalone** tokens work on any neutral page. **Contexts** are\nself-contained environments: always pair a "
18262
+ "text": " | standalone (one "
18263
+ },
18264
+ {
18265
+ "kind": "code",
18266
+ "text": "`--`"
18267
+ },
18268
+ {
18269
+ "kind": "text",
18270
+ "text": " after color) |\n| "
18271
+ },
18272
+ {
18273
+ "kind": "code",
18274
+ "text": "`--color--{context}--{property}`"
18275
+ },
18276
+ {
18277
+ "kind": "text",
18278
+ "text": " | context pair (two "
18279
+ },
18280
+ {
18281
+ "kind": "code",
18282
+ "text": "`--`"
18283
+ },
18284
+ {
18285
+ "kind": "text",
18286
+ "text": " after color) |\n\n**Properties** are the role a color plays:\n\n| Property | Role |\n| --- | --- |\n| "
18255
18287
  },
18256
18288
  {
18257
18289
  "kind": "code",
@@ -18259,7 +18291,7 @@
18259
18291
  },
18260
18292
  {
18261
18293
  "kind": "text",
18262
- "text": " with the "
18294
+ "text": " | backgrounds |\n| "
18263
18295
  },
18264
18296
  {
18265
18297
  "kind": "code",
@@ -18267,7 +18299,7 @@
18267
18299
  },
18268
18300
  {
18269
18301
  "kind": "text",
18270
- "text": ",\n"
18302
+ "text": " | text and icons |\n| "
18271
18303
  },
18272
18304
  {
18273
18305
  "kind": "code",
@@ -18275,55 +18307,93 @@
18275
18307
  },
18276
18308
  {
18277
18309
  "kind": "text",
18278
- "text": ", and hover states from the *same* context. Never mix — e.g.\ndon't put "
18310
+ "text": " | 1px lines |\n| "
18279
18311
  },
18280
18312
  {
18281
18313
  "kind": "code",
18282
- "text": "`--color--primary--ink`"
18314
+ "text": "`outline`"
18283
18315
  },
18284
18316
  {
18285
18317
  "kind": "text",
18286
- "text": " on "
18318
+ "text": " | focus rings and block-level rings |\n| "
18287
18319
  },
18288
18320
  {
18289
18321
  "kind": "code",
18290
- "text": "`--color--danger--surface`"
18322
+ "text": "`fill`"
18291
18323
  },
18292
18324
  {
18293
18325
  "kind": "text",
18294
- "text": ".\n\nNon-color tokens "
18326
+ "text": " / "
18295
18327
  },
18296
18328
  {
18297
18329
  "kind": "code",
18298
- "text": "`--shadow--raised`"
18330
+ "text": "`track`"
18299
18331
  },
18300
18332
  {
18301
18333
  "kind": "text",
18302
- "text": " / "
18334
+ "text": " | indicator fills and their backgrounds |\n\n**Standalone tokens** are for neutral page chrome; use them by default. Elevated neutral surfaces (modals, dropdowns, popovers) are standalone too, with hover and active variants for the raised layer. Pair them with the standalone ink tokens.\n\n**Context tokens** describe a self-contained mini-environment (a primary CTA, a danger button). Contexts come in two shapes:\n\n1. **Ink-owning contexts**: signal contexts (primary, primary-soft, danger, danger-soft, warning-soft, success-soft, selected) and dark/inverted elevation contexts (overlay, backdrop, stacked, tooltip, code). Each defines an ink balanced on its own surface, so always pair surface and ink from the *same* context.\n2. **Single-property contexts**: focus (outline/border), progress (fill/track), highlight (surface), scrollbar (fill). Not surface+ink environments; the pairing rule doesn't apply.\n\n> [!WARNING] Never cross ink-owning contexts\n> Don't put a primary ink on a danger surface, or a danger-soft surface under a warning-soft ink. Each ink-owning context is contrast-balanced as a unit, and mixing produces illegible combinations, especially in dark mode.\n\n#### Defining custom colors\n\nReserve custom colors for things genuinely outside the design system, such as brand illustrations, data-viz palettes, vendor-specific UI. Most needs (\"primary button color\", \"error state\") are already covered by tokens. When a custom color is justified, define it once per theme using the "
18303
18335
  },
18304
18336
  {
18305
18337
  "kind": "code",
18306
- "text": "`--shadow--floating`"
18338
+ "text": "`[data-color-scheme=\"dark\"]`"
18307
18339
  },
18308
18340
  {
18309
18341
  "kind": "text",
18310
- "text": " /\n"
18342
+ "text": " selector that the SDK already sets:\n\n"
18311
18343
  },
18312
18344
  {
18313
18345
  "kind": "code",
18314
- "text": "`--shadow--lifted`"
18346
+ "text": "```css\n.my-plugin {\n --my-brand: #4a90e2;\n}\n\n[data-color-scheme=\"dark\"] .my-plugin {\n --my-brand: #6aa9ec;\n}\n\n.my-plugin__cta {\n background: var(--my-brand);\n color: var(--color--primary--ink);\n}\n```"
18315
18347
  },
18316
18348
  {
18317
18349
  "kind": "text",
18318
- "text": " / "
18350
+ "text": "\n\nFor non-CSS branching (image sources, third-party widget themes, syntax-highlighting presets), branch on "
18351
+ },
18352
+ {
18353
+ "kind": "code",
18354
+ "text": "`ctx.colorScheme`"
18355
+ },
18356
+ {
18357
+ "kind": "text",
18358
+ "text": " directly, e.g. "
18359
+ },
18360
+ {
18361
+ "kind": "code",
18362
+ "text": "`<img src={ctx.colorScheme === 'dark' ? logoDark : logoLight} />`"
18363
+ },
18364
+ {
18365
+ "kind": "text",
18366
+ "text": ". On modern browsers, the CSS "
18367
+ },
18368
+ {
18369
+ "kind": "code",
18370
+ "text": "`light-dark()`"
18371
+ },
18372
+ {
18373
+ "kind": "text",
18374
+ "text": " function is a more concise alternative to the per-theme variable pattern above.\n\n#### Available tokens\n\nA swatch for every available token, grouped by context.\n\n"
18319
18375
  },
18320
18376
  {
18321
18377
  "kind": "code",
18322
- "text": "`--shadow--ambient`"
18378
+ "text": "```js\n<Canvas ctx={ctx}>\n <div style={{ display: 'flex', flexDirection: 'column', gap: 'var(--spacing-l)' }}>\n <StateManager initial={true}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Standalone\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n One-level tokens that work on any neutral page. The <code>surface</code>, <code>ink</code> and <code>border</code> families cover the page background, body text and dividers; the <code>surface-raised</code> variants belong to the elevated layer used by modals, dropdowns and popovers. The tone-on-neutral inks (<code>ink-danger</code>, <code>ink-warning</code>, <code>ink-success</code>) color text and icons on a neutral surface; inside a toned panel use that context's own ink instead.\n </p>\n <Swatches\n tokens={[\n ['--color--surface', 'Page background everything else sits on'],\n ['--color--surface-hover', 'Hovered row inside lists and tables'],\n ['--color--surface-muted', 'Background of muted section panels and quiet cards'],\n ['--color--surface-raised', 'Elevated layer for modals, dropdowns and popovers'],\n ['--color--surface-raised-hover', 'Hovered option inside a dropdown menu'],\n ['--color--surface-raised-active', 'Focused or pressed option inside a dropdown menu'],\n ['--color--ink', 'Primary body text'],\n ['--color--ink-subtle', 'Secondary text, captions, helper labels'],\n ['--color--ink-hover', 'Toolbar icon and link fill on hover'],\n ['--color--ink-muted', 'Deemphasized text that should recede'],\n ['--color--ink-placeholder', 'Empty-input placeholder text'],\n ['--color--ink-primary', 'Theme-colored text and icons for branded labels'],\n ['--color--ink-link', 'Inline links and accent text'],\n ['--color--ink-danger', 'Error text or icon on a neutral surface'],\n ['--color--ink-warning', 'Warning text or icon on a neutral surface'],\n ['--color--ink-success', 'Success text or icon on a neutral surface'],\n ['--color--ink-disabled', 'Label color on disabled inputs and buttons'],\n ['--color--border', 'Default 1px divider between cards, rows and sections'],\n ['--color--border-hover', 'Border of an input or card when hovered'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: primary\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The project's brand hue (the color the user picked for their DatoCMS project) at full strength. Reach for it on the main call-to-action button on a page, and on badges or navigation bars that need to stand out. The <code>surface-secondary</code> variant is a quieter brand surface step (for accent badges and inline action chips) that keeps the same white <code>ink</code>.\n </p>\n <Swatches\n tokens={[\n ['--color--primary--surface', 'Resting background of a primary call-to-action button'],\n ['--color--primary--surface-hover', 'Hovered primary button background'],\n ['--color--primary--surface-active', 'Pressed primary button background'],\n ['--color--primary--surface-muted', 'Muted variant of the primary surface'],\n ['--color--primary--surface-secondary', 'Quieter brand surface for accent badges and inline chips'],\n ['--color--primary--ink', 'Text and icon color sitting on any primary surface'],\n ['--color--primary--border', 'Thin border drawn on top of a primary surface'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: primary-soft\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n A soft panel in the same project brand hue: a pale brand surface paired with saturated brand ink. Quieter than primary, still clearly on-brand, for secondary actions, chips and tinted callouts.\n </p>\n <Swatches\n tokens={[\n ['--color--primary-soft--surface', 'Resting background of secondary brand-tinted buttons'],\n ['--color--primary-soft--surface-hover', 'Hovered tinted button background'],\n ['--color--primary-soft--surface-active', 'Pressed tinted button background'],\n ['--color--primary-soft--ink', 'Text and icon color on a soft brand surface'],\n ['--color--primary-soft--border', 'Thin border drawn on top of a soft brand surface'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: selected\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The active selection state: the highlighted entry in a list or tree, the currently picked option in a radio or choice group, the chosen card in a gallery.\n </p>\n <Swatches\n tokens={[\n ['--color--selected--surface', 'Background of the currently active entry in a list or tree'],\n ['--color--selected--surface-hover', 'Hover on an entry that is already selected'],\n ['--color--selected--ink', 'Text and icon color inside the selected entry'],\n ['--color--selected--border', 'Border or outline ring drawn around a selected option or card'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: disabled\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The flat, low-contrast pair applied to non-interactive controls: disabled buttons, disabled selects and disabled toggles.\n </p>\n <PairSwatches\n tokens={[\n ['--color--disabled--surface', '--color--disabled--ink', 'Disabled button or control: muted background with low-contrast label'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: danger\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Reserved for destructive actions, such as Delete, Remove or Reset operations.\n </p>\n <PairSwatches\n tokens={[\n ['--color--danger--surface', '--color--danger--ink', 'Destructive action button: vivid red surface with white label'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: focus\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The keyboard-focus ring drawn around inputs, buttons and any other focusable control. Pair <code>border</code> on the element itself with <code>outline</code> as a soft halo.\n </p>\n <Swatches\n tokens={[\n ['--color--focus--border', 'Border color of the focused element'],\n ['--color--focus--outline', 'Soft outline ring drawn around the focused element'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Signal tones\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Soft panels for validation states and notifications: red for failures, amber for warnings, green for successes. Each <code>-soft</code> context is a pale surface paired with saturated ink, following the same four-property shape (surface, ink, border, outline), so you can swap the tone without touching layout. For a colored message on a plain neutral surface, reach for the standalone <code>ink-danger</code>, <code>ink-warning</code> and <code>ink-success</code> instead.\n </p>\n <Swatches\n tokens={[\n ['--color--danger-soft--surface', 'Background of error banners and alert toasts'],\n ['--color--danger-soft--ink', 'Error message text and the icon inside an error panel'],\n ['--color--danger-soft--border', 'Border around an invalid input or alert toast'],\n ['--color--danger-soft--outline', 'Soft halo around an invalid field on focus'],\n ['--color--warning-soft--surface', 'Background of warning banners and plugin notices'],\n ['--color--warning-soft--ink', 'Text inside warning banners and warning toasts'],\n ['--color--warning-soft--border', 'Border around warning banners and modified-state pills'],\n ['--color--warning-soft--outline', 'Soft halo for warning emphasis'],\n ['--color--success-soft--surface', 'Background of success toasts'],\n ['--color--success-soft--ink', 'Text inside success toasts and success banners'],\n ['--color--success-soft--border', 'Border around success banners'],\n ['--color--success-soft--outline', 'Soft halo for success emphasis'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: highlight\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The yellow marker pen for inline rich-text highlights inside Structured Text editors.\n </p>\n <Swatches\n tokens={[\n ['--color--highlight--surface', 'Background of a highlighted span inside a rich text editor'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Diffs\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Content-versioning palette across three intents: green for added, red for removed, blue for changed. Inline text diffs use the surface tint; block-level revision panels use the outline. For positive/negative rule indicators, the left-border tone depends on whether the rule was just edited: a subtle ink when stable, a vivid one when freshly changed. The changed variant has no ink stops, since rule borders are only ever green or red.\n </p>\n <Swatches\n tokens={[\n ['--color--diff-added--surface', 'Background of inline added text inside a text diff'],\n ['--color--diff-added--outline', 'Outline drawn around a block-level added revision panel'],\n ['--color--diff-added--ink', 'Left-border color of a positive rule when it was recently changed (vivid)'],\n ['--color--diff-added--ink-subtle', 'Left-border color of a positive rule when it was not recently changed'],\n ['--color--diff-removed--surface', 'Background of inline removed text inside a text diff'],\n ['--color--diff-removed--outline', 'Outline drawn around a block-level removed revision panel'],\n ['--color--diff-removed--ink', 'Left-border color of a negative rule when it was recently changed (vivid)'],\n ['--color--diff-removed--ink-subtle', 'Left-border color of a negative rule when it was not recently changed'],\n ['--color--diff-changed--surface', 'Background of inline changed text inside a text diff'],\n ['--color--diff-changed--outline', 'Outline drawn around a block-level changed revision panel'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Status\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Publishing-workflow status dots. Ink-only because the colored dot is the whole marker, no surface or border needed.\n </p>\n <Swatches\n tokens={[\n ['--color--status-draft--ink', 'Dot color for records that exist only as a draft'],\n ['--color--status-outdated--ink', 'Dot color for published records with unpublished changes'],\n ['--color--status-published--ink', 'Dot color for fully published records'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Backdrop and overlay\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Two scrims for two jobs. The backdrop is the full-screen dim painted behind a modal dialog. The overlay is the lighter scrim that sits on top of media or thumbnails and hosts reversed buttons designed to read against dark imagery.\n </p>\n <PairSwatches\n tokens={[\n ['--color--backdrop--surface', '--color--backdrop--ink', 'Full-screen modal dim with icon color for close controls'],\n ]}\n />\n <Swatches\n tokens={[\n ['--color--overlay--surface', 'Scrim painted over media thumbnails and image cards'],\n ['--color--overlay--surface-hover', 'Hover background of a reversed button floating on dark media'],\n ['--color--overlay--surface-active', 'Pressed background of a reversed button on dark media'],\n ['--color--overlay--ink', 'Text and icon color inside reversed buttons on overlay surfaces'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Stacked\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Layered dark inline areas, the kind used for asset uploaders and audio/video players. The wrapper paints the base surface; an inner detail panel sits a layer up; transparent action buttons gain visibility on hover and press.\n </p>\n <Swatches\n tokens={[\n ['--color--stacked--surface', 'Base layer of a dark inline panel'],\n ['--color--stacked--surface-upper', 'Inner detail panel sitting one layer above the base'],\n ['--color--stacked--surface-action', 'Resting background of action buttons inside a stacked panel (transparent)'],\n ['--color--stacked--surface-action-hover', 'Hovered action button inside a stacked panel'],\n ['--color--stacked--surface-action-active', 'Pressed action button inside a stacked panel'],\n ['--color--stacked--ink', 'Main text and values on a stacked surface'],\n ['--color--stacked--ink-subtle', 'Field labels and secondary text on a stacked surface'],\n ['--color--stacked--border', 'Column rules and dividers inside a stacked panel'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Progress\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Horizontal progress bars used to report quota usage, upload advancement and similar percentage indicators.\n </p>\n <Swatches\n tokens={[\n ['--color--progress--track', 'Empty portion of the bar (the background track)'],\n ['--color--progress--fill', 'Filled portion of the bar, drawn in the brand color'],\n ['--color--progress--fill-hover', 'Fill color when the bar is hovered'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Tooltip\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Small dark floating labels: the plain tooltip shown on hover, and the keyboard-hint variant that pairs a description with a keyboard shortcut.\n </p>\n <Swatches\n tokens={[\n ['--color--tooltip--surface', 'Background of standard and keyboard-hint tooltips'],\n ['--color--tooltip--surface-hover', 'Hover background for interactive controls living inside a tooltip'],\n ['--color--tooltip--ink', 'Primary text inside a tooltip'],\n ['--color--tooltip--ink-subtle', 'Secondary text inside a tooltip, e.g. the keyboard shortcut hint'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Code\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The dark monospaced surface used by build logs, error traces and other terminal-style output.\n </p>\n <PairSwatches\n tokens={[\n ['--color--code--surface', '--color--code--ink', 'Dark monospaced surface with its text color'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Scrollbar\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Tint applied globally to the native scrollbar thumb. Most visible in Firefox and on systems that keep scrollbars always on.\n </p>\n <Swatches\n tokens={[\n ['--color--scrollbar--fill', 'Color of the native scrollbar thumb across the whole app'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Field type groups\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Fixed-hue soft chips for field type group icons. Each context exposes a <code>surface</code> (chip background) and an <code>ink</code> (icon fill). The hues are not brand-adaptive — they are fixed across projects and automatically flip between a pale surface with saturated ink in light mode and a deep surface with bright ink in dark mode.\n </p>\n <PairSwatches\n tokens={[\n ['--color--field-group-text--surface', '--color--field-group-text--ink', 'Text / string / structured-text fields'],\n ['--color--field-group-rich-text--surface', '--color--field-group-rich-text--ink', 'Rich-text and single-block fields'],\n ['--color--field-group-media--surface', '--color--field-group-media--ink', 'File, gallery and video fields'],\n ['--color--field-group-datetime--surface', '--color--field-group-datetime--ink', 'Date and date-time fields'],\n ['--color--field-group-number--surface', '--color--field-group-number--ink', 'Integer and float fields'],\n ['--color--field-group-boolean--surface', '--color--field-group-boolean--ink', 'Boolean fields'],\n ['--color--field-group-location--surface', '--color--field-group-location--ink', 'Lat/lon fields'],\n ['--color--field-group-color--surface', '--color--field-group-color--ink', 'Color fields'],\n ['--color--field-group-seo--surface', '--color--field-group-seo--ink', 'Slug and SEO fields'],\n ['--color--field-group-reference--surface', '--color--field-group-reference--ink', 'Link and links fields'],\n ['--color--field-group-json--surface', '--color--field-group-json--ink', 'JSON fields'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n </div>\n</Canvas>;\n```"
18379
+ }
18380
+ ]
18381
+ },
18382
+ {
18383
+ "tag": "@example",
18384
+ "name": "Shadows",
18385
+ "content": [
18386
+ {
18387
+ "kind": "text",
18388
+ "text": "Four ready-made "
18389
+ },
18390
+ {
18391
+ "kind": "code",
18392
+ "text": "`box-shadow`"
18323
18393
  },
18324
18394
  {
18325
18395
  "kind": "text",
18326
- "text": " are ready-made "
18396
+ "text": " composites (raised, floating, lifted, ambient). Drop them straight into a "
18327
18397
  },
18328
18398
  {
18329
18399
  "kind": "code",
@@ -18331,21 +18401,21 @@
18331
18401
  },
18332
18402
  {
18333
18403
  "kind": "text",
18334
- "text": "\ncomposites.\n\n"
18404
+ "text": " property.\n\n"
18335
18405
  },
18336
18406
  {
18337
18407
  "kind": "code",
18338
- "text": "```js\n<Canvas ctx={ctx}>\n <Section title=\"Standalone — use on any neutral page\">\n <table><tbody>\n {[\n ['--color--surface', 'Default page background'],\n ['--color--surface-hover', 'Hovered row / list item'],\n ['--color--surface-muted', 'Muted section / card background'],\n ['--color--ink', 'Primary text'],\n ['--color--ink-subtle', 'Secondary text / captions'],\n ['--color--ink-hover', 'Text under hover'],\n ['--color--ink-muted', 'De-emphasized text'],\n ['--color--ink-placeholder', 'Input placeholder text'],\n ['--color--ink-primary', 'Brand-highlighted text / icons'],\n ['--color--ink-accent', 'Links / accent text'],\n ['--color--ink-disabled', 'Disabled text'],\n ['--color--border', 'Default 1px border'],\n ['--color--border-hover', 'Border under hover'],\n ].map(([t, d]) => (\n <tr key={t}>\n <td><code>{t}</code></td>\n <td style={{ color: 'var(--color--ink-subtle)' }}>{d}</td>\n <td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td>\n </tr>\n ))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: raised — modals, dropdowns, popovers\">\n <table><tbody>\n {['--color--raised--surface', '--color--raised--surface-hover', '--color--raised--surface-active']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: primary — main call-to-action buttons, badges, nav\">\n <table><tbody>\n {['--color--primary--surface', '--color--primary--surface-hover', '--color--primary--surface-active', '--color--primary--surface-muted', '--color--primary--ink', '--color--primary--border']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: tinted — subtle brand-tinted surfaces\">\n <table><tbody>\n {['--color--tinted--surface', '--color--tinted--surface-hover', '--color--tinted--surface-active', '--color--tinted--ink', '--color--tinted--border']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: accent, selected, disabled, danger\">\n <table><tbody>\n {['--color--accent--surface', '--color--accent--ink',\n '--color--selected--surface', '--color--selected--ink', '--color--selected--border',\n '--color--disabled--surface', '--color--disabled--ink',\n '--color--danger--surface', '--color--danger--ink']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: focus — focus rings and outlines\">\n <table><tbody>\n {['--color--focus--border', '--color--focus--outline']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Feedback — validation and form states\">\n <table><tbody>\n {['--color--feedback-fail--ink', '--color--feedback-fail--border', '--color--feedback-fail--outline', '--color--feedback-fail--surface',\n '--color--feedback-warning--ink', '--color--feedback-warning--border', '--color--feedback-warning--outline', '--color--feedback-warning--surface',\n '--color--feedback-success--ink', '--color--feedback-success--border', '--color--feedback-success--outline', '--color--feedback-success--surface']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: highlight — rich text inline highlights\">\n <table><tbody>\n {['--color--highlight--surface']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Diffs — content versioning (added / removed / changed)\">\n <table><tbody>\n {['--color--diff-added--surface', '--color--diff-added--outline', '--color--diff-added--ink', '--color--diff-added--ink-subtle',\n '--color--diff-removed--surface', '--color--diff-removed--outline', '--color--diff-removed--ink', '--color--diff-removed--ink-subtle',\n '--color--diff-changed--surface', '--color--diff-changed--outline']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Status — publishing workflow badges (ink-only)\">\n <table><tbody>\n {['--color--status-draft--ink', '--color--status-outdated--ink', '--color--status-published--ink']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td><span style={{ color: `var(${t})`, fontWeight: 'bold' }}>Sample text</span></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Backdrop & overlay — scrims and floating UI\">\n <table><tbody>\n {['--color--backdrop--surface', '--color--backdrop--ink',\n '--color--overlay--surface', '--color--overlay--surface-hover', '--color--overlay--surface-active', '--color--overlay--ink']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Stacked — dark layered UI (uploaders, media players)\">\n <p>Stacked gives you layered dark surfaces (base → upper) plus action buttons, borders and ink tones. Use it when a dark inline panel needs internal hierarchy.</p>\n <table><tbody>\n {['--color--stacked--surface', '--color--stacked--surface-upper',\n '--color--stacked--surface-action', '--color--stacked--surface-action-hover', '--color--stacked--surface-action-active',\n '--color--stacked--ink', '--color--stacked--ink-subtle', '--color--stacked--border']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Progress — bar track and fill\">\n <table><tbody>\n {['--color--progress--track', '--color--progress--fill', '--color--progress--fill-hover']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Tooltip — small dark floating labels\">\n <table><tbody>\n {['--color--tooltip--surface', '--color--tooltip--surface-hover', '--color--tooltip--ink', '--color--tooltip--ink-subtle']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Code — dark code blocks, logs, error traces\">\n <table><tbody>\n {['--color--code--surface', '--color--code--ink']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Scrollbar\">\n <table><tbody>\n {['--color--scrollbar--fill']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Shadow composites — drop-in box-shadow values\">\n <div style={{ display: 'flex', gap: 'var(--spacing-l)', padding: 'var(--spacing-l)' }}>\n {['--shadow--raised', '--shadow--floating', '--shadow--lifted', '--shadow--ambient'].map((t) => (\n <div key={t} style={{ textAlign: 'center' }}>\n <div style={{ width: '80px', height: '80px', background: 'var(--color--surface)', borderRadius: '4px', boxShadow: `var(${t})` }} />\n <code style={{ display: 'block', marginTop: 'var(--spacing-s)', fontSize: 'var(--font-size-xs)' }}>{t}</code>\n </div>\n ))}\n </div>\n </Section>\n</Canvas>;\n```"
18408
+ "text": "```js\n<Canvas ctx={ctx}>\n <Swatches\n kind=\"shadow\"\n tokens={['--shadow--raised', '--shadow--floating', '--shadow--lifted', '--shadow--ambient']}\n />\n</Canvas>;\n```"
18339
18409
  }
18340
18410
  ]
18341
18411
  },
18342
18412
  {
18343
18413
  "tag": "@example",
18344
- "name": "Typography CSS variables",
18414
+ "name": "Typography",
18345
18415
  "content": [
18346
18416
  {
18347
18417
  "kind": "text",
18348
- "text": "Typography is a foundational element in UI design. Good typography\nestablishes a strong, cohesive visual hierarchy and presents content clearly\nand efficiently to users. Within the "
18418
+ "text": "Typography is a foundational element in UI design. Good typography establishes a strong, cohesive visual hierarchy and presents content clearly and efficiently to users. Within the "
18349
18419
  },
18350
18420
  {
18351
18421
  "kind": "code",
@@ -18353,21 +18423,21 @@
18353
18423
  },
18354
18424
  {
18355
18425
  "kind": "text",
18356
- "text": " component, a set of CSS\nvariables is available allowing your plugin to conform to the overall\nlook&feel of DatoCMS:\n\n"
18426
+ "text": " component, a set of CSS variables is available allowing your plugin to conform to the overall look&feel of DatoCMS:\n\n"
18357
18427
  },
18358
18428
  {
18359
18429
  "kind": "code",
18360
- "text": "```js\n<Canvas ctx={ctx}>\n <table>\n <tbody>\n <tr>\n <td>\n <code>--font-size-xxs</code>\n </td>\n <td>\n <div style={{ fontSize: 'var(--font-size-xxs)' }}>\n Size XXS\n </div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-xs</code>\n </td>\n <td>\n <div style={{ fontSize: 'var(--font-size-xs)' }}>Size XS</div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-s</code>\n </td>\n <td>\n <div style={{ fontSize: 'var(--font-size-s)' }}>Size S</div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-m</code>\n </td>\n <td>\n <div style={{ fontSize: 'var(--font-size-m)' }}>Size M</div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-l</code>\n </td>\n <td>\n <div\n style={{\n fontSize: 'var(--font-size-l)',\n fontWeight: 'var(--font-weight-bold)',\n }}\n >\n Size L\n </div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-xl</code>\n </td>\n <td>\n <div\n style={{\n fontSize: 'var(--font-size-xl)',\n fontWeight: 'var(--font-weight-bold)',\n }}\n >\n Size XL\n </div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-xxl</code>\n </td>\n <td>\n <div\n style={{\n fontSize: 'var(--font-size-xxl)',\n fontWeight: 'var(--font-weight-bold)',\n }}\n >\n Size XXL\n </div>\n </td>\n </tr>\n <tr>\n <td>\n <code>--font-size-xxxl</code>\n </td>\n <td>\n <div\n style={{\n fontSize: 'var(--font-size-xxxl)',\n fontWeight: 'var(--font-weight-bold)',\n }}\n >\n Size XXXL\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n</Canvas>;\n```"
18430
+ "text": "```js\n<Canvas ctx={ctx}>\n <Swatches\n kind=\"font-size\"\n tokens={[\n '--font-size-xxs',\n '--font-size-xs',\n '--font-size-s',\n '--font-size-m',\n '--font-size-l',\n '--font-size-xl',\n '--font-size-xxl',\n '--font-size-xxxl',\n ]}\n />\n</Canvas>;\n```"
18361
18431
  }
18362
18432
  ]
18363
18433
  },
18364
18434
  {
18365
18435
  "tag": "@example",
18366
- "name": "Spacing CSS variables",
18436
+ "name": "Spacing",
18367
18437
  "content": [
18368
18438
  {
18369
18439
  "kind": "text",
18370
- "text": "The following CSS variables are available as well, to mimick the spacing\nbetween elements used by the main DatoCMS application. Negative spacing\nvariables are available too ("
18440
+ "text": "The following CSS variables are available as well, to mimick the spacing between elements used by the main DatoCMS application. Negative spacing variables are available too ("
18371
18441
  },
18372
18442
  {
18373
18443
  "kind": "code",
@@ -18379,7 +18449,7 @@
18379
18449
  },
18380
18450
  {
18381
18451
  "kind": "code",
18382
- "text": "```js\n<Canvas ctx={ctx}>\n <table>\n <tbody>\n <tr>\n <td>\n <code>--spacing-s</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-s)',\n height: 'var(--spacing-s)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-m</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-m)',\n height: 'var(--spacing-m)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-l</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-l)',\n height: 'var(--spacing-l)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-xl</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-xl)',\n height: 'var(--spacing-xl)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-xxl</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-xxl)',\n height: 'var(--spacing-xxl)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-xxxl</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-xxxl)',\n height: 'var(--spacing-xxxl)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n</Canvas>;\n```"
18452
+ "text": "```js\n<Canvas ctx={ctx}>\n <Spacings\n tokens={[\n '--spacing-s',\n '--spacing-m',\n '--spacing-l',\n '--spacing-xl',\n '--spacing-xxl',\n '--spacing-xxxl',\n ]}\n />\n</Canvas>;\n```"
18383
18453
  }
18384
18454
  ]
18385
18455
  }
@@ -18388,9 +18458,9 @@
18388
18458
  "sources": [
18389
18459
  {
18390
18460
  "fileName": "src/Canvas/index.tsx",
18391
- "line": 432,
18461
+ "line": 566,
18392
18462
  "character": 16,
18393
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L432"
18463
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L566"
18394
18464
  }
18395
18465
  ],
18396
18466
  "parameters": [
@@ -18432,7 +18502,7 @@
18432
18502
  "fileName": "src/icons.tsx",
18433
18503
  "line": 73,
18434
18504
  "character": 16,
18435
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L73"
18505
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L73"
18436
18506
  }
18437
18507
  ],
18438
18508
  "signatures": [
@@ -18447,7 +18517,7 @@
18447
18517
  "fileName": "src/icons.tsx",
18448
18518
  "line": 73,
18449
18519
  "character": 16,
18450
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L73"
18520
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L73"
18451
18521
  }
18452
18522
  ],
18453
18523
  "parameters": [
@@ -18489,7 +18559,7 @@
18489
18559
  "fileName": "src/icons.tsx",
18490
18560
  "line": 94,
18491
18561
  "character": 16,
18492
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L94"
18562
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L94"
18493
18563
  }
18494
18564
  ],
18495
18565
  "signatures": [
@@ -18504,7 +18574,7 @@
18504
18574
  "fileName": "src/icons.tsx",
18505
18575
  "line": 94,
18506
18576
  "character": 16,
18507
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L94"
18577
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L94"
18508
18578
  }
18509
18579
  ],
18510
18580
  "parameters": [
@@ -18546,7 +18616,7 @@
18546
18616
  "fileName": "src/icons.tsx",
18547
18617
  "line": 115,
18548
18618
  "character": 16,
18549
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L115"
18619
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L115"
18550
18620
  }
18551
18621
  ],
18552
18622
  "signatures": [
@@ -18561,7 +18631,7 @@
18561
18631
  "fileName": "src/icons.tsx",
18562
18632
  "line": 115,
18563
18633
  "character": 16,
18564
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L115"
18634
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L115"
18565
18635
  }
18566
18636
  ],
18567
18637
  "parameters": [
@@ -18603,7 +18673,7 @@
18603
18673
  "fileName": "src/icons.tsx",
18604
18674
  "line": 136,
18605
18675
  "character": 16,
18606
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L136"
18676
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L136"
18607
18677
  }
18608
18678
  ],
18609
18679
  "signatures": [
@@ -18618,7 +18688,7 @@
18618
18688
  "fileName": "src/icons.tsx",
18619
18689
  "line": 136,
18620
18690
  "character": 16,
18621
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L136"
18691
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L136"
18622
18692
  }
18623
18693
  ],
18624
18694
  "parameters": [
@@ -18660,7 +18730,7 @@
18660
18730
  "fileName": "src/ContextInspector/index.tsx",
18661
18731
  "line": 176,
18662
18732
  "character": 16,
18663
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L176"
18733
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L176"
18664
18734
  }
18665
18735
  ],
18666
18736
  "signatures": [
@@ -18675,7 +18745,7 @@
18675
18745
  "fileName": "src/ContextInspector/index.tsx",
18676
18746
  "line": 176,
18677
18747
  "character": 16,
18678
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L176"
18748
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L176"
18679
18749
  }
18680
18750
  ],
18681
18751
  "type": {
@@ -18711,7 +18781,7 @@
18711
18781
  "fileName": "src/SelectField/index.tsx",
18712
18782
  "line": 148,
18713
18783
  "character": 16,
18714
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L148"
18784
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L148"
18715
18785
  }
18716
18786
  ],
18717
18787
  "signatures": [
@@ -18726,7 +18796,7 @@
18726
18796
  "fileName": "src/SelectField/index.tsx",
18727
18797
  "line": 148,
18728
18798
  "character": 16,
18729
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L148"
18799
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L148"
18730
18800
  }
18731
18801
  ],
18732
18802
  "typeParameters": [
@@ -18846,7 +18916,7 @@
18846
18916
  "fileName": "src/SelectInput/index.tsx",
18847
18917
  "line": 215,
18848
18918
  "character": 16,
18849
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L215"
18919
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L215"
18850
18920
  }
18851
18921
  ],
18852
18922
  "signatures": [
@@ -18861,7 +18931,7 @@
18861
18931
  "fileName": "src/SelectInput/index.tsx",
18862
18932
  "line": 215,
18863
18933
  "character": 16,
18864
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L215"
18934
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L215"
18865
18935
  }
18866
18936
  ],
18867
18937
  "typeParameters": [
@@ -19004,7 +19074,7 @@
19004
19074
  "fileName": "src/Dropdown/Dropdown.tsx",
19005
19075
  "line": 119,
19006
19076
  "character": 16,
19007
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
19077
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
19008
19078
  }
19009
19079
  ],
19010
19080
  "signatures": [
@@ -19054,7 +19124,7 @@
19054
19124
  "fileName": "src/Dropdown/Dropdown.tsx",
19055
19125
  "line": 119,
19056
19126
  "character": 16,
19057
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
19127
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
19058
19128
  }
19059
19129
  ],
19060
19130
  "parameters": [
@@ -19096,7 +19166,7 @@
19096
19166
  "fileName": "src/Dropdown/Group.tsx",
19097
19167
  "line": 10,
19098
19168
  "character": 13,
19099
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Group.tsx#L10"
19169
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L10"
19100
19170
  }
19101
19171
  ],
19102
19172
  "signatures": [
@@ -19111,7 +19181,7 @@
19111
19181
  "fileName": "src/Dropdown/Group.tsx",
19112
19182
  "line": 10,
19113
19183
  "character": 21,
19114
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Group.tsx#L10"
19184
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L10"
19115
19185
  }
19116
19186
  ],
19117
19187
  "parameters": [
@@ -19153,7 +19223,7 @@
19153
19223
  "fileName": "src/Dropdown/Menu.tsx",
19154
19224
  "line": 132,
19155
19225
  "character": 13,
19156
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Menu.tsx#L132"
19226
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L132"
19157
19227
  }
19158
19228
  ],
19159
19229
  "signatures": [
@@ -19168,7 +19238,7 @@
19168
19238
  "fileName": "src/Dropdown/Menu.tsx",
19169
19239
  "line": 132,
19170
19240
  "character": 20,
19171
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Menu.tsx#L132"
19241
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L132"
19172
19242
  }
19173
19243
  ],
19174
19244
  "parameters": [
@@ -19210,7 +19280,7 @@
19210
19280
  "fileName": "src/Dropdown/Option.tsx",
19211
19281
  "line": 28,
19212
19282
  "character": 13,
19213
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L28"
19283
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L28"
19214
19284
  }
19215
19285
  ],
19216
19286
  "signatures": [
@@ -19225,7 +19295,7 @@
19225
19295
  "fileName": "src/Dropdown/Option.tsx",
19226
19296
  "line": 28,
19227
19297
  "character": 22,
19228
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L28"
19298
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L28"
19229
19299
  }
19230
19300
  ],
19231
19301
  "parameters": [
@@ -19283,7 +19353,7 @@
19283
19353
  "fileName": "src/Dropdown/OptionAction.tsx",
19284
19354
  "line": 43,
19285
19355
  "character": 13,
19286
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
19356
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
19287
19357
  }
19288
19358
  ],
19289
19359
  "type": {
@@ -19305,13 +19375,13 @@
19305
19375
  "fileName": "src/Dropdown/OptionAction.tsx",
19306
19376
  "line": 14,
19307
19377
  "character": 13,
19308
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
19378
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
19309
19379
  },
19310
19380
  {
19311
19381
  "fileName": "src/Dropdown/OptionAction.tsx",
19312
19382
  "line": 43,
19313
19383
  "character": 0,
19314
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
19384
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
19315
19385
  }
19316
19386
  ],
19317
19387
  "signatures": [
@@ -19326,7 +19396,7 @@
19326
19396
  "fileName": "src/Dropdown/OptionAction.tsx",
19327
19397
  "line": 14,
19328
19398
  "character": 28,
19329
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
19399
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
19330
19400
  }
19331
19401
  ],
19332
19402
  "parameters": [
@@ -19368,7 +19438,7 @@
19368
19438
  "fileName": "src/Dropdown/Separator.tsx",
19369
19439
  "line": 5,
19370
19440
  "character": 13,
19371
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Separator.tsx#L5"
19441
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Separator.tsx#L5"
19372
19442
  }
19373
19443
  ],
19374
19444
  "signatures": [
@@ -19383,7 +19453,7 @@
19383
19453
  "fileName": "src/Dropdown/Separator.tsx",
19384
19454
  "line": 5,
19385
19455
  "character": 25,
19386
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Separator.tsx#L5"
19456
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Separator.tsx#L5"
19387
19457
  }
19388
19458
  ],
19389
19459
  "type": {
@@ -19419,7 +19489,7 @@
19419
19489
  "fileName": "src/Dropdown/Text.tsx",
19420
19490
  "line": 6,
19421
19491
  "character": 16,
19422
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Text.tsx#L6"
19492
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L6"
19423
19493
  }
19424
19494
  ],
19425
19495
  "signatures": [
@@ -19434,7 +19504,7 @@
19434
19504
  "fileName": "src/Dropdown/Text.tsx",
19435
19505
  "line": 6,
19436
19506
  "character": 16,
19437
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Text.tsx#L6"
19507
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L6"
19438
19508
  }
19439
19509
  ],
19440
19510
  "parameters": [
@@ -19476,7 +19546,7 @@
19476
19546
  "fileName": "src/FieldError/index.tsx",
19477
19547
  "line": 8,
19478
19548
  "character": 16,
19479
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldError/index.tsx#L8"
19549
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldError/index.tsx#L8"
19480
19550
  }
19481
19551
  ],
19482
19552
  "signatures": [
@@ -19491,7 +19561,7 @@
19491
19561
  "fileName": "src/FieldError/index.tsx",
19492
19562
  "line": 8,
19493
19563
  "character": 16,
19494
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldError/index.tsx#L8"
19564
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldError/index.tsx#L8"
19495
19565
  }
19496
19566
  ],
19497
19567
  "parameters": [
@@ -19536,7 +19606,7 @@
19536
19606
  "fileName": "src/FieldGroup/index.tsx",
19537
19607
  "line": 11,
19538
19608
  "character": 16,
19539
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldGroup/index.tsx#L11"
19609
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L11"
19540
19610
  }
19541
19611
  ],
19542
19612
  "signatures": [
@@ -19551,7 +19621,7 @@
19551
19621
  "fileName": "src/FieldGroup/index.tsx",
19552
19622
  "line": 11,
19553
19623
  "character": 16,
19554
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldGroup/index.tsx#L11"
19624
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L11"
19555
19625
  }
19556
19626
  ],
19557
19627
  "parameters": [
@@ -19593,7 +19663,7 @@
19593
19663
  "fileName": "src/FieldHint/index.tsx",
19594
19664
  "line": 8,
19595
19665
  "character": 16,
19596
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldHint/index.tsx#L8"
19666
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldHint/index.tsx#L8"
19597
19667
  }
19598
19668
  ],
19599
19669
  "signatures": [
@@ -19608,7 +19678,7 @@
19608
19678
  "fileName": "src/FieldHint/index.tsx",
19609
19679
  "line": 8,
19610
19680
  "character": 16,
19611
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldHint/index.tsx#L8"
19681
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldHint/index.tsx#L8"
19612
19682
  }
19613
19683
  ],
19614
19684
  "parameters": [
@@ -19653,7 +19723,7 @@
19653
19723
  "fileName": "src/FieldWrapper/index.tsx",
19654
19724
  "line": 14,
19655
19725
  "character": 16,
19656
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldWrapper/index.tsx#L14"
19726
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldWrapper/index.tsx#L14"
19657
19727
  }
19658
19728
  ],
19659
19729
  "signatures": [
@@ -19668,7 +19738,7 @@
19668
19738
  "fileName": "src/FieldWrapper/index.tsx",
19669
19739
  "line": 14,
19670
19740
  "character": 16,
19671
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldWrapper/index.tsx#L14"
19741
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldWrapper/index.tsx#L14"
19672
19742
  }
19673
19743
  ],
19674
19744
  "parameters": [
@@ -19728,7 +19798,7 @@
19728
19798
  "fileName": "src/Form/index.tsx",
19729
19799
  "line": 120,
19730
19800
  "character": 13,
19731
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L120"
19801
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L120"
19732
19802
  }
19733
19803
  ],
19734
19804
  "signatures": [
@@ -19743,7 +19813,7 @@
19743
19813
  "fileName": "src/Form/index.tsx",
19744
19814
  "line": 120,
19745
19815
  "character": 20,
19746
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L120"
19816
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L120"
19747
19817
  }
19748
19818
  ],
19749
19819
  "parameters": [
@@ -19785,7 +19855,7 @@
19785
19855
  "fileName": "src/FormLabel/index.tsx",
19786
19856
  "line": 14,
19787
19857
  "character": 13,
19788
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L14"
19858
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L14"
19789
19859
  }
19790
19860
  ],
19791
19861
  "signatures": [
@@ -19800,7 +19870,7 @@
19800
19870
  "fileName": "src/FormLabel/index.tsx",
19801
19871
  "line": 14,
19802
19872
  "character": 25,
19803
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L14"
19873
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L14"
19804
19874
  }
19805
19875
  ],
19806
19876
  "parameters": [
@@ -19842,7 +19912,7 @@
19842
19912
  "fileName": "src/ContextInspector/index.tsx",
19843
19913
  "line": 61,
19844
19914
  "character": 16,
19845
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L61"
19915
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L61"
19846
19916
  }
19847
19917
  ],
19848
19918
  "signatures": [
@@ -19857,7 +19927,7 @@
19857
19927
  "fileName": "src/ContextInspector/index.tsx",
19858
19928
  "line": 61,
19859
19929
  "character": 16,
19860
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L61"
19930
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L61"
19861
19931
  }
19862
19932
  ],
19863
19933
  "parameters": [
@@ -19887,7 +19957,7 @@
19887
19957
  "fileName": "src/ContextInspector/index.tsx",
19888
19958
  "line": 63,
19889
19959
  "character": 5,
19890
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L63"
19960
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L63"
19891
19961
  }
19892
19962
  ],
19893
19963
  "type": {
@@ -19914,7 +19984,7 @@
19914
19984
  "fileName": "src/ContextInspector/index.tsx",
19915
19985
  "line": 63,
19916
19986
  "character": 3,
19917
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L63"
19987
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L63"
19918
19988
  }
19919
19989
  ]
19920
19990
  }
@@ -19945,7 +20015,7 @@
19945
20015
  "fileName": "src/HotKey/index.tsx",
19946
20016
  "line": 76,
19947
20017
  "character": 16,
19948
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/HotKey/index.tsx#L76"
20018
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L76"
19949
20019
  }
19950
20020
  ],
19951
20021
  "signatures": [
@@ -20074,7 +20144,7 @@
20074
20144
  "fileName": "src/HotKey/index.tsx",
20075
20145
  "line": 76,
20076
20146
  "character": 16,
20077
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/HotKey/index.tsx#L76"
20147
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L76"
20078
20148
  }
20079
20149
  ],
20080
20150
  "parameters": [
@@ -20116,7 +20186,7 @@
20116
20186
  "fileName": "src/useMediaQuery/index.ts",
20117
20187
  "line": 71,
20118
20188
  "character": 16,
20119
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L71"
20189
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L71"
20120
20190
  }
20121
20191
  ],
20122
20192
  "signatures": [
@@ -20131,7 +20201,7 @@
20131
20201
  "fileName": "src/useMediaQuery/index.ts",
20132
20202
  "line": 71,
20133
20203
  "character": 16,
20134
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L71"
20204
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L71"
20135
20205
  }
20136
20206
  ],
20137
20207
  "parameters": [
@@ -20182,7 +20252,7 @@
20182
20252
  "fileName": "src/Section/index.tsx",
20183
20253
  "line": 63,
20184
20254
  "character": 16,
20185
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Section/index.tsx#L63"
20255
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Section/index.tsx#L63"
20186
20256
  }
20187
20257
  ],
20188
20258
  "signatures": [
@@ -20232,7 +20302,7 @@
20232
20302
  "fileName": "src/Section/index.tsx",
20233
20303
  "line": 63,
20234
20304
  "character": 16,
20235
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Section/index.tsx#L63"
20305
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Section/index.tsx#L63"
20236
20306
  }
20237
20307
  ],
20238
20308
  "parameters": [
@@ -20277,7 +20347,7 @@
20277
20347
  "fileName": "src/SelectField/index.tsx",
20278
20348
  "line": 34,
20279
20349
  "character": 16,
20280
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L34"
20350
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L34"
20281
20351
  }
20282
20352
  ],
20283
20353
  "signatures": [
@@ -20292,7 +20362,7 @@
20292
20362
  "fileName": "src/SelectField/index.tsx",
20293
20363
  "line": 34,
20294
20364
  "character": 16,
20295
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L34"
20365
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L34"
20296
20366
  }
20297
20367
  ],
20298
20368
  "typeParameters": [
@@ -20412,7 +20482,7 @@
20412
20482
  "fileName": "src/SelectInput/index.tsx",
20413
20483
  "line": 158,
20414
20484
  "character": 16,
20415
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L158"
20485
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L158"
20416
20486
  }
20417
20487
  ],
20418
20488
  "signatures": [
@@ -20427,7 +20497,7 @@
20427
20497
  "fileName": "src/SelectInput/index.tsx",
20428
20498
  "line": 158,
20429
20499
  "character": 16,
20430
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L158"
20500
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L158"
20431
20501
  }
20432
20502
  ],
20433
20503
  "typeParameters": [
@@ -20570,7 +20640,7 @@
20570
20640
  "fileName": "src/icons.tsx",
20571
20641
  "line": 157,
20572
20642
  "character": 16,
20573
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L157"
20643
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L157"
20574
20644
  }
20575
20645
  ],
20576
20646
  "signatures": [
@@ -20585,7 +20655,7 @@
20585
20655
  "fileName": "src/icons.tsx",
20586
20656
  "line": 157,
20587
20657
  "character": 16,
20588
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L157"
20658
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L157"
20589
20659
  }
20590
20660
  ],
20591
20661
  "parameters": [
@@ -20627,7 +20697,7 @@
20627
20697
  "fileName": "src/icons.tsx",
20628
20698
  "line": 31,
20629
20699
  "character": 16,
20630
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L31"
20700
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L31"
20631
20701
  }
20632
20702
  ],
20633
20703
  "signatures": [
@@ -20642,7 +20712,7 @@
20642
20712
  "fileName": "src/icons.tsx",
20643
20713
  "line": 31,
20644
20714
  "character": 16,
20645
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L31"
20715
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L31"
20646
20716
  }
20647
20717
  ],
20648
20718
  "parameters": [
@@ -20684,7 +20754,7 @@
20684
20754
  "fileName": "src/SidebarPanel/index.tsx",
20685
20755
  "line": 48,
20686
20756
  "character": 16,
20687
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L48"
20757
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L48"
20688
20758
  }
20689
20759
  ],
20690
20760
  "signatures": [
@@ -20714,7 +20784,7 @@
20714
20784
  "fileName": "src/SidebarPanel/index.tsx",
20715
20785
  "line": 48,
20716
20786
  "character": 16,
20717
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L48"
20787
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L48"
20718
20788
  }
20719
20789
  ],
20720
20790
  "parameters": [
@@ -20756,7 +20826,7 @@
20756
20826
  "fileName": "src/icons.tsx",
20757
20827
  "line": 52,
20758
20828
  "character": 16,
20759
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L52"
20829
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L52"
20760
20830
  }
20761
20831
  ],
20762
20832
  "signatures": [
@@ -20771,7 +20841,7 @@
20771
20841
  "fileName": "src/icons.tsx",
20772
20842
  "line": 52,
20773
20843
  "character": 16,
20774
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L52"
20844
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L52"
20775
20845
  }
20776
20846
  ],
20777
20847
  "parameters": [
@@ -20813,7 +20883,7 @@
20813
20883
  "fileName": "src/Spinner/index.tsx",
20814
20884
  "line": 30,
20815
20885
  "character": 16,
20816
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Spinner/index.tsx#L30"
20886
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Spinner/index.tsx#L30"
20817
20887
  }
20818
20888
  ],
20819
20889
  "signatures": [
@@ -20853,7 +20923,7 @@
20853
20923
  "fileName": "src/Spinner/index.tsx",
20854
20924
  "line": 30,
20855
20925
  "character": 16,
20856
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Spinner/index.tsx#L30"
20926
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Spinner/index.tsx#L30"
20857
20927
  }
20858
20928
  ],
20859
20929
  "parameters": [
@@ -20898,7 +20968,7 @@
20898
20968
  "fileName": "src/SplitView/index.tsx",
20899
20969
  "line": 27,
20900
20970
  "character": 13,
20901
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SplitView/index.tsx#L27"
20971
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SplitView/index.tsx#L27"
20902
20972
  }
20903
20973
  ],
20904
20974
  "signatures": [
@@ -20913,7 +20983,7 @@
20913
20983
  "fileName": "src/SplitView/index.tsx",
20914
20984
  "line": 27,
20915
20985
  "character": 25,
20916
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SplitView/index.tsx#L27"
20986
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SplitView/index.tsx#L27"
20917
20987
  }
20918
20988
  ],
20919
20989
  "parameters": [
@@ -20958,7 +21028,7 @@
20958
21028
  "fileName": "src/SwitchField/index.tsx",
20959
21029
  "line": 26,
20960
21030
  "character": 16,
20961
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchField/index.tsx#L26"
21031
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchField/index.tsx#L26"
20962
21032
  }
20963
21033
  ],
20964
21034
  "signatures": [
@@ -20973,7 +21043,7 @@
20973
21043
  "fileName": "src/SwitchField/index.tsx",
20974
21044
  "line": 26,
20975
21045
  "character": 16,
20976
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchField/index.tsx#L26"
21046
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchField/index.tsx#L26"
20977
21047
  }
20978
21048
  ],
20979
21049
  "parameters": [
@@ -21018,7 +21088,7 @@
21018
21088
  "fileName": "src/SwitchInput/index.tsx",
21019
21089
  "line": 21,
21020
21090
  "character": 16,
21021
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L21"
21091
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L21"
21022
21092
  }
21023
21093
  ],
21024
21094
  "signatures": [
@@ -21033,7 +21103,7 @@
21033
21103
  "fileName": "src/SwitchInput/index.tsx",
21034
21104
  "line": 21,
21035
21105
  "character": 16,
21036
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L21"
21106
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L21"
21037
21107
  }
21038
21108
  ],
21039
21109
  "parameters": [
@@ -21075,7 +21145,7 @@
21075
21145
  "fileName": "src/TextareaField/index.tsx",
21076
21146
  "line": 23,
21077
21147
  "character": 16,
21078
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaField/index.tsx#L23"
21148
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaField/index.tsx#L23"
21079
21149
  }
21080
21150
  ],
21081
21151
  "signatures": [
@@ -21090,7 +21160,7 @@
21090
21160
  "fileName": "src/TextareaField/index.tsx",
21091
21161
  "line": 23,
21092
21162
  "character": 16,
21093
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaField/index.tsx#L23"
21163
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaField/index.tsx#L23"
21094
21164
  }
21095
21165
  ],
21096
21166
  "parameters": [
@@ -21135,7 +21205,7 @@
21135
21205
  "fileName": "src/TextareaInput/index.tsx",
21136
21206
  "line": 22,
21137
21207
  "character": 13,
21138
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L22"
21208
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L22"
21139
21209
  }
21140
21210
  ],
21141
21211
  "signatures": [
@@ -21150,7 +21220,7 @@
21150
21220
  "fileName": "src/TextareaInput/index.tsx",
21151
21221
  "line": 22,
21152
21222
  "character": 29,
21153
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L22"
21223
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L22"
21154
21224
  }
21155
21225
  ],
21156
21226
  "parameters": [
@@ -21192,7 +21262,7 @@
21192
21262
  "fileName": "src/TextField/index.tsx",
21193
21263
  "line": 23,
21194
21264
  "character": 16,
21195
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextField/index.tsx#L23"
21265
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextField/index.tsx#L23"
21196
21266
  }
21197
21267
  ],
21198
21268
  "signatures": [
@@ -21207,7 +21277,7 @@
21207
21277
  "fileName": "src/TextField/index.tsx",
21208
21278
  "line": 23,
21209
21279
  "character": 16,
21210
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextField/index.tsx#L23"
21280
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextField/index.tsx#L23"
21211
21281
  }
21212
21282
  ],
21213
21283
  "parameters": [
@@ -21252,7 +21322,7 @@
21252
21322
  "fileName": "src/TextInput/index.tsx",
21253
21323
  "line": 31,
21254
21324
  "character": 13,
21255
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L31"
21325
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L31"
21256
21326
  }
21257
21327
  ],
21258
21328
  "signatures": [
@@ -21267,7 +21337,7 @@
21267
21337
  "fileName": "src/TextInput/index.tsx",
21268
21338
  "line": 31,
21269
21339
  "character": 25,
21270
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L31"
21340
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L31"
21271
21341
  }
21272
21342
  ],
21273
21343
  "parameters": [
@@ -21309,7 +21379,7 @@
21309
21379
  "fileName": "src/Toolbar/Toolbar/index.tsx",
21310
21380
  "line": 95,
21311
21381
  "character": 16,
21312
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
21382
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
21313
21383
  }
21314
21384
  ],
21315
21385
  "signatures": [
@@ -21364,7 +21434,7 @@
21364
21434
  "fileName": "src/Toolbar/Toolbar/index.tsx",
21365
21435
  "line": 95,
21366
21436
  "character": 16,
21367
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
21437
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
21368
21438
  }
21369
21439
  ],
21370
21440
  "parameters": [
@@ -21406,7 +21476,7 @@
21406
21476
  "fileName": "src/Toolbar/Button/index.tsx",
21407
21477
  "line": 16,
21408
21478
  "character": 16,
21409
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
21479
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
21410
21480
  }
21411
21481
  ],
21412
21482
  "signatures": [
@@ -21421,7 +21491,7 @@
21421
21491
  "fileName": "src/Toolbar/Button/index.tsx",
21422
21492
  "line": 16,
21423
21493
  "character": 16,
21424
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
21494
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
21425
21495
  }
21426
21496
  ],
21427
21497
  "parameters": [
@@ -21463,7 +21533,7 @@
21463
21533
  "fileName": "src/Toolbar/Stack/index.tsx",
21464
21534
  "line": 12,
21465
21535
  "character": 16,
21466
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
21536
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
21467
21537
  }
21468
21538
  ],
21469
21539
  "signatures": [
@@ -21478,7 +21548,7 @@
21478
21548
  "fileName": "src/Toolbar/Stack/index.tsx",
21479
21549
  "line": 12,
21480
21550
  "character": 16,
21481
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
21551
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
21482
21552
  }
21483
21553
  ],
21484
21554
  "parameters": [
@@ -21520,7 +21590,7 @@
21520
21590
  "fileName": "src/Toolbar/Title/index.tsx",
21521
21591
  "line": 11,
21522
21592
  "character": 16,
21523
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
21593
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
21524
21594
  }
21525
21595
  ],
21526
21596
  "signatures": [
@@ -21535,7 +21605,7 @@
21535
21605
  "fileName": "src/Toolbar/Title/index.tsx",
21536
21606
  "line": 11,
21537
21607
  "character": 16,
21538
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
21608
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
21539
21609
  }
21540
21610
  ],
21541
21611
  "parameters": [
@@ -21577,7 +21647,7 @@
21577
21647
  "fileName": "src/Tooltip/Tooltip/index.tsx",
21578
21648
  "line": 76,
21579
21649
  "character": 16,
21580
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
21650
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
21581
21651
  }
21582
21652
  ],
21583
21653
  "signatures": [
@@ -21652,7 +21722,7 @@
21652
21722
  "fileName": "src/Tooltip/Tooltip/index.tsx",
21653
21723
  "line": 76,
21654
21724
  "character": 16,
21655
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
21725
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
21656
21726
  }
21657
21727
  ],
21658
21728
  "parameters": [
@@ -21922,7 +21992,7 @@
21922
21992
  "fileName": "src/Tooltip/TooltipContent/index.tsx",
21923
21993
  "line": 84,
21924
21994
  "character": 13,
21925
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
21995
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
21926
21996
  }
21927
21997
  ],
21928
21998
  "signatures": [
@@ -21945,7 +22015,7 @@
21945
22015
  "fileName": "src/Tooltip/TooltipContent/index.tsx",
21946
22016
  "line": 84,
21947
22017
  "character": 13,
21948
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
22018
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
21949
22019
  }
21950
22020
  ],
21951
22021
  "parameters": [
@@ -22053,7 +22123,7 @@
22053
22123
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
22054
22124
  "line": 118,
22055
22125
  "character": 16,
22056
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
22126
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
22057
22127
  }
22058
22128
  ],
22059
22129
  "signatures": [
@@ -22120,7 +22190,7 @@
22120
22190
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
22121
22191
  "line": 118,
22122
22192
  "character": 16,
22123
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
22193
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
22124
22194
  }
22125
22195
  ],
22126
22196
  "parameters": [
@@ -22376,7 +22446,7 @@
22376
22446
  "fileName": "src/Tooltip/TooltipTrigger/index.tsx",
22377
22447
  "line": 49,
22378
22448
  "character": 13,
22379
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
22449
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
22380
22450
  }
22381
22451
  ],
22382
22452
  "signatures": [
@@ -22399,7 +22469,7 @@
22399
22469
  "fileName": "src/Tooltip/TooltipTrigger/index.tsx",
22400
22470
  "line": 49,
22401
22471
  "character": 13,
22402
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
22472
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
22403
22473
  }
22404
22474
  ],
22405
22475
  "parameters": [
@@ -22507,7 +22577,7 @@
22507
22577
  "fileName": "src/useClickOutside/index.ts",
22508
22578
  "line": 3,
22509
22579
  "character": 16,
22510
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useClickOutside/index.ts#L3"
22580
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useClickOutside/index.ts#L3"
22511
22581
  }
22512
22582
  ],
22513
22583
  "signatures": [
@@ -22522,7 +22592,7 @@
22522
22592
  "fileName": "src/useClickOutside/index.ts",
22523
22593
  "line": 3,
22524
22594
  "character": 16,
22525
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useClickOutside/index.ts#L3"
22595
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useClickOutside/index.ts#L3"
22526
22596
  }
22527
22597
  ],
22528
22598
  "typeParameters": [
@@ -22572,7 +22642,7 @@
22572
22642
  "fileName": "src/useClickOutside/index.ts",
22573
22643
  "line": 4,
22574
22644
  "character": 11,
22575
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useClickOutside/index.ts#L4"
22645
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useClickOutside/index.ts#L4"
22576
22646
  }
22577
22647
  ],
22578
22648
  "signatures": [
@@ -22587,7 +22657,7 @@
22587
22657
  "fileName": "src/useClickOutside/index.ts",
22588
22658
  "line": 4,
22589
22659
  "character": 11,
22590
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useClickOutside/index.ts#L4"
22660
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useClickOutside/index.ts#L4"
22591
22661
  }
22592
22662
  ],
22593
22663
  "parameters": [
@@ -22664,7 +22734,7 @@
22664
22734
  "fileName": "src/Canvas/index.tsx",
22665
22735
  "line": 20,
22666
22736
  "character": 16,
22667
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L20"
22737
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L20"
22668
22738
  }
22669
22739
  ],
22670
22740
  "signatures": [
@@ -22679,7 +22749,7 @@
22679
22749
  "fileName": "src/Canvas/index.tsx",
22680
22750
  "line": 20,
22681
22751
  "character": 16,
22682
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L20"
22752
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L20"
22683
22753
  }
22684
22754
  ],
22685
22755
  "typeParameters": [
@@ -22724,7 +22794,7 @@
22724
22794
  "fileName": "src/useMediaQuery/index.ts",
22725
22795
  "line": 154,
22726
22796
  "character": 16,
22727
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L154"
22797
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L154"
22728
22798
  }
22729
22799
  ],
22730
22800
  "signatures": [
@@ -22739,7 +22809,7 @@
22739
22809
  "fileName": "src/useMediaQuery/index.ts",
22740
22810
  "line": 154,
22741
22811
  "character": 16,
22742
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L154"
22812
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L154"
22743
22813
  }
22744
22814
  ],
22745
22815
  "parameters": [
@@ -22821,7 +22891,7 @@
22821
22891
  "fileName": "src/useMediaQuery/index.ts",
22822
22892
  "line": 12,
22823
22893
  "character": 16,
22824
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L12"
22894
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L12"
22825
22895
  }
22826
22896
  ],
22827
22897
  "signatures": [
@@ -22836,7 +22906,7 @@
22836
22906
  "fileName": "src/useMediaQuery/index.ts",
22837
22907
  "line": 12,
22838
22908
  "character": 16,
22839
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L12"
22909
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L12"
22840
22910
  }
22841
22911
  ],
22842
22912
  "parameters": [
@@ -22875,7 +22945,7 @@
22875
22945
  "fileName": "src/VerticalSplit/index.tsx",
22876
22946
  "line": 263,
22877
22947
  "character": 16,
22878
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L263"
22948
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L263"
22879
22949
  }
22880
22950
  ],
22881
22951
  "signatures": [
@@ -22935,7 +23005,7 @@
22935
23005
  "fileName": "src/VerticalSplit/index.tsx",
22936
23006
  "line": 263,
22937
23007
  "character": 16,
22938
- "url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L263"
23008
+ "url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L263"
22939
23009
  }
22940
23010
  ],
22941
23011
  "parameters": [