datocms-react-ui 2.1.5 → 2.2.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/Button/styles.module.css.json +1 -1
- package/dist/cjs/ButtonGroup/Button/styles.module.css.json +1 -1
- package/dist/cjs/ButtonGroup/Group/styles.module.css.json +1 -1
- package/dist/cjs/Canvas/index.js +529 -470
- package/dist/cjs/Canvas/index.js.map +1 -1
- package/dist/cjs/Canvas/styles.module.css.json +1 -1
- package/dist/cjs/ContextInspector/styles.module.css.json +1 -1
- package/dist/cjs/Dropdown/styles.module.css.json +1 -1
- package/dist/cjs/FieldError/styles.module.css.json +1 -1
- package/dist/cjs/FieldHint/styles.module.css.json +1 -1
- package/dist/cjs/FormLabel/styles.module.css.json +1 -1
- package/dist/cjs/HotKey/styles.module.css.json +1 -1
- package/dist/cjs/Section/index.js +7 -6
- package/dist/cjs/Section/index.js.map +1 -1
- package/dist/cjs/Section/styles.module.css.json +1 -1
- package/dist/cjs/SelectInput/index.js +41 -22
- package/dist/cjs/SelectInput/index.js.map +1 -1
- package/dist/cjs/SidebarPanel/index.js +4 -11
- package/dist/cjs/SidebarPanel/index.js.map +1 -1
- package/dist/cjs/SidebarPanel/styles.module.css.json +1 -1
- package/dist/cjs/Spinner/styles.module.css.json +1 -1
- package/dist/cjs/SplitView/SplitViewSash/styles.module.css.json +1 -1
- package/dist/cjs/SwitchField/styles.module.css.json +1 -1
- package/dist/cjs/SwitchInput/styles.module.css.json +1 -1
- package/dist/cjs/TextInput/styles.module.css.json +1 -1
- package/dist/cjs/TextareaInput/styles.module.css.json +1 -1
- package/dist/cjs/Toolbar/Button/styles.module.css.json +1 -1
- package/dist/cjs/Toolbar/Toolbar/index.js +3 -3
- package/dist/cjs/Toolbar/Toolbar/styles.module.css.json +1 -1
- package/dist/cjs/Tooltip/TooltipContent/styles.module.css.json +1 -1
- package/dist/cjs/Tooltip/TooltipDelayGroup/index.js +2 -2
- package/dist/cjs/VerticalSplit/index.js +4 -4
- package/dist/cjs/VerticalSplit/styles.module.css.json +1 -1
- package/dist/cjs/generateStyleFromCtx/index.js +2 -2
- package/dist/cjs/generateStyleFromCtx/index.js.map +1 -1
- package/dist/cjs/icons.js +8 -8
- package/dist/cjs/icons.js.map +1 -1
- package/dist/esm/Button/styles.module.css.json +1 -1
- package/dist/esm/ButtonGroup/Button/styles.module.css.json +1 -1
- package/dist/esm/ButtonGroup/Group/styles.module.css.json +1 -1
- package/dist/esm/Canvas/index.d.ts +507 -470
- package/dist/esm/Canvas/index.js +529 -470
- package/dist/esm/Canvas/index.js.map +1 -1
- package/dist/esm/Canvas/styles.module.css.json +1 -1
- package/dist/esm/ContextInspector/styles.module.css.json +1 -1
- package/dist/esm/Dropdown/styles.module.css.json +1 -1
- package/dist/esm/FieldError/styles.module.css.json +1 -1
- package/dist/esm/FieldHint/styles.module.css.json +1 -1
- package/dist/esm/FormLabel/styles.module.css.json +1 -1
- package/dist/esm/HotKey/styles.module.css.json +1 -1
- package/dist/esm/Section/index.js +7 -6
- package/dist/esm/Section/index.js.map +1 -1
- package/dist/esm/Section/styles.module.css.json +1 -1
- package/dist/esm/SelectInput/index.js +41 -22
- package/dist/esm/SelectInput/index.js.map +1 -1
- package/dist/esm/SidebarPanel/index.d.ts +2 -2
- package/dist/esm/SidebarPanel/index.js +4 -11
- package/dist/esm/SidebarPanel/index.js.map +1 -1
- package/dist/esm/SidebarPanel/styles.module.css.json +1 -1
- package/dist/esm/Spinner/styles.module.css.json +1 -1
- package/dist/esm/SplitView/SplitViewSash/styles.module.css.json +1 -1
- package/dist/esm/SwitchField/styles.module.css.json +1 -1
- package/dist/esm/SwitchInput/styles.module.css.json +1 -1
- package/dist/esm/TextInput/styles.module.css.json +1 -1
- package/dist/esm/TextareaInput/styles.module.css.json +1 -1
- package/dist/esm/Toolbar/Button/styles.module.css.json +1 -1
- package/dist/esm/Toolbar/Toolbar/index.d.ts +3 -3
- package/dist/esm/Toolbar/Toolbar/index.js +3 -3
- package/dist/esm/Toolbar/Toolbar/styles.module.css.json +1 -1
- package/dist/esm/Tooltip/TooltipContent/styles.module.css.json +1 -1
- package/dist/esm/Tooltip/TooltipDelayGroup/index.d.ts +2 -2
- package/dist/esm/Tooltip/TooltipDelayGroup/index.js +2 -2
- package/dist/esm/VerticalSplit/index.d.ts +4 -4
- package/dist/esm/VerticalSplit/index.js +4 -4
- package/dist/esm/VerticalSplit/styles.module.css.json +1 -1
- package/dist/esm/generateStyleFromCtx/index.d.ts +1 -1
- package/dist/esm/generateStyleFromCtx/index.js +2 -2
- package/dist/esm/generateStyleFromCtx/index.js.map +1 -1
- package/dist/esm/icons.js +8 -8
- package/dist/esm/icons.js.map +1 -1
- package/dist/types/Canvas/index.d.ts +507 -470
- package/dist/types/SidebarPanel/index.d.ts +2 -2
- package/dist/types/Toolbar/Toolbar/index.d.ts +3 -3
- package/dist/types/Tooltip/TooltipDelayGroup/index.d.ts +2 -2
- package/dist/types/VerticalSplit/index.d.ts +4 -4
- package/dist/types/generateStyleFromCtx/index.d.ts +1 -1
- package/package.json +3 -3
- package/src/Button/styles.module.css +28 -19
- package/src/Button/styles.module.css.json +1 -1
- package/src/ButtonGroup/Button/styles.module.css +13 -17
- package/src/ButtonGroup/Button/styles.module.css.json +1 -1
- package/src/ButtonGroup/Group/styles.module.css +1 -1
- package/src/ButtonGroup/Group/styles.module.css.json +1 -1
- package/src/Canvas/index.tsx +532 -470
- package/src/Canvas/styles.module.css +32 -16
- package/src/Canvas/styles.module.css.json +1 -1
- package/src/ContextInspector/styles.module.css +10 -10
- package/src/ContextInspector/styles.module.css.json +1 -1
- package/src/Dropdown/styles.module.css +30 -28
- package/src/Dropdown/styles.module.css.json +1 -1
- package/src/FieldError/styles.module.css +1 -1
- package/src/FieldError/styles.module.css.json +1 -1
- package/src/FieldHint/styles.module.css +1 -1
- package/src/FieldHint/styles.module.css.json +1 -1
- package/src/FormLabel/styles.module.css +2 -2
- package/src/FormLabel/styles.module.css.json +1 -1
- package/src/HotKey/styles.module.css +1 -1
- package/src/HotKey/styles.module.css.json +1 -1
- package/src/Section/index.tsx +17 -16
- package/src/Section/styles.module.css +41 -35
- package/src/Section/styles.module.css.json +1 -1
- package/src/SelectInput/index.tsx +55 -27
- package/src/SidebarPanel/index.tsx +4 -29
- package/src/SidebarPanel/styles.module.css +5 -6
- package/src/SidebarPanel/styles.module.css.json +1 -1
- package/src/Spinner/styles.module.css +1 -1
- package/src/Spinner/styles.module.css.json +1 -1
- package/src/SplitView/SplitViewSash/styles.module.css +7 -7
- package/src/SplitView/SplitViewSash/styles.module.css.json +1 -1
- package/src/SwitchField/styles.module.css +1 -1
- package/src/SwitchField/styles.module.css.json +1 -1
- package/src/SwitchInput/styles.module.css +15 -13
- package/src/SwitchInput/styles.module.css.json +1 -1
- package/src/TextInput/styles.module.css +13 -11
- package/src/TextInput/styles.module.css.json +1 -1
- package/src/TextareaInput/styles.module.css +13 -11
- package/src/TextareaInput/styles.module.css.json +1 -1
- package/src/Toolbar/Badge/styles.module.css.json +5 -0
- package/src/Toolbar/Button/styles.module.css +4 -4
- package/src/Toolbar/Button/styles.module.css.json +1 -1
- package/src/Toolbar/DotsDropdown/styles.module.css.json +4 -0
- package/src/Toolbar/GoBack/styles.module.css.json +1 -0
- package/src/Toolbar/Pagination/styles.module.css.json +1 -0
- package/src/Toolbar/PrimaryButton/styles.module.css.json +5 -0
- package/src/Toolbar/Space/styles.module.css.json +1 -0
- package/src/Toolbar/Subtitle/styles.module.css.json +1 -0
- package/src/Toolbar/Toolbar/index.tsx +3 -3
- package/src/Toolbar/Toolbar/styles.module.css +2 -2
- package/src/Toolbar/Toolbar/styles.module.css.json +1 -1
- package/src/Tooltip/TooltipContent/styles.module.css +3 -2
- package/src/Tooltip/TooltipContent/styles.module.css.json +1 -1
- package/src/Tooltip/TooltipDelayGroup/index.tsx +2 -2
- package/src/VerticalSplit/index.tsx +4 -4
- package/src/VerticalSplit/styles.module.css +8 -11
- package/src/VerticalSplit/styles.module.css.json +1 -1
- package/src/base.css +17 -0
- package/src/generateStyleFromCtx/index.ts +7 -1
- package/src/icons.tsx +8 -0
- package/styles.css +1 -1
- package/types.json +601 -395
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/
|
|
26
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L7"
|
|
27
27
|
}
|
|
28
28
|
],
|
|
29
29
|
"type": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"fileName": "src/FieldGroup/index.tsx",
|
|
51
51
|
"line": 6,
|
|
52
52
|
"character": 2,
|
|
53
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
53
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L6"
|
|
54
54
|
}
|
|
55
55
|
],
|
|
56
56
|
"type": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"fileName": "src/FieldGroup/index.tsx",
|
|
72
72
|
"line": 8,
|
|
73
73
|
"character": 2,
|
|
74
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
74
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L8"
|
|
75
75
|
}
|
|
76
76
|
],
|
|
77
77
|
"type": {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"fileName": "src/FieldGroup/index.tsx",
|
|
102
102
|
"line": 5,
|
|
103
103
|
"character": 17,
|
|
104
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
104
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L5"
|
|
105
105
|
}
|
|
106
106
|
]
|
|
107
107
|
},
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"fileName": "src/FormLabel/index.tsx",
|
|
124
124
|
"line": 7,
|
|
125
125
|
"character": 2,
|
|
126
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
126
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L7"
|
|
127
127
|
}
|
|
128
128
|
],
|
|
129
129
|
"type": {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"fileName": "src/FormLabel/index.tsx",
|
|
151
151
|
"line": 8,
|
|
152
152
|
"character": 2,
|
|
153
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
153
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L8"
|
|
154
154
|
}
|
|
155
155
|
],
|
|
156
156
|
"type": {
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"fileName": "src/FormLabel/index.tsx",
|
|
172
172
|
"line": 11,
|
|
173
173
|
"character": 2,
|
|
174
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
174
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L11"
|
|
175
175
|
}
|
|
176
176
|
],
|
|
177
177
|
"type": {
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"fileName": "src/FormLabel/index.tsx",
|
|
199
199
|
"line": 10,
|
|
200
200
|
"character": 2,
|
|
201
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
201
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L10"
|
|
202
202
|
}
|
|
203
203
|
],
|
|
204
204
|
"type": {
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"fileName": "src/FormLabel/index.tsx",
|
|
218
218
|
"line": 6,
|
|
219
219
|
"character": 2,
|
|
220
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
220
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L6"
|
|
221
221
|
}
|
|
222
222
|
],
|
|
223
223
|
"type": {
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"fileName": "src/FormLabel/index.tsx",
|
|
239
239
|
"line": 9,
|
|
240
240
|
"character": 2,
|
|
241
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
241
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L9"
|
|
242
242
|
}
|
|
243
243
|
],
|
|
244
244
|
"type": {
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"fileName": "src/FormLabel/index.tsx",
|
|
266
266
|
"line": 5,
|
|
267
267
|
"character": 17,
|
|
268
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
268
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L5"
|
|
269
269
|
}
|
|
270
270
|
]
|
|
271
271
|
},
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"fileName": "src/Form/index.tsx",
|
|
288
288
|
"line": 17,
|
|
289
289
|
"character": 2,
|
|
290
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
290
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L17"
|
|
291
291
|
}
|
|
292
292
|
],
|
|
293
293
|
"type": {
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"fileName": "src/Form/index.tsx",
|
|
315
315
|
"line": 16,
|
|
316
316
|
"character": 2,
|
|
317
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
317
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L16"
|
|
318
318
|
}
|
|
319
319
|
],
|
|
320
320
|
"type": {
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"fileName": "src/Form/index.tsx",
|
|
336
336
|
"line": 13,
|
|
337
337
|
"character": 2,
|
|
338
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
338
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L13"
|
|
339
339
|
}
|
|
340
340
|
],
|
|
341
341
|
"type": {
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
"fileName": "src/Form/index.tsx",
|
|
374
374
|
"line": 14,
|
|
375
375
|
"character": 2,
|
|
376
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
376
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L14"
|
|
377
377
|
}
|
|
378
378
|
],
|
|
379
379
|
"type": {
|
|
@@ -403,7 +403,7 @@
|
|
|
403
403
|
"fileName": "src/Form/index.tsx",
|
|
404
404
|
"line": 15,
|
|
405
405
|
"character": 2,
|
|
406
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
406
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L15"
|
|
407
407
|
}
|
|
408
408
|
],
|
|
409
409
|
"type": {
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
"fileName": "src/Form/index.tsx",
|
|
436
436
|
"line": 12,
|
|
437
437
|
"character": 17,
|
|
438
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
438
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L12"
|
|
439
439
|
}
|
|
440
440
|
]
|
|
441
441
|
},
|
|
@@ -3398,7 +3398,7 @@
|
|
|
3398
3398
|
"fileName": "src/SwitchInput/index.tsx",
|
|
3399
3399
|
"line": 15,
|
|
3400
3400
|
"character": 2,
|
|
3401
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
3401
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L15"
|
|
3402
3402
|
}
|
|
3403
3403
|
],
|
|
3404
3404
|
"type": {
|
|
@@ -3817,7 +3817,7 @@
|
|
|
3817
3817
|
"fileName": "src/SwitchInput/index.tsx",
|
|
3818
3818
|
"line": 14,
|
|
3819
3819
|
"character": 2,
|
|
3820
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
3820
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L14"
|
|
3821
3821
|
}
|
|
3822
3822
|
],
|
|
3823
3823
|
"type": {
|
|
@@ -4630,7 +4630,7 @@
|
|
|
4630
4630
|
"fileName": "src/SwitchInput/index.tsx",
|
|
4631
4631
|
"line": 16,
|
|
4632
4632
|
"character": 2,
|
|
4633
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
4633
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L16"
|
|
4634
4634
|
}
|
|
4635
4635
|
],
|
|
4636
4636
|
"type": {
|
|
@@ -6897,7 +6897,7 @@
|
|
|
6897
6897
|
"fileName": "src/SwitchInput/index.tsx",
|
|
6898
6898
|
"line": 17,
|
|
6899
6899
|
"character": 2,
|
|
6900
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
6900
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L17"
|
|
6901
6901
|
}
|
|
6902
6902
|
],
|
|
6903
6903
|
"type": {
|
|
@@ -11393,7 +11393,7 @@
|
|
|
11393
11393
|
"fileName": "src/SwitchInput/index.tsx",
|
|
11394
11394
|
"line": 18,
|
|
11395
11395
|
"character": 2,
|
|
11396
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
11396
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L18"
|
|
11397
11397
|
}
|
|
11398
11398
|
],
|
|
11399
11399
|
"type": {
|
|
@@ -11698,7 +11698,7 @@
|
|
|
11698
11698
|
"fileName": "src/SwitchInput/index.tsx",
|
|
11699
11699
|
"line": 12,
|
|
11700
11700
|
"character": 17,
|
|
11701
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
11701
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L12"
|
|
11702
11702
|
}
|
|
11703
11703
|
],
|
|
11704
11704
|
"extendedTypes": [
|
|
@@ -11748,9 +11748,9 @@
|
|
|
11748
11748
|
"sources": [
|
|
11749
11749
|
{
|
|
11750
11750
|
"fileName": "src/SelectInput/index.tsx",
|
|
11751
|
-
"line":
|
|
11751
|
+
"line": 237,
|
|
11752
11752
|
"character": 12,
|
|
11753
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
11753
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L237"
|
|
11754
11754
|
}
|
|
11755
11755
|
],
|
|
11756
11756
|
"typeParameters": [
|
|
@@ -11878,9 +11878,9 @@
|
|
|
11878
11878
|
"sources": [
|
|
11879
11879
|
{
|
|
11880
11880
|
"fileName": "src/SelectInput/index.tsx",
|
|
11881
|
-
"line":
|
|
11881
|
+
"line": 180,
|
|
11882
11882
|
"character": 12,
|
|
11883
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
11883
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L180"
|
|
11884
11884
|
}
|
|
11885
11885
|
],
|
|
11886
11886
|
"typeParameters": [
|
|
@@ -12010,7 +12010,7 @@
|
|
|
12010
12010
|
"fileName": "src/Canvas/index.tsx",
|
|
12011
12011
|
"line": 15,
|
|
12012
12012
|
"character": 12,
|
|
12013
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12013
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L15"
|
|
12014
12014
|
}
|
|
12015
12015
|
],
|
|
12016
12016
|
"type": {
|
|
@@ -12037,7 +12037,7 @@
|
|
|
12037
12037
|
"fileName": "src/Canvas/index.tsx",
|
|
12038
12038
|
"line": 15,
|
|
12039
12039
|
"character": 53,
|
|
12040
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12040
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L15"
|
|
12041
12041
|
}
|
|
12042
12042
|
]
|
|
12043
12043
|
}
|
|
@@ -12055,7 +12055,7 @@
|
|
|
12055
12055
|
"fileName": "src/Canvas/index.tsx",
|
|
12056
12056
|
"line": 15,
|
|
12057
12057
|
"character": 57,
|
|
12058
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12058
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L15"
|
|
12059
12059
|
}
|
|
12060
12060
|
]
|
|
12061
12061
|
}
|
|
@@ -12076,7 +12076,7 @@
|
|
|
12076
12076
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
12077
12077
|
"line": 9,
|
|
12078
12078
|
"character": 12,
|
|
12079
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12079
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
|
|
12080
12080
|
}
|
|
12081
12081
|
],
|
|
12082
12082
|
"type": {
|
|
@@ -12101,7 +12101,7 @@
|
|
|
12101
12101
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
12102
12102
|
"line": 10,
|
|
12103
12103
|
"character": 2,
|
|
12104
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12104
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L10"
|
|
12105
12105
|
}
|
|
12106
12106
|
],
|
|
12107
12107
|
"type": {
|
|
@@ -12128,7 +12128,7 @@
|
|
|
12128
12128
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
12129
12129
|
"line": 11,
|
|
12130
12130
|
"character": 2,
|
|
12131
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12131
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L11"
|
|
12132
12132
|
}
|
|
12133
12133
|
],
|
|
12134
12134
|
"type": {
|
|
@@ -12149,7 +12149,7 @@
|
|
|
12149
12149
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
12150
12150
|
"line": 13,
|
|
12151
12151
|
"character": 2,
|
|
12152
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12152
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L13"
|
|
12153
12153
|
}
|
|
12154
12154
|
],
|
|
12155
12155
|
"type": {
|
|
@@ -12170,7 +12170,7 @@
|
|
|
12170
12170
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
12171
12171
|
"line": 15,
|
|
12172
12172
|
"character": 2,
|
|
12173
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12173
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L15"
|
|
12174
12174
|
}
|
|
12175
12175
|
],
|
|
12176
12176
|
"type": {
|
|
@@ -12197,7 +12197,7 @@
|
|
|
12197
12197
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
12198
12198
|
"line": 12,
|
|
12199
12199
|
"character": 2,
|
|
12200
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12200
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L12"
|
|
12201
12201
|
}
|
|
12202
12202
|
],
|
|
12203
12203
|
"type": {
|
|
@@ -12218,7 +12218,7 @@
|
|
|
12218
12218
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
12219
12219
|
"line": 14,
|
|
12220
12220
|
"character": 2,
|
|
12221
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12221
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L14"
|
|
12222
12222
|
}
|
|
12223
12223
|
],
|
|
12224
12224
|
"type": {
|
|
@@ -12251,7 +12251,7 @@
|
|
|
12251
12251
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
12252
12252
|
"line": 9,
|
|
12253
12253
|
"character": 26,
|
|
12254
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12254
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L9"
|
|
12255
12255
|
}
|
|
12256
12256
|
]
|
|
12257
12257
|
}
|
|
@@ -12268,7 +12268,7 @@
|
|
|
12268
12268
|
"fileName": "src/ButtonGroup/Group/index.tsx",
|
|
12269
12269
|
"line": 5,
|
|
12270
12270
|
"character": 12,
|
|
12271
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12271
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
|
|
12272
12272
|
}
|
|
12273
12273
|
],
|
|
12274
12274
|
"type": {
|
|
@@ -12293,7 +12293,7 @@
|
|
|
12293
12293
|
"fileName": "src/ButtonGroup/Group/index.tsx",
|
|
12294
12294
|
"line": 6,
|
|
12295
12295
|
"character": 2,
|
|
12296
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12296
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L6"
|
|
12297
12297
|
}
|
|
12298
12298
|
],
|
|
12299
12299
|
"type": {
|
|
@@ -12320,7 +12320,7 @@
|
|
|
12320
12320
|
"fileName": "src/ButtonGroup/Group/index.tsx",
|
|
12321
12321
|
"line": 7,
|
|
12322
12322
|
"character": 2,
|
|
12323
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12323
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L7"
|
|
12324
12324
|
}
|
|
12325
12325
|
],
|
|
12326
12326
|
"type": {
|
|
@@ -12341,7 +12341,7 @@
|
|
|
12341
12341
|
"fileName": "src/ButtonGroup/Group/index.tsx",
|
|
12342
12342
|
"line": 8,
|
|
12343
12343
|
"character": 2,
|
|
12344
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12344
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L8"
|
|
12345
12345
|
}
|
|
12346
12346
|
],
|
|
12347
12347
|
"type": {
|
|
@@ -12371,7 +12371,7 @@
|
|
|
12371
12371
|
"fileName": "src/ButtonGroup/Group/index.tsx",
|
|
12372
12372
|
"line": 5,
|
|
12373
12373
|
"character": 25,
|
|
12374
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12374
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L5"
|
|
12375
12375
|
}
|
|
12376
12376
|
]
|
|
12377
12377
|
}
|
|
@@ -12388,7 +12388,7 @@
|
|
|
12388
12388
|
"fileName": "src/Button/index.tsx",
|
|
12389
12389
|
"line": 120,
|
|
12390
12390
|
"character": 12,
|
|
12391
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12391
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L120"
|
|
12392
12392
|
}
|
|
12393
12393
|
],
|
|
12394
12394
|
"type": {
|
|
@@ -12413,7 +12413,7 @@
|
|
|
12413
12413
|
"fileName": "src/Button/index.tsx",
|
|
12414
12414
|
"line": 127,
|
|
12415
12415
|
"character": 2,
|
|
12416
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12416
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L127"
|
|
12417
12417
|
}
|
|
12418
12418
|
],
|
|
12419
12419
|
"type": {
|
|
@@ -12459,7 +12459,7 @@
|
|
|
12459
12459
|
"fileName": "src/Button/index.tsx",
|
|
12460
12460
|
"line": 126,
|
|
12461
12461
|
"character": 2,
|
|
12462
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12462
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L126"
|
|
12463
12463
|
}
|
|
12464
12464
|
],
|
|
12465
12465
|
"type": {
|
|
@@ -12493,7 +12493,7 @@
|
|
|
12493
12493
|
"fileName": "src/Button/index.tsx",
|
|
12494
12494
|
"line": 121,
|
|
12495
12495
|
"character": 2,
|
|
12496
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12496
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L121"
|
|
12497
12497
|
}
|
|
12498
12498
|
],
|
|
12499
12499
|
"type": {
|
|
@@ -12520,7 +12520,7 @@
|
|
|
12520
12520
|
"fileName": "src/Button/index.tsx",
|
|
12521
12521
|
"line": 124,
|
|
12522
12522
|
"character": 2,
|
|
12523
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12523
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L124"
|
|
12524
12524
|
}
|
|
12525
12525
|
],
|
|
12526
12526
|
"type": {
|
|
@@ -12541,7 +12541,7 @@
|
|
|
12541
12541
|
"fileName": "src/Button/index.tsx",
|
|
12542
12542
|
"line": 128,
|
|
12543
12543
|
"character": 2,
|
|
12544
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12544
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L128"
|
|
12545
12545
|
}
|
|
12546
12546
|
],
|
|
12547
12547
|
"type": {
|
|
@@ -12560,7 +12560,7 @@
|
|
|
12560
12560
|
"fileName": "src/Button/index.tsx",
|
|
12561
12561
|
"line": 122,
|
|
12562
12562
|
"character": 2,
|
|
12563
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12563
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L122"
|
|
12564
12564
|
}
|
|
12565
12565
|
],
|
|
12566
12566
|
"type": {
|
|
@@ -12581,7 +12581,7 @@
|
|
|
12581
12581
|
"fileName": "src/Button/index.tsx",
|
|
12582
12582
|
"line": 130,
|
|
12583
12583
|
"character": 2,
|
|
12584
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12584
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L130"
|
|
12585
12585
|
}
|
|
12586
12586
|
],
|
|
12587
12587
|
"type": {
|
|
@@ -12608,7 +12608,7 @@
|
|
|
12608
12608
|
"fileName": "src/Button/index.tsx",
|
|
12609
12609
|
"line": 125,
|
|
12610
12610
|
"character": 2,
|
|
12611
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12611
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L125"
|
|
12612
12612
|
}
|
|
12613
12613
|
],
|
|
12614
12614
|
"type": {
|
|
@@ -12635,7 +12635,7 @@
|
|
|
12635
12635
|
"fileName": "src/Button/index.tsx",
|
|
12636
12636
|
"line": 131,
|
|
12637
12637
|
"character": 2,
|
|
12638
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12638
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L131"
|
|
12639
12639
|
}
|
|
12640
12640
|
],
|
|
12641
12641
|
"type": {
|
|
@@ -12662,7 +12662,7 @@
|
|
|
12662
12662
|
"fileName": "src/Button/index.tsx",
|
|
12663
12663
|
"line": 129,
|
|
12664
12664
|
"character": 2,
|
|
12665
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12665
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L129"
|
|
12666
12666
|
}
|
|
12667
12667
|
],
|
|
12668
12668
|
"type": {
|
|
@@ -12689,7 +12689,7 @@
|
|
|
12689
12689
|
"fileName": "src/Button/index.tsx",
|
|
12690
12690
|
"line": 123,
|
|
12691
12691
|
"character": 2,
|
|
12692
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12692
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L123"
|
|
12693
12693
|
}
|
|
12694
12694
|
],
|
|
12695
12695
|
"type": {
|
|
@@ -12744,7 +12744,7 @@
|
|
|
12744
12744
|
"fileName": "src/Button/index.tsx",
|
|
12745
12745
|
"line": 120,
|
|
12746
12746
|
"character": 30,
|
|
12747
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12747
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L120"
|
|
12748
12748
|
}
|
|
12749
12749
|
]
|
|
12750
12750
|
}
|
|
@@ -12761,7 +12761,7 @@
|
|
|
12761
12761
|
"fileName": "src/Button/index.tsx",
|
|
12762
12762
|
"line": 6,
|
|
12763
12763
|
"character": 12,
|
|
12764
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12764
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L6"
|
|
12765
12765
|
}
|
|
12766
12766
|
],
|
|
12767
12767
|
"type": {
|
|
@@ -12786,7 +12786,7 @@
|
|
|
12786
12786
|
"fileName": "src/Button/index.tsx",
|
|
12787
12787
|
"line": 13,
|
|
12788
12788
|
"character": 2,
|
|
12789
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12789
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L13"
|
|
12790
12790
|
}
|
|
12791
12791
|
],
|
|
12792
12792
|
"type": {
|
|
@@ -12832,7 +12832,7 @@
|
|
|
12832
12832
|
"fileName": "src/Button/index.tsx",
|
|
12833
12833
|
"line": 12,
|
|
12834
12834
|
"character": 2,
|
|
12835
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12835
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L12"
|
|
12836
12836
|
}
|
|
12837
12837
|
],
|
|
12838
12838
|
"type": {
|
|
@@ -12866,7 +12866,7 @@
|
|
|
12866
12866
|
"fileName": "src/Button/index.tsx",
|
|
12867
12867
|
"line": 7,
|
|
12868
12868
|
"character": 2,
|
|
12869
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12869
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L7"
|
|
12870
12870
|
}
|
|
12871
12871
|
],
|
|
12872
12872
|
"type": {
|
|
@@ -12893,7 +12893,7 @@
|
|
|
12893
12893
|
"fileName": "src/Button/index.tsx",
|
|
12894
12894
|
"line": 9,
|
|
12895
12895
|
"character": 2,
|
|
12896
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12896
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L9"
|
|
12897
12897
|
}
|
|
12898
12898
|
],
|
|
12899
12899
|
"type": {
|
|
@@ -12914,7 +12914,7 @@
|
|
|
12914
12914
|
"fileName": "src/Button/index.tsx",
|
|
12915
12915
|
"line": 10,
|
|
12916
12916
|
"character": 2,
|
|
12917
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12917
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L10"
|
|
12918
12918
|
}
|
|
12919
12919
|
],
|
|
12920
12920
|
"type": {
|
|
@@ -12935,7 +12935,7 @@
|
|
|
12935
12935
|
"fileName": "src/Button/index.tsx",
|
|
12936
12936
|
"line": 16,
|
|
12937
12937
|
"character": 2,
|
|
12938
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12938
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L16"
|
|
12939
12939
|
}
|
|
12940
12940
|
],
|
|
12941
12941
|
"type": {
|
|
@@ -12956,7 +12956,7 @@
|
|
|
12956
12956
|
"fileName": "src/Button/index.tsx",
|
|
12957
12957
|
"line": 14,
|
|
12958
12958
|
"character": 2,
|
|
12959
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12959
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L14"
|
|
12960
12960
|
}
|
|
12961
12961
|
],
|
|
12962
12962
|
"type": {
|
|
@@ -12983,7 +12983,7 @@
|
|
|
12983
12983
|
"fileName": "src/Button/index.tsx",
|
|
12984
12984
|
"line": 11,
|
|
12985
12985
|
"character": 2,
|
|
12986
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
12986
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L11"
|
|
12987
12987
|
}
|
|
12988
12988
|
],
|
|
12989
12989
|
"type": {
|
|
@@ -13010,7 +13010,7 @@
|
|
|
13010
13010
|
"fileName": "src/Button/index.tsx",
|
|
13011
13011
|
"line": 15,
|
|
13012
13012
|
"character": 2,
|
|
13013
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13013
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L15"
|
|
13014
13014
|
}
|
|
13015
13015
|
],
|
|
13016
13016
|
"type": {
|
|
@@ -13037,7 +13037,7 @@
|
|
|
13037
13037
|
"fileName": "src/Button/index.tsx",
|
|
13038
13038
|
"line": 17,
|
|
13039
13039
|
"character": 2,
|
|
13040
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13040
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L17"
|
|
13041
13041
|
}
|
|
13042
13042
|
],
|
|
13043
13043
|
"type": {
|
|
@@ -13064,7 +13064,7 @@
|
|
|
13064
13064
|
"fileName": "src/Button/index.tsx",
|
|
13065
13065
|
"line": 8,
|
|
13066
13066
|
"character": 2,
|
|
13067
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13067
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L8"
|
|
13068
13068
|
}
|
|
13069
13069
|
],
|
|
13070
13070
|
"type": {
|
|
@@ -13119,7 +13119,7 @@
|
|
|
13119
13119
|
"fileName": "src/Button/index.tsx",
|
|
13120
13120
|
"line": 6,
|
|
13121
13121
|
"character": 26,
|
|
13122
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13122
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L6"
|
|
13123
13123
|
}
|
|
13124
13124
|
]
|
|
13125
13125
|
}
|
|
@@ -13136,7 +13136,7 @@
|
|
|
13136
13136
|
"fileName": "src/Canvas/index.tsx",
|
|
13137
13137
|
"line": 30,
|
|
13138
13138
|
"character": 12,
|
|
13139
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13139
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L30"
|
|
13140
13140
|
}
|
|
13141
13141
|
],
|
|
13142
13142
|
"type": {
|
|
@@ -13159,7 +13159,7 @@
|
|
|
13159
13159
|
"fileName": "src/Canvas/index.tsx",
|
|
13160
13160
|
"line": 33,
|
|
13161
13161
|
"character": 2,
|
|
13162
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13162
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L33"
|
|
13163
13163
|
}
|
|
13164
13164
|
],
|
|
13165
13165
|
"type": {
|
|
@@ -13184,7 +13184,7 @@
|
|
|
13184
13184
|
"fileName": "src/Canvas/index.tsx",
|
|
13185
13185
|
"line": 31,
|
|
13186
13186
|
"character": 2,
|
|
13187
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13187
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L31"
|
|
13188
13188
|
}
|
|
13189
13189
|
],
|
|
13190
13190
|
"type": {
|
|
@@ -13207,7 +13207,7 @@
|
|
|
13207
13207
|
"fileName": "src/Canvas/index.tsx",
|
|
13208
13208
|
"line": 32,
|
|
13209
13209
|
"character": 2,
|
|
13210
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13210
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L32"
|
|
13211
13211
|
}
|
|
13212
13212
|
],
|
|
13213
13213
|
"type": {
|
|
@@ -13231,7 +13231,7 @@
|
|
|
13231
13231
|
"fileName": "src/Canvas/index.tsx",
|
|
13232
13232
|
"line": 30,
|
|
13233
13233
|
"character": 26,
|
|
13234
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13234
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/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":
|
|
13249
|
+
"line": 208,
|
|
13250
13250
|
"character": 12,
|
|
13251
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13251
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L208"
|
|
13252
13252
|
}
|
|
13253
13253
|
],
|
|
13254
13254
|
"typeParameters": [
|
|
@@ -13378,7 +13378,7 @@
|
|
|
13378
13378
|
"fileName": "src/Dropdown/Group.tsx",
|
|
13379
13379
|
"line": 5,
|
|
13380
13380
|
"character": 12,
|
|
13381
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13381
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L5"
|
|
13382
13382
|
}
|
|
13383
13383
|
],
|
|
13384
13384
|
"type": {
|
|
@@ -13401,7 +13401,7 @@
|
|
|
13401
13401
|
"fileName": "src/Dropdown/Group.tsx",
|
|
13402
13402
|
"line": 6,
|
|
13403
13403
|
"character": 2,
|
|
13404
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13404
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L6"
|
|
13405
13405
|
}
|
|
13406
13406
|
],
|
|
13407
13407
|
"type": {
|
|
@@ -13425,7 +13425,7 @@
|
|
|
13425
13425
|
"fileName": "src/Dropdown/Group.tsx",
|
|
13426
13426
|
"line": 7,
|
|
13427
13427
|
"character": 2,
|
|
13428
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13428
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L7"
|
|
13429
13429
|
}
|
|
13430
13430
|
],
|
|
13431
13431
|
"type": {
|
|
@@ -13454,7 +13454,7 @@
|
|
|
13454
13454
|
"fileName": "src/Dropdown/Group.tsx",
|
|
13455
13455
|
"line": 5,
|
|
13456
13456
|
"character": 25,
|
|
13457
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13457
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L5"
|
|
13458
13458
|
}
|
|
13459
13459
|
]
|
|
13460
13460
|
}
|
|
@@ -13471,7 +13471,7 @@
|
|
|
13471
13471
|
"fileName": "src/Dropdown/Menu.tsx",
|
|
13472
13472
|
"line": 127,
|
|
13473
13473
|
"character": 12,
|
|
13474
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13474
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L127"
|
|
13475
13475
|
}
|
|
13476
13476
|
],
|
|
13477
13477
|
"type": {
|
|
@@ -13496,7 +13496,7 @@
|
|
|
13496
13496
|
"fileName": "src/Dropdown/Menu.tsx",
|
|
13497
13497
|
"line": 129,
|
|
13498
13498
|
"character": 2,
|
|
13499
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13499
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L129"
|
|
13500
13500
|
}
|
|
13501
13501
|
],
|
|
13502
13502
|
"type": {
|
|
@@ -13524,7 +13524,7 @@
|
|
|
13524
13524
|
"fileName": "src/Dropdown/Menu.tsx",
|
|
13525
13525
|
"line": 128,
|
|
13526
13526
|
"character": 2,
|
|
13527
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13527
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L128"
|
|
13528
13528
|
}
|
|
13529
13529
|
],
|
|
13530
13530
|
"type": {
|
|
@@ -13552,7 +13552,7 @@
|
|
|
13552
13552
|
"fileName": "src/Dropdown/Menu.tsx",
|
|
13553
13553
|
"line": 127,
|
|
13554
13554
|
"character": 24,
|
|
13555
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13555
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L127"
|
|
13556
13556
|
}
|
|
13557
13557
|
]
|
|
13558
13558
|
}
|
|
@@ -13569,7 +13569,7 @@
|
|
|
13569
13569
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
13570
13570
|
"line": 7,
|
|
13571
13571
|
"character": 12,
|
|
13572
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13572
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
|
|
13573
13573
|
}
|
|
13574
13574
|
],
|
|
13575
13575
|
"type": {
|
|
@@ -13594,7 +13594,7 @@
|
|
|
13594
13594
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
13595
13595
|
"line": 11,
|
|
13596
13596
|
"character": 2,
|
|
13597
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13597
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L11"
|
|
13598
13598
|
}
|
|
13599
13599
|
],
|
|
13600
13600
|
"type": {
|
|
@@ -13613,7 +13613,7 @@
|
|
|
13613
13613
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
13614
13614
|
"line": 8,
|
|
13615
13615
|
"character": 2,
|
|
13616
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13616
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L8"
|
|
13617
13617
|
}
|
|
13618
13618
|
],
|
|
13619
13619
|
"type": {
|
|
@@ -13638,7 +13638,7 @@
|
|
|
13638
13638
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
13639
13639
|
"line": 10,
|
|
13640
13640
|
"character": 2,
|
|
13641
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13641
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
|
|
13642
13642
|
}
|
|
13643
13643
|
],
|
|
13644
13644
|
"type": {
|
|
@@ -13654,7 +13654,7 @@
|
|
|
13654
13654
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
13655
13655
|
"line": 10,
|
|
13656
13656
|
"character": 11,
|
|
13657
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13657
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L10"
|
|
13658
13658
|
}
|
|
13659
13659
|
],
|
|
13660
13660
|
"signatures": [
|
|
@@ -13724,7 +13724,7 @@
|
|
|
13724
13724
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
13725
13725
|
"line": 9,
|
|
13726
13726
|
"character": 2,
|
|
13727
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13727
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L9"
|
|
13728
13728
|
}
|
|
13729
13729
|
],
|
|
13730
13730
|
"type": {
|
|
@@ -13749,7 +13749,7 @@
|
|
|
13749
13749
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
13750
13750
|
"line": 7,
|
|
13751
13751
|
"character": 32,
|
|
13752
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13752
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L7"
|
|
13753
13753
|
}
|
|
13754
13754
|
]
|
|
13755
13755
|
}
|
|
@@ -13766,7 +13766,7 @@
|
|
|
13766
13766
|
"fileName": "src/Dropdown/Option.tsx",
|
|
13767
13767
|
"line": 16,
|
|
13768
13768
|
"character": 12,
|
|
13769
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13769
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L16"
|
|
13770
13770
|
}
|
|
13771
13771
|
],
|
|
13772
13772
|
"type": {
|
|
@@ -13791,7 +13791,7 @@
|
|
|
13791
13791
|
"fileName": "src/Dropdown/Option.tsx",
|
|
13792
13792
|
"line": 19,
|
|
13793
13793
|
"character": 2,
|
|
13794
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13794
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L19"
|
|
13795
13795
|
}
|
|
13796
13796
|
],
|
|
13797
13797
|
"type": {
|
|
@@ -13810,7 +13810,7 @@
|
|
|
13810
13810
|
"fileName": "src/Dropdown/Option.tsx",
|
|
13811
13811
|
"line": 23,
|
|
13812
13812
|
"character": 2,
|
|
13813
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13813
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L23"
|
|
13814
13814
|
}
|
|
13815
13815
|
],
|
|
13816
13816
|
"type": {
|
|
@@ -13836,7 +13836,7 @@
|
|
|
13836
13836
|
"fileName": "src/Dropdown/Option.tsx",
|
|
13837
13837
|
"line": 25,
|
|
13838
13838
|
"character": 2,
|
|
13839
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13839
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L25"
|
|
13840
13840
|
}
|
|
13841
13841
|
],
|
|
13842
13842
|
"type": {
|
|
@@ -13857,7 +13857,7 @@
|
|
|
13857
13857
|
"fileName": "src/Dropdown/Option.tsx",
|
|
13858
13858
|
"line": 24,
|
|
13859
13859
|
"character": 2,
|
|
13860
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13860
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L24"
|
|
13861
13861
|
}
|
|
13862
13862
|
],
|
|
13863
13863
|
"type": {
|
|
@@ -13878,7 +13878,7 @@
|
|
|
13878
13878
|
"fileName": "src/Dropdown/Option.tsx",
|
|
13879
13879
|
"line": 22,
|
|
13880
13880
|
"character": 2,
|
|
13881
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13881
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L22"
|
|
13882
13882
|
}
|
|
13883
13883
|
],
|
|
13884
13884
|
"type": {
|
|
@@ -13899,7 +13899,7 @@
|
|
|
13899
13899
|
"fileName": "src/Dropdown/Option.tsx",
|
|
13900
13900
|
"line": 17,
|
|
13901
13901
|
"character": 2,
|
|
13902
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13902
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L17"
|
|
13903
13903
|
}
|
|
13904
13904
|
],
|
|
13905
13905
|
"type": {
|
|
@@ -13915,7 +13915,7 @@
|
|
|
13915
13915
|
"fileName": "src/Dropdown/Option.tsx",
|
|
13916
13916
|
"line": 17,
|
|
13917
13917
|
"character": 12,
|
|
13918
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13918
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L17"
|
|
13919
13919
|
}
|
|
13920
13920
|
],
|
|
13921
13921
|
"signatures": [
|
|
@@ -13985,7 +13985,7 @@
|
|
|
13985
13985
|
"fileName": "src/Dropdown/Option.tsx",
|
|
13986
13986
|
"line": 20,
|
|
13987
13987
|
"character": 2,
|
|
13988
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
13988
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L20"
|
|
13989
13989
|
}
|
|
13990
13990
|
],
|
|
13991
13991
|
"type": {
|
|
@@ -14006,7 +14006,7 @@
|
|
|
14006
14006
|
"fileName": "src/Dropdown/Option.tsx",
|
|
14007
14007
|
"line": 18,
|
|
14008
14008
|
"character": 2,
|
|
14009
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14009
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L18"
|
|
14010
14010
|
}
|
|
14011
14011
|
],
|
|
14012
14012
|
"type": {
|
|
@@ -14027,7 +14027,7 @@
|
|
|
14027
14027
|
"fileName": "src/Dropdown/Option.tsx",
|
|
14028
14028
|
"line": 21,
|
|
14029
14029
|
"character": 2,
|
|
14030
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14030
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L21"
|
|
14031
14031
|
}
|
|
14032
14032
|
],
|
|
14033
14033
|
"type": {
|
|
@@ -14057,7 +14057,7 @@
|
|
|
14057
14057
|
"fileName": "src/Dropdown/Option.tsx",
|
|
14058
14058
|
"line": 16,
|
|
14059
14059
|
"character": 26,
|
|
14060
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14060
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L16"
|
|
14061
14061
|
}
|
|
14062
14062
|
]
|
|
14063
14063
|
}
|
|
@@ -14074,7 +14074,7 @@
|
|
|
14074
14074
|
"fileName": "src/Dropdown/Dropdown.tsx",
|
|
14075
14075
|
"line": 12,
|
|
14076
14076
|
"character": 12,
|
|
14077
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14077
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
|
|
14078
14078
|
}
|
|
14079
14079
|
],
|
|
14080
14080
|
"type": {
|
|
@@ -14097,7 +14097,7 @@
|
|
|
14097
14097
|
"fileName": "src/Dropdown/Dropdown.tsx",
|
|
14098
14098
|
"line": 14,
|
|
14099
14099
|
"character": 2,
|
|
14100
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14100
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L14"
|
|
14101
14101
|
}
|
|
14102
14102
|
],
|
|
14103
14103
|
"type": {
|
|
@@ -14121,7 +14121,7 @@
|
|
|
14121
14121
|
"fileName": "src/Dropdown/Dropdown.tsx",
|
|
14122
14122
|
"line": 13,
|
|
14123
14123
|
"character": 2,
|
|
14124
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14124
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
|
|
14125
14125
|
}
|
|
14126
14126
|
],
|
|
14127
14127
|
"type": {
|
|
@@ -14137,7 +14137,7 @@
|
|
|
14137
14137
|
"fileName": "src/Dropdown/Dropdown.tsx",
|
|
14138
14138
|
"line": 13,
|
|
14139
14139
|
"character": 17,
|
|
14140
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14140
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L13"
|
|
14141
14141
|
}
|
|
14142
14142
|
],
|
|
14143
14143
|
"signatures": [
|
|
@@ -14195,7 +14195,7 @@
|
|
|
14195
14195
|
"fileName": "src/Dropdown/Dropdown.tsx",
|
|
14196
14196
|
"line": 12,
|
|
14197
14197
|
"character": 28,
|
|
14198
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14198
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L12"
|
|
14199
14199
|
}
|
|
14200
14200
|
]
|
|
14201
14201
|
}
|
|
@@ -14212,7 +14212,7 @@
|
|
|
14212
14212
|
"fileName": "src/Dropdown/Text.tsx",
|
|
14213
14213
|
"line": 4,
|
|
14214
14214
|
"character": 12,
|
|
14215
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14215
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L4"
|
|
14216
14216
|
}
|
|
14217
14217
|
],
|
|
14218
14218
|
"type": {
|
|
@@ -14235,7 +14235,7 @@
|
|
|
14235
14235
|
"fileName": "src/Dropdown/Text.tsx",
|
|
14236
14236
|
"line": 4,
|
|
14237
14237
|
"character": 26,
|
|
14238
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14238
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L4"
|
|
14239
14239
|
}
|
|
14240
14240
|
],
|
|
14241
14241
|
"type": {
|
|
@@ -14262,7 +14262,7 @@
|
|
|
14262
14262
|
"fileName": "src/Dropdown/Text.tsx",
|
|
14263
14263
|
"line": 4,
|
|
14264
14264
|
"character": 24,
|
|
14265
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14265
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L4"
|
|
14266
14266
|
}
|
|
14267
14267
|
]
|
|
14268
14268
|
}
|
|
@@ -14279,7 +14279,7 @@
|
|
|
14279
14279
|
"fileName": "src/HotKey/index.tsx",
|
|
14280
14280
|
"line": 7,
|
|
14281
14281
|
"character": 12,
|
|
14282
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14282
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L7"
|
|
14283
14283
|
}
|
|
14284
14284
|
],
|
|
14285
14285
|
"type": {
|
|
@@ -14310,7 +14310,7 @@
|
|
|
14310
14310
|
"fileName": "src/HotKey/index.tsx",
|
|
14311
14311
|
"line": 12,
|
|
14312
14312
|
"character": 2,
|
|
14313
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14313
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L12"
|
|
14314
14314
|
}
|
|
14315
14315
|
],
|
|
14316
14316
|
"type": {
|
|
@@ -14339,7 +14339,7 @@
|
|
|
14339
14339
|
"fileName": "src/HotKey/index.tsx",
|
|
14340
14340
|
"line": 14,
|
|
14341
14341
|
"character": 2,
|
|
14342
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14342
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L14"
|
|
14343
14343
|
}
|
|
14344
14344
|
],
|
|
14345
14345
|
"type": {
|
|
@@ -14362,7 +14362,7 @@
|
|
|
14362
14362
|
"fileName": "src/HotKey/index.tsx",
|
|
14363
14363
|
"line": 7,
|
|
14364
14364
|
"character": 26,
|
|
14365
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14365
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L7"
|
|
14366
14366
|
}
|
|
14367
14367
|
]
|
|
14368
14368
|
}
|
|
@@ -14379,7 +14379,7 @@
|
|
|
14379
14379
|
"fileName": "src/icons.tsx",
|
|
14380
14380
|
"line": 3,
|
|
14381
14381
|
"character": 12,
|
|
14382
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14382
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L3"
|
|
14383
14383
|
}
|
|
14384
14384
|
],
|
|
14385
14385
|
"type": {
|
|
@@ -14404,7 +14404,7 @@
|
|
|
14404
14404
|
"fileName": "src/icons.tsx",
|
|
14405
14405
|
"line": 6,
|
|
14406
14406
|
"character": 2,
|
|
14407
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14407
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L6"
|
|
14408
14408
|
}
|
|
14409
14409
|
],
|
|
14410
14410
|
"type": {
|
|
@@ -14425,7 +14425,7 @@
|
|
|
14425
14425
|
"fileName": "src/icons.tsx",
|
|
14426
14426
|
"line": 5,
|
|
14427
14427
|
"character": 2,
|
|
14428
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14428
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L5"
|
|
14429
14429
|
}
|
|
14430
14430
|
],
|
|
14431
14431
|
"type": {
|
|
@@ -14455,7 +14455,7 @@
|
|
|
14455
14455
|
"fileName": "src/icons.tsx",
|
|
14456
14456
|
"line": 7,
|
|
14457
14457
|
"character": 2,
|
|
14458
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14458
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L7"
|
|
14459
14459
|
}
|
|
14460
14460
|
],
|
|
14461
14461
|
"type": {
|
|
@@ -14482,7 +14482,7 @@
|
|
|
14482
14482
|
"fileName": "src/icons.tsx",
|
|
14483
14483
|
"line": 4,
|
|
14484
14484
|
"character": 2,
|
|
14485
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14485
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L4"
|
|
14486
14486
|
}
|
|
14487
14487
|
],
|
|
14488
14488
|
"type": {
|
|
@@ -14516,7 +14516,7 @@
|
|
|
14516
14516
|
"fileName": "src/icons.tsx",
|
|
14517
14517
|
"line": 3,
|
|
14518
14518
|
"character": 24,
|
|
14519
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14519
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L3"
|
|
14520
14520
|
}
|
|
14521
14521
|
]
|
|
14522
14522
|
}
|
|
@@ -14533,7 +14533,7 @@
|
|
|
14533
14533
|
"fileName": "src/useMediaQuery/index.ts",
|
|
14534
14534
|
"line": 66,
|
|
14535
14535
|
"character": 12,
|
|
14536
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14536
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L66"
|
|
14537
14537
|
}
|
|
14538
14538
|
],
|
|
14539
14539
|
"type": {
|
|
@@ -14556,7 +14556,7 @@
|
|
|
14556
14556
|
"fileName": "src/useMediaQuery/index.ts",
|
|
14557
14557
|
"line": 68,
|
|
14558
14558
|
"character": 2,
|
|
14559
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14559
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L68"
|
|
14560
14560
|
}
|
|
14561
14561
|
],
|
|
14562
14562
|
"type": {
|
|
@@ -14572,7 +14572,7 @@
|
|
|
14572
14572
|
"fileName": "src/useMediaQuery/index.ts",
|
|
14573
14573
|
"line": 68,
|
|
14574
14574
|
"character": 12,
|
|
14575
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14575
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L68"
|
|
14576
14576
|
}
|
|
14577
14577
|
],
|
|
14578
14578
|
"signatures": [
|
|
@@ -14626,7 +14626,7 @@
|
|
|
14626
14626
|
"fileName": "src/useMediaQuery/index.ts",
|
|
14627
14627
|
"line": 67,
|
|
14628
14628
|
"character": 2,
|
|
14629
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14629
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L67"
|
|
14630
14630
|
}
|
|
14631
14631
|
],
|
|
14632
14632
|
"type": {
|
|
@@ -14649,7 +14649,7 @@
|
|
|
14649
14649
|
"fileName": "src/useMediaQuery/index.ts",
|
|
14650
14650
|
"line": 66,
|
|
14651
14651
|
"character": 30,
|
|
14652
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14652
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/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":
|
|
14667
|
+
"line": 151,
|
|
14668
14668
|
"character": 12,
|
|
14669
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14669
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L151"
|
|
14670
14670
|
}
|
|
14671
14671
|
],
|
|
14672
14672
|
"typeParameters": [
|
|
@@ -14795,9 +14795,9 @@
|
|
|
14795
14795
|
"sources": [
|
|
14796
14796
|
{
|
|
14797
14797
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
14798
|
-
"line":
|
|
14798
|
+
"line": 6,
|
|
14799
14799
|
"character": 12,
|
|
14800
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14800
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L6"
|
|
14801
14801
|
}
|
|
14802
14802
|
],
|
|
14803
14803
|
"type": {
|
|
@@ -14818,9 +14818,9 @@
|
|
|
14818
14818
|
"sources": [
|
|
14819
14819
|
{
|
|
14820
14820
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
14821
|
-
"line":
|
|
14821
|
+
"line": 9,
|
|
14822
14822
|
"character": 2,
|
|
14823
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14823
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L9"
|
|
14824
14824
|
}
|
|
14825
14825
|
],
|
|
14826
14826
|
"type": {
|
|
@@ -14845,9 +14845,9 @@
|
|
|
14845
14845
|
"sources": [
|
|
14846
14846
|
{
|
|
14847
14847
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
14848
|
-
"line":
|
|
14848
|
+
"line": 10,
|
|
14849
14849
|
"character": 2,
|
|
14850
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14850
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L10"
|
|
14851
14851
|
}
|
|
14852
14852
|
],
|
|
14853
14853
|
"type": {
|
|
@@ -14866,9 +14866,9 @@
|
|
|
14866
14866
|
"sources": [
|
|
14867
14867
|
{
|
|
14868
14868
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
14869
|
-
"line":
|
|
14869
|
+
"line": 8,
|
|
14870
14870
|
"character": 2,
|
|
14871
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14871
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L8"
|
|
14872
14872
|
}
|
|
14873
14873
|
],
|
|
14874
14874
|
"type": {
|
|
@@ -14887,9 +14887,9 @@
|
|
|
14887
14887
|
"sources": [
|
|
14888
14888
|
{
|
|
14889
14889
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
14890
|
-
"line":
|
|
14890
|
+
"line": 7,
|
|
14891
14891
|
"character": 2,
|
|
14892
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14892
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L7"
|
|
14893
14893
|
}
|
|
14894
14894
|
],
|
|
14895
14895
|
"type": {
|
|
@@ -14918,9 +14918,9 @@
|
|
|
14918
14918
|
"sources": [
|
|
14919
14919
|
{
|
|
14920
14920
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
14921
|
-
"line":
|
|
14921
|
+
"line": 6,
|
|
14922
14922
|
"character": 32,
|
|
14923
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14923
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L6"
|
|
14924
14924
|
}
|
|
14925
14925
|
]
|
|
14926
14926
|
}
|
|
@@ -14937,7 +14937,7 @@
|
|
|
14937
14937
|
"fileName": "src/SwitchInput/index.tsx",
|
|
14938
14938
|
"line": 5,
|
|
14939
14939
|
"character": 12,
|
|
14940
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14940
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L5"
|
|
14941
14941
|
}
|
|
14942
14942
|
],
|
|
14943
14943
|
"type": {
|
|
@@ -14953,7 +14953,7 @@
|
|
|
14953
14953
|
"fileName": "src/SwitchInput/index.tsx",
|
|
14954
14954
|
"line": 5,
|
|
14955
14955
|
"character": 44,
|
|
14956
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
14956
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L5"
|
|
14957
14957
|
}
|
|
14958
14958
|
],
|
|
14959
14959
|
"signatures": [
|
|
@@ -15048,7 +15048,7 @@
|
|
|
15048
15048
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15049
15049
|
"line": 6,
|
|
15050
15050
|
"character": 12,
|
|
15051
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15051
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L6"
|
|
15052
15052
|
}
|
|
15053
15053
|
],
|
|
15054
15054
|
"type": {
|
|
@@ -15064,7 +15064,7 @@
|
|
|
15064
15064
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15065
15065
|
"line": 6,
|
|
15066
15066
|
"character": 46,
|
|
15067
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15067
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L6"
|
|
15068
15068
|
}
|
|
15069
15069
|
],
|
|
15070
15070
|
"signatures": [
|
|
@@ -15134,7 +15134,7 @@
|
|
|
15134
15134
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15135
15135
|
"line": 11,
|
|
15136
15136
|
"character": 12,
|
|
15137
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15137
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L11"
|
|
15138
15138
|
}
|
|
15139
15139
|
],
|
|
15140
15140
|
"type": {
|
|
@@ -15162,7 +15162,7 @@
|
|
|
15162
15162
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15163
15163
|
"line": 15,
|
|
15164
15164
|
"character": 2,
|
|
15165
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15165
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L15"
|
|
15166
15166
|
}
|
|
15167
15167
|
],
|
|
15168
15168
|
"type": {
|
|
@@ -15183,7 +15183,7 @@
|
|
|
15183
15183
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15184
15184
|
"line": 19,
|
|
15185
15185
|
"character": 2,
|
|
15186
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15186
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L19"
|
|
15187
15187
|
}
|
|
15188
15188
|
],
|
|
15189
15189
|
"type": {
|
|
@@ -15204,7 +15204,7 @@
|
|
|
15204
15204
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15205
15205
|
"line": 14,
|
|
15206
15206
|
"character": 2,
|
|
15207
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15207
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L14"
|
|
15208
15208
|
}
|
|
15209
15209
|
],
|
|
15210
15210
|
"type": {
|
|
@@ -15225,7 +15225,7 @@
|
|
|
15225
15225
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15226
15226
|
"line": 18,
|
|
15227
15227
|
"character": 2,
|
|
15228
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15228
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L18"
|
|
15229
15229
|
}
|
|
15230
15230
|
],
|
|
15231
15231
|
"type": {
|
|
@@ -15263,7 +15263,7 @@
|
|
|
15263
15263
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15264
15264
|
"line": 13,
|
|
15265
15265
|
"character": 2,
|
|
15266
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15266
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L13"
|
|
15267
15267
|
}
|
|
15268
15268
|
],
|
|
15269
15269
|
"type": {
|
|
@@ -15284,7 +15284,7 @@
|
|
|
15284
15284
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15285
15285
|
"line": 16,
|
|
15286
15286
|
"character": 2,
|
|
15287
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15287
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L16"
|
|
15288
15288
|
}
|
|
15289
15289
|
],
|
|
15290
15290
|
"type": {
|
|
@@ -15305,7 +15305,7 @@
|
|
|
15305
15305
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15306
15306
|
"line": 12,
|
|
15307
15307
|
"character": 2,
|
|
15308
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15308
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L12"
|
|
15309
15309
|
}
|
|
15310
15310
|
],
|
|
15311
15311
|
"type": {
|
|
@@ -15326,7 +15326,7 @@
|
|
|
15326
15326
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15327
15327
|
"line": 17,
|
|
15328
15328
|
"character": 2,
|
|
15329
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15329
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L17"
|
|
15330
15330
|
}
|
|
15331
15331
|
],
|
|
15332
15332
|
"type": {
|
|
@@ -15357,7 +15357,7 @@
|
|
|
15357
15357
|
"fileName": "src/TextareaInput/index.tsx",
|
|
15358
15358
|
"line": 11,
|
|
15359
15359
|
"character": 33,
|
|
15360
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15360
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L11"
|
|
15361
15361
|
}
|
|
15362
15362
|
]
|
|
15363
15363
|
}
|
|
@@ -15408,7 +15408,7 @@
|
|
|
15408
15408
|
"fileName": "src/TextInput/index.tsx",
|
|
15409
15409
|
"line": 6,
|
|
15410
15410
|
"character": 12,
|
|
15411
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15411
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L6"
|
|
15412
15412
|
}
|
|
15413
15413
|
],
|
|
15414
15414
|
"type": {
|
|
@@ -15424,7 +15424,7 @@
|
|
|
15424
15424
|
"fileName": "src/TextInput/index.tsx",
|
|
15425
15425
|
"line": 6,
|
|
15426
15426
|
"character": 42,
|
|
15427
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15427
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L6"
|
|
15428
15428
|
}
|
|
15429
15429
|
],
|
|
15430
15430
|
"signatures": [
|
|
@@ -15494,7 +15494,7 @@
|
|
|
15494
15494
|
"fileName": "src/TextInput/index.tsx",
|
|
15495
15495
|
"line": 11,
|
|
15496
15496
|
"character": 12,
|
|
15497
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15497
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L11"
|
|
15498
15498
|
}
|
|
15499
15499
|
],
|
|
15500
15500
|
"type": {
|
|
@@ -15522,7 +15522,7 @@
|
|
|
15522
15522
|
"fileName": "src/TextInput/index.tsx",
|
|
15523
15523
|
"line": 24,
|
|
15524
15524
|
"character": 2,
|
|
15525
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15525
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L24"
|
|
15526
15526
|
}
|
|
15527
15527
|
],
|
|
15528
15528
|
"type": {
|
|
@@ -15543,7 +15543,7 @@
|
|
|
15543
15543
|
"fileName": "src/TextInput/index.tsx",
|
|
15544
15544
|
"line": 28,
|
|
15545
15545
|
"character": 2,
|
|
15546
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15546
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L28"
|
|
15547
15547
|
}
|
|
15548
15548
|
],
|
|
15549
15549
|
"type": {
|
|
@@ -15564,7 +15564,7 @@
|
|
|
15564
15564
|
"fileName": "src/TextInput/index.tsx",
|
|
15565
15565
|
"line": 23,
|
|
15566
15566
|
"character": 2,
|
|
15567
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15567
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L23"
|
|
15568
15568
|
}
|
|
15569
15569
|
],
|
|
15570
15570
|
"type": {
|
|
@@ -15585,7 +15585,7 @@
|
|
|
15585
15585
|
"fileName": "src/TextInput/index.tsx",
|
|
15586
15586
|
"line": 27,
|
|
15587
15587
|
"character": 2,
|
|
15588
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15588
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L27"
|
|
15589
15589
|
}
|
|
15590
15590
|
],
|
|
15591
15591
|
"type": {
|
|
@@ -15623,7 +15623,7 @@
|
|
|
15623
15623
|
"fileName": "src/TextInput/index.tsx",
|
|
15624
15624
|
"line": 22,
|
|
15625
15625
|
"character": 2,
|
|
15626
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15626
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L22"
|
|
15627
15627
|
}
|
|
15628
15628
|
],
|
|
15629
15629
|
"type": {
|
|
@@ -15644,7 +15644,7 @@
|
|
|
15644
15644
|
"fileName": "src/TextInput/index.tsx",
|
|
15645
15645
|
"line": 25,
|
|
15646
15646
|
"character": 2,
|
|
15647
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15647
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L25"
|
|
15648
15648
|
}
|
|
15649
15649
|
],
|
|
15650
15650
|
"type": {
|
|
@@ -15665,7 +15665,7 @@
|
|
|
15665
15665
|
"fileName": "src/TextInput/index.tsx",
|
|
15666
15666
|
"line": 21,
|
|
15667
15667
|
"character": 2,
|
|
15668
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15668
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L21"
|
|
15669
15669
|
}
|
|
15670
15670
|
],
|
|
15671
15671
|
"type": {
|
|
@@ -15686,7 +15686,7 @@
|
|
|
15686
15686
|
"fileName": "src/TextInput/index.tsx",
|
|
15687
15687
|
"line": 26,
|
|
15688
15688
|
"character": 2,
|
|
15689
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15689
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L26"
|
|
15690
15690
|
}
|
|
15691
15691
|
],
|
|
15692
15692
|
"type": {
|
|
@@ -15709,7 +15709,7 @@
|
|
|
15709
15709
|
"fileName": "src/TextInput/index.tsx",
|
|
15710
15710
|
"line": 12,
|
|
15711
15711
|
"character": 2,
|
|
15712
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15712
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L12"
|
|
15713
15713
|
}
|
|
15714
15714
|
],
|
|
15715
15715
|
"type": {
|
|
@@ -15772,7 +15772,7 @@
|
|
|
15772
15772
|
"fileName": "src/TextInput/index.tsx",
|
|
15773
15773
|
"line": 11,
|
|
15774
15774
|
"character": 29,
|
|
15775
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15775
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L11"
|
|
15776
15776
|
}
|
|
15777
15777
|
]
|
|
15778
15778
|
}
|
|
@@ -15823,7 +15823,7 @@
|
|
|
15823
15823
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
15824
15824
|
"line": 9,
|
|
15825
15825
|
"character": 12,
|
|
15826
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15826
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
|
|
15827
15827
|
}
|
|
15828
15828
|
],
|
|
15829
15829
|
"type": {
|
|
@@ -15848,7 +15848,7 @@
|
|
|
15848
15848
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
15849
15849
|
"line": 10,
|
|
15850
15850
|
"character": 2,
|
|
15851
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15851
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L10"
|
|
15852
15852
|
}
|
|
15853
15853
|
],
|
|
15854
15854
|
"type": {
|
|
@@ -15875,7 +15875,7 @@
|
|
|
15875
15875
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
15876
15876
|
"line": 11,
|
|
15877
15877
|
"character": 2,
|
|
15878
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15878
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L11"
|
|
15879
15879
|
}
|
|
15880
15880
|
],
|
|
15881
15881
|
"type": {
|
|
@@ -15896,7 +15896,7 @@
|
|
|
15896
15896
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
15897
15897
|
"line": 13,
|
|
15898
15898
|
"character": 2,
|
|
15899
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15899
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L13"
|
|
15900
15900
|
}
|
|
15901
15901
|
],
|
|
15902
15902
|
"type": {
|
|
@@ -15923,7 +15923,7 @@
|
|
|
15923
15923
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
15924
15924
|
"line": 12,
|
|
15925
15925
|
"character": 2,
|
|
15926
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15926
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L12"
|
|
15927
15927
|
}
|
|
15928
15928
|
],
|
|
15929
15929
|
"type": {
|
|
@@ -15954,7 +15954,7 @@
|
|
|
15954
15954
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
15955
15955
|
"line": 9,
|
|
15956
15956
|
"character": 26,
|
|
15957
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15957
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L9"
|
|
15958
15958
|
}
|
|
15959
15959
|
]
|
|
15960
15960
|
}
|
|
@@ -15971,7 +15971,7 @@
|
|
|
15971
15971
|
"fileName": "src/Toolbar/Toolbar/index.tsx",
|
|
15972
15972
|
"line": 5,
|
|
15973
15973
|
"character": 12,
|
|
15974
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15974
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
|
|
15975
15975
|
}
|
|
15976
15976
|
],
|
|
15977
15977
|
"type": {
|
|
@@ -15996,7 +15996,7 @@
|
|
|
15996
15996
|
"fileName": "src/Toolbar/Toolbar/index.tsx",
|
|
15997
15997
|
"line": 6,
|
|
15998
15998
|
"character": 2,
|
|
15999
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
15999
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L6"
|
|
16000
16000
|
}
|
|
16001
16001
|
],
|
|
16002
16002
|
"type": {
|
|
@@ -16023,7 +16023,7 @@
|
|
|
16023
16023
|
"fileName": "src/Toolbar/Toolbar/index.tsx",
|
|
16024
16024
|
"line": 7,
|
|
16025
16025
|
"character": 2,
|
|
16026
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16026
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L7"
|
|
16027
16027
|
}
|
|
16028
16028
|
],
|
|
16029
16029
|
"type": {
|
|
@@ -16044,7 +16044,7 @@
|
|
|
16044
16044
|
"fileName": "src/Toolbar/Toolbar/index.tsx",
|
|
16045
16045
|
"line": 8,
|
|
16046
16046
|
"character": 2,
|
|
16047
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16047
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L8"
|
|
16048
16048
|
}
|
|
16049
16049
|
],
|
|
16050
16050
|
"type": {
|
|
@@ -16074,7 +16074,7 @@
|
|
|
16074
16074
|
"fileName": "src/Toolbar/Toolbar/index.tsx",
|
|
16075
16075
|
"line": 5,
|
|
16076
16076
|
"character": 27,
|
|
16077
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16077
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L5"
|
|
16078
16078
|
}
|
|
16079
16079
|
]
|
|
16080
16080
|
}
|
|
@@ -16091,7 +16091,7 @@
|
|
|
16091
16091
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
16092
16092
|
"line": 5,
|
|
16093
16093
|
"character": 12,
|
|
16094
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16094
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
|
|
16095
16095
|
}
|
|
16096
16096
|
],
|
|
16097
16097
|
"type": {
|
|
@@ -16116,7 +16116,7 @@
|
|
|
16116
16116
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
16117
16117
|
"line": 6,
|
|
16118
16118
|
"character": 2,
|
|
16119
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16119
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L6"
|
|
16120
16120
|
}
|
|
16121
16121
|
],
|
|
16122
16122
|
"type": {
|
|
@@ -16143,7 +16143,7 @@
|
|
|
16143
16143
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
16144
16144
|
"line": 7,
|
|
16145
16145
|
"character": 2,
|
|
16146
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16146
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L7"
|
|
16147
16147
|
}
|
|
16148
16148
|
],
|
|
16149
16149
|
"type": {
|
|
@@ -16164,7 +16164,7 @@
|
|
|
16164
16164
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
16165
16165
|
"line": 8,
|
|
16166
16166
|
"character": 2,
|
|
16167
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16167
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L8"
|
|
16168
16168
|
}
|
|
16169
16169
|
],
|
|
16170
16170
|
"type": {
|
|
@@ -16198,7 +16198,7 @@
|
|
|
16198
16198
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
16199
16199
|
"line": 9,
|
|
16200
16200
|
"character": 2,
|
|
16201
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16201
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L9"
|
|
16202
16202
|
}
|
|
16203
16203
|
],
|
|
16204
16204
|
"type": {
|
|
@@ -16229,7 +16229,7 @@
|
|
|
16229
16229
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
16230
16230
|
"line": 5,
|
|
16231
16231
|
"character": 25,
|
|
16232
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16232
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L5"
|
|
16233
16233
|
}
|
|
16234
16234
|
]
|
|
16235
16235
|
}
|
|
@@ -16246,7 +16246,7 @@
|
|
|
16246
16246
|
"fileName": "src/Toolbar/Title/index.tsx",
|
|
16247
16247
|
"line": 5,
|
|
16248
16248
|
"character": 12,
|
|
16249
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16249
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
|
|
16250
16250
|
}
|
|
16251
16251
|
],
|
|
16252
16252
|
"type": {
|
|
@@ -16271,7 +16271,7 @@
|
|
|
16271
16271
|
"fileName": "src/Toolbar/Title/index.tsx",
|
|
16272
16272
|
"line": 6,
|
|
16273
16273
|
"character": 2,
|
|
16274
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16274
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L6"
|
|
16275
16275
|
}
|
|
16276
16276
|
],
|
|
16277
16277
|
"type": {
|
|
@@ -16298,7 +16298,7 @@
|
|
|
16298
16298
|
"fileName": "src/Toolbar/Title/index.tsx",
|
|
16299
16299
|
"line": 7,
|
|
16300
16300
|
"character": 2,
|
|
16301
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16301
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L7"
|
|
16302
16302
|
}
|
|
16303
16303
|
],
|
|
16304
16304
|
"type": {
|
|
@@ -16319,7 +16319,7 @@
|
|
|
16319
16319
|
"fileName": "src/Toolbar/Title/index.tsx",
|
|
16320
16320
|
"line": 8,
|
|
16321
16321
|
"character": 2,
|
|
16322
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16322
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L8"
|
|
16323
16323
|
}
|
|
16324
16324
|
],
|
|
16325
16325
|
"type": {
|
|
@@ -16349,7 +16349,7 @@
|
|
|
16349
16349
|
"fileName": "src/Toolbar/Title/index.tsx",
|
|
16350
16350
|
"line": 5,
|
|
16351
16351
|
"character": 25,
|
|
16352
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16352
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L5"
|
|
16353
16353
|
}
|
|
16354
16354
|
]
|
|
16355
16355
|
}
|
|
@@ -16366,7 +16366,7 @@
|
|
|
16366
16366
|
"fileName": "src/Tooltip/TooltipContent/index.tsx",
|
|
16367
16367
|
"line": 17,
|
|
16368
16368
|
"character": 12,
|
|
16369
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16369
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L17"
|
|
16370
16370
|
}
|
|
16371
16371
|
],
|
|
16372
16372
|
"type": {
|
|
@@ -16391,7 +16391,7 @@
|
|
|
16391
16391
|
"fileName": "src/Tooltip/TooltipContent/index.tsx",
|
|
16392
16392
|
"line": 18,
|
|
16393
16393
|
"character": 2,
|
|
16394
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16394
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L18"
|
|
16395
16395
|
}
|
|
16396
16396
|
],
|
|
16397
16397
|
"type": {
|
|
@@ -16418,7 +16418,7 @@
|
|
|
16418
16418
|
"fileName": "src/Tooltip/TooltipContent/index.tsx",
|
|
16419
16419
|
"line": 17,
|
|
16420
16420
|
"character": 34,
|
|
16421
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16421
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L17"
|
|
16422
16422
|
}
|
|
16423
16423
|
]
|
|
16424
16424
|
}
|
|
@@ -16435,7 +16435,7 @@
|
|
|
16435
16435
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
16436
16436
|
"line": 4,
|
|
16437
16437
|
"character": 12,
|
|
16438
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16438
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L4"
|
|
16439
16439
|
}
|
|
16440
16440
|
],
|
|
16441
16441
|
"type": {
|
|
@@ -16460,7 +16460,7 @@
|
|
|
16460
16460
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
16461
16461
|
"line": 5,
|
|
16462
16462
|
"character": 2,
|
|
16463
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16463
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L5"
|
|
16464
16464
|
}
|
|
16465
16465
|
],
|
|
16466
16466
|
"type": {
|
|
@@ -16494,7 +16494,7 @@
|
|
|
16494
16494
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
16495
16495
|
"line": 7,
|
|
16496
16496
|
"character": 2,
|
|
16497
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16497
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
|
|
16498
16498
|
}
|
|
16499
16499
|
],
|
|
16500
16500
|
"type": {
|
|
@@ -16526,7 +16526,7 @@
|
|
|
16526
16526
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
16527
16527
|
"line": 7,
|
|
16528
16528
|
"character": 36,
|
|
16529
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16529
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
|
|
16530
16530
|
}
|
|
16531
16531
|
],
|
|
16532
16532
|
"type": {
|
|
@@ -16547,7 +16547,7 @@
|
|
|
16547
16547
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
16548
16548
|
"line": 7,
|
|
16549
16549
|
"character": 21,
|
|
16550
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16550
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
|
|
16551
16551
|
}
|
|
16552
16552
|
],
|
|
16553
16553
|
"type": {
|
|
@@ -16570,7 +16570,7 @@
|
|
|
16570
16570
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
16571
16571
|
"line": 7,
|
|
16572
16572
|
"character": 19,
|
|
16573
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16573
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L7"
|
|
16574
16574
|
}
|
|
16575
16575
|
]
|
|
16576
16576
|
}
|
|
@@ -16599,7 +16599,7 @@
|
|
|
16599
16599
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
16600
16600
|
"line": 9,
|
|
16601
16601
|
"character": 2,
|
|
16602
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16602
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L9"
|
|
16603
16603
|
}
|
|
16604
16604
|
],
|
|
16605
16605
|
"type": {
|
|
@@ -16623,7 +16623,7 @@
|
|
|
16623
16623
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
16624
16624
|
"line": 4,
|
|
16625
16625
|
"character": 37,
|
|
16626
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16626
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L4"
|
|
16627
16627
|
}
|
|
16628
16628
|
]
|
|
16629
16629
|
}
|
|
@@ -16640,7 +16640,7 @@
|
|
|
16640
16640
|
"fileName": "src/Tooltip/Tooltip/index.tsx",
|
|
16641
16641
|
"line": 4,
|
|
16642
16642
|
"character": 12,
|
|
16643
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16643
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L4"
|
|
16644
16644
|
}
|
|
16645
16645
|
],
|
|
16646
16646
|
"type": {
|
|
@@ -16668,7 +16668,7 @@
|
|
|
16668
16668
|
"fileName": "src/Tooltip/Tooltip/index.tsx",
|
|
16669
16669
|
"line": 5,
|
|
16670
16670
|
"character": 2,
|
|
16671
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16671
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L5"
|
|
16672
16672
|
}
|
|
16673
16673
|
],
|
|
16674
16674
|
"type": {
|
|
@@ -16695,7 +16695,7 @@
|
|
|
16695
16695
|
"fileName": "src/Tooltip/Tooltip/index.tsx",
|
|
16696
16696
|
"line": 4,
|
|
16697
16697
|
"character": 27,
|
|
16698
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16698
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L4"
|
|
16699
16699
|
}
|
|
16700
16700
|
]
|
|
16701
16701
|
}
|
|
@@ -16723,7 +16723,7 @@
|
|
|
16723
16723
|
"fileName": "src/Tooltip/TooltipTrigger/index.tsx",
|
|
16724
16724
|
"line": 5,
|
|
16725
16725
|
"character": 12,
|
|
16726
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16726
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L5"
|
|
16727
16727
|
}
|
|
16728
16728
|
],
|
|
16729
16729
|
"type": {
|
|
@@ -16746,7 +16746,7 @@
|
|
|
16746
16746
|
"fileName": "src/Tooltip/TooltipTrigger/index.tsx",
|
|
16747
16747
|
"line": 6,
|
|
16748
16748
|
"character": 2,
|
|
16749
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16749
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L6"
|
|
16750
16750
|
}
|
|
16751
16751
|
],
|
|
16752
16752
|
"type": {
|
|
@@ -16773,7 +16773,7 @@
|
|
|
16773
16773
|
"fileName": "src/Tooltip/TooltipTrigger/index.tsx",
|
|
16774
16774
|
"line": 5,
|
|
16775
16775
|
"character": 34,
|
|
16776
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16776
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L5"
|
|
16777
16777
|
}
|
|
16778
16778
|
]
|
|
16779
16779
|
}
|
|
@@ -16790,7 +16790,7 @@
|
|
|
16790
16790
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
16791
16791
|
"line": 11,
|
|
16792
16792
|
"character": 12,
|
|
16793
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16793
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L11"
|
|
16794
16794
|
}
|
|
16795
16795
|
],
|
|
16796
16796
|
"type": {
|
|
@@ -16815,7 +16815,7 @@
|
|
|
16815
16815
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
16816
16816
|
"line": 18,
|
|
16817
16817
|
"character": 2,
|
|
16818
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16818
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L18"
|
|
16819
16819
|
}
|
|
16820
16820
|
],
|
|
16821
16821
|
"type": {
|
|
@@ -16834,7 +16834,7 @@
|
|
|
16834
16834
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
16835
16835
|
"line": 19,
|
|
16836
16836
|
"character": 2,
|
|
16837
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16837
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L19"
|
|
16838
16838
|
}
|
|
16839
16839
|
],
|
|
16840
16840
|
"type": {
|
|
@@ -16874,7 +16874,7 @@
|
|
|
16874
16874
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
16875
16875
|
"line": 17,
|
|
16876
16876
|
"character": 2,
|
|
16877
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16877
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L17"
|
|
16878
16878
|
}
|
|
16879
16879
|
],
|
|
16880
16880
|
"type": {
|
|
@@ -16895,7 +16895,7 @@
|
|
|
16895
16895
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
16896
16896
|
"line": 14,
|
|
16897
16897
|
"character": 2,
|
|
16898
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16898
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L14"
|
|
16899
16899
|
}
|
|
16900
16900
|
],
|
|
16901
16901
|
"type": {
|
|
@@ -16925,7 +16925,7 @@
|
|
|
16925
16925
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
16926
16926
|
"line": 13,
|
|
16927
16927
|
"character": 2,
|
|
16928
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16928
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L13"
|
|
16929
16929
|
}
|
|
16930
16930
|
],
|
|
16931
16931
|
"type": {
|
|
@@ -16955,7 +16955,7 @@
|
|
|
16955
16955
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
16956
16956
|
"line": 12,
|
|
16957
16957
|
"character": 2,
|
|
16958
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16958
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L12"
|
|
16959
16959
|
}
|
|
16960
16960
|
],
|
|
16961
16961
|
"type": {
|
|
@@ -16985,7 +16985,7 @@
|
|
|
16985
16985
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
16986
16986
|
"line": 20,
|
|
16987
16987
|
"character": 2,
|
|
16988
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
16988
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L20"
|
|
16989
16989
|
}
|
|
16990
16990
|
],
|
|
16991
16991
|
"type": {
|
|
@@ -17001,7 +17001,7 @@
|
|
|
17001
17001
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
17002
17002
|
"line": 20,
|
|
17003
17003
|
"character": 19,
|
|
17004
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17004
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L20"
|
|
17005
17005
|
}
|
|
17006
17006
|
],
|
|
17007
17007
|
"signatures": [
|
|
@@ -17046,7 +17046,7 @@
|
|
|
17046
17046
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
17047
17047
|
"line": 21,
|
|
17048
17048
|
"character": 2,
|
|
17049
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17049
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L21"
|
|
17050
17050
|
}
|
|
17051
17051
|
],
|
|
17052
17052
|
"type": {
|
|
@@ -17062,7 +17062,7 @@
|
|
|
17062
17062
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
17063
17063
|
"line": 21,
|
|
17064
17064
|
"character": 22,
|
|
17065
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17065
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L21"
|
|
17066
17066
|
}
|
|
17067
17067
|
],
|
|
17068
17068
|
"signatures": [
|
|
@@ -17105,7 +17105,7 @@
|
|
|
17105
17105
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
17106
17106
|
"line": 16,
|
|
17107
17107
|
"character": 2,
|
|
17108
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17108
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L16"
|
|
17109
17109
|
}
|
|
17110
17110
|
],
|
|
17111
17111
|
"type": {
|
|
@@ -17135,7 +17135,7 @@
|
|
|
17135
17135
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
17136
17136
|
"line": 15,
|
|
17137
17137
|
"character": 2,
|
|
17138
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17138
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L15"
|
|
17139
17139
|
}
|
|
17140
17140
|
],
|
|
17141
17141
|
"type": {
|
|
@@ -17175,7 +17175,7 @@
|
|
|
17175
17175
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
17176
17176
|
"line": 11,
|
|
17177
17177
|
"character": 33,
|
|
17178
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17178
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L11"
|
|
17179
17179
|
}
|
|
17180
17180
|
]
|
|
17181
17181
|
}
|
|
@@ -17194,7 +17194,7 @@
|
|
|
17194
17194
|
"fileName": "src/Canvas/index.tsx",
|
|
17195
17195
|
"line": 18,
|
|
17196
17196
|
"character": 13,
|
|
17197
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17197
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L18"
|
|
17198
17198
|
}
|
|
17199
17199
|
],
|
|
17200
17200
|
"type": {
|
|
@@ -17237,7 +17237,7 @@
|
|
|
17237
17237
|
"fileName": "src/SelectField/index.tsx",
|
|
17238
17238
|
"line": 205,
|
|
17239
17239
|
"character": 16,
|
|
17240
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17240
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L205"
|
|
17241
17241
|
}
|
|
17242
17242
|
],
|
|
17243
17243
|
"signatures": [
|
|
@@ -17252,7 +17252,7 @@
|
|
|
17252
17252
|
"fileName": "src/SelectField/index.tsx",
|
|
17253
17253
|
"line": 205,
|
|
17254
17254
|
"character": 16,
|
|
17255
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17255
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L205"
|
|
17256
17256
|
}
|
|
17257
17257
|
],
|
|
17258
17258
|
"typeParameters": [
|
|
@@ -17370,9 +17370,9 @@
|
|
|
17370
17370
|
"sources": [
|
|
17371
17371
|
{
|
|
17372
17372
|
"fileName": "src/SelectInput/index.tsx",
|
|
17373
|
-
"line":
|
|
17373
|
+
"line": 244,
|
|
17374
17374
|
"character": 16,
|
|
17375
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17375
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L244"
|
|
17376
17376
|
}
|
|
17377
17377
|
],
|
|
17378
17378
|
"signatures": [
|
|
@@ -17385,9 +17385,9 @@
|
|
|
17385
17385
|
"sources": [
|
|
17386
17386
|
{
|
|
17387
17387
|
"fileName": "src/SelectInput/index.tsx",
|
|
17388
|
-
"line":
|
|
17388
|
+
"line": 244,
|
|
17389
17389
|
"character": 16,
|
|
17390
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17390
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L244"
|
|
17391
17391
|
}
|
|
17392
17392
|
],
|
|
17393
17393
|
"typeParameters": [
|
|
@@ -17530,7 +17530,7 @@
|
|
|
17530
17530
|
"fileName": "src/SelectField/index.tsx",
|
|
17531
17531
|
"line": 91,
|
|
17532
17532
|
"character": 16,
|
|
17533
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17533
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L91"
|
|
17534
17534
|
}
|
|
17535
17535
|
],
|
|
17536
17536
|
"signatures": [
|
|
@@ -17545,7 +17545,7 @@
|
|
|
17545
17545
|
"fileName": "src/SelectField/index.tsx",
|
|
17546
17546
|
"line": 91,
|
|
17547
17547
|
"character": 16,
|
|
17548
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17548
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L91"
|
|
17549
17549
|
}
|
|
17550
17550
|
],
|
|
17551
17551
|
"typeParameters": [
|
|
@@ -17663,9 +17663,9 @@
|
|
|
17663
17663
|
"sources": [
|
|
17664
17664
|
{
|
|
17665
17665
|
"fileName": "src/SelectInput/index.tsx",
|
|
17666
|
-
"line":
|
|
17666
|
+
"line": 186,
|
|
17667
17667
|
"character": 16,
|
|
17668
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17668
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L186"
|
|
17669
17669
|
}
|
|
17670
17670
|
],
|
|
17671
17671
|
"signatures": [
|
|
@@ -17678,9 +17678,9 @@
|
|
|
17678
17678
|
"sources": [
|
|
17679
17679
|
{
|
|
17680
17680
|
"fileName": "src/SelectInput/index.tsx",
|
|
17681
|
-
"line":
|
|
17681
|
+
"line": 186,
|
|
17682
17682
|
"character": 16,
|
|
17683
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17683
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L186"
|
|
17684
17684
|
}
|
|
17685
17685
|
],
|
|
17686
17686
|
"typeParameters": [
|
|
@@ -17823,7 +17823,7 @@
|
|
|
17823
17823
|
"fileName": "src/icons.tsx",
|
|
17824
17824
|
"line": 10,
|
|
17825
17825
|
"character": 16,
|
|
17826
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17826
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L10"
|
|
17827
17827
|
}
|
|
17828
17828
|
],
|
|
17829
17829
|
"signatures": [
|
|
@@ -17838,7 +17838,7 @@
|
|
|
17838
17838
|
"fileName": "src/icons.tsx",
|
|
17839
17839
|
"line": 10,
|
|
17840
17840
|
"character": 16,
|
|
17841
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17841
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L10"
|
|
17842
17842
|
}
|
|
17843
17843
|
],
|
|
17844
17844
|
"parameters": [
|
|
@@ -17880,7 +17880,7 @@
|
|
|
17880
17880
|
"fileName": "src/Button/index.tsx",
|
|
17881
17881
|
"line": 81,
|
|
17882
17882
|
"character": 16,
|
|
17883
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17883
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L81"
|
|
17884
17884
|
}
|
|
17885
17885
|
],
|
|
17886
17886
|
"signatures": [
|
|
@@ -17940,7 +17940,7 @@
|
|
|
17940
17940
|
"fileName": "src/Button/index.tsx",
|
|
17941
17941
|
"line": 81,
|
|
17942
17942
|
"character": 16,
|
|
17943
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17943
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L81"
|
|
17944
17944
|
}
|
|
17945
17945
|
],
|
|
17946
17946
|
"parameters": [
|
|
@@ -17982,7 +17982,7 @@
|
|
|
17982
17982
|
"fileName": "src/ButtonGroup/Group/index.tsx",
|
|
17983
17983
|
"line": 25,
|
|
17984
17984
|
"character": 16,
|
|
17985
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
17985
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
|
|
17986
17986
|
}
|
|
17987
17987
|
],
|
|
17988
17988
|
"signatures": [
|
|
@@ -18012,7 +18012,7 @@
|
|
|
18012
18012
|
"fileName": "src/ButtonGroup/Group/index.tsx",
|
|
18013
18013
|
"line": 25,
|
|
18014
18014
|
"character": 16,
|
|
18015
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18015
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Group/index.tsx#L25"
|
|
18016
18016
|
}
|
|
18017
18017
|
],
|
|
18018
18018
|
"parameters": [
|
|
@@ -18054,7 +18054,7 @@
|
|
|
18054
18054
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
18055
18055
|
"line": 18,
|
|
18056
18056
|
"character": 16,
|
|
18057
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18057
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
|
|
18058
18058
|
}
|
|
18059
18059
|
],
|
|
18060
18060
|
"signatures": [
|
|
@@ -18069,7 +18069,7 @@
|
|
|
18069
18069
|
"fileName": "src/ButtonGroup/Button/index.tsx",
|
|
18070
18070
|
"line": 18,
|
|
18071
18071
|
"character": 16,
|
|
18072
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18072
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ButtonGroup/Button/index.tsx#L18"
|
|
18073
18073
|
}
|
|
18074
18074
|
],
|
|
18075
18075
|
"parameters": [
|
|
@@ -18111,7 +18111,7 @@
|
|
|
18111
18111
|
"fileName": "src/Button/index.tsx",
|
|
18112
18112
|
"line": 134,
|
|
18113
18113
|
"character": 16,
|
|
18114
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18114
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L134"
|
|
18115
18115
|
}
|
|
18116
18116
|
],
|
|
18117
18117
|
"signatures": [
|
|
@@ -18126,7 +18126,7 @@
|
|
|
18126
18126
|
"fileName": "src/Button/index.tsx",
|
|
18127
18127
|
"line": 134,
|
|
18128
18128
|
"character": 16,
|
|
18129
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18129
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Button/index.tsx#L134"
|
|
18130
18130
|
}
|
|
18131
18131
|
],
|
|
18132
18132
|
"parameters": [
|
|
@@ -18166,9 +18166,9 @@
|
|
|
18166
18166
|
"sources": [
|
|
18167
18167
|
{
|
|
18168
18168
|
"fileName": "src/Canvas/index.tsx",
|
|
18169
|
-
"line":
|
|
18169
|
+
"line": 566,
|
|
18170
18170
|
"character": 16,
|
|
18171
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18171
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L566"
|
|
18172
18172
|
}
|
|
18173
18173
|
],
|
|
18174
18174
|
"signatures": [
|
|
@@ -18183,11 +18183,11 @@
|
|
|
18183
18183
|
"blockTags": [
|
|
18184
18184
|
{
|
|
18185
18185
|
"tag": "@example",
|
|
18186
|
-
"name": "
|
|
18186
|
+
"name": "Colors",
|
|
18187
18187
|
"content": [
|
|
18188
18188
|
{
|
|
18189
18189
|
"kind": "text",
|
|
18190
|
-
"text": "
|
|
18190
|
+
"text": "A full semantic color palette is exposed inside "
|
|
18191
18191
|
},
|
|
18192
18192
|
{
|
|
18193
18193
|
"kind": "code",
|
|
@@ -18195,21 +18195,227 @@
|
|
|
18195
18195
|
},
|
|
18196
18196
|
{
|
|
18197
18197
|
"kind": "text",
|
|
18198
|
-
"text": "
|
|
18198
|
+
"text": " as "
|
|
18199
|
+
},
|
|
18200
|
+
{
|
|
18201
|
+
"kind": "code",
|
|
18202
|
+
"text": "`--color--*`"
|
|
18203
|
+
},
|
|
18204
|
+
{
|
|
18205
|
+
"kind": "text",
|
|
18206
|
+
"text": " CSS variables.\n\nRegarding dark mode, "
|
|
18207
|
+
},
|
|
18208
|
+
{
|
|
18209
|
+
"kind": "code",
|
|
18210
|
+
"text": "`ctx.colorScheme`"
|
|
18211
|
+
},
|
|
18212
|
+
{
|
|
18213
|
+
"kind": "text",
|
|
18214
|
+
"text": " resolves to "
|
|
18215
|
+
},
|
|
18216
|
+
{
|
|
18217
|
+
"kind": "code",
|
|
18218
|
+
"text": "`'light'`"
|
|
18219
|
+
},
|
|
18220
|
+
{
|
|
18221
|
+
"kind": "text",
|
|
18222
|
+
"text": " or "
|
|
18223
|
+
},
|
|
18224
|
+
{
|
|
18225
|
+
"kind": "code",
|
|
18226
|
+
"text": "`'dark'`"
|
|
18227
|
+
},
|
|
18228
|
+
{
|
|
18229
|
+
"kind": "text",
|
|
18230
|
+
"text": ". The SDK runtime also sets "
|
|
18231
|
+
},
|
|
18232
|
+
{
|
|
18233
|
+
"kind": "code",
|
|
18234
|
+
"text": "`data-color-scheme`"
|
|
18235
|
+
},
|
|
18236
|
+
{
|
|
18237
|
+
"kind": "text",
|
|
18238
|
+
"text": " on "
|
|
18239
|
+
},
|
|
18240
|
+
{
|
|
18241
|
+
"kind": "code",
|
|
18242
|
+
"text": "`<html>`"
|
|
18243
|
+
},
|
|
18244
|
+
{
|
|
18245
|
+
"kind": "text",
|
|
18246
|
+
"text": " so selectors like "
|
|
18247
|
+
},
|
|
18248
|
+
{
|
|
18249
|
+
"kind": "code",
|
|
18250
|
+
"text": "`[data-color-scheme=\"dark\"] {…}`"
|
|
18251
|
+
},
|
|
18252
|
+
{
|
|
18253
|
+
"kind": "text",
|
|
18254
|
+
"text": " work out of the box.\n\n#### Token name shape\n\nTokens follow one of two name shapes:\n\n| Shape | Meaning |\n| --- | --- |\n| "
|
|
18255
|
+
},
|
|
18256
|
+
{
|
|
18257
|
+
"kind": "code",
|
|
18258
|
+
"text": "`--color--{property}`"
|
|
18259
|
+
},
|
|
18260
|
+
{
|
|
18261
|
+
"kind": "text",
|
|
18262
|
+
"text": " | standalone (one "
|
|
18263
|
+
},
|
|
18264
|
+
{
|
|
18265
|
+
"kind": "code",
|
|
18266
|
+
"text": "`--`"
|
|
18267
|
+
},
|
|
18268
|
+
{
|
|
18269
|
+
"kind": "text",
|
|
18270
|
+
"text": " after color) |\n| "
|
|
18199
18271
|
},
|
|
18200
18272
|
{
|
|
18201
18273
|
"kind": "code",
|
|
18202
|
-
"text": "
|
|
18274
|
+
"text": "`--color--{context}--{property}`"
|
|
18275
|
+
},
|
|
18276
|
+
{
|
|
18277
|
+
"kind": "text",
|
|
18278
|
+
"text": " | context pair (two "
|
|
18279
|
+
},
|
|
18280
|
+
{
|
|
18281
|
+
"kind": "code",
|
|
18282
|
+
"text": "`--`"
|
|
18283
|
+
},
|
|
18284
|
+
{
|
|
18285
|
+
"kind": "text",
|
|
18286
|
+
"text": " after color) |\n\n**Properties** are the role a color plays:\n\n| Property | Role |\n| --- | --- |\n| "
|
|
18287
|
+
},
|
|
18288
|
+
{
|
|
18289
|
+
"kind": "code",
|
|
18290
|
+
"text": "`surface`"
|
|
18291
|
+
},
|
|
18292
|
+
{
|
|
18293
|
+
"kind": "text",
|
|
18294
|
+
"text": " | backgrounds |\n| "
|
|
18295
|
+
},
|
|
18296
|
+
{
|
|
18297
|
+
"kind": "code",
|
|
18298
|
+
"text": "`ink`"
|
|
18299
|
+
},
|
|
18300
|
+
{
|
|
18301
|
+
"kind": "text",
|
|
18302
|
+
"text": " | text and icons |\n| "
|
|
18303
|
+
},
|
|
18304
|
+
{
|
|
18305
|
+
"kind": "code",
|
|
18306
|
+
"text": "`border`"
|
|
18307
|
+
},
|
|
18308
|
+
{
|
|
18309
|
+
"kind": "text",
|
|
18310
|
+
"text": " | 1px lines |\n| "
|
|
18311
|
+
},
|
|
18312
|
+
{
|
|
18313
|
+
"kind": "code",
|
|
18314
|
+
"text": "`outline`"
|
|
18315
|
+
},
|
|
18316
|
+
{
|
|
18317
|
+
"kind": "text",
|
|
18318
|
+
"text": " | focus rings and block-level rings |\n| "
|
|
18319
|
+
},
|
|
18320
|
+
{
|
|
18321
|
+
"kind": "code",
|
|
18322
|
+
"text": "`fill`"
|
|
18323
|
+
},
|
|
18324
|
+
{
|
|
18325
|
+
"kind": "text",
|
|
18326
|
+
"text": " / "
|
|
18327
|
+
},
|
|
18328
|
+
{
|
|
18329
|
+
"kind": "code",
|
|
18330
|
+
"text": "`track`"
|
|
18331
|
+
},
|
|
18332
|
+
{
|
|
18333
|
+
"kind": "text",
|
|
18334
|
+
"text": " | indicator fills and their backgrounds |\n\n**Standalone tokens** are for neutral page chrome; use them by default. Elevated neutral surfaces (modals, dropdowns, popovers) are standalone too, with hover and active variants for the raised layer. Pair them with the standalone ink tokens.\n\n**Context tokens** describe a self-contained mini-environment (a primary CTA, a danger button). Contexts come in two shapes:\n\n1. **Ink-owning contexts**: signal contexts (primary, primary-soft, danger, danger-soft, warning-soft, success-soft, selected) and dark/inverted elevation contexts (overlay, backdrop, stacked, tooltip, code). Each defines an ink balanced on its own surface, so always pair surface and ink from the *same* context.\n2. **Single-property contexts**: focus (outline/border), progress (fill/track), highlight (surface), scrollbar (fill). Not surface+ink environments; the pairing rule doesn't apply.\n\n> [!WARNING] Never cross ink-owning contexts\n> Don't put a primary ink on a danger surface, or a danger-soft surface under a warning-soft ink. Each ink-owning context is contrast-balanced as a unit, and mixing produces illegible combinations, especially in dark mode.\n\n#### Defining custom colors\n\nReserve custom colors for things genuinely outside the design system, such as brand illustrations, data-viz palettes, vendor-specific UI. Most needs (\"primary button color\", \"error state\") are already covered by tokens. When a custom color is justified, define it once per theme using the "
|
|
18335
|
+
},
|
|
18336
|
+
{
|
|
18337
|
+
"kind": "code",
|
|
18338
|
+
"text": "`[data-color-scheme=\"dark\"]`"
|
|
18339
|
+
},
|
|
18340
|
+
{
|
|
18341
|
+
"kind": "text",
|
|
18342
|
+
"text": " selector that the SDK already sets:\n\n"
|
|
18343
|
+
},
|
|
18344
|
+
{
|
|
18345
|
+
"kind": "code",
|
|
18346
|
+
"text": "```css\n.my-plugin {\n --my-brand: #4a90e2;\n}\n\n[data-color-scheme=\"dark\"] .my-plugin {\n --my-brand: #6aa9ec;\n}\n\n.my-plugin__cta {\n background: var(--my-brand);\n color: var(--color--primary--ink);\n}\n```"
|
|
18347
|
+
},
|
|
18348
|
+
{
|
|
18349
|
+
"kind": "text",
|
|
18350
|
+
"text": "\n\nFor non-CSS branching (image sources, third-party widget themes, syntax-highlighting presets), branch on "
|
|
18351
|
+
},
|
|
18352
|
+
{
|
|
18353
|
+
"kind": "code",
|
|
18354
|
+
"text": "`ctx.colorScheme`"
|
|
18355
|
+
},
|
|
18356
|
+
{
|
|
18357
|
+
"kind": "text",
|
|
18358
|
+
"text": " directly, e.g. "
|
|
18359
|
+
},
|
|
18360
|
+
{
|
|
18361
|
+
"kind": "code",
|
|
18362
|
+
"text": "`<img src={ctx.colorScheme === 'dark' ? logoDark : logoLight} />`"
|
|
18363
|
+
},
|
|
18364
|
+
{
|
|
18365
|
+
"kind": "text",
|
|
18366
|
+
"text": ". On modern browsers, the CSS "
|
|
18367
|
+
},
|
|
18368
|
+
{
|
|
18369
|
+
"kind": "code",
|
|
18370
|
+
"text": "`light-dark()`"
|
|
18371
|
+
},
|
|
18372
|
+
{
|
|
18373
|
+
"kind": "text",
|
|
18374
|
+
"text": " function is a more concise alternative to the per-theme variable pattern above.\n\n#### Available tokens\n\nA swatch for every available token, grouped by context.\n\n"
|
|
18375
|
+
},
|
|
18376
|
+
{
|
|
18377
|
+
"kind": "code",
|
|
18378
|
+
"text": "```js\n<Canvas ctx={ctx}>\n <div style={{ display: 'flex', flexDirection: 'column', gap: 'var(--spacing-l)' }}>\n <StateManager initial={true}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Standalone\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n One-level tokens that work on any neutral page. The <code>surface</code>, <code>ink</code> and <code>border</code> families cover the page background, body text and dividers; the <code>surface-raised</code> variants belong to the elevated layer used by modals, dropdowns and popovers. The tone-on-neutral inks (<code>ink-danger</code>, <code>ink-warning</code>, <code>ink-success</code>) color text and icons on a neutral surface; inside a toned panel use that context's own ink instead.\n </p>\n <Swatches\n tokens={[\n ['--color--surface', 'Page background everything else sits on'],\n ['--color--surface-hover', 'Hovered row inside lists and tables'],\n ['--color--surface-muted', 'Background of muted section panels and quiet cards'],\n ['--color--surface-raised', 'Elevated layer for modals, dropdowns and popovers'],\n ['--color--surface-raised-hover', 'Hovered option inside a dropdown menu'],\n ['--color--surface-raised-active', 'Focused or pressed option inside a dropdown menu'],\n ['--color--ink', 'Primary body text'],\n ['--color--ink-subtle', 'Secondary text, captions, helper labels'],\n ['--color--ink-hover', 'Toolbar icon and link fill on hover'],\n ['--color--ink-muted', 'Deemphasized text that should recede'],\n ['--color--ink-placeholder', 'Empty-input placeholder text'],\n ['--color--ink-primary', 'Theme-colored text and icons for branded labels'],\n ['--color--ink-link', 'Inline links and accent text'],\n ['--color--ink-danger', 'Error text or icon on a neutral surface'],\n ['--color--ink-warning', 'Warning text or icon on a neutral surface'],\n ['--color--ink-success', 'Success text or icon on a neutral surface'],\n ['--color--ink-disabled', 'Label color on disabled inputs and buttons'],\n ['--color--border', 'Default 1px divider between cards, rows and sections'],\n ['--color--border-hover', 'Border of an input or card when hovered'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: primary\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The project's brand hue (the color the user picked for their DatoCMS project) at full strength. Reach for it on the main call-to-action button on a page, and on badges or navigation bars that need to stand out. The <code>surface-secondary</code> variant is a quieter brand surface step (for accent badges and inline action chips) that keeps the same white <code>ink</code>.\n </p>\n <Swatches\n tokens={[\n ['--color--primary--surface', 'Resting background of a primary call-to-action button'],\n ['--color--primary--surface-hover', 'Hovered primary button background'],\n ['--color--primary--surface-active', 'Pressed primary button background'],\n ['--color--primary--surface-muted', 'Muted variant of the primary surface'],\n ['--color--primary--surface-secondary', 'Quieter brand surface for accent badges and inline chips'],\n ['--color--primary--ink', 'Text and icon color sitting on any primary surface'],\n ['--color--primary--border', 'Thin border drawn on top of a primary surface'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: primary-soft\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n A soft panel in the same project brand hue: a pale brand surface paired with saturated brand ink. Quieter than primary, still clearly on-brand, for secondary actions, chips and tinted callouts.\n </p>\n <Swatches\n tokens={[\n ['--color--primary-soft--surface', 'Resting background of secondary brand-tinted buttons'],\n ['--color--primary-soft--surface-hover', 'Hovered tinted button background'],\n ['--color--primary-soft--surface-active', 'Pressed tinted button background'],\n ['--color--primary-soft--ink', 'Text and icon color on a soft brand surface'],\n ['--color--primary-soft--border', 'Thin border drawn on top of a soft brand surface'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: selected\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The active selection state: the highlighted entry in a list or tree, the currently picked option in a radio or choice group, the chosen card in a gallery.\n </p>\n <Swatches\n tokens={[\n ['--color--selected--surface', 'Background of the currently active entry in a list or tree'],\n ['--color--selected--surface-hover', 'Hover on an entry that is already selected'],\n ['--color--selected--ink', 'Text and icon color inside the selected entry'],\n ['--color--selected--border', 'Border or outline ring drawn around a selected option or card'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: disabled\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The flat, low-contrast pair applied to non-interactive controls: disabled buttons, disabled selects and disabled toggles.\n </p>\n <PairSwatches\n tokens={[\n ['--color--disabled--surface', '--color--disabled--ink', 'Disabled button or control: muted background with low-contrast label'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: danger\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Reserved for destructive actions, such as Delete, Remove or Reset operations.\n </p>\n <PairSwatches\n tokens={[\n ['--color--danger--surface', '--color--danger--ink', 'Destructive action button: vivid red surface with white label'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: focus\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The keyboard-focus ring drawn around inputs, buttons and any other focusable control. Pair <code>border</code> on the element itself with <code>outline</code> as a soft halo.\n </p>\n <Swatches\n tokens={[\n ['--color--focus--border', 'Border color of the focused element'],\n ['--color--focus--outline', 'Soft outline ring drawn around the focused element'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Signal tones\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Soft panels for validation states and notifications: red for failures, amber for warnings, green for successes. Each <code>-soft</code> context is a pale surface paired with saturated ink, following the same four-property shape (surface, ink, border, outline), so you can swap the tone without touching layout. For a colored message on a plain neutral surface, reach for the standalone <code>ink-danger</code>, <code>ink-warning</code> and <code>ink-success</code> instead.\n </p>\n <Swatches\n tokens={[\n ['--color--danger-soft--surface', 'Background of error banners and alert toasts'],\n ['--color--danger-soft--ink', 'Error message text and the icon inside an error panel'],\n ['--color--danger-soft--border', 'Border around an invalid input or alert toast'],\n ['--color--danger-soft--outline', 'Soft halo around an invalid field on focus'],\n ['--color--warning-soft--surface', 'Background of warning banners and plugin notices'],\n ['--color--warning-soft--ink', 'Text inside warning banners and warning toasts'],\n ['--color--warning-soft--border', 'Border around warning banners and modified-state pills'],\n ['--color--warning-soft--outline', 'Soft halo for warning emphasis'],\n ['--color--success-soft--surface', 'Background of success toasts'],\n ['--color--success-soft--ink', 'Text inside success toasts and success banners'],\n ['--color--success-soft--border', 'Border around success banners'],\n ['--color--success-soft--outline', 'Soft halo for success emphasis'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Context: highlight\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The yellow marker pen for inline rich-text highlights inside Structured Text editors.\n </p>\n <Swatches\n tokens={[\n ['--color--highlight--surface', 'Background of a highlighted span inside a rich text editor'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Diffs\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Content-versioning palette across three intents: green for added, red for removed, blue for changed. Inline text diffs use the surface tint; block-level revision panels use the outline. For positive/negative rule indicators, the left-border tone depends on whether the rule was just edited: a subtle ink when stable, a vivid one when freshly changed. The changed variant has no ink stops, since rule borders are only ever green or red.\n </p>\n <Swatches\n tokens={[\n ['--color--diff-added--surface', 'Background of inline added text inside a text diff'],\n ['--color--diff-added--outline', 'Outline drawn around a block-level added revision panel'],\n ['--color--diff-added--ink', 'Left-border color of a positive rule when it was recently changed (vivid)'],\n ['--color--diff-added--ink-subtle', 'Left-border color of a positive rule when it was not recently changed'],\n ['--color--diff-removed--surface', 'Background of inline removed text inside a text diff'],\n ['--color--diff-removed--outline', 'Outline drawn around a block-level removed revision panel'],\n ['--color--diff-removed--ink', 'Left-border color of a negative rule when it was recently changed (vivid)'],\n ['--color--diff-removed--ink-subtle', 'Left-border color of a negative rule when it was not recently changed'],\n ['--color--diff-changed--surface', 'Background of inline changed text inside a text diff'],\n ['--color--diff-changed--outline', 'Outline drawn around a block-level changed revision panel'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Status\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Publishing-workflow status dots. Ink-only because the colored dot is the whole marker, no surface or border needed.\n </p>\n <Swatches\n tokens={[\n ['--color--status-draft--ink', 'Dot color for records that exist only as a draft'],\n ['--color--status-outdated--ink', 'Dot color for published records with unpublished changes'],\n ['--color--status-published--ink', 'Dot color for fully published records'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Backdrop and overlay\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Two scrims for two jobs. The backdrop is the full-screen dim painted behind a modal dialog. The overlay is the lighter scrim that sits on top of media or thumbnails and hosts reversed buttons designed to read against dark imagery.\n </p>\n <PairSwatches\n tokens={[\n ['--color--backdrop--surface', '--color--backdrop--ink', 'Full-screen modal dim with icon color for close controls'],\n ]}\n />\n <Swatches\n tokens={[\n ['--color--overlay--surface', 'Scrim painted over media thumbnails and image cards'],\n ['--color--overlay--surface-hover', 'Hover background of a reversed button floating on dark media'],\n ['--color--overlay--surface-active', 'Pressed background of a reversed button on dark media'],\n ['--color--overlay--ink', 'Text and icon color inside reversed buttons on overlay surfaces'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Stacked\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Layered dark inline areas, the kind used for asset uploaders and audio/video players. The wrapper paints the base surface; an inner detail panel sits a layer up; transparent action buttons gain visibility on hover and press.\n </p>\n <Swatches\n tokens={[\n ['--color--stacked--surface', 'Base layer of a dark inline panel'],\n ['--color--stacked--surface-upper', 'Inner detail panel sitting one layer above the base'],\n ['--color--stacked--surface-action', 'Resting background of action buttons inside a stacked panel (transparent)'],\n ['--color--stacked--surface-action-hover', 'Hovered action button inside a stacked panel'],\n ['--color--stacked--surface-action-active', 'Pressed action button inside a stacked panel'],\n ['--color--stacked--ink', 'Main text and values on a stacked surface'],\n ['--color--stacked--ink-subtle', 'Field labels and secondary text on a stacked surface'],\n ['--color--stacked--border', 'Column rules and dividers inside a stacked panel'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Progress\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Horizontal progress bars used to report quota usage, upload advancement and similar percentage indicators.\n </p>\n <Swatches\n tokens={[\n ['--color--progress--track', 'Empty portion of the bar (the background track)'],\n ['--color--progress--fill', 'Filled portion of the bar, drawn in the brand color'],\n ['--color--progress--fill-hover', 'Fill color when the bar is hovered'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Tooltip\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Small dark floating labels: the plain tooltip shown on hover, and the keyboard-hint variant that pairs a description with a keyboard shortcut.\n </p>\n <Swatches\n tokens={[\n ['--color--tooltip--surface', 'Background of standard and keyboard-hint tooltips'],\n ['--color--tooltip--surface-hover', 'Hover background for interactive controls living inside a tooltip'],\n ['--color--tooltip--ink', 'Primary text inside a tooltip'],\n ['--color--tooltip--ink-subtle', 'Secondary text inside a tooltip, e.g. the keyboard shortcut hint'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Code\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n The dark monospaced surface used by build logs, error traces and other terminal-style output.\n </p>\n <PairSwatches\n tokens={[\n ['--color--code--surface', '--color--code--ink', 'Dark monospaced surface with its text color'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Scrollbar\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Tint applied globally to the native scrollbar thumb. Most visible in Firefox and on systems that keep scrollbars always on.\n </p>\n <Swatches\n tokens={[\n ['--color--scrollbar--fill', 'Color of the native scrollbar thumb across the whole app'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n\n <StateManager initial={false}>\n {(isOpen, setOpen) => (\n <Section\n title=\"Field type groups\"\n collapsible={{ isOpen, onToggle: () => setOpen((v) => !v) }}\n >\n <p>\n Fixed-hue soft chips for field type group icons. Each context exposes a <code>surface</code> (chip background) and an <code>ink</code> (icon fill). The hues are not brand-adaptive — they are fixed across projects and automatically flip between a pale surface with saturated ink in light mode and a deep surface with bright ink in dark mode.\n </p>\n <PairSwatches\n tokens={[\n ['--color--field-group-text--surface', '--color--field-group-text--ink', 'Text / string / structured-text fields'],\n ['--color--field-group-rich-text--surface', '--color--field-group-rich-text--ink', 'Rich-text and single-block fields'],\n ['--color--field-group-media--surface', '--color--field-group-media--ink', 'File, gallery and video fields'],\n ['--color--field-group-datetime--surface', '--color--field-group-datetime--ink', 'Date and date-time fields'],\n ['--color--field-group-number--surface', '--color--field-group-number--ink', 'Integer and float fields'],\n ['--color--field-group-boolean--surface', '--color--field-group-boolean--ink', 'Boolean fields'],\n ['--color--field-group-location--surface', '--color--field-group-location--ink', 'Lat/lon fields'],\n ['--color--field-group-color--surface', '--color--field-group-color--ink', 'Color fields'],\n ['--color--field-group-seo--surface', '--color--field-group-seo--ink', 'Slug and SEO fields'],\n ['--color--field-group-reference--surface', '--color--field-group-reference--ink', 'Link and links fields'],\n ['--color--field-group-json--surface', '--color--field-group-json--ink', 'JSON fields'],\n ]}\n />\n </Section>\n )}\n </StateManager>\n </div>\n</Canvas>;\n```"
|
|
18379
|
+
}
|
|
18380
|
+
]
|
|
18381
|
+
},
|
|
18382
|
+
{
|
|
18383
|
+
"tag": "@example",
|
|
18384
|
+
"name": "Shadows",
|
|
18385
|
+
"content": [
|
|
18386
|
+
{
|
|
18387
|
+
"kind": "text",
|
|
18388
|
+
"text": "Four ready-made "
|
|
18389
|
+
},
|
|
18390
|
+
{
|
|
18391
|
+
"kind": "code",
|
|
18392
|
+
"text": "`box-shadow`"
|
|
18393
|
+
},
|
|
18394
|
+
{
|
|
18395
|
+
"kind": "text",
|
|
18396
|
+
"text": " composites (raised, floating, lifted, ambient). Drop them straight into a "
|
|
18397
|
+
},
|
|
18398
|
+
{
|
|
18399
|
+
"kind": "code",
|
|
18400
|
+
"text": "`box-shadow`"
|
|
18401
|
+
},
|
|
18402
|
+
{
|
|
18403
|
+
"kind": "text",
|
|
18404
|
+
"text": " property.\n\n"
|
|
18405
|
+
},
|
|
18406
|
+
{
|
|
18407
|
+
"kind": "code",
|
|
18408
|
+
"text": "```js\n<Canvas ctx={ctx}>\n <Swatches\n kind=\"shadow\"\n tokens={['--shadow--raised', '--shadow--floating', '--shadow--lifted', '--shadow--ambient']}\n />\n</Canvas>;\n```"
|
|
18203
18409
|
}
|
|
18204
18410
|
]
|
|
18205
18411
|
},
|
|
18206
18412
|
{
|
|
18207
18413
|
"tag": "@example",
|
|
18208
|
-
"name": "Typography
|
|
18414
|
+
"name": "Typography",
|
|
18209
18415
|
"content": [
|
|
18210
18416
|
{
|
|
18211
18417
|
"kind": "text",
|
|
18212
|
-
"text": "Typography is a foundational element in UI design. Good typography
|
|
18418
|
+
"text": "Typography is a foundational element in UI design. Good typography establishes a strong, cohesive visual hierarchy and presents content clearly and efficiently to users. Within the "
|
|
18213
18419
|
},
|
|
18214
18420
|
{
|
|
18215
18421
|
"kind": "code",
|
|
@@ -18217,21 +18423,21 @@
|
|
|
18217
18423
|
},
|
|
18218
18424
|
{
|
|
18219
18425
|
"kind": "text",
|
|
18220
|
-
"text": " component, a set of CSS
|
|
18426
|
+
"text": " component, a set of CSS variables is available allowing your plugin to conform to the overall look&feel of DatoCMS:\n\n"
|
|
18221
18427
|
},
|
|
18222
18428
|
{
|
|
18223
18429
|
"kind": "code",
|
|
18224
|
-
"text": "```js\n<Canvas ctx={ctx}>\n <
|
|
18430
|
+
"text": "```js\n<Canvas ctx={ctx}>\n <Swatches\n kind=\"font-size\"\n tokens={[\n '--font-size-xxs',\n '--font-size-xs',\n '--font-size-s',\n '--font-size-m',\n '--font-size-l',\n '--font-size-xl',\n '--font-size-xxl',\n '--font-size-xxxl',\n ]}\n />\n</Canvas>;\n```"
|
|
18225
18431
|
}
|
|
18226
18432
|
]
|
|
18227
18433
|
},
|
|
18228
18434
|
{
|
|
18229
18435
|
"tag": "@example",
|
|
18230
|
-
"name": "Spacing
|
|
18436
|
+
"name": "Spacing",
|
|
18231
18437
|
"content": [
|
|
18232
18438
|
{
|
|
18233
18439
|
"kind": "text",
|
|
18234
|
-
"text": "The following CSS variables are available as well, to mimick the spacing
|
|
18440
|
+
"text": "The following CSS variables are available as well, to mimick the spacing between elements used by the main DatoCMS application. Negative spacing variables are available too ("
|
|
18235
18441
|
},
|
|
18236
18442
|
{
|
|
18237
18443
|
"kind": "code",
|
|
@@ -18243,7 +18449,7 @@
|
|
|
18243
18449
|
},
|
|
18244
18450
|
{
|
|
18245
18451
|
"kind": "code",
|
|
18246
|
-
"text": "```js\n<Canvas ctx={ctx}>\n <
|
|
18452
|
+
"text": "```js\n<Canvas ctx={ctx}>\n <Spacings\n tokens={[\n '--spacing-s',\n '--spacing-m',\n '--spacing-l',\n '--spacing-xl',\n '--spacing-xxl',\n '--spacing-xxxl',\n ]}\n />\n</Canvas>;\n```"
|
|
18247
18453
|
}
|
|
18248
18454
|
]
|
|
18249
18455
|
}
|
|
@@ -18252,9 +18458,9 @@
|
|
|
18252
18458
|
"sources": [
|
|
18253
18459
|
{
|
|
18254
18460
|
"fileName": "src/Canvas/index.tsx",
|
|
18255
|
-
"line":
|
|
18461
|
+
"line": 566,
|
|
18256
18462
|
"character": 16,
|
|
18257
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18463
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L566"
|
|
18258
18464
|
}
|
|
18259
18465
|
],
|
|
18260
18466
|
"parameters": [
|
|
@@ -18294,9 +18500,9 @@
|
|
|
18294
18500
|
"sources": [
|
|
18295
18501
|
{
|
|
18296
18502
|
"fileName": "src/icons.tsx",
|
|
18297
|
-
"line":
|
|
18503
|
+
"line": 73,
|
|
18298
18504
|
"character": 16,
|
|
18299
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18505
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L73"
|
|
18300
18506
|
}
|
|
18301
18507
|
],
|
|
18302
18508
|
"signatures": [
|
|
@@ -18309,9 +18515,9 @@
|
|
|
18309
18515
|
"sources": [
|
|
18310
18516
|
{
|
|
18311
18517
|
"fileName": "src/icons.tsx",
|
|
18312
|
-
"line":
|
|
18518
|
+
"line": 73,
|
|
18313
18519
|
"character": 16,
|
|
18314
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18520
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L73"
|
|
18315
18521
|
}
|
|
18316
18522
|
],
|
|
18317
18523
|
"parameters": [
|
|
@@ -18351,9 +18557,9 @@
|
|
|
18351
18557
|
"sources": [
|
|
18352
18558
|
{
|
|
18353
18559
|
"fileName": "src/icons.tsx",
|
|
18354
|
-
"line":
|
|
18560
|
+
"line": 94,
|
|
18355
18561
|
"character": 16,
|
|
18356
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18562
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L94"
|
|
18357
18563
|
}
|
|
18358
18564
|
],
|
|
18359
18565
|
"signatures": [
|
|
@@ -18366,9 +18572,9 @@
|
|
|
18366
18572
|
"sources": [
|
|
18367
18573
|
{
|
|
18368
18574
|
"fileName": "src/icons.tsx",
|
|
18369
|
-
"line":
|
|
18575
|
+
"line": 94,
|
|
18370
18576
|
"character": 16,
|
|
18371
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18577
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L94"
|
|
18372
18578
|
}
|
|
18373
18579
|
],
|
|
18374
18580
|
"parameters": [
|
|
@@ -18408,9 +18614,9 @@
|
|
|
18408
18614
|
"sources": [
|
|
18409
18615
|
{
|
|
18410
18616
|
"fileName": "src/icons.tsx",
|
|
18411
|
-
"line":
|
|
18617
|
+
"line": 115,
|
|
18412
18618
|
"character": 16,
|
|
18413
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18619
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L115"
|
|
18414
18620
|
}
|
|
18415
18621
|
],
|
|
18416
18622
|
"signatures": [
|
|
@@ -18423,9 +18629,9 @@
|
|
|
18423
18629
|
"sources": [
|
|
18424
18630
|
{
|
|
18425
18631
|
"fileName": "src/icons.tsx",
|
|
18426
|
-
"line":
|
|
18632
|
+
"line": 115,
|
|
18427
18633
|
"character": 16,
|
|
18428
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18634
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L115"
|
|
18429
18635
|
}
|
|
18430
18636
|
],
|
|
18431
18637
|
"parameters": [
|
|
@@ -18465,9 +18671,9 @@
|
|
|
18465
18671
|
"sources": [
|
|
18466
18672
|
{
|
|
18467
18673
|
"fileName": "src/icons.tsx",
|
|
18468
|
-
"line":
|
|
18674
|
+
"line": 136,
|
|
18469
18675
|
"character": 16,
|
|
18470
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18676
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L136"
|
|
18471
18677
|
}
|
|
18472
18678
|
],
|
|
18473
18679
|
"signatures": [
|
|
@@ -18480,9 +18686,9 @@
|
|
|
18480
18686
|
"sources": [
|
|
18481
18687
|
{
|
|
18482
18688
|
"fileName": "src/icons.tsx",
|
|
18483
|
-
"line":
|
|
18689
|
+
"line": 136,
|
|
18484
18690
|
"character": 16,
|
|
18485
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18691
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L136"
|
|
18486
18692
|
}
|
|
18487
18693
|
],
|
|
18488
18694
|
"parameters": [
|
|
@@ -18524,7 +18730,7 @@
|
|
|
18524
18730
|
"fileName": "src/ContextInspector/index.tsx",
|
|
18525
18731
|
"line": 176,
|
|
18526
18732
|
"character": 16,
|
|
18527
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18733
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L176"
|
|
18528
18734
|
}
|
|
18529
18735
|
],
|
|
18530
18736
|
"signatures": [
|
|
@@ -18539,7 +18745,7 @@
|
|
|
18539
18745
|
"fileName": "src/ContextInspector/index.tsx",
|
|
18540
18746
|
"line": 176,
|
|
18541
18747
|
"character": 16,
|
|
18542
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18748
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L176"
|
|
18543
18749
|
}
|
|
18544
18750
|
],
|
|
18545
18751
|
"type": {
|
|
@@ -18575,7 +18781,7 @@
|
|
|
18575
18781
|
"fileName": "src/SelectField/index.tsx",
|
|
18576
18782
|
"line": 148,
|
|
18577
18783
|
"character": 16,
|
|
18578
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18784
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L148"
|
|
18579
18785
|
}
|
|
18580
18786
|
],
|
|
18581
18787
|
"signatures": [
|
|
@@ -18590,7 +18796,7 @@
|
|
|
18590
18796
|
"fileName": "src/SelectField/index.tsx",
|
|
18591
18797
|
"line": 148,
|
|
18592
18798
|
"character": 16,
|
|
18593
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18799
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L148"
|
|
18594
18800
|
}
|
|
18595
18801
|
],
|
|
18596
18802
|
"typeParameters": [
|
|
@@ -18708,9 +18914,9 @@
|
|
|
18708
18914
|
"sources": [
|
|
18709
18915
|
{
|
|
18710
18916
|
"fileName": "src/SelectInput/index.tsx",
|
|
18711
|
-
"line":
|
|
18917
|
+
"line": 215,
|
|
18712
18918
|
"character": 16,
|
|
18713
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18919
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L215"
|
|
18714
18920
|
}
|
|
18715
18921
|
],
|
|
18716
18922
|
"signatures": [
|
|
@@ -18723,9 +18929,9 @@
|
|
|
18723
18929
|
"sources": [
|
|
18724
18930
|
{
|
|
18725
18931
|
"fileName": "src/SelectInput/index.tsx",
|
|
18726
|
-
"line":
|
|
18932
|
+
"line": 215,
|
|
18727
18933
|
"character": 16,
|
|
18728
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18934
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L215"
|
|
18729
18935
|
}
|
|
18730
18936
|
],
|
|
18731
18937
|
"typeParameters": [
|
|
@@ -18868,7 +19074,7 @@
|
|
|
18868
19074
|
"fileName": "src/Dropdown/Dropdown.tsx",
|
|
18869
19075
|
"line": 119,
|
|
18870
19076
|
"character": 16,
|
|
18871
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19077
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
|
|
18872
19078
|
}
|
|
18873
19079
|
],
|
|
18874
19080
|
"signatures": [
|
|
@@ -18918,7 +19124,7 @@
|
|
|
18918
19124
|
"fileName": "src/Dropdown/Dropdown.tsx",
|
|
18919
19125
|
"line": 119,
|
|
18920
19126
|
"character": 16,
|
|
18921
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19127
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
|
|
18922
19128
|
}
|
|
18923
19129
|
],
|
|
18924
19130
|
"parameters": [
|
|
@@ -18960,7 +19166,7 @@
|
|
|
18960
19166
|
"fileName": "src/Dropdown/Group.tsx",
|
|
18961
19167
|
"line": 10,
|
|
18962
19168
|
"character": 13,
|
|
18963
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19169
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L10"
|
|
18964
19170
|
}
|
|
18965
19171
|
],
|
|
18966
19172
|
"signatures": [
|
|
@@ -18975,7 +19181,7 @@
|
|
|
18975
19181
|
"fileName": "src/Dropdown/Group.tsx",
|
|
18976
19182
|
"line": 10,
|
|
18977
19183
|
"character": 21,
|
|
18978
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19184
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Group.tsx#L10"
|
|
18979
19185
|
}
|
|
18980
19186
|
],
|
|
18981
19187
|
"parameters": [
|
|
@@ -19017,7 +19223,7 @@
|
|
|
19017
19223
|
"fileName": "src/Dropdown/Menu.tsx",
|
|
19018
19224
|
"line": 132,
|
|
19019
19225
|
"character": 13,
|
|
19020
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19226
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L132"
|
|
19021
19227
|
}
|
|
19022
19228
|
],
|
|
19023
19229
|
"signatures": [
|
|
@@ -19032,7 +19238,7 @@
|
|
|
19032
19238
|
"fileName": "src/Dropdown/Menu.tsx",
|
|
19033
19239
|
"line": 132,
|
|
19034
19240
|
"character": 20,
|
|
19035
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19241
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Menu.tsx#L132"
|
|
19036
19242
|
}
|
|
19037
19243
|
],
|
|
19038
19244
|
"parameters": [
|
|
@@ -19074,7 +19280,7 @@
|
|
|
19074
19280
|
"fileName": "src/Dropdown/Option.tsx",
|
|
19075
19281
|
"line": 28,
|
|
19076
19282
|
"character": 13,
|
|
19077
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19283
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L28"
|
|
19078
19284
|
}
|
|
19079
19285
|
],
|
|
19080
19286
|
"signatures": [
|
|
@@ -19089,7 +19295,7 @@
|
|
|
19089
19295
|
"fileName": "src/Dropdown/Option.tsx",
|
|
19090
19296
|
"line": 28,
|
|
19091
19297
|
"character": 22,
|
|
19092
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19298
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Option.tsx#L28"
|
|
19093
19299
|
}
|
|
19094
19300
|
],
|
|
19095
19301
|
"parameters": [
|
|
@@ -19147,7 +19353,7 @@
|
|
|
19147
19353
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
19148
19354
|
"line": 43,
|
|
19149
19355
|
"character": 13,
|
|
19150
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19356
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
|
|
19151
19357
|
}
|
|
19152
19358
|
],
|
|
19153
19359
|
"type": {
|
|
@@ -19169,13 +19375,13 @@
|
|
|
19169
19375
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
19170
19376
|
"line": 14,
|
|
19171
19377
|
"character": 13,
|
|
19172
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19378
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
|
|
19173
19379
|
},
|
|
19174
19380
|
{
|
|
19175
19381
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
19176
19382
|
"line": 43,
|
|
19177
19383
|
"character": 0,
|
|
19178
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19384
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
|
|
19179
19385
|
}
|
|
19180
19386
|
],
|
|
19181
19387
|
"signatures": [
|
|
@@ -19190,7 +19396,7 @@
|
|
|
19190
19396
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
19191
19397
|
"line": 14,
|
|
19192
19398
|
"character": 28,
|
|
19193
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19399
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
|
|
19194
19400
|
}
|
|
19195
19401
|
],
|
|
19196
19402
|
"parameters": [
|
|
@@ -19232,7 +19438,7 @@
|
|
|
19232
19438
|
"fileName": "src/Dropdown/Separator.tsx",
|
|
19233
19439
|
"line": 5,
|
|
19234
19440
|
"character": 13,
|
|
19235
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19441
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Separator.tsx#L5"
|
|
19236
19442
|
}
|
|
19237
19443
|
],
|
|
19238
19444
|
"signatures": [
|
|
@@ -19247,7 +19453,7 @@
|
|
|
19247
19453
|
"fileName": "src/Dropdown/Separator.tsx",
|
|
19248
19454
|
"line": 5,
|
|
19249
19455
|
"character": 25,
|
|
19250
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19456
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Separator.tsx#L5"
|
|
19251
19457
|
}
|
|
19252
19458
|
],
|
|
19253
19459
|
"type": {
|
|
@@ -19283,7 +19489,7 @@
|
|
|
19283
19489
|
"fileName": "src/Dropdown/Text.tsx",
|
|
19284
19490
|
"line": 6,
|
|
19285
19491
|
"character": 16,
|
|
19286
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19492
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L6"
|
|
19287
19493
|
}
|
|
19288
19494
|
],
|
|
19289
19495
|
"signatures": [
|
|
@@ -19298,7 +19504,7 @@
|
|
|
19298
19504
|
"fileName": "src/Dropdown/Text.tsx",
|
|
19299
19505
|
"line": 6,
|
|
19300
19506
|
"character": 16,
|
|
19301
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19507
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Dropdown/Text.tsx#L6"
|
|
19302
19508
|
}
|
|
19303
19509
|
],
|
|
19304
19510
|
"parameters": [
|
|
@@ -19340,7 +19546,7 @@
|
|
|
19340
19546
|
"fileName": "src/FieldError/index.tsx",
|
|
19341
19547
|
"line": 8,
|
|
19342
19548
|
"character": 16,
|
|
19343
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19549
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldError/index.tsx#L8"
|
|
19344
19550
|
}
|
|
19345
19551
|
],
|
|
19346
19552
|
"signatures": [
|
|
@@ -19355,7 +19561,7 @@
|
|
|
19355
19561
|
"fileName": "src/FieldError/index.tsx",
|
|
19356
19562
|
"line": 8,
|
|
19357
19563
|
"character": 16,
|
|
19358
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19564
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldError/index.tsx#L8"
|
|
19359
19565
|
}
|
|
19360
19566
|
],
|
|
19361
19567
|
"parameters": [
|
|
@@ -19400,7 +19606,7 @@
|
|
|
19400
19606
|
"fileName": "src/FieldGroup/index.tsx",
|
|
19401
19607
|
"line": 11,
|
|
19402
19608
|
"character": 16,
|
|
19403
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19609
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L11"
|
|
19404
19610
|
}
|
|
19405
19611
|
],
|
|
19406
19612
|
"signatures": [
|
|
@@ -19415,7 +19621,7 @@
|
|
|
19415
19621
|
"fileName": "src/FieldGroup/index.tsx",
|
|
19416
19622
|
"line": 11,
|
|
19417
19623
|
"character": 16,
|
|
19418
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19624
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldGroup/index.tsx#L11"
|
|
19419
19625
|
}
|
|
19420
19626
|
],
|
|
19421
19627
|
"parameters": [
|
|
@@ -19457,7 +19663,7 @@
|
|
|
19457
19663
|
"fileName": "src/FieldHint/index.tsx",
|
|
19458
19664
|
"line": 8,
|
|
19459
19665
|
"character": 16,
|
|
19460
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19666
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldHint/index.tsx#L8"
|
|
19461
19667
|
}
|
|
19462
19668
|
],
|
|
19463
19669
|
"signatures": [
|
|
@@ -19472,7 +19678,7 @@
|
|
|
19472
19678
|
"fileName": "src/FieldHint/index.tsx",
|
|
19473
19679
|
"line": 8,
|
|
19474
19680
|
"character": 16,
|
|
19475
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19681
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldHint/index.tsx#L8"
|
|
19476
19682
|
}
|
|
19477
19683
|
],
|
|
19478
19684
|
"parameters": [
|
|
@@ -19517,7 +19723,7 @@
|
|
|
19517
19723
|
"fileName": "src/FieldWrapper/index.tsx",
|
|
19518
19724
|
"line": 14,
|
|
19519
19725
|
"character": 16,
|
|
19520
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19726
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldWrapper/index.tsx#L14"
|
|
19521
19727
|
}
|
|
19522
19728
|
],
|
|
19523
19729
|
"signatures": [
|
|
@@ -19532,7 +19738,7 @@
|
|
|
19532
19738
|
"fileName": "src/FieldWrapper/index.tsx",
|
|
19533
19739
|
"line": 14,
|
|
19534
19740
|
"character": 16,
|
|
19535
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19741
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FieldWrapper/index.tsx#L14"
|
|
19536
19742
|
}
|
|
19537
19743
|
],
|
|
19538
19744
|
"parameters": [
|
|
@@ -19592,7 +19798,7 @@
|
|
|
19592
19798
|
"fileName": "src/Form/index.tsx",
|
|
19593
19799
|
"line": 120,
|
|
19594
19800
|
"character": 13,
|
|
19595
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19801
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L120"
|
|
19596
19802
|
}
|
|
19597
19803
|
],
|
|
19598
19804
|
"signatures": [
|
|
@@ -19607,7 +19813,7 @@
|
|
|
19607
19813
|
"fileName": "src/Form/index.tsx",
|
|
19608
19814
|
"line": 120,
|
|
19609
19815
|
"character": 20,
|
|
19610
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19816
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Form/index.tsx#L120"
|
|
19611
19817
|
}
|
|
19612
19818
|
],
|
|
19613
19819
|
"parameters": [
|
|
@@ -19649,7 +19855,7 @@
|
|
|
19649
19855
|
"fileName": "src/FormLabel/index.tsx",
|
|
19650
19856
|
"line": 14,
|
|
19651
19857
|
"character": 13,
|
|
19652
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19858
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L14"
|
|
19653
19859
|
}
|
|
19654
19860
|
],
|
|
19655
19861
|
"signatures": [
|
|
@@ -19664,7 +19870,7 @@
|
|
|
19664
19870
|
"fileName": "src/FormLabel/index.tsx",
|
|
19665
19871
|
"line": 14,
|
|
19666
19872
|
"character": 25,
|
|
19667
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19873
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/FormLabel/index.tsx#L14"
|
|
19668
19874
|
}
|
|
19669
19875
|
],
|
|
19670
19876
|
"parameters": [
|
|
@@ -19706,7 +19912,7 @@
|
|
|
19706
19912
|
"fileName": "src/ContextInspector/index.tsx",
|
|
19707
19913
|
"line": 61,
|
|
19708
19914
|
"character": 16,
|
|
19709
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19915
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L61"
|
|
19710
19916
|
}
|
|
19711
19917
|
],
|
|
19712
19918
|
"signatures": [
|
|
@@ -19721,7 +19927,7 @@
|
|
|
19721
19927
|
"fileName": "src/ContextInspector/index.tsx",
|
|
19722
19928
|
"line": 61,
|
|
19723
19929
|
"character": 16,
|
|
19724
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19930
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L61"
|
|
19725
19931
|
}
|
|
19726
19932
|
],
|
|
19727
19933
|
"parameters": [
|
|
@@ -19751,7 +19957,7 @@
|
|
|
19751
19957
|
"fileName": "src/ContextInspector/index.tsx",
|
|
19752
19958
|
"line": 63,
|
|
19753
19959
|
"character": 5,
|
|
19754
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19960
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L63"
|
|
19755
19961
|
}
|
|
19756
19962
|
],
|
|
19757
19963
|
"type": {
|
|
@@ -19778,7 +19984,7 @@
|
|
|
19778
19984
|
"fileName": "src/ContextInspector/index.tsx",
|
|
19779
19985
|
"line": 63,
|
|
19780
19986
|
"character": 3,
|
|
19781
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19987
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/ContextInspector/index.tsx#L63"
|
|
19782
19988
|
}
|
|
19783
19989
|
]
|
|
19784
19990
|
}
|
|
@@ -19809,7 +20015,7 @@
|
|
|
19809
20015
|
"fileName": "src/HotKey/index.tsx",
|
|
19810
20016
|
"line": 76,
|
|
19811
20017
|
"character": 16,
|
|
19812
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20018
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L76"
|
|
19813
20019
|
}
|
|
19814
20020
|
],
|
|
19815
20021
|
"signatures": [
|
|
@@ -19938,7 +20144,7 @@
|
|
|
19938
20144
|
"fileName": "src/HotKey/index.tsx",
|
|
19939
20145
|
"line": 76,
|
|
19940
20146
|
"character": 16,
|
|
19941
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20147
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/HotKey/index.tsx#L76"
|
|
19942
20148
|
}
|
|
19943
20149
|
],
|
|
19944
20150
|
"parameters": [
|
|
@@ -19980,7 +20186,7 @@
|
|
|
19980
20186
|
"fileName": "src/useMediaQuery/index.ts",
|
|
19981
20187
|
"line": 71,
|
|
19982
20188
|
"character": 16,
|
|
19983
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20189
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L71"
|
|
19984
20190
|
}
|
|
19985
20191
|
],
|
|
19986
20192
|
"signatures": [
|
|
@@ -19995,7 +20201,7 @@
|
|
|
19995
20201
|
"fileName": "src/useMediaQuery/index.ts",
|
|
19996
20202
|
"line": 71,
|
|
19997
20203
|
"character": 16,
|
|
19998
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20204
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L71"
|
|
19999
20205
|
}
|
|
20000
20206
|
],
|
|
20001
20207
|
"parameters": [
|
|
@@ -20046,7 +20252,7 @@
|
|
|
20046
20252
|
"fileName": "src/Section/index.tsx",
|
|
20047
20253
|
"line": 63,
|
|
20048
20254
|
"character": 16,
|
|
20049
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20255
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Section/index.tsx#L63"
|
|
20050
20256
|
}
|
|
20051
20257
|
],
|
|
20052
20258
|
"signatures": [
|
|
@@ -20096,7 +20302,7 @@
|
|
|
20096
20302
|
"fileName": "src/Section/index.tsx",
|
|
20097
20303
|
"line": 63,
|
|
20098
20304
|
"character": 16,
|
|
20099
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20305
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Section/index.tsx#L63"
|
|
20100
20306
|
}
|
|
20101
20307
|
],
|
|
20102
20308
|
"parameters": [
|
|
@@ -20141,7 +20347,7 @@
|
|
|
20141
20347
|
"fileName": "src/SelectField/index.tsx",
|
|
20142
20348
|
"line": 34,
|
|
20143
20349
|
"character": 16,
|
|
20144
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20350
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L34"
|
|
20145
20351
|
}
|
|
20146
20352
|
],
|
|
20147
20353
|
"signatures": [
|
|
@@ -20156,7 +20362,7 @@
|
|
|
20156
20362
|
"fileName": "src/SelectField/index.tsx",
|
|
20157
20363
|
"line": 34,
|
|
20158
20364
|
"character": 16,
|
|
20159
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20365
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectField/index.tsx#L34"
|
|
20160
20366
|
}
|
|
20161
20367
|
],
|
|
20162
20368
|
"typeParameters": [
|
|
@@ -20274,9 +20480,9 @@
|
|
|
20274
20480
|
"sources": [
|
|
20275
20481
|
{
|
|
20276
20482
|
"fileName": "src/SelectInput/index.tsx",
|
|
20277
|
-
"line":
|
|
20483
|
+
"line": 158,
|
|
20278
20484
|
"character": 16,
|
|
20279
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20485
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L158"
|
|
20280
20486
|
}
|
|
20281
20487
|
],
|
|
20282
20488
|
"signatures": [
|
|
@@ -20289,9 +20495,9 @@
|
|
|
20289
20495
|
"sources": [
|
|
20290
20496
|
{
|
|
20291
20497
|
"fileName": "src/SelectInput/index.tsx",
|
|
20292
|
-
"line":
|
|
20498
|
+
"line": 158,
|
|
20293
20499
|
"character": 16,
|
|
20294
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20500
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SelectInput/index.tsx#L158"
|
|
20295
20501
|
}
|
|
20296
20502
|
],
|
|
20297
20503
|
"typeParameters": [
|
|
@@ -20432,9 +20638,9 @@
|
|
|
20432
20638
|
"sources": [
|
|
20433
20639
|
{
|
|
20434
20640
|
"fileName": "src/icons.tsx",
|
|
20435
|
-
"line":
|
|
20641
|
+
"line": 157,
|
|
20436
20642
|
"character": 16,
|
|
20437
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20643
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L157"
|
|
20438
20644
|
}
|
|
20439
20645
|
],
|
|
20440
20646
|
"signatures": [
|
|
@@ -20447,9 +20653,9 @@
|
|
|
20447
20653
|
"sources": [
|
|
20448
20654
|
{
|
|
20449
20655
|
"fileName": "src/icons.tsx",
|
|
20450
|
-
"line":
|
|
20656
|
+
"line": 157,
|
|
20451
20657
|
"character": 16,
|
|
20452
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20658
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L157"
|
|
20453
20659
|
}
|
|
20454
20660
|
],
|
|
20455
20661
|
"parameters": [
|
|
@@ -20489,9 +20695,9 @@
|
|
|
20489
20695
|
"sources": [
|
|
20490
20696
|
{
|
|
20491
20697
|
"fileName": "src/icons.tsx",
|
|
20492
|
-
"line":
|
|
20698
|
+
"line": 31,
|
|
20493
20699
|
"character": 16,
|
|
20494
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20700
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L31"
|
|
20495
20701
|
}
|
|
20496
20702
|
],
|
|
20497
20703
|
"signatures": [
|
|
@@ -20504,9 +20710,9 @@
|
|
|
20504
20710
|
"sources": [
|
|
20505
20711
|
{
|
|
20506
20712
|
"fileName": "src/icons.tsx",
|
|
20507
|
-
"line":
|
|
20713
|
+
"line": 31,
|
|
20508
20714
|
"character": 16,
|
|
20509
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20715
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L31"
|
|
20510
20716
|
}
|
|
20511
20717
|
],
|
|
20512
20718
|
"parameters": [
|
|
@@ -20546,9 +20752,9 @@
|
|
|
20546
20752
|
"sources": [
|
|
20547
20753
|
{
|
|
20548
20754
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
20549
|
-
"line":
|
|
20755
|
+
"line": 48,
|
|
20550
20756
|
"character": 16,
|
|
20551
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20757
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L48"
|
|
20552
20758
|
}
|
|
20553
20759
|
],
|
|
20554
20760
|
"signatures": [
|
|
@@ -20567,7 +20773,7 @@
|
|
|
20567
20773
|
"content": [
|
|
20568
20774
|
{
|
|
20569
20775
|
"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
|
|
20776
|
+
"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
20777
|
}
|
|
20572
20778
|
]
|
|
20573
20779
|
}
|
|
@@ -20576,9 +20782,9 @@
|
|
|
20576
20782
|
"sources": [
|
|
20577
20783
|
{
|
|
20578
20784
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
20579
|
-
"line":
|
|
20785
|
+
"line": 48,
|
|
20580
20786
|
"character": 16,
|
|
20581
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20787
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SidebarPanel/index.tsx#L48"
|
|
20582
20788
|
}
|
|
20583
20789
|
],
|
|
20584
20790
|
"parameters": [
|
|
@@ -20618,9 +20824,9 @@
|
|
|
20618
20824
|
"sources": [
|
|
20619
20825
|
{
|
|
20620
20826
|
"fileName": "src/icons.tsx",
|
|
20621
|
-
"line":
|
|
20827
|
+
"line": 52,
|
|
20622
20828
|
"character": 16,
|
|
20623
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20829
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L52"
|
|
20624
20830
|
}
|
|
20625
20831
|
],
|
|
20626
20832
|
"signatures": [
|
|
@@ -20633,9 +20839,9 @@
|
|
|
20633
20839
|
"sources": [
|
|
20634
20840
|
{
|
|
20635
20841
|
"fileName": "src/icons.tsx",
|
|
20636
|
-
"line":
|
|
20842
|
+
"line": 52,
|
|
20637
20843
|
"character": 16,
|
|
20638
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20844
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/icons.tsx#L52"
|
|
20639
20845
|
}
|
|
20640
20846
|
],
|
|
20641
20847
|
"parameters": [
|
|
@@ -20677,7 +20883,7 @@
|
|
|
20677
20883
|
"fileName": "src/Spinner/index.tsx",
|
|
20678
20884
|
"line": 30,
|
|
20679
20885
|
"character": 16,
|
|
20680
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20886
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Spinner/index.tsx#L30"
|
|
20681
20887
|
}
|
|
20682
20888
|
],
|
|
20683
20889
|
"signatures": [
|
|
@@ -20717,7 +20923,7 @@
|
|
|
20717
20923
|
"fileName": "src/Spinner/index.tsx",
|
|
20718
20924
|
"line": 30,
|
|
20719
20925
|
"character": 16,
|
|
20720
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20926
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Spinner/index.tsx#L30"
|
|
20721
20927
|
}
|
|
20722
20928
|
],
|
|
20723
20929
|
"parameters": [
|
|
@@ -20762,7 +20968,7 @@
|
|
|
20762
20968
|
"fileName": "src/SplitView/index.tsx",
|
|
20763
20969
|
"line": 27,
|
|
20764
20970
|
"character": 13,
|
|
20765
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20971
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SplitView/index.tsx#L27"
|
|
20766
20972
|
}
|
|
20767
20973
|
],
|
|
20768
20974
|
"signatures": [
|
|
@@ -20777,7 +20983,7 @@
|
|
|
20777
20983
|
"fileName": "src/SplitView/index.tsx",
|
|
20778
20984
|
"line": 27,
|
|
20779
20985
|
"character": 25,
|
|
20780
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20986
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SplitView/index.tsx#L27"
|
|
20781
20987
|
}
|
|
20782
20988
|
],
|
|
20783
20989
|
"parameters": [
|
|
@@ -20822,7 +21028,7 @@
|
|
|
20822
21028
|
"fileName": "src/SwitchField/index.tsx",
|
|
20823
21029
|
"line": 26,
|
|
20824
21030
|
"character": 16,
|
|
20825
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21031
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchField/index.tsx#L26"
|
|
20826
21032
|
}
|
|
20827
21033
|
],
|
|
20828
21034
|
"signatures": [
|
|
@@ -20837,7 +21043,7 @@
|
|
|
20837
21043
|
"fileName": "src/SwitchField/index.tsx",
|
|
20838
21044
|
"line": 26,
|
|
20839
21045
|
"character": 16,
|
|
20840
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21046
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchField/index.tsx#L26"
|
|
20841
21047
|
}
|
|
20842
21048
|
],
|
|
20843
21049
|
"parameters": [
|
|
@@ -20882,7 +21088,7 @@
|
|
|
20882
21088
|
"fileName": "src/SwitchInput/index.tsx",
|
|
20883
21089
|
"line": 21,
|
|
20884
21090
|
"character": 16,
|
|
20885
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21091
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L21"
|
|
20886
21092
|
}
|
|
20887
21093
|
],
|
|
20888
21094
|
"signatures": [
|
|
@@ -20897,7 +21103,7 @@
|
|
|
20897
21103
|
"fileName": "src/SwitchInput/index.tsx",
|
|
20898
21104
|
"line": 21,
|
|
20899
21105
|
"character": 16,
|
|
20900
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21106
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/SwitchInput/index.tsx#L21"
|
|
20901
21107
|
}
|
|
20902
21108
|
],
|
|
20903
21109
|
"parameters": [
|
|
@@ -20939,7 +21145,7 @@
|
|
|
20939
21145
|
"fileName": "src/TextareaField/index.tsx",
|
|
20940
21146
|
"line": 23,
|
|
20941
21147
|
"character": 16,
|
|
20942
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21148
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaField/index.tsx#L23"
|
|
20943
21149
|
}
|
|
20944
21150
|
],
|
|
20945
21151
|
"signatures": [
|
|
@@ -20954,7 +21160,7 @@
|
|
|
20954
21160
|
"fileName": "src/TextareaField/index.tsx",
|
|
20955
21161
|
"line": 23,
|
|
20956
21162
|
"character": 16,
|
|
20957
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21163
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaField/index.tsx#L23"
|
|
20958
21164
|
}
|
|
20959
21165
|
],
|
|
20960
21166
|
"parameters": [
|
|
@@ -20999,7 +21205,7 @@
|
|
|
20999
21205
|
"fileName": "src/TextareaInput/index.tsx",
|
|
21000
21206
|
"line": 22,
|
|
21001
21207
|
"character": 13,
|
|
21002
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21208
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L22"
|
|
21003
21209
|
}
|
|
21004
21210
|
],
|
|
21005
21211
|
"signatures": [
|
|
@@ -21014,7 +21220,7 @@
|
|
|
21014
21220
|
"fileName": "src/TextareaInput/index.tsx",
|
|
21015
21221
|
"line": 22,
|
|
21016
21222
|
"character": 29,
|
|
21017
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21223
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextareaInput/index.tsx#L22"
|
|
21018
21224
|
}
|
|
21019
21225
|
],
|
|
21020
21226
|
"parameters": [
|
|
@@ -21056,7 +21262,7 @@
|
|
|
21056
21262
|
"fileName": "src/TextField/index.tsx",
|
|
21057
21263
|
"line": 23,
|
|
21058
21264
|
"character": 16,
|
|
21059
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21265
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextField/index.tsx#L23"
|
|
21060
21266
|
}
|
|
21061
21267
|
],
|
|
21062
21268
|
"signatures": [
|
|
@@ -21071,7 +21277,7 @@
|
|
|
21071
21277
|
"fileName": "src/TextField/index.tsx",
|
|
21072
21278
|
"line": 23,
|
|
21073
21279
|
"character": 16,
|
|
21074
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21280
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextField/index.tsx#L23"
|
|
21075
21281
|
}
|
|
21076
21282
|
],
|
|
21077
21283
|
"parameters": [
|
|
@@ -21116,7 +21322,7 @@
|
|
|
21116
21322
|
"fileName": "src/TextInput/index.tsx",
|
|
21117
21323
|
"line": 31,
|
|
21118
21324
|
"character": 13,
|
|
21119
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21325
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L31"
|
|
21120
21326
|
}
|
|
21121
21327
|
],
|
|
21122
21328
|
"signatures": [
|
|
@@ -21131,7 +21337,7 @@
|
|
|
21131
21337
|
"fileName": "src/TextInput/index.tsx",
|
|
21132
21338
|
"line": 31,
|
|
21133
21339
|
"character": 25,
|
|
21134
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21340
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/TextInput/index.tsx#L31"
|
|
21135
21341
|
}
|
|
21136
21342
|
],
|
|
21137
21343
|
"parameters": [
|
|
@@ -21173,7 +21379,7 @@
|
|
|
21173
21379
|
"fileName": "src/Toolbar/Toolbar/index.tsx",
|
|
21174
21380
|
"line": 95,
|
|
21175
21381
|
"character": 16,
|
|
21176
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21382
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
|
|
21177
21383
|
}
|
|
21178
21384
|
],
|
|
21179
21385
|
"signatures": [
|
|
@@ -21197,7 +21403,7 @@
|
|
|
21197
21403
|
"content": [
|
|
21198
21404
|
{
|
|
21199
21405
|
"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(--
|
|
21406
|
+
"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
21407
|
}
|
|
21202
21408
|
]
|
|
21203
21409
|
},
|
|
@@ -21207,7 +21413,7 @@
|
|
|
21207
21413
|
"content": [
|
|
21208
21414
|
{
|
|
21209
21415
|
"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(--
|
|
21416
|
+
"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
21417
|
}
|
|
21212
21418
|
]
|
|
21213
21419
|
},
|
|
@@ -21217,7 +21423,7 @@
|
|
|
21217
21423
|
"content": [
|
|
21218
21424
|
{
|
|
21219
21425
|
"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(--
|
|
21426
|
+
"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
21427
|
}
|
|
21222
21428
|
]
|
|
21223
21429
|
}
|
|
@@ -21228,7 +21434,7 @@
|
|
|
21228
21434
|
"fileName": "src/Toolbar/Toolbar/index.tsx",
|
|
21229
21435
|
"line": 95,
|
|
21230
21436
|
"character": 16,
|
|
21231
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21437
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
|
|
21232
21438
|
}
|
|
21233
21439
|
],
|
|
21234
21440
|
"parameters": [
|
|
@@ -21270,7 +21476,7 @@
|
|
|
21270
21476
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
21271
21477
|
"line": 16,
|
|
21272
21478
|
"character": 16,
|
|
21273
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21479
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
|
|
21274
21480
|
}
|
|
21275
21481
|
],
|
|
21276
21482
|
"signatures": [
|
|
@@ -21285,7 +21491,7 @@
|
|
|
21285
21491
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
21286
21492
|
"line": 16,
|
|
21287
21493
|
"character": 16,
|
|
21288
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21494
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
|
|
21289
21495
|
}
|
|
21290
21496
|
],
|
|
21291
21497
|
"parameters": [
|
|
@@ -21327,7 +21533,7 @@
|
|
|
21327
21533
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
21328
21534
|
"line": 12,
|
|
21329
21535
|
"character": 16,
|
|
21330
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21536
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
|
|
21331
21537
|
}
|
|
21332
21538
|
],
|
|
21333
21539
|
"signatures": [
|
|
@@ -21342,7 +21548,7 @@
|
|
|
21342
21548
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
21343
21549
|
"line": 12,
|
|
21344
21550
|
"character": 16,
|
|
21345
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21551
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
|
|
21346
21552
|
}
|
|
21347
21553
|
],
|
|
21348
21554
|
"parameters": [
|
|
@@ -21384,7 +21590,7 @@
|
|
|
21384
21590
|
"fileName": "src/Toolbar/Title/index.tsx",
|
|
21385
21591
|
"line": 11,
|
|
21386
21592
|
"character": 16,
|
|
21387
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21593
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
|
|
21388
21594
|
}
|
|
21389
21595
|
],
|
|
21390
21596
|
"signatures": [
|
|
@@ -21399,7 +21605,7 @@
|
|
|
21399
21605
|
"fileName": "src/Toolbar/Title/index.tsx",
|
|
21400
21606
|
"line": 11,
|
|
21401
21607
|
"character": 16,
|
|
21402
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21608
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
|
|
21403
21609
|
}
|
|
21404
21610
|
],
|
|
21405
21611
|
"parameters": [
|
|
@@ -21441,7 +21647,7 @@
|
|
|
21441
21647
|
"fileName": "src/Tooltip/Tooltip/index.tsx",
|
|
21442
21648
|
"line": 76,
|
|
21443
21649
|
"character": 16,
|
|
21444
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21650
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
|
|
21445
21651
|
}
|
|
21446
21652
|
],
|
|
21447
21653
|
"signatures": [
|
|
@@ -21516,7 +21722,7 @@
|
|
|
21516
21722
|
"fileName": "src/Tooltip/Tooltip/index.tsx",
|
|
21517
21723
|
"line": 76,
|
|
21518
21724
|
"character": 16,
|
|
21519
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21725
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
|
|
21520
21726
|
}
|
|
21521
21727
|
],
|
|
21522
21728
|
"parameters": [
|
|
@@ -21786,7 +21992,7 @@
|
|
|
21786
21992
|
"fileName": "src/Tooltip/TooltipContent/index.tsx",
|
|
21787
21993
|
"line": 84,
|
|
21788
21994
|
"character": 13,
|
|
21789
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21995
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
|
|
21790
21996
|
}
|
|
21791
21997
|
],
|
|
21792
21998
|
"signatures": [
|
|
@@ -21809,7 +22015,7 @@
|
|
|
21809
22015
|
"fileName": "src/Tooltip/TooltipContent/index.tsx",
|
|
21810
22016
|
"line": 84,
|
|
21811
22017
|
"character": 13,
|
|
21812
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22018
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
|
|
21813
22019
|
}
|
|
21814
22020
|
],
|
|
21815
22021
|
"parameters": [
|
|
@@ -21917,7 +22123,7 @@
|
|
|
21917
22123
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
21918
22124
|
"line": 118,
|
|
21919
22125
|
"character": 16,
|
|
21920
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22126
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
|
|
21921
22127
|
}
|
|
21922
22128
|
],
|
|
21923
22129
|
"signatures": [
|
|
@@ -21973,7 +22179,7 @@
|
|
|
21973
22179
|
},
|
|
21974
22180
|
{
|
|
21975
22181
|
"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: '
|
|
22182
|
+
"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
22183
|
}
|
|
21978
22184
|
]
|
|
21979
22185
|
}
|
|
@@ -21984,7 +22190,7 @@
|
|
|
21984
22190
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
21985
22191
|
"line": 118,
|
|
21986
22192
|
"character": 16,
|
|
21987
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22193
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
|
|
21988
22194
|
}
|
|
21989
22195
|
],
|
|
21990
22196
|
"parameters": [
|
|
@@ -22240,7 +22446,7 @@
|
|
|
22240
22446
|
"fileName": "src/Tooltip/TooltipTrigger/index.tsx",
|
|
22241
22447
|
"line": 49,
|
|
22242
22448
|
"character": 13,
|
|
22243
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22449
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
|
|
22244
22450
|
}
|
|
22245
22451
|
],
|
|
22246
22452
|
"signatures": [
|
|
@@ -22263,7 +22469,7 @@
|
|
|
22263
22469
|
"fileName": "src/Tooltip/TooltipTrigger/index.tsx",
|
|
22264
22470
|
"line": 49,
|
|
22265
22471
|
"character": 13,
|
|
22266
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22472
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
|
|
22267
22473
|
}
|
|
22268
22474
|
],
|
|
22269
22475
|
"parameters": [
|
|
@@ -22371,7 +22577,7 @@
|
|
|
22371
22577
|
"fileName": "src/useClickOutside/index.ts",
|
|
22372
22578
|
"line": 3,
|
|
22373
22579
|
"character": 16,
|
|
22374
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22580
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useClickOutside/index.ts#L3"
|
|
22375
22581
|
}
|
|
22376
22582
|
],
|
|
22377
22583
|
"signatures": [
|
|
@@ -22386,7 +22592,7 @@
|
|
|
22386
22592
|
"fileName": "src/useClickOutside/index.ts",
|
|
22387
22593
|
"line": 3,
|
|
22388
22594
|
"character": 16,
|
|
22389
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22595
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useClickOutside/index.ts#L3"
|
|
22390
22596
|
}
|
|
22391
22597
|
],
|
|
22392
22598
|
"typeParameters": [
|
|
@@ -22436,7 +22642,7 @@
|
|
|
22436
22642
|
"fileName": "src/useClickOutside/index.ts",
|
|
22437
22643
|
"line": 4,
|
|
22438
22644
|
"character": 11,
|
|
22439
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22645
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useClickOutside/index.ts#L4"
|
|
22440
22646
|
}
|
|
22441
22647
|
],
|
|
22442
22648
|
"signatures": [
|
|
@@ -22451,7 +22657,7 @@
|
|
|
22451
22657
|
"fileName": "src/useClickOutside/index.ts",
|
|
22452
22658
|
"line": 4,
|
|
22453
22659
|
"character": 11,
|
|
22454
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22660
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useClickOutside/index.ts#L4"
|
|
22455
22661
|
}
|
|
22456
22662
|
],
|
|
22457
22663
|
"parameters": [
|
|
@@ -22528,7 +22734,7 @@
|
|
|
22528
22734
|
"fileName": "src/Canvas/index.tsx",
|
|
22529
22735
|
"line": 20,
|
|
22530
22736
|
"character": 16,
|
|
22531
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22737
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L20"
|
|
22532
22738
|
}
|
|
22533
22739
|
],
|
|
22534
22740
|
"signatures": [
|
|
@@ -22543,7 +22749,7 @@
|
|
|
22543
22749
|
"fileName": "src/Canvas/index.tsx",
|
|
22544
22750
|
"line": 20,
|
|
22545
22751
|
"character": 16,
|
|
22546
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22752
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/Canvas/index.tsx#L20"
|
|
22547
22753
|
}
|
|
22548
22754
|
],
|
|
22549
22755
|
"typeParameters": [
|
|
@@ -22588,7 +22794,7 @@
|
|
|
22588
22794
|
"fileName": "src/useMediaQuery/index.ts",
|
|
22589
22795
|
"line": 154,
|
|
22590
22796
|
"character": 16,
|
|
22591
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22797
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L154"
|
|
22592
22798
|
}
|
|
22593
22799
|
],
|
|
22594
22800
|
"signatures": [
|
|
@@ -22603,7 +22809,7 @@
|
|
|
22603
22809
|
"fileName": "src/useMediaQuery/index.ts",
|
|
22604
22810
|
"line": 154,
|
|
22605
22811
|
"character": 16,
|
|
22606
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22812
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L154"
|
|
22607
22813
|
}
|
|
22608
22814
|
],
|
|
22609
22815
|
"parameters": [
|
|
@@ -22685,7 +22891,7 @@
|
|
|
22685
22891
|
"fileName": "src/useMediaQuery/index.ts",
|
|
22686
22892
|
"line": 12,
|
|
22687
22893
|
"character": 16,
|
|
22688
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22894
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L12"
|
|
22689
22895
|
}
|
|
22690
22896
|
],
|
|
22691
22897
|
"signatures": [
|
|
@@ -22700,7 +22906,7 @@
|
|
|
22700
22906
|
"fileName": "src/useMediaQuery/index.ts",
|
|
22701
22907
|
"line": 12,
|
|
22702
22908
|
"character": 16,
|
|
22703
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22909
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/useMediaQuery/index.ts#L12"
|
|
22704
22910
|
}
|
|
22705
22911
|
],
|
|
22706
22912
|
"parameters": [
|
|
@@ -22739,7 +22945,7 @@
|
|
|
22739
22945
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
22740
22946
|
"line": 263,
|
|
22741
22947
|
"character": 16,
|
|
22742
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22948
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L263"
|
|
22743
22949
|
}
|
|
22744
22950
|
],
|
|
22745
22951
|
"signatures": [
|
|
@@ -22758,7 +22964,7 @@
|
|
|
22758
22964
|
"content": [
|
|
22759
22965
|
{
|
|
22760
22966
|
"kind": "code",
|
|
22761
|
-
"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
|
|
22967
|
+
"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```"
|
|
22762
22968
|
}
|
|
22763
22969
|
]
|
|
22764
22970
|
},
|
|
@@ -22768,7 +22974,7 @@
|
|
|
22768
22974
|
"content": [
|
|
22769
22975
|
{
|
|
22770
22976
|
"kind": "code",
|
|
22771
|
-
"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
|
|
22977
|
+
"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```"
|
|
22772
22978
|
}
|
|
22773
22979
|
]
|
|
22774
22980
|
},
|
|
@@ -22778,7 +22984,7 @@
|
|
|
22778
22984
|
"content": [
|
|
22779
22985
|
{
|
|
22780
22986
|
"kind": "code",
|
|
22781
|
-
"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
|
|
22987
|
+
"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```"
|
|
22782
22988
|
}
|
|
22783
22989
|
]
|
|
22784
22990
|
},
|
|
@@ -22788,7 +22994,7 @@
|
|
|
22788
22994
|
"content": [
|
|
22789
22995
|
{
|
|
22790
22996
|
"kind": "code",
|
|
22791
|
-
"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
|
|
22997
|
+
"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```"
|
|
22792
22998
|
}
|
|
22793
22999
|
]
|
|
22794
23000
|
}
|
|
@@ -22799,7 +23005,7 @@
|
|
|
22799
23005
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
22800
23006
|
"line": 263,
|
|
22801
23007
|
"character": 16,
|
|
22802
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
23008
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/179065275041465f481e33dad4dbdbe279ddd1a7/packages/react-ui/src/VerticalSplit/index.tsx#L263"
|
|
22803
23009
|
}
|
|
22804
23010
|
],
|
|
22805
23011
|
"parameters": [
|