datocms-react-ui 2.1.4 → 3.0.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (135) 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/ButtonGroup/Group/styles.module.css.json +1 -1
  4. package/dist/cjs/Canvas/index.js +181 -276
  5. package/dist/cjs/Canvas/index.js.map +1 -1
  6. package/dist/cjs/Canvas/styles.module.css.json +1 -1
  7. package/dist/cjs/ContextInspector/styles.module.css.json +1 -1
  8. package/dist/cjs/Dropdown/styles.module.css.json +1 -1
  9. package/dist/cjs/FieldError/styles.module.css.json +1 -1
  10. package/dist/cjs/FieldHint/styles.module.css.json +1 -1
  11. package/dist/cjs/FormLabel/styles.module.css.json +1 -1
  12. package/dist/cjs/HotKey/styles.module.css.json +1 -1
  13. package/dist/cjs/Section/styles.module.css.json +1 -1
  14. package/dist/cjs/SelectInput/index.js +41 -22
  15. package/dist/cjs/SelectInput/index.js.map +1 -1
  16. package/dist/cjs/SidebarPanel/index.js +4 -11
  17. package/dist/cjs/SidebarPanel/index.js.map +1 -1
  18. package/dist/cjs/SidebarPanel/styles.module.css.json +1 -1
  19. package/dist/cjs/Spinner/styles.module.css.json +1 -1
  20. package/dist/cjs/SplitView/SplitViewSash/styles.module.css.json +1 -1
  21. package/dist/cjs/SwitchField/styles.module.css.json +1 -1
  22. package/dist/cjs/SwitchInput/styles.module.css.json +1 -1
  23. package/dist/cjs/TextInput/styles.module.css.json +1 -1
  24. package/dist/cjs/TextareaInput/styles.module.css.json +1 -1
  25. package/dist/cjs/Toolbar/Button/styles.module.css.json +1 -1
  26. package/dist/cjs/Toolbar/Toolbar/index.js +3 -3
  27. package/dist/cjs/Toolbar/Toolbar/styles.module.css.json +1 -1
  28. package/dist/cjs/Tooltip/TooltipContent/styles.module.css.json +1 -1
  29. package/dist/cjs/Tooltip/TooltipDelayGroup/index.js +2 -2
  30. package/dist/cjs/VerticalSplit/index.js +4 -4
  31. package/dist/cjs/VerticalSplit/styles.module.css.json +1 -1
  32. package/dist/cjs/generateStyleFromCtx/index.js +133 -2
  33. package/dist/cjs/generateStyleFromCtx/index.js.map +1 -1
  34. package/dist/cjs/icons.js +8 -8
  35. package/dist/cjs/icons.js.map +1 -1
  36. package/dist/esm/Button/styles.module.css.json +1 -1
  37. package/dist/esm/ButtonGroup/Button/styles.module.css.json +1 -1
  38. package/dist/esm/ButtonGroup/Group/styles.module.css.json +1 -1
  39. package/dist/esm/Canvas/index.d.ts +181 -276
  40. package/dist/esm/Canvas/index.js +181 -276
  41. package/dist/esm/Canvas/index.js.map +1 -1
  42. package/dist/esm/Canvas/styles.module.css.json +1 -1
  43. package/dist/esm/ContextInspector/styles.module.css.json +1 -1
  44. package/dist/esm/Dropdown/styles.module.css.json +1 -1
  45. package/dist/esm/FieldError/styles.module.css.json +1 -1
  46. package/dist/esm/FieldHint/styles.module.css.json +1 -1
  47. package/dist/esm/FormLabel/styles.module.css.json +1 -1
  48. package/dist/esm/HotKey/styles.module.css.json +1 -1
  49. package/dist/esm/Section/styles.module.css.json +1 -1
  50. package/dist/esm/SelectInput/index.js +41 -22
  51. package/dist/esm/SelectInput/index.js.map +1 -1
  52. package/dist/esm/SidebarPanel/index.d.ts +2 -2
  53. package/dist/esm/SidebarPanel/index.js +4 -11
  54. package/dist/esm/SidebarPanel/index.js.map +1 -1
  55. package/dist/esm/SidebarPanel/styles.module.css.json +1 -1
  56. package/dist/esm/Spinner/styles.module.css.json +1 -1
  57. package/dist/esm/SplitView/SplitViewSash/styles.module.css.json +1 -1
  58. package/dist/esm/SwitchField/styles.module.css.json +1 -1
  59. package/dist/esm/SwitchInput/styles.module.css.json +1 -1
  60. package/dist/esm/TextInput/styles.module.css.json +1 -1
  61. package/dist/esm/TextareaInput/styles.module.css.json +1 -1
  62. package/dist/esm/Toolbar/Button/styles.module.css.json +1 -1
  63. package/dist/esm/Toolbar/Toolbar/index.d.ts +3 -3
  64. package/dist/esm/Toolbar/Toolbar/index.js +3 -3
  65. package/dist/esm/Toolbar/Toolbar/styles.module.css.json +1 -1
  66. package/dist/esm/Tooltip/TooltipContent/styles.module.css.json +1 -1
  67. package/dist/esm/Tooltip/TooltipDelayGroup/index.d.ts +2 -2
  68. package/dist/esm/Tooltip/TooltipDelayGroup/index.js +2 -2
  69. package/dist/esm/VerticalSplit/index.d.ts +4 -4
  70. package/dist/esm/VerticalSplit/index.js +4 -4
  71. package/dist/esm/VerticalSplit/styles.module.css.json +1 -1
  72. package/dist/esm/generateStyleFromCtx/index.js +133 -2
  73. package/dist/esm/generateStyleFromCtx/index.js.map +1 -1
  74. package/dist/esm/icons.js +8 -8
  75. package/dist/esm/icons.js.map +1 -1
  76. package/dist/types/Canvas/index.d.ts +181 -276
  77. package/dist/types/SidebarPanel/index.d.ts +2 -2
  78. package/dist/types/Toolbar/Toolbar/index.d.ts +3 -3
  79. package/dist/types/Tooltip/TooltipDelayGroup/index.d.ts +2 -2
  80. package/dist/types/VerticalSplit/index.d.ts +4 -4
  81. package/package.json +3 -3
  82. package/src/Button/styles.module.css +19 -19
  83. package/src/Button/styles.module.css.json +1 -1
  84. package/src/ButtonGroup/Button/styles.module.css +15 -17
  85. package/src/ButtonGroup/Button/styles.module.css.json +1 -1
  86. package/src/ButtonGroup/Group/styles.module.css +1 -1
  87. package/src/ButtonGroup/Group/styles.module.css.json +1 -1
  88. package/src/Canvas/index.tsx +181 -276
  89. package/src/Canvas/styles.module.css +75 -16
  90. package/src/Canvas/styles.module.css.json +1 -1
  91. package/src/ContextInspector/styles.module.css +10 -10
  92. package/src/ContextInspector/styles.module.css.json +1 -1
  93. package/src/Dropdown/styles.module.css +30 -28
  94. package/src/Dropdown/styles.module.css.json +1 -1
  95. package/src/FieldError/styles.module.css +1 -1
  96. package/src/FieldError/styles.module.css.json +1 -1
  97. package/src/FieldHint/styles.module.css +1 -1
  98. package/src/FieldHint/styles.module.css.json +1 -1
  99. package/src/FormLabel/styles.module.css +2 -2
  100. package/src/FormLabel/styles.module.css.json +1 -1
  101. package/src/HotKey/styles.module.css +1 -1
  102. package/src/HotKey/styles.module.css.json +1 -1
  103. package/src/Section/styles.module.css +8 -8
  104. package/src/Section/styles.module.css.json +1 -1
  105. package/src/SelectInput/index.tsx +53 -26
  106. package/src/SidebarPanel/index.tsx +4 -29
  107. package/src/SidebarPanel/styles.module.css +6 -6
  108. package/src/SidebarPanel/styles.module.css.json +1 -1
  109. package/src/Spinner/styles.module.css +1 -1
  110. package/src/Spinner/styles.module.css.json +1 -1
  111. package/src/SplitView/SplitViewSash/styles.module.css +7 -7
  112. package/src/SplitView/SplitViewSash/styles.module.css.json +1 -1
  113. package/src/SwitchField/styles.module.css +1 -1
  114. package/src/SwitchField/styles.module.css.json +1 -1
  115. package/src/SwitchInput/styles.module.css +16 -13
  116. package/src/SwitchInput/styles.module.css.json +1 -1
  117. package/src/TextInput/styles.module.css +13 -11
  118. package/src/TextInput/styles.module.css.json +1 -1
  119. package/src/TextareaInput/styles.module.css +13 -11
  120. package/src/TextareaInput/styles.module.css.json +1 -1
  121. package/src/Toolbar/Button/styles.module.css +4 -4
  122. package/src/Toolbar/Button/styles.module.css.json +1 -1
  123. package/src/Toolbar/Toolbar/index.tsx +3 -3
  124. package/src/Toolbar/Toolbar/styles.module.css +2 -2
  125. package/src/Toolbar/Toolbar/styles.module.css.json +1 -1
  126. package/src/Tooltip/TooltipContent/styles.module.css +2 -2
  127. package/src/Tooltip/TooltipContent/styles.module.css.json +1 -1
  128. package/src/Tooltip/TooltipDelayGroup/index.tsx +2 -2
  129. package/src/VerticalSplit/index.tsx +4 -4
  130. package/src/VerticalSplit/styles.module.css +7 -11
  131. package/src/VerticalSplit/styles.module.css.json +1 -1
  132. package/src/generateStyleFromCtx/index.ts +153 -0
  133. package/src/icons.tsx +8 -0
  134. package/styles.css +29 -1
  135. package/types.json +517 -389
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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldGroup/index.tsx#L7"
26
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldGroup/index.tsx#L6"
53
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldGroup/index.tsx#L8"
74
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldGroup/index.tsx#L5"
104
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FormLabel/index.tsx#L7"
126
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FormLabel/index.tsx#L8"
153
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FormLabel/index.tsx#L11"
174
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FormLabel/index.tsx#L10"
201
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FormLabel/index.tsx#L6"
220
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FormLabel/index.tsx#L9"
241
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FormLabel/index.tsx#L5"
268
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Form/index.tsx#L17"
290
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Form/index.tsx#L16"
317
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Form/index.tsx#L13"
338
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Form/index.tsx#L14"
376
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Form/index.tsx#L15"
406
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Form/index.tsx#L12"
438
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L15"
3401
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L14"
3820
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L16"
4633
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L17"
6900
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L18"
11396
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L12"
11701
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SwitchInput/index.tsx#L12"
11702
11702
  }
11703
11703
  ],
11704
11704
  "extendedTypes": [
@@ -11748,9 +11748,9 @@
11748
11748
  "sources": [
11749
11749
  {
11750
11750
  "fileName": "src/SelectInput/index.tsx",
11751
- "line": 209,
11751
+ "line": 236,
11752
11752
  "character": 12,
11753
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L209"
11753
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L236"
11754
11754
  }
11755
11755
  ],
11756
11756
  "typeParameters": [
@@ -11878,9 +11878,9 @@
11878
11878
  "sources": [
11879
11879
  {
11880
11880
  "fileName": "src/SelectInput/index.tsx",
11881
- "line": 152,
11881
+ "line": 179,
11882
11882
  "character": 12,
11883
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L152"
11883
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L179"
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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L15"
12013
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L15"
12040
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L15"
12058
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
12079
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L10"
12104
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L11"
12131
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L13"
12152
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L15"
12173
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L12"
12200
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L14"
12221
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
12254
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
12271
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Group/index.tsx#L6"
12296
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Group/index.tsx#L7"
12323
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Group/index.tsx#L8"
12344
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
12374
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L120"
12391
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L127"
12416
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L126"
12462
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L121"
12496
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L124"
12523
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L128"
12544
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L122"
12563
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L130"
12584
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L125"
12611
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L131"
12638
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L129"
12665
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L123"
12692
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L120"
12747
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L6"
12764
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L13"
12789
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L12"
12835
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L7"
12869
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L9"
12896
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L10"
12917
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L16"
12938
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L14"
12959
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L11"
12986
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L15"
13013
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L17"
13040
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L8"
13067
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L6"
13122
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L30"
13139
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L33"
13162
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L31"
13187
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L32"
13210
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L30"
13234
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Canvas/index.tsx#L30"
13235
13235
  }
13236
13236
  ]
13237
13237
  }
@@ -13246,9 +13246,9 @@
13246
13246
  "sources": [
13247
13247
  {
13248
13248
  "fileName": "src/SelectInput/index.tsx",
13249
- "line": 180,
13249
+ "line": 207,
13250
13250
  "character": 12,
13251
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L180"
13251
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L207"
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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Group.tsx#L5"
13381
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Group.tsx#L6"
13404
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Group.tsx#L7"
13428
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Group.tsx#L5"
13457
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Menu.tsx#L127"
13474
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Menu.tsx#L129"
13499
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Menu.tsx#L128"
13527
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Menu.tsx#L127"
13555
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
13572
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L11"
13597
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L8"
13616
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
13641
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
13657
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L9"
13727
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
13752
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L16"
13769
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L19"
13794
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L23"
13813
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L25"
13839
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L24"
13860
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L22"
13881
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L17"
13902
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L17"
13918
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L20"
13988
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L18"
14009
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L21"
14030
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L16"
14060
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
14077
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Dropdown.tsx#L14"
14100
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
14124
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
14140
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
14198
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Text.tsx#L4"
14215
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Text.tsx#L4"
14238
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Text.tsx#L4"
14265
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/HotKey/index.tsx#L7"
14282
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/HotKey/index.tsx#L12"
14313
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/HotKey/index.tsx#L14"
14342
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/HotKey/index.tsx#L7"
14365
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L3"
14382
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L6"
14407
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L5"
14428
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L7"
14458
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L4"
14485
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L3"
14519
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L66"
14536
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L68"
14559
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L68"
14575
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L67"
14629
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L66"
14652
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useMediaQuery/index.ts#L66"
14653
14653
  }
14654
14654
  ]
14655
14655
  }
@@ -14664,9 +14664,9 @@
14664
14664
  "sources": [
14665
14665
  {
14666
14666
  "fileName": "src/SelectInput/index.tsx",
14667
- "line": 123,
14667
+ "line": 150,
14668
14668
  "character": 12,
14669
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L123"
14669
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L150"
14670
14670
  }
14671
14671
  ],
14672
14672
  "typeParameters": [
@@ -14795,9 +14795,9 @@
14795
14795
  "sources": [
14796
14796
  {
14797
14797
  "fileName": "src/SidebarPanel/index.tsx",
14798
- "line": 31,
14798
+ "line": 6,
14799
14799
  "character": 12,
14800
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SidebarPanel/index.tsx#L31"
14800
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SidebarPanel/index.tsx#L6"
14801
14801
  }
14802
14802
  ],
14803
14803
  "type": {
@@ -14818,9 +14818,9 @@
14818
14818
  "sources": [
14819
14819
  {
14820
14820
  "fileName": "src/SidebarPanel/index.tsx",
14821
- "line": 34,
14821
+ "line": 9,
14822
14822
  "character": 2,
14823
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SidebarPanel/index.tsx#L34"
14823
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SidebarPanel/index.tsx#L9"
14824
14824
  }
14825
14825
  ],
14826
14826
  "type": {
@@ -14845,9 +14845,9 @@
14845
14845
  "sources": [
14846
14846
  {
14847
14847
  "fileName": "src/SidebarPanel/index.tsx",
14848
- "line": 35,
14848
+ "line": 10,
14849
14849
  "character": 2,
14850
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SidebarPanel/index.tsx#L35"
14850
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SidebarPanel/index.tsx#L10"
14851
14851
  }
14852
14852
  ],
14853
14853
  "type": {
@@ -14866,9 +14866,9 @@
14866
14866
  "sources": [
14867
14867
  {
14868
14868
  "fileName": "src/SidebarPanel/index.tsx",
14869
- "line": 33,
14869
+ "line": 8,
14870
14870
  "character": 2,
14871
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SidebarPanel/index.tsx#L33"
14871
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SidebarPanel/index.tsx#L8"
14872
14872
  }
14873
14873
  ],
14874
14874
  "type": {
@@ -14887,9 +14887,9 @@
14887
14887
  "sources": [
14888
14888
  {
14889
14889
  "fileName": "src/SidebarPanel/index.tsx",
14890
- "line": 32,
14890
+ "line": 7,
14891
14891
  "character": 2,
14892
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SidebarPanel/index.tsx#L32"
14892
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SidebarPanel/index.tsx#L7"
14893
14893
  }
14894
14894
  ],
14895
14895
  "type": {
@@ -14918,9 +14918,9 @@
14918
14918
  "sources": [
14919
14919
  {
14920
14920
  "fileName": "src/SidebarPanel/index.tsx",
14921
- "line": 31,
14921
+ "line": 6,
14922
14922
  "character": 32,
14923
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SidebarPanel/index.tsx#L31"
14923
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L5"
14940
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L5"
14956
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L6"
15051
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L6"
15067
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L11"
15137
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L15"
15165
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L19"
15186
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L14"
15207
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L18"
15228
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L13"
15266
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L16"
15287
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L12"
15308
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L17"
15329
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L11"
15360
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L6"
15411
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L6"
15427
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L11"
15497
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L24"
15525
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L28"
15546
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L23"
15567
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L27"
15588
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L22"
15626
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L25"
15647
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L21"
15668
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L26"
15689
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L12"
15712
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L11"
15775
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
15826
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Button/index.tsx#L10"
15851
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Button/index.tsx#L11"
15878
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Button/index.tsx#L13"
15899
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Button/index.tsx#L12"
15926
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
15957
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
15974
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L6"
15999
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L7"
16026
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L8"
16047
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
16077
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
16094
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Stack/index.tsx#L6"
16119
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Stack/index.tsx#L7"
16146
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Stack/index.tsx#L8"
16167
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Stack/index.tsx#L9"
16201
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
16232
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
16249
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Title/index.tsx#L6"
16274
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Title/index.tsx#L7"
16301
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Title/index.tsx#L8"
16322
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
16352
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L17"
16369
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L18"
16394
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L17"
16421
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L4"
16438
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L5"
16463
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16497
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16529
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16550
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
16573
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L9"
16602
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L4"
16626
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L4"
16643
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L5"
16671
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L4"
16698
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L5"
16726
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L6"
16749
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L5"
16776
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L11"
16793
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L18"
16818
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L19"
16837
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L17"
16877
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L14"
16898
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L13"
16928
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L12"
16958
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L20"
16988
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L20"
17004
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L21"
17049
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L21"
17065
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L16"
17108
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L15"
17138
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L11"
17178
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L18"
17197
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectField/index.tsx#L205"
17240
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectField/index.tsx#L205"
17255
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectField/index.tsx#L205"
17256
17256
  }
17257
17257
  ],
17258
17258
  "typeParameters": [
@@ -17370,9 +17370,9 @@
17370
17370
  "sources": [
17371
17371
  {
17372
17372
  "fileName": "src/SelectInput/index.tsx",
17373
- "line": 216,
17373
+ "line": 243,
17374
17374
  "character": 16,
17375
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L216"
17375
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L243"
17376
17376
  }
17377
17377
  ],
17378
17378
  "signatures": [
@@ -17385,9 +17385,9 @@
17385
17385
  "sources": [
17386
17386
  {
17387
17387
  "fileName": "src/SelectInput/index.tsx",
17388
- "line": 216,
17388
+ "line": 243,
17389
17389
  "character": 16,
17390
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L216"
17390
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L243"
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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectField/index.tsx#L91"
17533
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectField/index.tsx#L91"
17548
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectField/index.tsx#L91"
17549
17549
  }
17550
17550
  ],
17551
17551
  "typeParameters": [
@@ -17663,9 +17663,9 @@
17663
17663
  "sources": [
17664
17664
  {
17665
17665
  "fileName": "src/SelectInput/index.tsx",
17666
- "line": 158,
17666
+ "line": 185,
17667
17667
  "character": 16,
17668
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L158"
17668
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L185"
17669
17669
  }
17670
17670
  ],
17671
17671
  "signatures": [
@@ -17678,9 +17678,9 @@
17678
17678
  "sources": [
17679
17679
  {
17680
17680
  "fileName": "src/SelectInput/index.tsx",
17681
- "line": 158,
17681
+ "line": 185,
17682
17682
  "character": 16,
17683
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L158"
17683
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L185"
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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L10"
17826
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L10"
17841
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L81"
17883
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L81"
17943
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
17985
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
18015
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
18057
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
18072
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L134"
18114
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Button/index.tsx#L134"
18129
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/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": 529,
18169
+ "line": 434,
18170
18170
  "character": 16,
18171
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L529"
18171
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Canvas/index.tsx#L434"
18172
18172
  }
18173
18173
  ],
18174
18174
  "signatures": [
@@ -18183,11 +18183,11 @@
18183
18183
  "blockTags": [
18184
18184
  {
18185
18185
  "tag": "@example",
18186
- "name": "Color palette CSS variables",
18186
+ "name": "Semantic color token CSS variables",
18187
18187
  "content": [
18188
18188
  {
18189
18189
  "kind": "text",
18190
- "text": "Within the "
18190
+ "text": "Inside "
18191
18191
  },
18192
18192
  {
18193
18193
  "kind": "code",
@@ -18195,11 +18195,139 @@
18195
18195
  },
18196
18196
  {
18197
18197
  "kind": "text",
18198
- "text": " component, a color palette is made available as a set of\nCSS variables, allowing you to conform to the theme of the current\nenvironment:\n\n"
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"
18199
+ },
18200
+ {
18201
+ "kind": "code",
18202
+ "text": "```\n--color--{property} // standalone (one -- after color)\n--color--{context}--{property} // context pair (two -- after color)\n```"
18203
+ },
18204
+ {
18205
+ "kind": "text",
18206
+ "text": "\n\n**Properties** — "
18207
+ },
18208
+ {
18209
+ "kind": "code",
18210
+ "text": "`surface`"
18211
+ },
18212
+ {
18213
+ "kind": "text",
18214
+ "text": " (backgrounds), "
18215
+ },
18216
+ {
18217
+ "kind": "code",
18218
+ "text": "`ink`"
18219
+ },
18220
+ {
18221
+ "kind": "text",
18222
+ "text": " (text/icons),\n"
18223
+ },
18224
+ {
18225
+ "kind": "code",
18226
+ "text": "`border`"
18227
+ },
18228
+ {
18229
+ "kind": "text",
18230
+ "text": " (1px lines), "
18231
+ },
18232
+ {
18233
+ "kind": "code",
18234
+ "text": "`outline`"
18235
+ },
18236
+ {
18237
+ "kind": "text",
18238
+ "text": " (focus rings), plus "
18239
+ },
18240
+ {
18241
+ "kind": "code",
18242
+ "text": "`fill`"
18243
+ },
18244
+ {
18245
+ "kind": "text",
18246
+ "text": " / "
18247
+ },
18248
+ {
18249
+ "kind": "code",
18250
+ "text": "`track`"
18251
+ },
18252
+ {
18253
+ "kind": "text",
18254
+ "text": "\nfor progress bars.\n\n**Standalone** tokens work on any neutral page. **Contexts** are\nself-contained environments: always pair a "
18255
+ },
18256
+ {
18257
+ "kind": "code",
18258
+ "text": "`surface`"
18259
+ },
18260
+ {
18261
+ "kind": "text",
18262
+ "text": " with the "
18263
+ },
18264
+ {
18265
+ "kind": "code",
18266
+ "text": "`ink`"
18267
+ },
18268
+ {
18269
+ "kind": "text",
18270
+ "text": ",\n"
18271
+ },
18272
+ {
18273
+ "kind": "code",
18274
+ "text": "`border`"
18275
+ },
18276
+ {
18277
+ "kind": "text",
18278
+ "text": ", and hover states from the *same* context. Never mix — e.g.\ndon't put "
18279
+ },
18280
+ {
18281
+ "kind": "code",
18282
+ "text": "`--color--primary--ink`"
18283
+ },
18284
+ {
18285
+ "kind": "text",
18286
+ "text": " on "
18287
+ },
18288
+ {
18289
+ "kind": "code",
18290
+ "text": "`--color--danger--surface`"
18291
+ },
18292
+ {
18293
+ "kind": "text",
18294
+ "text": ".\n\nNon-color tokens "
18295
+ },
18296
+ {
18297
+ "kind": "code",
18298
+ "text": "`--shadow--elevated`"
18299
+ },
18300
+ {
18301
+ "kind": "text",
18302
+ "text": " / "
18303
+ },
18304
+ {
18305
+ "kind": "code",
18306
+ "text": "`--shadow--float`"
18307
+ },
18308
+ {
18309
+ "kind": "text",
18310
+ "text": " /\n"
18199
18311
  },
18200
18312
  {
18201
18313
  "kind": "code",
18202
- "text": "```js\n<Canvas ctx={ctx}>\n <Section title=\"Text colors\">\n <table>\n <tbody>\n <tr>\n <td>\n <code>--base-body-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--base-body-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--light-body-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--light-body-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--placeholder-body-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--placeholder-body-color)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n </Section>\n <Section title=\"UI colors\">\n <table>\n <tbody>\n <tr>\n <td>\n <code>--light-bg-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--light-bg-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--lighter-bg-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--lighter-bg-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--disabled-bg-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--disabled-bg-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--border-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--border-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--darker-border-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--darker-border-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--alert-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--alert-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--warning-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--warning-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--notice-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--notice-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--warning-bg-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--warning-bg-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--add-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--add-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--remove-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--remove-color)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n </Section>\n <Section title=\"Project-specific colors\">\n <table>\n <tbody>\n <tr>\n <td>\n <code>--accent-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--accent-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--primary-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--primary-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--light-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--light-color)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--dark-color</code>\n </td>\n <td width=\"30%\">\n <div\n style={{\n width: '30px',\n height: '30px',\n background: 'var(--dark-color)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n </Section>\n</Canvas>;\n```"
18314
+ "text": "`--shadow--ambient`"
18315
+ },
18316
+ {
18317
+ "kind": "text",
18318
+ "text": " are ready-made "
18319
+ },
18320
+ {
18321
+ "kind": "code",
18322
+ "text": "`box-shadow`"
18323
+ },
18324
+ {
18325
+ "kind": "text",
18326
+ "text": " composites.\n\n"
18327
+ },
18328
+ {
18329
+ "kind": "code",
18330
+ "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']\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, enterprise\">\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 '--color--enterprise--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: 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',\n '--color--feedback-warning--ink', '--color--feedback-warning--surface', '--color--feedback-warning--border',\n '--color--feedback-success--ink', '--color--feedback-success--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: 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-removed--surface', '--color--diff-changed--surface',\n '--color--diff-added--surface-subtle', '--color--diff-removed--surface-subtle', '--color--diff-changed--surface-subtle',\n '--color--diff-added--outline-subtle', '--color--diff-removed--outline-subtle', '--color--diff-changed--outline-subtle',\n '--color--diff-changed--border', '--color--diff-changed--border-negative']\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-subtle', '--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 three layers of depth (base → surface → raised) plus buttons, borders and a translucent fill. Use it when a dark inline panel needs internal hierarchy.</p>\n <table><tbody>\n {['--color--stacked--surface-base', '--color--stacked--surface', '--color--stacked--surface-raised',\n '--color--stacked--surface-hover', '--color--stacked--surface-translucent',\n '--color--stacked--surface-button', '--color--stacked--surface-button-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=\"Shadow colors and scrollbar\">\n <table><tbody>\n {['--color--shadow-subtle', '--color--shadow', '--color--shadow-strong', '--color--scrollbar']\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--elevated', '--shadow--float', '--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```"
18203
18331
  }
18204
18332
  ]
18205
18333
  },
@@ -18243,7 +18371,7 @@
18243
18371
  },
18244
18372
  {
18245
18373
  "kind": "code",
18246
- "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(--accent-color)',\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(--accent-color)',\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(--accent-color)',\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(--accent-color)',\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(--accent-color)',\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(--accent-color)',\n width: 'var(--spacing-xxxl)',\n height: 'var(--spacing-xxxl)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n</Canvas>;\n```"
18374
+ "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```"
18247
18375
  }
18248
18376
  ]
18249
18377
  }
@@ -18252,9 +18380,9 @@
18252
18380
  "sources": [
18253
18381
  {
18254
18382
  "fileName": "src/Canvas/index.tsx",
18255
- "line": 529,
18383
+ "line": 434,
18256
18384
  "character": 16,
18257
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L529"
18385
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Canvas/index.tsx#L434"
18258
18386
  }
18259
18387
  ],
18260
18388
  "parameters": [
@@ -18294,9 +18422,9 @@
18294
18422
  "sources": [
18295
18423
  {
18296
18424
  "fileName": "src/icons.tsx",
18297
- "line": 70,
18425
+ "line": 73,
18298
18426
  "character": 16,
18299
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L70"
18427
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L73"
18300
18428
  }
18301
18429
  ],
18302
18430
  "signatures": [
@@ -18309,9 +18437,9 @@
18309
18437
  "sources": [
18310
18438
  {
18311
18439
  "fileName": "src/icons.tsx",
18312
- "line": 70,
18440
+ "line": 73,
18313
18441
  "character": 16,
18314
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L70"
18442
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L73"
18315
18443
  }
18316
18444
  ],
18317
18445
  "parameters": [
@@ -18351,9 +18479,9 @@
18351
18479
  "sources": [
18352
18480
  {
18353
18481
  "fileName": "src/icons.tsx",
18354
- "line": 90,
18482
+ "line": 94,
18355
18483
  "character": 16,
18356
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L90"
18484
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L94"
18357
18485
  }
18358
18486
  ],
18359
18487
  "signatures": [
@@ -18366,9 +18494,9 @@
18366
18494
  "sources": [
18367
18495
  {
18368
18496
  "fileName": "src/icons.tsx",
18369
- "line": 90,
18497
+ "line": 94,
18370
18498
  "character": 16,
18371
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L90"
18499
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L94"
18372
18500
  }
18373
18501
  ],
18374
18502
  "parameters": [
@@ -18408,9 +18536,9 @@
18408
18536
  "sources": [
18409
18537
  {
18410
18538
  "fileName": "src/icons.tsx",
18411
- "line": 110,
18539
+ "line": 115,
18412
18540
  "character": 16,
18413
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L110"
18541
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L115"
18414
18542
  }
18415
18543
  ],
18416
18544
  "signatures": [
@@ -18423,9 +18551,9 @@
18423
18551
  "sources": [
18424
18552
  {
18425
18553
  "fileName": "src/icons.tsx",
18426
- "line": 110,
18554
+ "line": 115,
18427
18555
  "character": 16,
18428
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L110"
18556
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L115"
18429
18557
  }
18430
18558
  ],
18431
18559
  "parameters": [
@@ -18465,9 +18593,9 @@
18465
18593
  "sources": [
18466
18594
  {
18467
18595
  "fileName": "src/icons.tsx",
18468
- "line": 130,
18596
+ "line": 136,
18469
18597
  "character": 16,
18470
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L130"
18598
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L136"
18471
18599
  }
18472
18600
  ],
18473
18601
  "signatures": [
@@ -18480,9 +18608,9 @@
18480
18608
  "sources": [
18481
18609
  {
18482
18610
  "fileName": "src/icons.tsx",
18483
- "line": 130,
18611
+ "line": 136,
18484
18612
  "character": 16,
18485
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L130"
18613
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L136"
18486
18614
  }
18487
18615
  ],
18488
18616
  "parameters": [
@@ -18524,7 +18652,7 @@
18524
18652
  "fileName": "src/ContextInspector/index.tsx",
18525
18653
  "line": 176,
18526
18654
  "character": 16,
18527
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ContextInspector/index.tsx#L176"
18655
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/ContextInspector/index.tsx#L176"
18528
18656
  }
18529
18657
  ],
18530
18658
  "signatures": [
@@ -18539,7 +18667,7 @@
18539
18667
  "fileName": "src/ContextInspector/index.tsx",
18540
18668
  "line": 176,
18541
18669
  "character": 16,
18542
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ContextInspector/index.tsx#L176"
18670
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/ContextInspector/index.tsx#L176"
18543
18671
  }
18544
18672
  ],
18545
18673
  "type": {
@@ -18575,7 +18703,7 @@
18575
18703
  "fileName": "src/SelectField/index.tsx",
18576
18704
  "line": 148,
18577
18705
  "character": 16,
18578
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectField/index.tsx#L148"
18706
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectField/index.tsx#L148"
18579
18707
  }
18580
18708
  ],
18581
18709
  "signatures": [
@@ -18590,7 +18718,7 @@
18590
18718
  "fileName": "src/SelectField/index.tsx",
18591
18719
  "line": 148,
18592
18720
  "character": 16,
18593
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectField/index.tsx#L148"
18721
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectField/index.tsx#L148"
18594
18722
  }
18595
18723
  ],
18596
18724
  "typeParameters": [
@@ -18708,9 +18836,9 @@
18708
18836
  "sources": [
18709
18837
  {
18710
18838
  "fileName": "src/SelectInput/index.tsx",
18711
- "line": 187,
18839
+ "line": 214,
18712
18840
  "character": 16,
18713
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L187"
18841
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L214"
18714
18842
  }
18715
18843
  ],
18716
18844
  "signatures": [
@@ -18723,9 +18851,9 @@
18723
18851
  "sources": [
18724
18852
  {
18725
18853
  "fileName": "src/SelectInput/index.tsx",
18726
- "line": 187,
18854
+ "line": 214,
18727
18855
  "character": 16,
18728
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L187"
18856
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L214"
18729
18857
  }
18730
18858
  ],
18731
18859
  "typeParameters": [
@@ -18868,7 +18996,7 @@
18868
18996
  "fileName": "src/Dropdown/Dropdown.tsx",
18869
18997
  "line": 119,
18870
18998
  "character": 16,
18871
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
18999
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
18872
19000
  }
18873
19001
  ],
18874
19002
  "signatures": [
@@ -18918,7 +19046,7 @@
18918
19046
  "fileName": "src/Dropdown/Dropdown.tsx",
18919
19047
  "line": 119,
18920
19048
  "character": 16,
18921
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
19049
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
18922
19050
  }
18923
19051
  ],
18924
19052
  "parameters": [
@@ -18960,7 +19088,7 @@
18960
19088
  "fileName": "src/Dropdown/Group.tsx",
18961
19089
  "line": 10,
18962
19090
  "character": 13,
18963
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Group.tsx#L10"
19091
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Group.tsx#L10"
18964
19092
  }
18965
19093
  ],
18966
19094
  "signatures": [
@@ -18975,7 +19103,7 @@
18975
19103
  "fileName": "src/Dropdown/Group.tsx",
18976
19104
  "line": 10,
18977
19105
  "character": 21,
18978
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Group.tsx#L10"
19106
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Group.tsx#L10"
18979
19107
  }
18980
19108
  ],
18981
19109
  "parameters": [
@@ -19017,7 +19145,7 @@
19017
19145
  "fileName": "src/Dropdown/Menu.tsx",
19018
19146
  "line": 132,
19019
19147
  "character": 13,
19020
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Menu.tsx#L132"
19148
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Menu.tsx#L132"
19021
19149
  }
19022
19150
  ],
19023
19151
  "signatures": [
@@ -19032,7 +19160,7 @@
19032
19160
  "fileName": "src/Dropdown/Menu.tsx",
19033
19161
  "line": 132,
19034
19162
  "character": 20,
19035
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Menu.tsx#L132"
19163
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Menu.tsx#L132"
19036
19164
  }
19037
19165
  ],
19038
19166
  "parameters": [
@@ -19074,7 +19202,7 @@
19074
19202
  "fileName": "src/Dropdown/Option.tsx",
19075
19203
  "line": 28,
19076
19204
  "character": 13,
19077
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L28"
19205
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Option.tsx#L28"
19078
19206
  }
19079
19207
  ],
19080
19208
  "signatures": [
@@ -19089,7 +19217,7 @@
19089
19217
  "fileName": "src/Dropdown/Option.tsx",
19090
19218
  "line": 28,
19091
19219
  "character": 22,
19092
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Option.tsx#L28"
19220
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Option.tsx#L28"
19093
19221
  }
19094
19222
  ],
19095
19223
  "parameters": [
@@ -19147,7 +19275,7 @@
19147
19275
  "fileName": "src/Dropdown/OptionAction.tsx",
19148
19276
  "line": 43,
19149
19277
  "character": 13,
19150
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
19278
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
19151
19279
  }
19152
19280
  ],
19153
19281
  "type": {
@@ -19169,13 +19297,13 @@
19169
19297
  "fileName": "src/Dropdown/OptionAction.tsx",
19170
19298
  "line": 14,
19171
19299
  "character": 13,
19172
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
19300
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
19173
19301
  },
19174
19302
  {
19175
19303
  "fileName": "src/Dropdown/OptionAction.tsx",
19176
19304
  "line": 43,
19177
19305
  "character": 0,
19178
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
19306
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
19179
19307
  }
19180
19308
  ],
19181
19309
  "signatures": [
@@ -19190,7 +19318,7 @@
19190
19318
  "fileName": "src/Dropdown/OptionAction.tsx",
19191
19319
  "line": 14,
19192
19320
  "character": 28,
19193
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
19321
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
19194
19322
  }
19195
19323
  ],
19196
19324
  "parameters": [
@@ -19232,7 +19360,7 @@
19232
19360
  "fileName": "src/Dropdown/Separator.tsx",
19233
19361
  "line": 5,
19234
19362
  "character": 13,
19235
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Separator.tsx#L5"
19363
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Separator.tsx#L5"
19236
19364
  }
19237
19365
  ],
19238
19366
  "signatures": [
@@ -19247,7 +19375,7 @@
19247
19375
  "fileName": "src/Dropdown/Separator.tsx",
19248
19376
  "line": 5,
19249
19377
  "character": 25,
19250
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Separator.tsx#L5"
19378
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Separator.tsx#L5"
19251
19379
  }
19252
19380
  ],
19253
19381
  "type": {
@@ -19283,7 +19411,7 @@
19283
19411
  "fileName": "src/Dropdown/Text.tsx",
19284
19412
  "line": 6,
19285
19413
  "character": 16,
19286
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Text.tsx#L6"
19414
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Text.tsx#L6"
19287
19415
  }
19288
19416
  ],
19289
19417
  "signatures": [
@@ -19298,7 +19426,7 @@
19298
19426
  "fileName": "src/Dropdown/Text.tsx",
19299
19427
  "line": 6,
19300
19428
  "character": 16,
19301
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Dropdown/Text.tsx#L6"
19429
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Dropdown/Text.tsx#L6"
19302
19430
  }
19303
19431
  ],
19304
19432
  "parameters": [
@@ -19340,7 +19468,7 @@
19340
19468
  "fileName": "src/FieldError/index.tsx",
19341
19469
  "line": 8,
19342
19470
  "character": 16,
19343
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldError/index.tsx#L8"
19471
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FieldError/index.tsx#L8"
19344
19472
  }
19345
19473
  ],
19346
19474
  "signatures": [
@@ -19355,7 +19483,7 @@
19355
19483
  "fileName": "src/FieldError/index.tsx",
19356
19484
  "line": 8,
19357
19485
  "character": 16,
19358
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldError/index.tsx#L8"
19486
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FieldError/index.tsx#L8"
19359
19487
  }
19360
19488
  ],
19361
19489
  "parameters": [
@@ -19400,7 +19528,7 @@
19400
19528
  "fileName": "src/FieldGroup/index.tsx",
19401
19529
  "line": 11,
19402
19530
  "character": 16,
19403
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldGroup/index.tsx#L11"
19531
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FieldGroup/index.tsx#L11"
19404
19532
  }
19405
19533
  ],
19406
19534
  "signatures": [
@@ -19415,7 +19543,7 @@
19415
19543
  "fileName": "src/FieldGroup/index.tsx",
19416
19544
  "line": 11,
19417
19545
  "character": 16,
19418
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldGroup/index.tsx#L11"
19546
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FieldGroup/index.tsx#L11"
19419
19547
  }
19420
19548
  ],
19421
19549
  "parameters": [
@@ -19457,7 +19585,7 @@
19457
19585
  "fileName": "src/FieldHint/index.tsx",
19458
19586
  "line": 8,
19459
19587
  "character": 16,
19460
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldHint/index.tsx#L8"
19588
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FieldHint/index.tsx#L8"
19461
19589
  }
19462
19590
  ],
19463
19591
  "signatures": [
@@ -19472,7 +19600,7 @@
19472
19600
  "fileName": "src/FieldHint/index.tsx",
19473
19601
  "line": 8,
19474
19602
  "character": 16,
19475
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldHint/index.tsx#L8"
19603
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FieldHint/index.tsx#L8"
19476
19604
  }
19477
19605
  ],
19478
19606
  "parameters": [
@@ -19517,7 +19645,7 @@
19517
19645
  "fileName": "src/FieldWrapper/index.tsx",
19518
19646
  "line": 14,
19519
19647
  "character": 16,
19520
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldWrapper/index.tsx#L14"
19648
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FieldWrapper/index.tsx#L14"
19521
19649
  }
19522
19650
  ],
19523
19651
  "signatures": [
@@ -19532,7 +19660,7 @@
19532
19660
  "fileName": "src/FieldWrapper/index.tsx",
19533
19661
  "line": 14,
19534
19662
  "character": 16,
19535
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FieldWrapper/index.tsx#L14"
19663
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FieldWrapper/index.tsx#L14"
19536
19664
  }
19537
19665
  ],
19538
19666
  "parameters": [
@@ -19592,7 +19720,7 @@
19592
19720
  "fileName": "src/Form/index.tsx",
19593
19721
  "line": 120,
19594
19722
  "character": 13,
19595
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Form/index.tsx#L120"
19723
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Form/index.tsx#L120"
19596
19724
  }
19597
19725
  ],
19598
19726
  "signatures": [
@@ -19607,7 +19735,7 @@
19607
19735
  "fileName": "src/Form/index.tsx",
19608
19736
  "line": 120,
19609
19737
  "character": 20,
19610
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Form/index.tsx#L120"
19738
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Form/index.tsx#L120"
19611
19739
  }
19612
19740
  ],
19613
19741
  "parameters": [
@@ -19649,7 +19777,7 @@
19649
19777
  "fileName": "src/FormLabel/index.tsx",
19650
19778
  "line": 14,
19651
19779
  "character": 13,
19652
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FormLabel/index.tsx#L14"
19780
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FormLabel/index.tsx#L14"
19653
19781
  }
19654
19782
  ],
19655
19783
  "signatures": [
@@ -19664,7 +19792,7 @@
19664
19792
  "fileName": "src/FormLabel/index.tsx",
19665
19793
  "line": 14,
19666
19794
  "character": 25,
19667
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/FormLabel/index.tsx#L14"
19795
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/FormLabel/index.tsx#L14"
19668
19796
  }
19669
19797
  ],
19670
19798
  "parameters": [
@@ -19706,7 +19834,7 @@
19706
19834
  "fileName": "src/ContextInspector/index.tsx",
19707
19835
  "line": 61,
19708
19836
  "character": 16,
19709
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ContextInspector/index.tsx#L61"
19837
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/ContextInspector/index.tsx#L61"
19710
19838
  }
19711
19839
  ],
19712
19840
  "signatures": [
@@ -19721,7 +19849,7 @@
19721
19849
  "fileName": "src/ContextInspector/index.tsx",
19722
19850
  "line": 61,
19723
19851
  "character": 16,
19724
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ContextInspector/index.tsx#L61"
19852
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/ContextInspector/index.tsx#L61"
19725
19853
  }
19726
19854
  ],
19727
19855
  "parameters": [
@@ -19751,7 +19879,7 @@
19751
19879
  "fileName": "src/ContextInspector/index.tsx",
19752
19880
  "line": 63,
19753
19881
  "character": 5,
19754
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ContextInspector/index.tsx#L63"
19882
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/ContextInspector/index.tsx#L63"
19755
19883
  }
19756
19884
  ],
19757
19885
  "type": {
@@ -19778,7 +19906,7 @@
19778
19906
  "fileName": "src/ContextInspector/index.tsx",
19779
19907
  "line": 63,
19780
19908
  "character": 3,
19781
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/ContextInspector/index.tsx#L63"
19909
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/ContextInspector/index.tsx#L63"
19782
19910
  }
19783
19911
  ]
19784
19912
  }
@@ -19809,7 +19937,7 @@
19809
19937
  "fileName": "src/HotKey/index.tsx",
19810
19938
  "line": 76,
19811
19939
  "character": 16,
19812
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/HotKey/index.tsx#L76"
19940
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/HotKey/index.tsx#L76"
19813
19941
  }
19814
19942
  ],
19815
19943
  "signatures": [
@@ -19938,7 +20066,7 @@
19938
20066
  "fileName": "src/HotKey/index.tsx",
19939
20067
  "line": 76,
19940
20068
  "character": 16,
19941
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/HotKey/index.tsx#L76"
20069
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/HotKey/index.tsx#L76"
19942
20070
  }
19943
20071
  ],
19944
20072
  "parameters": [
@@ -19980,7 +20108,7 @@
19980
20108
  "fileName": "src/useMediaQuery/index.ts",
19981
20109
  "line": 71,
19982
20110
  "character": 16,
19983
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L71"
20111
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useMediaQuery/index.ts#L71"
19984
20112
  }
19985
20113
  ],
19986
20114
  "signatures": [
@@ -19995,7 +20123,7 @@
19995
20123
  "fileName": "src/useMediaQuery/index.ts",
19996
20124
  "line": 71,
19997
20125
  "character": 16,
19998
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L71"
20126
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useMediaQuery/index.ts#L71"
19999
20127
  }
20000
20128
  ],
20001
20129
  "parameters": [
@@ -20046,7 +20174,7 @@
20046
20174
  "fileName": "src/Section/index.tsx",
20047
20175
  "line": 63,
20048
20176
  "character": 16,
20049
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Section/index.tsx#L63"
20177
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Section/index.tsx#L63"
20050
20178
  }
20051
20179
  ],
20052
20180
  "signatures": [
@@ -20096,7 +20224,7 @@
20096
20224
  "fileName": "src/Section/index.tsx",
20097
20225
  "line": 63,
20098
20226
  "character": 16,
20099
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Section/index.tsx#L63"
20227
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Section/index.tsx#L63"
20100
20228
  }
20101
20229
  ],
20102
20230
  "parameters": [
@@ -20141,7 +20269,7 @@
20141
20269
  "fileName": "src/SelectField/index.tsx",
20142
20270
  "line": 34,
20143
20271
  "character": 16,
20144
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectField/index.tsx#L34"
20272
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectField/index.tsx#L34"
20145
20273
  }
20146
20274
  ],
20147
20275
  "signatures": [
@@ -20156,7 +20284,7 @@
20156
20284
  "fileName": "src/SelectField/index.tsx",
20157
20285
  "line": 34,
20158
20286
  "character": 16,
20159
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectField/index.tsx#L34"
20287
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectField/index.tsx#L34"
20160
20288
  }
20161
20289
  ],
20162
20290
  "typeParameters": [
@@ -20274,9 +20402,9 @@
20274
20402
  "sources": [
20275
20403
  {
20276
20404
  "fileName": "src/SelectInput/index.tsx",
20277
- "line": 130,
20405
+ "line": 157,
20278
20406
  "character": 16,
20279
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L130"
20407
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L157"
20280
20408
  }
20281
20409
  ],
20282
20410
  "signatures": [
@@ -20289,9 +20417,9 @@
20289
20417
  "sources": [
20290
20418
  {
20291
20419
  "fileName": "src/SelectInput/index.tsx",
20292
- "line": 130,
20420
+ "line": 157,
20293
20421
  "character": 16,
20294
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SelectInput/index.tsx#L130"
20422
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SelectInput/index.tsx#L157"
20295
20423
  }
20296
20424
  ],
20297
20425
  "typeParameters": [
@@ -20432,9 +20560,9 @@
20432
20560
  "sources": [
20433
20561
  {
20434
20562
  "fileName": "src/icons.tsx",
20435
- "line": 150,
20563
+ "line": 157,
20436
20564
  "character": 16,
20437
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L150"
20565
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L157"
20438
20566
  }
20439
20567
  ],
20440
20568
  "signatures": [
@@ -20447,9 +20575,9 @@
20447
20575
  "sources": [
20448
20576
  {
20449
20577
  "fileName": "src/icons.tsx",
20450
- "line": 150,
20578
+ "line": 157,
20451
20579
  "character": 16,
20452
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L150"
20580
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L157"
20453
20581
  }
20454
20582
  ],
20455
20583
  "parameters": [
@@ -20489,9 +20617,9 @@
20489
20617
  "sources": [
20490
20618
  {
20491
20619
  "fileName": "src/icons.tsx",
20492
- "line": 30,
20620
+ "line": 31,
20493
20621
  "character": 16,
20494
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L30"
20622
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L31"
20495
20623
  }
20496
20624
  ],
20497
20625
  "signatures": [
@@ -20504,9 +20632,9 @@
20504
20632
  "sources": [
20505
20633
  {
20506
20634
  "fileName": "src/icons.tsx",
20507
- "line": 30,
20635
+ "line": 31,
20508
20636
  "character": 16,
20509
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L30"
20637
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L31"
20510
20638
  }
20511
20639
  ],
20512
20640
  "parameters": [
@@ -20546,9 +20674,9 @@
20546
20674
  "sources": [
20547
20675
  {
20548
20676
  "fileName": "src/SidebarPanel/index.tsx",
20549
- "line": 73,
20677
+ "line": 48,
20550
20678
  "character": 16,
20551
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SidebarPanel/index.tsx#L73"
20679
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SidebarPanel/index.tsx#L48"
20552
20680
  }
20553
20681
  ],
20554
20682
  "signatures": [
@@ -20567,7 +20695,7 @@
20567
20695
  "content": [
20568
20696
  {
20569
20697
  "kind": "code",
20570
- "text": "```js\n<Canvas ctx={ctx}>\n <div style={{ display: 'flex' }}>\n <div\n style={{\n width: '300px',\n borderRight: '1px solid var(--border-color)',\n }}\n >\n <SidebarPanel title=\"Default\">Content</SidebarPanel>\n <SidebarPanel title=\"Start open\" startOpen>\n Content\n </SidebarPanel>\n <SidebarPanel title=\"Content with no padding\" noPadding>\n Content\n </SidebarPanel>\n </div>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--light-bg-color)',\n }}\n >\n Main content\n </div>\n </div>\n</Canvas>;\n```"
20698
+ "text": "```js\n<Canvas ctx={ctx}>\n <div style={{ display: 'flex' }}>\n <div\n style={{\n width: '300px',\n borderRight: '1px solid var(--color--border)',\n }}\n >\n <SidebarPanel title=\"Default\">Content</SidebarPanel>\n <SidebarPanel title=\"Start open\" startOpen>\n Content\n </SidebarPanel>\n <SidebarPanel title=\"Content with no padding\" noPadding>\n Content\n </SidebarPanel>\n </div>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--color--surface-muted)',\n }}\n >\n Main content\n </div>\n </div>\n</Canvas>;\n```"
20571
20699
  }
20572
20700
  ]
20573
20701
  }
@@ -20576,9 +20704,9 @@
20576
20704
  "sources": [
20577
20705
  {
20578
20706
  "fileName": "src/SidebarPanel/index.tsx",
20579
- "line": 73,
20707
+ "line": 48,
20580
20708
  "character": 16,
20581
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SidebarPanel/index.tsx#L73"
20709
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SidebarPanel/index.tsx#L48"
20582
20710
  }
20583
20711
  ],
20584
20712
  "parameters": [
@@ -20618,9 +20746,9 @@
20618
20746
  "sources": [
20619
20747
  {
20620
20748
  "fileName": "src/icons.tsx",
20621
- "line": 50,
20749
+ "line": 52,
20622
20750
  "character": 16,
20623
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L50"
20751
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L52"
20624
20752
  }
20625
20753
  ],
20626
20754
  "signatures": [
@@ -20633,9 +20761,9 @@
20633
20761
  "sources": [
20634
20762
  {
20635
20763
  "fileName": "src/icons.tsx",
20636
- "line": 50,
20764
+ "line": 52,
20637
20765
  "character": 16,
20638
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/icons.tsx#L50"
20766
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/icons.tsx#L52"
20639
20767
  }
20640
20768
  ],
20641
20769
  "parameters": [
@@ -20677,7 +20805,7 @@
20677
20805
  "fileName": "src/Spinner/index.tsx",
20678
20806
  "line": 30,
20679
20807
  "character": 16,
20680
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Spinner/index.tsx#L30"
20808
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Spinner/index.tsx#L30"
20681
20809
  }
20682
20810
  ],
20683
20811
  "signatures": [
@@ -20717,7 +20845,7 @@
20717
20845
  "fileName": "src/Spinner/index.tsx",
20718
20846
  "line": 30,
20719
20847
  "character": 16,
20720
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Spinner/index.tsx#L30"
20848
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Spinner/index.tsx#L30"
20721
20849
  }
20722
20850
  ],
20723
20851
  "parameters": [
@@ -20762,7 +20890,7 @@
20762
20890
  "fileName": "src/SplitView/index.tsx",
20763
20891
  "line": 27,
20764
20892
  "character": 13,
20765
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SplitView/index.tsx#L27"
20893
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SplitView/index.tsx#L27"
20766
20894
  }
20767
20895
  ],
20768
20896
  "signatures": [
@@ -20777,7 +20905,7 @@
20777
20905
  "fileName": "src/SplitView/index.tsx",
20778
20906
  "line": 27,
20779
20907
  "character": 25,
20780
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SplitView/index.tsx#L27"
20908
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SplitView/index.tsx#L27"
20781
20909
  }
20782
20910
  ],
20783
20911
  "parameters": [
@@ -20822,7 +20950,7 @@
20822
20950
  "fileName": "src/SwitchField/index.tsx",
20823
20951
  "line": 26,
20824
20952
  "character": 16,
20825
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchField/index.tsx#L26"
20953
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SwitchField/index.tsx#L26"
20826
20954
  }
20827
20955
  ],
20828
20956
  "signatures": [
@@ -20837,7 +20965,7 @@
20837
20965
  "fileName": "src/SwitchField/index.tsx",
20838
20966
  "line": 26,
20839
20967
  "character": 16,
20840
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchField/index.tsx#L26"
20968
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SwitchField/index.tsx#L26"
20841
20969
  }
20842
20970
  ],
20843
20971
  "parameters": [
@@ -20882,7 +21010,7 @@
20882
21010
  "fileName": "src/SwitchInput/index.tsx",
20883
21011
  "line": 21,
20884
21012
  "character": 16,
20885
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L21"
21013
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SwitchInput/index.tsx#L21"
20886
21014
  }
20887
21015
  ],
20888
21016
  "signatures": [
@@ -20897,7 +21025,7 @@
20897
21025
  "fileName": "src/SwitchInput/index.tsx",
20898
21026
  "line": 21,
20899
21027
  "character": 16,
20900
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/SwitchInput/index.tsx#L21"
21028
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/SwitchInput/index.tsx#L21"
20901
21029
  }
20902
21030
  ],
20903
21031
  "parameters": [
@@ -20939,7 +21067,7 @@
20939
21067
  "fileName": "src/TextareaField/index.tsx",
20940
21068
  "line": 23,
20941
21069
  "character": 16,
20942
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaField/index.tsx#L23"
21070
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/TextareaField/index.tsx#L23"
20943
21071
  }
20944
21072
  ],
20945
21073
  "signatures": [
@@ -20954,7 +21082,7 @@
20954
21082
  "fileName": "src/TextareaField/index.tsx",
20955
21083
  "line": 23,
20956
21084
  "character": 16,
20957
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaField/index.tsx#L23"
21085
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/TextareaField/index.tsx#L23"
20958
21086
  }
20959
21087
  ],
20960
21088
  "parameters": [
@@ -20999,7 +21127,7 @@
20999
21127
  "fileName": "src/TextareaInput/index.tsx",
21000
21128
  "line": 22,
21001
21129
  "character": 13,
21002
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L22"
21130
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/TextareaInput/index.tsx#L22"
21003
21131
  }
21004
21132
  ],
21005
21133
  "signatures": [
@@ -21014,7 +21142,7 @@
21014
21142
  "fileName": "src/TextareaInput/index.tsx",
21015
21143
  "line": 22,
21016
21144
  "character": 29,
21017
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextareaInput/index.tsx#L22"
21145
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/TextareaInput/index.tsx#L22"
21018
21146
  }
21019
21147
  ],
21020
21148
  "parameters": [
@@ -21056,7 +21184,7 @@
21056
21184
  "fileName": "src/TextField/index.tsx",
21057
21185
  "line": 23,
21058
21186
  "character": 16,
21059
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextField/index.tsx#L23"
21187
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/TextField/index.tsx#L23"
21060
21188
  }
21061
21189
  ],
21062
21190
  "signatures": [
@@ -21071,7 +21199,7 @@
21071
21199
  "fileName": "src/TextField/index.tsx",
21072
21200
  "line": 23,
21073
21201
  "character": 16,
21074
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextField/index.tsx#L23"
21202
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/TextField/index.tsx#L23"
21075
21203
  }
21076
21204
  ],
21077
21205
  "parameters": [
@@ -21116,7 +21244,7 @@
21116
21244
  "fileName": "src/TextInput/index.tsx",
21117
21245
  "line": 31,
21118
21246
  "character": 13,
21119
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L31"
21247
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/TextInput/index.tsx#L31"
21120
21248
  }
21121
21249
  ],
21122
21250
  "signatures": [
@@ -21131,7 +21259,7 @@
21131
21259
  "fileName": "src/TextInput/index.tsx",
21132
21260
  "line": 31,
21133
21261
  "character": 25,
21134
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/TextInput/index.tsx#L31"
21262
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/TextInput/index.tsx#L31"
21135
21263
  }
21136
21264
  ],
21137
21265
  "parameters": [
@@ -21173,7 +21301,7 @@
21173
21301
  "fileName": "src/Toolbar/Toolbar/index.tsx",
21174
21302
  "line": 95,
21175
21303
  "character": 16,
21176
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
21304
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
21177
21305
  }
21178
21306
  ],
21179
21307
  "signatures": [
@@ -21197,7 +21325,7 @@
21197
21325
  "content": [
21198
21326
  {
21199
21327
  "kind": "code",
21200
- "text": "```js\n<Canvas ctx={ctx}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Media Area</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--light-bg-color)',\n height: '150px',\n }}\n >\n Main content\n </div>\n</Canvas>;\n```"
21328
+ "text": "```js\n<Canvas ctx={ctx}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Media Area</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--color--surface-muted)',\n height: '150px',\n }}\n >\n Main content\n </div>\n</Canvas>;\n```"
21201
21329
  }
21202
21330
  ]
21203
21331
  },
@@ -21207,7 +21335,7 @@
21207
21335
  "content": [
21208
21336
  {
21209
21337
  "kind": "code",
21210
- "text": "```js\n<Canvas ctx={ctx}>\n <Toolbar>\n <ToolbarButton>\n <BackIcon />\n </ToolbarButton>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Media Area</ToolbarTitle>\n <div style={{ flex: '1' }} />\n <Button buttonType=\"primary\">Action</Button>\n </ToolbarStack>\n <ToolbarButton>\n <SidebarLeftArrowIcon />\n </ToolbarButton>\n </Toolbar>\n <div\n style={{\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--light-bg-color)',\n height: '150px',\n }}\n >\n Main content\n </div>\n</Canvas>;\n```"
21338
+ "text": "```js\n<Canvas ctx={ctx}>\n <Toolbar>\n <ToolbarButton>\n <BackIcon />\n </ToolbarButton>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Media Area</ToolbarTitle>\n <div style={{ flex: '1' }} />\n <Button buttonType=\"primary\">Action</Button>\n </ToolbarStack>\n <ToolbarButton>\n <SidebarLeftArrowIcon />\n </ToolbarButton>\n </Toolbar>\n <div\n style={{\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--color--surface-muted)',\n height: '150px',\n }}\n >\n Main content\n </div>\n</Canvas>;\n```"
21211
21339
  }
21212
21340
  ]
21213
21341
  },
@@ -21217,7 +21345,7 @@
21217
21345
  "content": [
21218
21346
  {
21219
21347
  "kind": "code",
21220
- "text": "```js\n<Canvas ctx={ctx}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Media Area</ToolbarTitle>\n <div style={{ flex: '1' }} />\n <ButtonGroup>\n <ButtonGroupButton>First</ButtonGroupButton>\n <ButtonGroupButton selected>Second</ButtonGroupButton>\n <ButtonGroupButton>Third</ButtonGroupButton>\n </ButtonGroup>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--light-bg-color)',\n height: '150px',\n }}\n >\n Main content\n </div>\n</Canvas>;\n```"
21348
+ "text": "```js\n<Canvas ctx={ctx}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Media Area</ToolbarTitle>\n <div style={{ flex: '1' }} />\n <ButtonGroup>\n <ButtonGroupButton>First</ButtonGroupButton>\n <ButtonGroupButton selected>Second</ButtonGroupButton>\n <ButtonGroupButton>Third</ButtonGroupButton>\n </ButtonGroup>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n background: 'var(--color--surface-muted)',\n height: '150px',\n }}\n >\n Main content\n </div>\n</Canvas>;\n```"
21221
21349
  }
21222
21350
  ]
21223
21351
  }
@@ -21228,7 +21356,7 @@
21228
21356
  "fileName": "src/Toolbar/Toolbar/index.tsx",
21229
21357
  "line": 95,
21230
21358
  "character": 16,
21231
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
21359
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
21232
21360
  }
21233
21361
  ],
21234
21362
  "parameters": [
@@ -21270,7 +21398,7 @@
21270
21398
  "fileName": "src/Toolbar/Button/index.tsx",
21271
21399
  "line": 16,
21272
21400
  "character": 16,
21273
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
21401
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
21274
21402
  }
21275
21403
  ],
21276
21404
  "signatures": [
@@ -21285,7 +21413,7 @@
21285
21413
  "fileName": "src/Toolbar/Button/index.tsx",
21286
21414
  "line": 16,
21287
21415
  "character": 16,
21288
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
21416
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
21289
21417
  }
21290
21418
  ],
21291
21419
  "parameters": [
@@ -21327,7 +21455,7 @@
21327
21455
  "fileName": "src/Toolbar/Stack/index.tsx",
21328
21456
  "line": 12,
21329
21457
  "character": 16,
21330
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
21458
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
21331
21459
  }
21332
21460
  ],
21333
21461
  "signatures": [
@@ -21342,7 +21470,7 @@
21342
21470
  "fileName": "src/Toolbar/Stack/index.tsx",
21343
21471
  "line": 12,
21344
21472
  "character": 16,
21345
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
21473
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
21346
21474
  }
21347
21475
  ],
21348
21476
  "parameters": [
@@ -21384,7 +21512,7 @@
21384
21512
  "fileName": "src/Toolbar/Title/index.tsx",
21385
21513
  "line": 11,
21386
21514
  "character": 16,
21387
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
21515
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
21388
21516
  }
21389
21517
  ],
21390
21518
  "signatures": [
@@ -21399,7 +21527,7 @@
21399
21527
  "fileName": "src/Toolbar/Title/index.tsx",
21400
21528
  "line": 11,
21401
21529
  "character": 16,
21402
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
21530
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
21403
21531
  }
21404
21532
  ],
21405
21533
  "parameters": [
@@ -21441,7 +21569,7 @@
21441
21569
  "fileName": "src/Tooltip/Tooltip/index.tsx",
21442
21570
  "line": 76,
21443
21571
  "character": 16,
21444
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
21572
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
21445
21573
  }
21446
21574
  ],
21447
21575
  "signatures": [
@@ -21516,7 +21644,7 @@
21516
21644
  "fileName": "src/Tooltip/Tooltip/index.tsx",
21517
21645
  "line": 76,
21518
21646
  "character": 16,
21519
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
21647
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
21520
21648
  }
21521
21649
  ],
21522
21650
  "parameters": [
@@ -21786,7 +21914,7 @@
21786
21914
  "fileName": "src/Tooltip/TooltipContent/index.tsx",
21787
21915
  "line": 84,
21788
21916
  "character": 13,
21789
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
21917
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
21790
21918
  }
21791
21919
  ],
21792
21920
  "signatures": [
@@ -21809,7 +21937,7 @@
21809
21937
  "fileName": "src/Tooltip/TooltipContent/index.tsx",
21810
21938
  "line": 84,
21811
21939
  "character": 13,
21812
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
21940
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
21813
21941
  }
21814
21942
  ],
21815
21943
  "parameters": [
@@ -21917,7 +22045,7 @@
21917
22045
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
21918
22046
  "line": 118,
21919
22047
  "character": 16,
21920
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
22048
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
21921
22049
  }
21922
22050
  ],
21923
22051
  "signatures": [
@@ -21973,7 +22101,7 @@
21973
22101
  },
21974
22102
  {
21975
22103
  "kind": "code",
21976
- "text": "```js\n<Canvas ctx={ctx}>\n <TooltipDelayGroup delay={600}>\n <div style={{\n display: 'flex',\n gap: 'var(--spacing-xs)',\n padding: 'var(--spacing-s)',\n borderRadius: 'var(--border-radius-m)',\n backgroundColor: 'var(--light-bg-color)'\n }}>\n <Tooltip>\n <TooltipTrigger>\n <Button buttonSize=\"s\" leftIcon={<BoldIcon />} />\n </TooltipTrigger>\n <TooltipContent>Bold</TooltipContent>\n </Tooltip>\n\n <Tooltip>\n <TooltipTrigger>\n <Button buttonSize=\"s\" leftIcon={<ItalicIcon />} />\n </TooltipTrigger>\n <TooltipContent>Italic</TooltipContent>\n </Tooltip>\n\n <Tooltip>\n <TooltipTrigger>\n <Button buttonSize=\"s\" leftIcon={<UnderlineIcon />} />\n </TooltipTrigger>\n <TooltipContent>Underline</TooltipContent>\n </Tooltip>\n </div>\n </TooltipDelayGroup>\n</Canvas>;\n```"
22104
+ "text": "```js\n<Canvas ctx={ctx}>\n <TooltipDelayGroup delay={600}>\n <div style={{\n display: 'flex',\n gap: 'var(--spacing-xs)',\n padding: 'var(--spacing-s)',\n borderRadius: '4px',\n backgroundColor: 'var(--color--surface-muted)'\n }}>\n <Tooltip>\n <TooltipTrigger>\n <Button buttonSize=\"s\" leftIcon={<BoldIcon />} />\n </TooltipTrigger>\n <TooltipContent>Bold</TooltipContent>\n </Tooltip>\n\n <Tooltip>\n <TooltipTrigger>\n <Button buttonSize=\"s\" leftIcon={<ItalicIcon />} />\n </TooltipTrigger>\n <TooltipContent>Italic</TooltipContent>\n </Tooltip>\n\n <Tooltip>\n <TooltipTrigger>\n <Button buttonSize=\"s\" leftIcon={<UnderlineIcon />} />\n </TooltipTrigger>\n <TooltipContent>Underline</TooltipContent>\n </Tooltip>\n </div>\n </TooltipDelayGroup>\n</Canvas>;\n```"
21977
22105
  }
21978
22106
  ]
21979
22107
  }
@@ -21984,7 +22112,7 @@
21984
22112
  "fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
21985
22113
  "line": 118,
21986
22114
  "character": 16,
21987
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
22115
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
21988
22116
  }
21989
22117
  ],
21990
22118
  "parameters": [
@@ -22240,7 +22368,7 @@
22240
22368
  "fileName": "src/Tooltip/TooltipTrigger/index.tsx",
22241
22369
  "line": 49,
22242
22370
  "character": 13,
22243
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
22371
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
22244
22372
  }
22245
22373
  ],
22246
22374
  "signatures": [
@@ -22263,7 +22391,7 @@
22263
22391
  "fileName": "src/Tooltip/TooltipTrigger/index.tsx",
22264
22392
  "line": 49,
22265
22393
  "character": 13,
22266
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
22394
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
22267
22395
  }
22268
22396
  ],
22269
22397
  "parameters": [
@@ -22371,7 +22499,7 @@
22371
22499
  "fileName": "src/useClickOutside/index.ts",
22372
22500
  "line": 3,
22373
22501
  "character": 16,
22374
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useClickOutside/index.ts#L3"
22502
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useClickOutside/index.ts#L3"
22375
22503
  }
22376
22504
  ],
22377
22505
  "signatures": [
@@ -22386,7 +22514,7 @@
22386
22514
  "fileName": "src/useClickOutside/index.ts",
22387
22515
  "line": 3,
22388
22516
  "character": 16,
22389
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useClickOutside/index.ts#L3"
22517
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useClickOutside/index.ts#L3"
22390
22518
  }
22391
22519
  ],
22392
22520
  "typeParameters": [
@@ -22427,7 +22555,7 @@
22427
22555
  "fileName": "src/useClickOutside/index.ts",
22428
22556
  "line": 4,
22429
22557
  "character": 11,
22430
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useClickOutside/index.ts#L4"
22558
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useClickOutside/index.ts#L4"
22431
22559
  }
22432
22560
  ],
22433
22561
  "signatures": [
@@ -22442,7 +22570,7 @@
22442
22570
  "fileName": "src/useClickOutside/index.ts",
22443
22571
  "line": 4,
22444
22572
  "character": 11,
22445
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useClickOutside/index.ts#L4"
22573
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useClickOutside/index.ts#L4"
22446
22574
  }
22447
22575
  ],
22448
22576
  "parameters": [
@@ -22519,7 +22647,7 @@
22519
22647
  "fileName": "src/Canvas/index.tsx",
22520
22648
  "line": 20,
22521
22649
  "character": 16,
22522
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L20"
22650
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Canvas/index.tsx#L20"
22523
22651
  }
22524
22652
  ],
22525
22653
  "signatures": [
@@ -22534,7 +22662,7 @@
22534
22662
  "fileName": "src/Canvas/index.tsx",
22535
22663
  "line": 20,
22536
22664
  "character": 16,
22537
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/Canvas/index.tsx#L20"
22665
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/Canvas/index.tsx#L20"
22538
22666
  }
22539
22667
  ],
22540
22668
  "typeParameters": [
@@ -22579,7 +22707,7 @@
22579
22707
  "fileName": "src/useMediaQuery/index.ts",
22580
22708
  "line": 154,
22581
22709
  "character": 16,
22582
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L154"
22710
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useMediaQuery/index.ts#L154"
22583
22711
  }
22584
22712
  ],
22585
22713
  "signatures": [
@@ -22594,7 +22722,7 @@
22594
22722
  "fileName": "src/useMediaQuery/index.ts",
22595
22723
  "line": 154,
22596
22724
  "character": 16,
22597
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L154"
22725
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useMediaQuery/index.ts#L154"
22598
22726
  }
22599
22727
  ],
22600
22728
  "parameters": [
@@ -22676,7 +22804,7 @@
22676
22804
  "fileName": "src/useMediaQuery/index.ts",
22677
22805
  "line": 12,
22678
22806
  "character": 16,
22679
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L12"
22807
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useMediaQuery/index.ts#L12"
22680
22808
  }
22681
22809
  ],
22682
22810
  "signatures": [
@@ -22691,7 +22819,7 @@
22691
22819
  "fileName": "src/useMediaQuery/index.ts",
22692
22820
  "line": 12,
22693
22821
  "character": 16,
22694
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/useMediaQuery/index.ts#L12"
22822
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/useMediaQuery/index.ts#L12"
22695
22823
  }
22696
22824
  ],
22697
22825
  "parameters": [
@@ -22730,7 +22858,7 @@
22730
22858
  "fileName": "src/VerticalSplit/index.tsx",
22731
22859
  "line": 263,
22732
22860
  "character": 16,
22733
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L263"
22861
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/VerticalSplit/index.tsx#L263"
22734
22862
  }
22735
22863
  ],
22736
22864
  "signatures": [
@@ -22749,7 +22877,7 @@
22749
22877
  "content": [
22750
22878
  {
22751
22879
  "kind": "code",
22752
- "text": "```js\n<Canvas ctx={ctx}>\n <div style={{ height: 500, position: 'relative' }}>\n <VerticalSplit primaryPane=\"left\" size=\"25%\" minSize={220}>\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Primary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Main content\n </div>\n </div>\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%', borderLeft: '1px solid var(--border-color)' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Secondary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Sidebar\n </div>\n </div>\n </VerticalSplit>\n </div>\n</Canvas>;\n```"
22880
+ "text": "```js\n<Canvas ctx={ctx}>\n <div style={{ height: 500, position: 'relative' }}>\n <VerticalSplit primaryPane=\"left\" size=\"25%\" minSize={220}>\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Primary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Main content\n </div>\n </div>\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%', borderLeft: '1px solid var(--color--border)' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Secondary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Sidebar\n </div>\n </div>\n </VerticalSplit>\n </div>\n</Canvas>;\n```"
22753
22881
  }
22754
22882
  ]
22755
22883
  },
@@ -22759,7 +22887,7 @@
22759
22887
  "content": [
22760
22888
  {
22761
22889
  "kind": "code",
22762
- "text": "```js\n<Canvas ctx={ctx}>\n <div style={{ height: 500, position: 'relative' }}>\n <VerticalSplit primaryPane=\"right\" size=\"25%\" minSize={220}>\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Secondary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Sidebar\n </div>\n </div>\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%', borderLeft: '1px solid var(--border-color)' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Primary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Main content\n </div>\n </div>\n </VerticalSplit>\n </div>\n</Canvas>;\n```"
22890
+ "text": "```js\n<Canvas ctx={ctx}>\n <div style={{ height: 500, position: 'relative' }}>\n <VerticalSplit primaryPane=\"right\" size=\"25%\" minSize={220}>\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Secondary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Sidebar\n </div>\n </div>\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%', borderLeft: '1px solid var(--color--border)' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Primary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Main content\n </div>\n </div>\n </VerticalSplit>\n </div>\n</Canvas>;\n```"
22763
22891
  }
22764
22892
  ]
22765
22893
  },
@@ -22769,7 +22897,7 @@
22769
22897
  "content": [
22770
22898
  {
22771
22899
  "kind": "code",
22772
- "text": "```js\n <Canvas ctx={ctx}>\n <div style={{ height: 500, position: 'relative' }}>\n <StateManager initial={true}>\n {(isCollapsed, setCollapsed) => (\n <VerticalSplit\n primaryPane=\"left\"\n size=\"25%\"\n minSize={220}\n isSecondaryCollapsed={isCollapsed}\n onSecondaryToggle={setCollapsed}\n >\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Primary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Main content\n </div>\n </div>\n <div\n style={{\n display: 'flex',\n flexDirection: 'column',\n height: '100%',\n borderLeft: '1px solid var(--border-color)',\n }}\n >\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Secondary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Sidebar\n </div>\n </div>\n </VerticalSplit>\n )}\n </StateManager>\n </div>\n </Canvas>;\n```"
22900
+ "text": "```js\n <Canvas ctx={ctx}>\n <div style={{ height: 500, position: 'relative' }}>\n <StateManager initial={true}>\n {(isCollapsed, setCollapsed) => (\n <VerticalSplit\n primaryPane=\"left\"\n size=\"25%\"\n minSize={220}\n isSecondaryCollapsed={isCollapsed}\n onSecondaryToggle={setCollapsed}\n >\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Primary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Main content\n </div>\n </div>\n <div\n style={{\n display: 'flex',\n flexDirection: 'column',\n height: '100%',\n borderLeft: '1px solid var(--color--border)',\n }}\n >\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Secondary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Sidebar\n </div>\n </div>\n </VerticalSplit>\n )}\n </StateManager>\n </div>\n </Canvas>;\n```"
22773
22901
  }
22774
22902
  ]
22775
22903
  },
@@ -22779,7 +22907,7 @@
22779
22907
  "content": [
22780
22908
  {
22781
22909
  "kind": "code",
22782
- "text": "```js\n <Canvas ctx={ctx}>\n <div style={{ height: 500, position: 'relative' }}>\n <StateManager initial={true}>\n {(isCollapsed, setCollapsed) => (\n <VerticalSplit\n mode=\"overlay\"\n primaryPane=\"left\"\n size=\"25%\"\n minSize={220}\n isSecondaryCollapsed={isCollapsed}\n onSecondaryToggle={setCollapsed}\n >\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Primary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Main content\n </div>\n </div>\n <div\n style={{\n display: 'flex',\n flexDirection: 'column',\n height: '100%',\n borderLeft: '1px solid var(--border-color)',\n }}\n >\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Secondary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Sidebar\n </div>\n </div>\n </VerticalSplit>\n )}\n </StateManager>\n </div>\n </Canvas>;\n```"
22910
+ "text": "```js\n <Canvas ctx={ctx}>\n <div style={{ height: 500, position: 'relative' }}>\n <StateManager initial={true}>\n {(isCollapsed, setCollapsed) => (\n <VerticalSplit\n mode=\"overlay\"\n primaryPane=\"left\"\n size=\"25%\"\n minSize={220}\n isSecondaryCollapsed={isCollapsed}\n onSecondaryToggle={setCollapsed}\n >\n <div style={{ display: 'flex', flexDirection: 'column', height: '100%' }}>\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Primary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Main content\n </div>\n </div>\n <div\n style={{\n display: 'flex',\n flexDirection: 'column',\n height: '100%',\n borderLeft: '1px solid var(--color--border)',\n }}\n >\n <Toolbar>\n <ToolbarStack stackSize=\"l\">\n <ToolbarTitle>Secondary</ToolbarTitle>\n </ToolbarStack>\n </Toolbar>\n <div\n style={{\n flex: '1',\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n height: '150px',\n }}\n >\n Sidebar\n </div>\n </div>\n </VerticalSplit>\n )}\n </StateManager>\n </div>\n </Canvas>;\n```"
22783
22911
  }
22784
22912
  ]
22785
22913
  }
@@ -22790,7 +22918,7 @@
22790
22918
  "fileName": "src/VerticalSplit/index.tsx",
22791
22919
  "line": 263,
22792
22920
  "character": 16,
22793
- "url": "https://github.com/datocms/plugins-sdk/blob/bd558ea0bde1d724c13adab1a12ec4beda81919a/packages/react-ui/src/VerticalSplit/index.tsx#L263"
22921
+ "url": "https://github.com/datocms/plugins-sdk/blob/1e49b3ad2ec41d229379378847b70308280eb046/packages/react-ui/src/VerticalSplit/index.tsx#L263"
22794
22922
  }
22795
22923
  ],
22796
22924
  "parameters": [