datocms-react-ui 2.1.5 → 2.2.0-alpha.1
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 +179 -276
- 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/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 +179 -276
- package/dist/esm/Canvas/index.js +179 -276
- 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/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 +179 -276
- 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 +179 -276
- 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/styles.module.css +8 -8
- package/src/Section/styles.module.css.json +1 -1
- package/src/SelectInput/index.tsx +54 -26
- 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/Button/styles.module.css +4 -4
- package/src/Toolbar/Button/styles.module.css.json +1 -1
- 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 +2 -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/generateStyleFromCtx/index.ts +7 -1
- package/src/icons.tsx +8 -0
- package/styles.css +1 -1
- package/types.json +525 -389
package/types.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"fileName": "src/FieldGroup/index.tsx",
|
|
24
24
|
"line": 7,
|
|
25
25
|
"character": 2,
|
|
26
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
26
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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/7debc55722a0fff776d671cfd664ae2bc6bc71ec/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": 432,
|
|
18170
18170
|
"character": 16,
|
|
18171
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18171
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L432"
|
|
18172
18172
|
}
|
|
18173
18173
|
],
|
|
18174
18174
|
"signatures": [
|
|
@@ -18183,11 +18183,11 @@
|
|
|
18183
18183
|
"blockTags": [
|
|
18184
18184
|
{
|
|
18185
18185
|
"tag": "@example",
|
|
18186
|
-
"name": "
|
|
18186
|
+
"name": "Semantic color token CSS variables",
|
|
18187
18187
|
"content": [
|
|
18188
18188
|
{
|
|
18189
18189
|
"kind": "text",
|
|
18190
|
-
"text": "
|
|
18190
|
+
"text": "Inside "
|
|
18191
18191
|
},
|
|
18192
18192
|
{
|
|
18193
18193
|
"kind": "code",
|
|
@@ -18195,11 +18195,147 @@
|
|
|
18195
18195
|
},
|
|
18196
18196
|
{
|
|
18197
18197
|
"kind": "text",
|
|
18198
|
-
"text": "
|
|
18198
|
+
"text": ", the host exposes a full semantic color palette as CSS\ncustom properties. Components should reference these tokens directly —\nthey adapt to the user's active theme (including dark mode)\nautomatically.\n\n### How to read a token name\n\n"
|
|
18199
|
+
},
|
|
18200
|
+
{
|
|
18201
|
+
"kind": "code",
|
|
18202
|
+
"text": "```\n--color--{property} // standalone (one -- after color)\n--color--{context}--{property} // context pair (two -- after color)\n```"
|
|
18203
|
+
},
|
|
18204
|
+
{
|
|
18205
|
+
"kind": "text",
|
|
18206
|
+
"text": "\n\n**Properties** — "
|
|
18207
|
+
},
|
|
18208
|
+
{
|
|
18209
|
+
"kind": "code",
|
|
18210
|
+
"text": "`surface`"
|
|
18211
|
+
},
|
|
18212
|
+
{
|
|
18213
|
+
"kind": "text",
|
|
18214
|
+
"text": " (backgrounds), "
|
|
18215
|
+
},
|
|
18216
|
+
{
|
|
18217
|
+
"kind": "code",
|
|
18218
|
+
"text": "`ink`"
|
|
18219
|
+
},
|
|
18220
|
+
{
|
|
18221
|
+
"kind": "text",
|
|
18222
|
+
"text": " (text/icons),\n"
|
|
18223
|
+
},
|
|
18224
|
+
{
|
|
18225
|
+
"kind": "code",
|
|
18226
|
+
"text": "`border`"
|
|
18227
|
+
},
|
|
18228
|
+
{
|
|
18229
|
+
"kind": "text",
|
|
18230
|
+
"text": " (1px lines), "
|
|
18231
|
+
},
|
|
18232
|
+
{
|
|
18233
|
+
"kind": "code",
|
|
18234
|
+
"text": "`outline`"
|
|
18235
|
+
},
|
|
18236
|
+
{
|
|
18237
|
+
"kind": "text",
|
|
18238
|
+
"text": " (focus rings), plus "
|
|
18239
|
+
},
|
|
18240
|
+
{
|
|
18241
|
+
"kind": "code",
|
|
18242
|
+
"text": "`fill`"
|
|
18243
|
+
},
|
|
18244
|
+
{
|
|
18245
|
+
"kind": "text",
|
|
18246
|
+
"text": " / "
|
|
18247
|
+
},
|
|
18248
|
+
{
|
|
18249
|
+
"kind": "code",
|
|
18250
|
+
"text": "`track`"
|
|
18251
|
+
},
|
|
18252
|
+
{
|
|
18253
|
+
"kind": "text",
|
|
18254
|
+
"text": "\nfor progress bars.\n\n**Standalone** tokens work on any neutral page. **Contexts** are\nself-contained environments: always pair a "
|
|
18255
|
+
},
|
|
18256
|
+
{
|
|
18257
|
+
"kind": "code",
|
|
18258
|
+
"text": "`surface`"
|
|
18259
|
+
},
|
|
18260
|
+
{
|
|
18261
|
+
"kind": "text",
|
|
18262
|
+
"text": " with the "
|
|
18263
|
+
},
|
|
18264
|
+
{
|
|
18265
|
+
"kind": "code",
|
|
18266
|
+
"text": "`ink`"
|
|
18267
|
+
},
|
|
18268
|
+
{
|
|
18269
|
+
"kind": "text",
|
|
18270
|
+
"text": ",\n"
|
|
18271
|
+
},
|
|
18272
|
+
{
|
|
18273
|
+
"kind": "code",
|
|
18274
|
+
"text": "`border`"
|
|
18275
|
+
},
|
|
18276
|
+
{
|
|
18277
|
+
"kind": "text",
|
|
18278
|
+
"text": ", and hover states from the *same* context. Never mix — e.g.\ndon't put "
|
|
18279
|
+
},
|
|
18280
|
+
{
|
|
18281
|
+
"kind": "code",
|
|
18282
|
+
"text": "`--color--primary--ink`"
|
|
18283
|
+
},
|
|
18284
|
+
{
|
|
18285
|
+
"kind": "text",
|
|
18286
|
+
"text": " on "
|
|
18287
|
+
},
|
|
18288
|
+
{
|
|
18289
|
+
"kind": "code",
|
|
18290
|
+
"text": "`--color--danger--surface`"
|
|
18291
|
+
},
|
|
18292
|
+
{
|
|
18293
|
+
"kind": "text",
|
|
18294
|
+
"text": ".\n\nNon-color tokens "
|
|
18295
|
+
},
|
|
18296
|
+
{
|
|
18297
|
+
"kind": "code",
|
|
18298
|
+
"text": "`--shadow--raised`"
|
|
18299
|
+
},
|
|
18300
|
+
{
|
|
18301
|
+
"kind": "text",
|
|
18302
|
+
"text": " / "
|
|
18199
18303
|
},
|
|
18200
18304
|
{
|
|
18201
18305
|
"kind": "code",
|
|
18202
|
-
"text": "
|
|
18306
|
+
"text": "`--shadow--floating`"
|
|
18307
|
+
},
|
|
18308
|
+
{
|
|
18309
|
+
"kind": "text",
|
|
18310
|
+
"text": " /\n"
|
|
18311
|
+
},
|
|
18312
|
+
{
|
|
18313
|
+
"kind": "code",
|
|
18314
|
+
"text": "`--shadow--lifted`"
|
|
18315
|
+
},
|
|
18316
|
+
{
|
|
18317
|
+
"kind": "text",
|
|
18318
|
+
"text": " / "
|
|
18319
|
+
},
|
|
18320
|
+
{
|
|
18321
|
+
"kind": "code",
|
|
18322
|
+
"text": "`--shadow--ambient`"
|
|
18323
|
+
},
|
|
18324
|
+
{
|
|
18325
|
+
"kind": "text",
|
|
18326
|
+
"text": " are ready-made "
|
|
18327
|
+
},
|
|
18328
|
+
{
|
|
18329
|
+
"kind": "code",
|
|
18330
|
+
"text": "`box-shadow`"
|
|
18331
|
+
},
|
|
18332
|
+
{
|
|
18333
|
+
"kind": "text",
|
|
18334
|
+
"text": "\ncomposites.\n\n"
|
|
18335
|
+
},
|
|
18336
|
+
{
|
|
18337
|
+
"kind": "code",
|
|
18338
|
+
"text": "```js\n<Canvas ctx={ctx}>\n <Section title=\"Standalone — use on any neutral page\">\n <table><tbody>\n {[\n ['--color--surface', 'Default page background'],\n ['--color--surface-hover', 'Hovered row / list item'],\n ['--color--surface-muted', 'Muted section / card background'],\n ['--color--ink', 'Primary text'],\n ['--color--ink-subtle', 'Secondary text / captions'],\n ['--color--ink-hover', 'Text under hover'],\n ['--color--ink-muted', 'De-emphasized text'],\n ['--color--ink-placeholder', 'Input placeholder text'],\n ['--color--ink-primary', 'Brand-highlighted text / icons'],\n ['--color--ink-accent', 'Links / accent text'],\n ['--color--ink-disabled', 'Disabled text'],\n ['--color--border', 'Default 1px border'],\n ['--color--border-hover', 'Border under hover'],\n ].map(([t, d]) => (\n <tr key={t}>\n <td><code>{t}</code></td>\n <td style={{ color: 'var(--color--ink-subtle)' }}>{d}</td>\n <td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td>\n </tr>\n ))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: raised — modals, dropdowns, popovers\">\n <table><tbody>\n {['--color--raised--surface', '--color--raised--surface-hover', '--color--raised--surface-active']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: primary — main call-to-action buttons, badges, nav\">\n <table><tbody>\n {['--color--primary--surface', '--color--primary--surface-hover', '--color--primary--surface-active', '--color--primary--surface-muted', '--color--primary--ink', '--color--primary--border']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: tinted — subtle brand-tinted surfaces\">\n <table><tbody>\n {['--color--tinted--surface', '--color--tinted--surface-hover', '--color--tinted--surface-active', '--color--tinted--ink', '--color--tinted--border']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: accent, selected, disabled, danger\">\n <table><tbody>\n {['--color--accent--surface', '--color--accent--ink',\n '--color--selected--surface', '--color--selected--ink', '--color--selected--border',\n '--color--disabled--surface', '--color--disabled--ink',\n '--color--danger--surface', '--color--danger--ink']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: focus — focus rings and outlines\">\n <table><tbody>\n {['--color--focus--border', '--color--focus--outline']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Feedback — validation and form states\">\n <table><tbody>\n {['--color--feedback-fail--ink', '--color--feedback-fail--border', '--color--feedback-fail--outline', '--color--feedback-fail--surface',\n '--color--feedback-warning--ink', '--color--feedback-warning--border', '--color--feedback-warning--outline', '--color--feedback-warning--surface',\n '--color--feedback-success--ink', '--color--feedback-success--border', '--color--feedback-success--outline', '--color--feedback-success--surface']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Context: highlight — rich text inline highlights\">\n <table><tbody>\n {['--color--highlight--surface']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Diffs — content versioning (added / removed / changed)\">\n <table><tbody>\n {['--color--diff-added--surface', '--color--diff-added--outline', '--color--diff-added--ink', '--color--diff-added--ink-subtle',\n '--color--diff-removed--surface', '--color--diff-removed--outline', '--color--diff-removed--ink', '--color--diff-removed--ink-subtle',\n '--color--diff-changed--surface', '--color--diff-changed--outline']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Status — publishing workflow badges (ink-only)\">\n <table><tbody>\n {['--color--status-draft--ink', '--color--status-outdated--ink', '--color--status-published--ink']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td><span style={{ color: `var(${t})`, fontWeight: 'bold' }}>Sample text</span></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Backdrop & overlay — scrims and floating UI\">\n <table><tbody>\n {['--color--backdrop--surface', '--color--backdrop--ink',\n '--color--overlay--surface', '--color--overlay--surface-hover', '--color--overlay--surface-active', '--color--overlay--ink']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Stacked — dark layered UI (uploaders, media players)\">\n <p>Stacked gives you layered dark surfaces (base → upper) plus action buttons, borders and ink tones. Use it when a dark inline panel needs internal hierarchy.</p>\n <table><tbody>\n {['--color--stacked--surface', '--color--stacked--surface-upper',\n '--color--stacked--surface-action', '--color--stacked--surface-action-hover', '--color--stacked--surface-action-active',\n '--color--stacked--ink', '--color--stacked--ink-subtle', '--color--stacked--border']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Progress — bar track and fill\">\n <table><tbody>\n {['--color--progress--track', '--color--progress--fill', '--color--progress--fill-hover']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Tooltip — small dark floating labels\">\n <table><tbody>\n {['--color--tooltip--surface', '--color--tooltip--surface-hover', '--color--tooltip--ink', '--color--tooltip--ink-subtle']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Code — dark code blocks, logs, error traces\">\n <table><tbody>\n {['--color--code--surface', '--color--code--ink']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Scrollbar\">\n <table><tbody>\n {['--color--scrollbar--fill']\n .map((t) => (<tr key={t}><td><code>{t}</code></td><td width=\"40\"><div style={{ width: '30px', height: '30px', background: `var(${t})`, border: '1px solid var(--color--border)' }} /></td></tr>))}\n </tbody></table>\n </Section>\n\n <Section title=\"Shadow composites — drop-in box-shadow values\">\n <div style={{ display: 'flex', gap: 'var(--spacing-l)', padding: 'var(--spacing-l)' }}>\n {['--shadow--raised', '--shadow--floating', '--shadow--lifted', '--shadow--ambient'].map((t) => (\n <div key={t} style={{ textAlign: 'center' }}>\n <div style={{ width: '80px', height: '80px', background: 'var(--color--surface)', borderRadius: '4px', boxShadow: `var(${t})` }} />\n <code style={{ display: 'block', marginTop: 'var(--spacing-s)', fontSize: 'var(--font-size-xs)' }}>{t}</code>\n </div>\n ))}\n </div>\n </Section>\n</Canvas>;\n```"
|
|
18203
18339
|
}
|
|
18204
18340
|
]
|
|
18205
18341
|
},
|
|
@@ -18243,7 +18379,7 @@
|
|
|
18243
18379
|
},
|
|
18244
18380
|
{
|
|
18245
18381
|
"kind": "code",
|
|
18246
|
-
"text": "```js\n<Canvas ctx={ctx}>\n <table>\n <tbody>\n <tr>\n <td>\n <code>--spacing-s</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--accent
|
|
18382
|
+
"text": "```js\n<Canvas ctx={ctx}>\n <table>\n <tbody>\n <tr>\n <td>\n <code>--spacing-s</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-s)',\n height: 'var(--spacing-s)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-m</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-m)',\n height: 'var(--spacing-m)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-l</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-l)',\n height: 'var(--spacing-l)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-xl</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-xl)',\n height: 'var(--spacing-xl)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-xxl</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-xxl)',\n height: 'var(--spacing-xxl)',\n }}\n />\n </td>\n </tr>\n <tr>\n <td>\n <code>--spacing-xxxl</code>\n </td>\n <td>\n <div\n style={{\n background: 'var(--color--accent--surface)',\n width: 'var(--spacing-xxxl)',\n height: 'var(--spacing-xxxl)',\n }}\n />\n </td>\n </tr>\n </tbody>\n </table>\n</Canvas>;\n```"
|
|
18247
18383
|
}
|
|
18248
18384
|
]
|
|
18249
18385
|
}
|
|
@@ -18252,9 +18388,9 @@
|
|
|
18252
18388
|
"sources": [
|
|
18253
18389
|
{
|
|
18254
18390
|
"fileName": "src/Canvas/index.tsx",
|
|
18255
|
-
"line":
|
|
18391
|
+
"line": 432,
|
|
18256
18392
|
"character": 16,
|
|
18257
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18393
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L432"
|
|
18258
18394
|
}
|
|
18259
18395
|
],
|
|
18260
18396
|
"parameters": [
|
|
@@ -18294,9 +18430,9 @@
|
|
|
18294
18430
|
"sources": [
|
|
18295
18431
|
{
|
|
18296
18432
|
"fileName": "src/icons.tsx",
|
|
18297
|
-
"line":
|
|
18433
|
+
"line": 73,
|
|
18298
18434
|
"character": 16,
|
|
18299
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18435
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L73"
|
|
18300
18436
|
}
|
|
18301
18437
|
],
|
|
18302
18438
|
"signatures": [
|
|
@@ -18309,9 +18445,9 @@
|
|
|
18309
18445
|
"sources": [
|
|
18310
18446
|
{
|
|
18311
18447
|
"fileName": "src/icons.tsx",
|
|
18312
|
-
"line":
|
|
18448
|
+
"line": 73,
|
|
18313
18449
|
"character": 16,
|
|
18314
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18450
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L73"
|
|
18315
18451
|
}
|
|
18316
18452
|
],
|
|
18317
18453
|
"parameters": [
|
|
@@ -18351,9 +18487,9 @@
|
|
|
18351
18487
|
"sources": [
|
|
18352
18488
|
{
|
|
18353
18489
|
"fileName": "src/icons.tsx",
|
|
18354
|
-
"line":
|
|
18490
|
+
"line": 94,
|
|
18355
18491
|
"character": 16,
|
|
18356
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18492
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L94"
|
|
18357
18493
|
}
|
|
18358
18494
|
],
|
|
18359
18495
|
"signatures": [
|
|
@@ -18366,9 +18502,9 @@
|
|
|
18366
18502
|
"sources": [
|
|
18367
18503
|
{
|
|
18368
18504
|
"fileName": "src/icons.tsx",
|
|
18369
|
-
"line":
|
|
18505
|
+
"line": 94,
|
|
18370
18506
|
"character": 16,
|
|
18371
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18507
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L94"
|
|
18372
18508
|
}
|
|
18373
18509
|
],
|
|
18374
18510
|
"parameters": [
|
|
@@ -18408,9 +18544,9 @@
|
|
|
18408
18544
|
"sources": [
|
|
18409
18545
|
{
|
|
18410
18546
|
"fileName": "src/icons.tsx",
|
|
18411
|
-
"line":
|
|
18547
|
+
"line": 115,
|
|
18412
18548
|
"character": 16,
|
|
18413
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18549
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L115"
|
|
18414
18550
|
}
|
|
18415
18551
|
],
|
|
18416
18552
|
"signatures": [
|
|
@@ -18423,9 +18559,9 @@
|
|
|
18423
18559
|
"sources": [
|
|
18424
18560
|
{
|
|
18425
18561
|
"fileName": "src/icons.tsx",
|
|
18426
|
-
"line":
|
|
18562
|
+
"line": 115,
|
|
18427
18563
|
"character": 16,
|
|
18428
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18564
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L115"
|
|
18429
18565
|
}
|
|
18430
18566
|
],
|
|
18431
18567
|
"parameters": [
|
|
@@ -18465,9 +18601,9 @@
|
|
|
18465
18601
|
"sources": [
|
|
18466
18602
|
{
|
|
18467
18603
|
"fileName": "src/icons.tsx",
|
|
18468
|
-
"line":
|
|
18604
|
+
"line": 136,
|
|
18469
18605
|
"character": 16,
|
|
18470
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18606
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L136"
|
|
18471
18607
|
}
|
|
18472
18608
|
],
|
|
18473
18609
|
"signatures": [
|
|
@@ -18480,9 +18616,9 @@
|
|
|
18480
18616
|
"sources": [
|
|
18481
18617
|
{
|
|
18482
18618
|
"fileName": "src/icons.tsx",
|
|
18483
|
-
"line":
|
|
18619
|
+
"line": 136,
|
|
18484
18620
|
"character": 16,
|
|
18485
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18621
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L136"
|
|
18486
18622
|
}
|
|
18487
18623
|
],
|
|
18488
18624
|
"parameters": [
|
|
@@ -18524,7 +18660,7 @@
|
|
|
18524
18660
|
"fileName": "src/ContextInspector/index.tsx",
|
|
18525
18661
|
"line": 176,
|
|
18526
18662
|
"character": 16,
|
|
18527
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18663
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L176"
|
|
18528
18664
|
}
|
|
18529
18665
|
],
|
|
18530
18666
|
"signatures": [
|
|
@@ -18539,7 +18675,7 @@
|
|
|
18539
18675
|
"fileName": "src/ContextInspector/index.tsx",
|
|
18540
18676
|
"line": 176,
|
|
18541
18677
|
"character": 16,
|
|
18542
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18678
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L176"
|
|
18543
18679
|
}
|
|
18544
18680
|
],
|
|
18545
18681
|
"type": {
|
|
@@ -18575,7 +18711,7 @@
|
|
|
18575
18711
|
"fileName": "src/SelectField/index.tsx",
|
|
18576
18712
|
"line": 148,
|
|
18577
18713
|
"character": 16,
|
|
18578
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18714
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L148"
|
|
18579
18715
|
}
|
|
18580
18716
|
],
|
|
18581
18717
|
"signatures": [
|
|
@@ -18590,7 +18726,7 @@
|
|
|
18590
18726
|
"fileName": "src/SelectField/index.tsx",
|
|
18591
18727
|
"line": 148,
|
|
18592
18728
|
"character": 16,
|
|
18593
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18729
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L148"
|
|
18594
18730
|
}
|
|
18595
18731
|
],
|
|
18596
18732
|
"typeParameters": [
|
|
@@ -18708,9 +18844,9 @@
|
|
|
18708
18844
|
"sources": [
|
|
18709
18845
|
{
|
|
18710
18846
|
"fileName": "src/SelectInput/index.tsx",
|
|
18711
|
-
"line":
|
|
18847
|
+
"line": 215,
|
|
18712
18848
|
"character": 16,
|
|
18713
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18849
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L215"
|
|
18714
18850
|
}
|
|
18715
18851
|
],
|
|
18716
18852
|
"signatures": [
|
|
@@ -18723,9 +18859,9 @@
|
|
|
18723
18859
|
"sources": [
|
|
18724
18860
|
{
|
|
18725
18861
|
"fileName": "src/SelectInput/index.tsx",
|
|
18726
|
-
"line":
|
|
18862
|
+
"line": 215,
|
|
18727
18863
|
"character": 16,
|
|
18728
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
18864
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L215"
|
|
18729
18865
|
}
|
|
18730
18866
|
],
|
|
18731
18867
|
"typeParameters": [
|
|
@@ -18868,7 +19004,7 @@
|
|
|
18868
19004
|
"fileName": "src/Dropdown/Dropdown.tsx",
|
|
18869
19005
|
"line": 119,
|
|
18870
19006
|
"character": 16,
|
|
18871
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19007
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
|
|
18872
19008
|
}
|
|
18873
19009
|
],
|
|
18874
19010
|
"signatures": [
|
|
@@ -18918,7 +19054,7 @@
|
|
|
18918
19054
|
"fileName": "src/Dropdown/Dropdown.tsx",
|
|
18919
19055
|
"line": 119,
|
|
18920
19056
|
"character": 16,
|
|
18921
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19057
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Dropdown.tsx#L119"
|
|
18922
19058
|
}
|
|
18923
19059
|
],
|
|
18924
19060
|
"parameters": [
|
|
@@ -18960,7 +19096,7 @@
|
|
|
18960
19096
|
"fileName": "src/Dropdown/Group.tsx",
|
|
18961
19097
|
"line": 10,
|
|
18962
19098
|
"character": 13,
|
|
18963
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19099
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Group.tsx#L10"
|
|
18964
19100
|
}
|
|
18965
19101
|
],
|
|
18966
19102
|
"signatures": [
|
|
@@ -18975,7 +19111,7 @@
|
|
|
18975
19111
|
"fileName": "src/Dropdown/Group.tsx",
|
|
18976
19112
|
"line": 10,
|
|
18977
19113
|
"character": 21,
|
|
18978
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19114
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Group.tsx#L10"
|
|
18979
19115
|
}
|
|
18980
19116
|
],
|
|
18981
19117
|
"parameters": [
|
|
@@ -19017,7 +19153,7 @@
|
|
|
19017
19153
|
"fileName": "src/Dropdown/Menu.tsx",
|
|
19018
19154
|
"line": 132,
|
|
19019
19155
|
"character": 13,
|
|
19020
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19156
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Menu.tsx#L132"
|
|
19021
19157
|
}
|
|
19022
19158
|
],
|
|
19023
19159
|
"signatures": [
|
|
@@ -19032,7 +19168,7 @@
|
|
|
19032
19168
|
"fileName": "src/Dropdown/Menu.tsx",
|
|
19033
19169
|
"line": 132,
|
|
19034
19170
|
"character": 20,
|
|
19035
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19171
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Menu.tsx#L132"
|
|
19036
19172
|
}
|
|
19037
19173
|
],
|
|
19038
19174
|
"parameters": [
|
|
@@ -19074,7 +19210,7 @@
|
|
|
19074
19210
|
"fileName": "src/Dropdown/Option.tsx",
|
|
19075
19211
|
"line": 28,
|
|
19076
19212
|
"character": 13,
|
|
19077
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19213
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L28"
|
|
19078
19214
|
}
|
|
19079
19215
|
],
|
|
19080
19216
|
"signatures": [
|
|
@@ -19089,7 +19225,7 @@
|
|
|
19089
19225
|
"fileName": "src/Dropdown/Option.tsx",
|
|
19090
19226
|
"line": 28,
|
|
19091
19227
|
"character": 22,
|
|
19092
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19228
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Option.tsx#L28"
|
|
19093
19229
|
}
|
|
19094
19230
|
],
|
|
19095
19231
|
"parameters": [
|
|
@@ -19147,7 +19283,7 @@
|
|
|
19147
19283
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
19148
19284
|
"line": 43,
|
|
19149
19285
|
"character": 13,
|
|
19150
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19286
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
|
|
19151
19287
|
}
|
|
19152
19288
|
],
|
|
19153
19289
|
"type": {
|
|
@@ -19169,13 +19305,13 @@
|
|
|
19169
19305
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
19170
19306
|
"line": 14,
|
|
19171
19307
|
"character": 13,
|
|
19172
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19308
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
|
|
19173
19309
|
},
|
|
19174
19310
|
{
|
|
19175
19311
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
19176
19312
|
"line": 43,
|
|
19177
19313
|
"character": 0,
|
|
19178
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19314
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L43"
|
|
19179
19315
|
}
|
|
19180
19316
|
],
|
|
19181
19317
|
"signatures": [
|
|
@@ -19190,7 +19326,7 @@
|
|
|
19190
19326
|
"fileName": "src/Dropdown/OptionAction.tsx",
|
|
19191
19327
|
"line": 14,
|
|
19192
19328
|
"character": 28,
|
|
19193
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19329
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/OptionAction.tsx#L14"
|
|
19194
19330
|
}
|
|
19195
19331
|
],
|
|
19196
19332
|
"parameters": [
|
|
@@ -19232,7 +19368,7 @@
|
|
|
19232
19368
|
"fileName": "src/Dropdown/Separator.tsx",
|
|
19233
19369
|
"line": 5,
|
|
19234
19370
|
"character": 13,
|
|
19235
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19371
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Separator.tsx#L5"
|
|
19236
19372
|
}
|
|
19237
19373
|
],
|
|
19238
19374
|
"signatures": [
|
|
@@ -19247,7 +19383,7 @@
|
|
|
19247
19383
|
"fileName": "src/Dropdown/Separator.tsx",
|
|
19248
19384
|
"line": 5,
|
|
19249
19385
|
"character": 25,
|
|
19250
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19386
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Separator.tsx#L5"
|
|
19251
19387
|
}
|
|
19252
19388
|
],
|
|
19253
19389
|
"type": {
|
|
@@ -19283,7 +19419,7 @@
|
|
|
19283
19419
|
"fileName": "src/Dropdown/Text.tsx",
|
|
19284
19420
|
"line": 6,
|
|
19285
19421
|
"character": 16,
|
|
19286
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19422
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Text.tsx#L6"
|
|
19287
19423
|
}
|
|
19288
19424
|
],
|
|
19289
19425
|
"signatures": [
|
|
@@ -19298,7 +19434,7 @@
|
|
|
19298
19434
|
"fileName": "src/Dropdown/Text.tsx",
|
|
19299
19435
|
"line": 6,
|
|
19300
19436
|
"character": 16,
|
|
19301
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19437
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Dropdown/Text.tsx#L6"
|
|
19302
19438
|
}
|
|
19303
19439
|
],
|
|
19304
19440
|
"parameters": [
|
|
@@ -19340,7 +19476,7 @@
|
|
|
19340
19476
|
"fileName": "src/FieldError/index.tsx",
|
|
19341
19477
|
"line": 8,
|
|
19342
19478
|
"character": 16,
|
|
19343
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19479
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldError/index.tsx#L8"
|
|
19344
19480
|
}
|
|
19345
19481
|
],
|
|
19346
19482
|
"signatures": [
|
|
@@ -19355,7 +19491,7 @@
|
|
|
19355
19491
|
"fileName": "src/FieldError/index.tsx",
|
|
19356
19492
|
"line": 8,
|
|
19357
19493
|
"character": 16,
|
|
19358
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19494
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldError/index.tsx#L8"
|
|
19359
19495
|
}
|
|
19360
19496
|
],
|
|
19361
19497
|
"parameters": [
|
|
@@ -19400,7 +19536,7 @@
|
|
|
19400
19536
|
"fileName": "src/FieldGroup/index.tsx",
|
|
19401
19537
|
"line": 11,
|
|
19402
19538
|
"character": 16,
|
|
19403
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19539
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldGroup/index.tsx#L11"
|
|
19404
19540
|
}
|
|
19405
19541
|
],
|
|
19406
19542
|
"signatures": [
|
|
@@ -19415,7 +19551,7 @@
|
|
|
19415
19551
|
"fileName": "src/FieldGroup/index.tsx",
|
|
19416
19552
|
"line": 11,
|
|
19417
19553
|
"character": 16,
|
|
19418
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19554
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldGroup/index.tsx#L11"
|
|
19419
19555
|
}
|
|
19420
19556
|
],
|
|
19421
19557
|
"parameters": [
|
|
@@ -19457,7 +19593,7 @@
|
|
|
19457
19593
|
"fileName": "src/FieldHint/index.tsx",
|
|
19458
19594
|
"line": 8,
|
|
19459
19595
|
"character": 16,
|
|
19460
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19596
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldHint/index.tsx#L8"
|
|
19461
19597
|
}
|
|
19462
19598
|
],
|
|
19463
19599
|
"signatures": [
|
|
@@ -19472,7 +19608,7 @@
|
|
|
19472
19608
|
"fileName": "src/FieldHint/index.tsx",
|
|
19473
19609
|
"line": 8,
|
|
19474
19610
|
"character": 16,
|
|
19475
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19611
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldHint/index.tsx#L8"
|
|
19476
19612
|
}
|
|
19477
19613
|
],
|
|
19478
19614
|
"parameters": [
|
|
@@ -19517,7 +19653,7 @@
|
|
|
19517
19653
|
"fileName": "src/FieldWrapper/index.tsx",
|
|
19518
19654
|
"line": 14,
|
|
19519
19655
|
"character": 16,
|
|
19520
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19656
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldWrapper/index.tsx#L14"
|
|
19521
19657
|
}
|
|
19522
19658
|
],
|
|
19523
19659
|
"signatures": [
|
|
@@ -19532,7 +19668,7 @@
|
|
|
19532
19668
|
"fileName": "src/FieldWrapper/index.tsx",
|
|
19533
19669
|
"line": 14,
|
|
19534
19670
|
"character": 16,
|
|
19535
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19671
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FieldWrapper/index.tsx#L14"
|
|
19536
19672
|
}
|
|
19537
19673
|
],
|
|
19538
19674
|
"parameters": [
|
|
@@ -19592,7 +19728,7 @@
|
|
|
19592
19728
|
"fileName": "src/Form/index.tsx",
|
|
19593
19729
|
"line": 120,
|
|
19594
19730
|
"character": 13,
|
|
19595
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19731
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L120"
|
|
19596
19732
|
}
|
|
19597
19733
|
],
|
|
19598
19734
|
"signatures": [
|
|
@@ -19607,7 +19743,7 @@
|
|
|
19607
19743
|
"fileName": "src/Form/index.tsx",
|
|
19608
19744
|
"line": 120,
|
|
19609
19745
|
"character": 20,
|
|
19610
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19746
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Form/index.tsx#L120"
|
|
19611
19747
|
}
|
|
19612
19748
|
],
|
|
19613
19749
|
"parameters": [
|
|
@@ -19649,7 +19785,7 @@
|
|
|
19649
19785
|
"fileName": "src/FormLabel/index.tsx",
|
|
19650
19786
|
"line": 14,
|
|
19651
19787
|
"character": 13,
|
|
19652
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19788
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L14"
|
|
19653
19789
|
}
|
|
19654
19790
|
],
|
|
19655
19791
|
"signatures": [
|
|
@@ -19664,7 +19800,7 @@
|
|
|
19664
19800
|
"fileName": "src/FormLabel/index.tsx",
|
|
19665
19801
|
"line": 14,
|
|
19666
19802
|
"character": 25,
|
|
19667
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19803
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/FormLabel/index.tsx#L14"
|
|
19668
19804
|
}
|
|
19669
19805
|
],
|
|
19670
19806
|
"parameters": [
|
|
@@ -19706,7 +19842,7 @@
|
|
|
19706
19842
|
"fileName": "src/ContextInspector/index.tsx",
|
|
19707
19843
|
"line": 61,
|
|
19708
19844
|
"character": 16,
|
|
19709
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19845
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L61"
|
|
19710
19846
|
}
|
|
19711
19847
|
],
|
|
19712
19848
|
"signatures": [
|
|
@@ -19721,7 +19857,7 @@
|
|
|
19721
19857
|
"fileName": "src/ContextInspector/index.tsx",
|
|
19722
19858
|
"line": 61,
|
|
19723
19859
|
"character": 16,
|
|
19724
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19860
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L61"
|
|
19725
19861
|
}
|
|
19726
19862
|
],
|
|
19727
19863
|
"parameters": [
|
|
@@ -19751,7 +19887,7 @@
|
|
|
19751
19887
|
"fileName": "src/ContextInspector/index.tsx",
|
|
19752
19888
|
"line": 63,
|
|
19753
19889
|
"character": 5,
|
|
19754
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19890
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L63"
|
|
19755
19891
|
}
|
|
19756
19892
|
],
|
|
19757
19893
|
"type": {
|
|
@@ -19778,7 +19914,7 @@
|
|
|
19778
19914
|
"fileName": "src/ContextInspector/index.tsx",
|
|
19779
19915
|
"line": 63,
|
|
19780
19916
|
"character": 3,
|
|
19781
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19917
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/ContextInspector/index.tsx#L63"
|
|
19782
19918
|
}
|
|
19783
19919
|
]
|
|
19784
19920
|
}
|
|
@@ -19809,7 +19945,7 @@
|
|
|
19809
19945
|
"fileName": "src/HotKey/index.tsx",
|
|
19810
19946
|
"line": 76,
|
|
19811
19947
|
"character": 16,
|
|
19812
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
19948
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/HotKey/index.tsx#L76"
|
|
19813
19949
|
}
|
|
19814
19950
|
],
|
|
19815
19951
|
"signatures": [
|
|
@@ -19938,7 +20074,7 @@
|
|
|
19938
20074
|
"fileName": "src/HotKey/index.tsx",
|
|
19939
20075
|
"line": 76,
|
|
19940
20076
|
"character": 16,
|
|
19941
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20077
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/HotKey/index.tsx#L76"
|
|
19942
20078
|
}
|
|
19943
20079
|
],
|
|
19944
20080
|
"parameters": [
|
|
@@ -19980,7 +20116,7 @@
|
|
|
19980
20116
|
"fileName": "src/useMediaQuery/index.ts",
|
|
19981
20117
|
"line": 71,
|
|
19982
20118
|
"character": 16,
|
|
19983
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20119
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L71"
|
|
19984
20120
|
}
|
|
19985
20121
|
],
|
|
19986
20122
|
"signatures": [
|
|
@@ -19995,7 +20131,7 @@
|
|
|
19995
20131
|
"fileName": "src/useMediaQuery/index.ts",
|
|
19996
20132
|
"line": 71,
|
|
19997
20133
|
"character": 16,
|
|
19998
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20134
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L71"
|
|
19999
20135
|
}
|
|
20000
20136
|
],
|
|
20001
20137
|
"parameters": [
|
|
@@ -20046,7 +20182,7 @@
|
|
|
20046
20182
|
"fileName": "src/Section/index.tsx",
|
|
20047
20183
|
"line": 63,
|
|
20048
20184
|
"character": 16,
|
|
20049
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20185
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Section/index.tsx#L63"
|
|
20050
20186
|
}
|
|
20051
20187
|
],
|
|
20052
20188
|
"signatures": [
|
|
@@ -20096,7 +20232,7 @@
|
|
|
20096
20232
|
"fileName": "src/Section/index.tsx",
|
|
20097
20233
|
"line": 63,
|
|
20098
20234
|
"character": 16,
|
|
20099
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20235
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Section/index.tsx#L63"
|
|
20100
20236
|
}
|
|
20101
20237
|
],
|
|
20102
20238
|
"parameters": [
|
|
@@ -20141,7 +20277,7 @@
|
|
|
20141
20277
|
"fileName": "src/SelectField/index.tsx",
|
|
20142
20278
|
"line": 34,
|
|
20143
20279
|
"character": 16,
|
|
20144
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20280
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L34"
|
|
20145
20281
|
}
|
|
20146
20282
|
],
|
|
20147
20283
|
"signatures": [
|
|
@@ -20156,7 +20292,7 @@
|
|
|
20156
20292
|
"fileName": "src/SelectField/index.tsx",
|
|
20157
20293
|
"line": 34,
|
|
20158
20294
|
"character": 16,
|
|
20159
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20295
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectField/index.tsx#L34"
|
|
20160
20296
|
}
|
|
20161
20297
|
],
|
|
20162
20298
|
"typeParameters": [
|
|
@@ -20274,9 +20410,9 @@
|
|
|
20274
20410
|
"sources": [
|
|
20275
20411
|
{
|
|
20276
20412
|
"fileName": "src/SelectInput/index.tsx",
|
|
20277
|
-
"line":
|
|
20413
|
+
"line": 158,
|
|
20278
20414
|
"character": 16,
|
|
20279
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20415
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L158"
|
|
20280
20416
|
}
|
|
20281
20417
|
],
|
|
20282
20418
|
"signatures": [
|
|
@@ -20289,9 +20425,9 @@
|
|
|
20289
20425
|
"sources": [
|
|
20290
20426
|
{
|
|
20291
20427
|
"fileName": "src/SelectInput/index.tsx",
|
|
20292
|
-
"line":
|
|
20428
|
+
"line": 158,
|
|
20293
20429
|
"character": 16,
|
|
20294
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20430
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SelectInput/index.tsx#L158"
|
|
20295
20431
|
}
|
|
20296
20432
|
],
|
|
20297
20433
|
"typeParameters": [
|
|
@@ -20432,9 +20568,9 @@
|
|
|
20432
20568
|
"sources": [
|
|
20433
20569
|
{
|
|
20434
20570
|
"fileName": "src/icons.tsx",
|
|
20435
|
-
"line":
|
|
20571
|
+
"line": 157,
|
|
20436
20572
|
"character": 16,
|
|
20437
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20573
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L157"
|
|
20438
20574
|
}
|
|
20439
20575
|
],
|
|
20440
20576
|
"signatures": [
|
|
@@ -20447,9 +20583,9 @@
|
|
|
20447
20583
|
"sources": [
|
|
20448
20584
|
{
|
|
20449
20585
|
"fileName": "src/icons.tsx",
|
|
20450
|
-
"line":
|
|
20586
|
+
"line": 157,
|
|
20451
20587
|
"character": 16,
|
|
20452
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20588
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L157"
|
|
20453
20589
|
}
|
|
20454
20590
|
],
|
|
20455
20591
|
"parameters": [
|
|
@@ -20489,9 +20625,9 @@
|
|
|
20489
20625
|
"sources": [
|
|
20490
20626
|
{
|
|
20491
20627
|
"fileName": "src/icons.tsx",
|
|
20492
|
-
"line":
|
|
20628
|
+
"line": 31,
|
|
20493
20629
|
"character": 16,
|
|
20494
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20630
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L31"
|
|
20495
20631
|
}
|
|
20496
20632
|
],
|
|
20497
20633
|
"signatures": [
|
|
@@ -20504,9 +20640,9 @@
|
|
|
20504
20640
|
"sources": [
|
|
20505
20641
|
{
|
|
20506
20642
|
"fileName": "src/icons.tsx",
|
|
20507
|
-
"line":
|
|
20643
|
+
"line": 31,
|
|
20508
20644
|
"character": 16,
|
|
20509
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20645
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L31"
|
|
20510
20646
|
}
|
|
20511
20647
|
],
|
|
20512
20648
|
"parameters": [
|
|
@@ -20546,9 +20682,9 @@
|
|
|
20546
20682
|
"sources": [
|
|
20547
20683
|
{
|
|
20548
20684
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
20549
|
-
"line":
|
|
20685
|
+
"line": 48,
|
|
20550
20686
|
"character": 16,
|
|
20551
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20687
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L48"
|
|
20552
20688
|
}
|
|
20553
20689
|
],
|
|
20554
20690
|
"signatures": [
|
|
@@ -20567,7 +20703,7 @@
|
|
|
20567
20703
|
"content": [
|
|
20568
20704
|
{
|
|
20569
20705
|
"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
|
|
20706
|
+
"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
20707
|
}
|
|
20572
20708
|
]
|
|
20573
20709
|
}
|
|
@@ -20576,9 +20712,9 @@
|
|
|
20576
20712
|
"sources": [
|
|
20577
20713
|
{
|
|
20578
20714
|
"fileName": "src/SidebarPanel/index.tsx",
|
|
20579
|
-
"line":
|
|
20715
|
+
"line": 48,
|
|
20580
20716
|
"character": 16,
|
|
20581
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20717
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SidebarPanel/index.tsx#L48"
|
|
20582
20718
|
}
|
|
20583
20719
|
],
|
|
20584
20720
|
"parameters": [
|
|
@@ -20618,9 +20754,9 @@
|
|
|
20618
20754
|
"sources": [
|
|
20619
20755
|
{
|
|
20620
20756
|
"fileName": "src/icons.tsx",
|
|
20621
|
-
"line":
|
|
20757
|
+
"line": 52,
|
|
20622
20758
|
"character": 16,
|
|
20623
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20759
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L52"
|
|
20624
20760
|
}
|
|
20625
20761
|
],
|
|
20626
20762
|
"signatures": [
|
|
@@ -20633,9 +20769,9 @@
|
|
|
20633
20769
|
"sources": [
|
|
20634
20770
|
{
|
|
20635
20771
|
"fileName": "src/icons.tsx",
|
|
20636
|
-
"line":
|
|
20772
|
+
"line": 52,
|
|
20637
20773
|
"character": 16,
|
|
20638
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20774
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/icons.tsx#L52"
|
|
20639
20775
|
}
|
|
20640
20776
|
],
|
|
20641
20777
|
"parameters": [
|
|
@@ -20677,7 +20813,7 @@
|
|
|
20677
20813
|
"fileName": "src/Spinner/index.tsx",
|
|
20678
20814
|
"line": 30,
|
|
20679
20815
|
"character": 16,
|
|
20680
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20816
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Spinner/index.tsx#L30"
|
|
20681
20817
|
}
|
|
20682
20818
|
],
|
|
20683
20819
|
"signatures": [
|
|
@@ -20717,7 +20853,7 @@
|
|
|
20717
20853
|
"fileName": "src/Spinner/index.tsx",
|
|
20718
20854
|
"line": 30,
|
|
20719
20855
|
"character": 16,
|
|
20720
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20856
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Spinner/index.tsx#L30"
|
|
20721
20857
|
}
|
|
20722
20858
|
],
|
|
20723
20859
|
"parameters": [
|
|
@@ -20762,7 +20898,7 @@
|
|
|
20762
20898
|
"fileName": "src/SplitView/index.tsx",
|
|
20763
20899
|
"line": 27,
|
|
20764
20900
|
"character": 13,
|
|
20765
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20901
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SplitView/index.tsx#L27"
|
|
20766
20902
|
}
|
|
20767
20903
|
],
|
|
20768
20904
|
"signatures": [
|
|
@@ -20777,7 +20913,7 @@
|
|
|
20777
20913
|
"fileName": "src/SplitView/index.tsx",
|
|
20778
20914
|
"line": 27,
|
|
20779
20915
|
"character": 25,
|
|
20780
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20916
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SplitView/index.tsx#L27"
|
|
20781
20917
|
}
|
|
20782
20918
|
],
|
|
20783
20919
|
"parameters": [
|
|
@@ -20822,7 +20958,7 @@
|
|
|
20822
20958
|
"fileName": "src/SwitchField/index.tsx",
|
|
20823
20959
|
"line": 26,
|
|
20824
20960
|
"character": 16,
|
|
20825
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20961
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchField/index.tsx#L26"
|
|
20826
20962
|
}
|
|
20827
20963
|
],
|
|
20828
20964
|
"signatures": [
|
|
@@ -20837,7 +20973,7 @@
|
|
|
20837
20973
|
"fileName": "src/SwitchField/index.tsx",
|
|
20838
20974
|
"line": 26,
|
|
20839
20975
|
"character": 16,
|
|
20840
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
20976
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchField/index.tsx#L26"
|
|
20841
20977
|
}
|
|
20842
20978
|
],
|
|
20843
20979
|
"parameters": [
|
|
@@ -20882,7 +21018,7 @@
|
|
|
20882
21018
|
"fileName": "src/SwitchInput/index.tsx",
|
|
20883
21019
|
"line": 21,
|
|
20884
21020
|
"character": 16,
|
|
20885
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21021
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L21"
|
|
20886
21022
|
}
|
|
20887
21023
|
],
|
|
20888
21024
|
"signatures": [
|
|
@@ -20897,7 +21033,7 @@
|
|
|
20897
21033
|
"fileName": "src/SwitchInput/index.tsx",
|
|
20898
21034
|
"line": 21,
|
|
20899
21035
|
"character": 16,
|
|
20900
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21036
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/SwitchInput/index.tsx#L21"
|
|
20901
21037
|
}
|
|
20902
21038
|
],
|
|
20903
21039
|
"parameters": [
|
|
@@ -20939,7 +21075,7 @@
|
|
|
20939
21075
|
"fileName": "src/TextareaField/index.tsx",
|
|
20940
21076
|
"line": 23,
|
|
20941
21077
|
"character": 16,
|
|
20942
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21078
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaField/index.tsx#L23"
|
|
20943
21079
|
}
|
|
20944
21080
|
],
|
|
20945
21081
|
"signatures": [
|
|
@@ -20954,7 +21090,7 @@
|
|
|
20954
21090
|
"fileName": "src/TextareaField/index.tsx",
|
|
20955
21091
|
"line": 23,
|
|
20956
21092
|
"character": 16,
|
|
20957
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21093
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaField/index.tsx#L23"
|
|
20958
21094
|
}
|
|
20959
21095
|
],
|
|
20960
21096
|
"parameters": [
|
|
@@ -20999,7 +21135,7 @@
|
|
|
20999
21135
|
"fileName": "src/TextareaInput/index.tsx",
|
|
21000
21136
|
"line": 22,
|
|
21001
21137
|
"character": 13,
|
|
21002
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21138
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L22"
|
|
21003
21139
|
}
|
|
21004
21140
|
],
|
|
21005
21141
|
"signatures": [
|
|
@@ -21014,7 +21150,7 @@
|
|
|
21014
21150
|
"fileName": "src/TextareaInput/index.tsx",
|
|
21015
21151
|
"line": 22,
|
|
21016
21152
|
"character": 29,
|
|
21017
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21153
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextareaInput/index.tsx#L22"
|
|
21018
21154
|
}
|
|
21019
21155
|
],
|
|
21020
21156
|
"parameters": [
|
|
@@ -21056,7 +21192,7 @@
|
|
|
21056
21192
|
"fileName": "src/TextField/index.tsx",
|
|
21057
21193
|
"line": 23,
|
|
21058
21194
|
"character": 16,
|
|
21059
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21195
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextField/index.tsx#L23"
|
|
21060
21196
|
}
|
|
21061
21197
|
],
|
|
21062
21198
|
"signatures": [
|
|
@@ -21071,7 +21207,7 @@
|
|
|
21071
21207
|
"fileName": "src/TextField/index.tsx",
|
|
21072
21208
|
"line": 23,
|
|
21073
21209
|
"character": 16,
|
|
21074
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21210
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextField/index.tsx#L23"
|
|
21075
21211
|
}
|
|
21076
21212
|
],
|
|
21077
21213
|
"parameters": [
|
|
@@ -21116,7 +21252,7 @@
|
|
|
21116
21252
|
"fileName": "src/TextInput/index.tsx",
|
|
21117
21253
|
"line": 31,
|
|
21118
21254
|
"character": 13,
|
|
21119
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21255
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L31"
|
|
21120
21256
|
}
|
|
21121
21257
|
],
|
|
21122
21258
|
"signatures": [
|
|
@@ -21131,7 +21267,7 @@
|
|
|
21131
21267
|
"fileName": "src/TextInput/index.tsx",
|
|
21132
21268
|
"line": 31,
|
|
21133
21269
|
"character": 25,
|
|
21134
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21270
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/TextInput/index.tsx#L31"
|
|
21135
21271
|
}
|
|
21136
21272
|
],
|
|
21137
21273
|
"parameters": [
|
|
@@ -21173,7 +21309,7 @@
|
|
|
21173
21309
|
"fileName": "src/Toolbar/Toolbar/index.tsx",
|
|
21174
21310
|
"line": 95,
|
|
21175
21311
|
"character": 16,
|
|
21176
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21312
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
|
|
21177
21313
|
}
|
|
21178
21314
|
],
|
|
21179
21315
|
"signatures": [
|
|
@@ -21197,7 +21333,7 @@
|
|
|
21197
21333
|
"content": [
|
|
21198
21334
|
{
|
|
21199
21335
|
"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(--
|
|
21336
|
+
"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
21337
|
}
|
|
21202
21338
|
]
|
|
21203
21339
|
},
|
|
@@ -21207,7 +21343,7 @@
|
|
|
21207
21343
|
"content": [
|
|
21208
21344
|
{
|
|
21209
21345
|
"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(--
|
|
21346
|
+
"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
21347
|
}
|
|
21212
21348
|
]
|
|
21213
21349
|
},
|
|
@@ -21217,7 +21353,7 @@
|
|
|
21217
21353
|
"content": [
|
|
21218
21354
|
{
|
|
21219
21355
|
"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(--
|
|
21356
|
+
"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
21357
|
}
|
|
21222
21358
|
]
|
|
21223
21359
|
}
|
|
@@ -21228,7 +21364,7 @@
|
|
|
21228
21364
|
"fileName": "src/Toolbar/Toolbar/index.tsx",
|
|
21229
21365
|
"line": 95,
|
|
21230
21366
|
"character": 16,
|
|
21231
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21367
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Toolbar/index.tsx#L95"
|
|
21232
21368
|
}
|
|
21233
21369
|
],
|
|
21234
21370
|
"parameters": [
|
|
@@ -21270,7 +21406,7 @@
|
|
|
21270
21406
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
21271
21407
|
"line": 16,
|
|
21272
21408
|
"character": 16,
|
|
21273
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21409
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
|
|
21274
21410
|
}
|
|
21275
21411
|
],
|
|
21276
21412
|
"signatures": [
|
|
@@ -21285,7 +21421,7 @@
|
|
|
21285
21421
|
"fileName": "src/Toolbar/Button/index.tsx",
|
|
21286
21422
|
"line": 16,
|
|
21287
21423
|
"character": 16,
|
|
21288
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21424
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Button/index.tsx#L16"
|
|
21289
21425
|
}
|
|
21290
21426
|
],
|
|
21291
21427
|
"parameters": [
|
|
@@ -21327,7 +21463,7 @@
|
|
|
21327
21463
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
21328
21464
|
"line": 12,
|
|
21329
21465
|
"character": 16,
|
|
21330
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21466
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
|
|
21331
21467
|
}
|
|
21332
21468
|
],
|
|
21333
21469
|
"signatures": [
|
|
@@ -21342,7 +21478,7 @@
|
|
|
21342
21478
|
"fileName": "src/Toolbar/Stack/index.tsx",
|
|
21343
21479
|
"line": 12,
|
|
21344
21480
|
"character": 16,
|
|
21345
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21481
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Stack/index.tsx#L12"
|
|
21346
21482
|
}
|
|
21347
21483
|
],
|
|
21348
21484
|
"parameters": [
|
|
@@ -21384,7 +21520,7 @@
|
|
|
21384
21520
|
"fileName": "src/Toolbar/Title/index.tsx",
|
|
21385
21521
|
"line": 11,
|
|
21386
21522
|
"character": 16,
|
|
21387
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21523
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
|
|
21388
21524
|
}
|
|
21389
21525
|
],
|
|
21390
21526
|
"signatures": [
|
|
@@ -21399,7 +21535,7 @@
|
|
|
21399
21535
|
"fileName": "src/Toolbar/Title/index.tsx",
|
|
21400
21536
|
"line": 11,
|
|
21401
21537
|
"character": 16,
|
|
21402
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21538
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Toolbar/Title/index.tsx#L11"
|
|
21403
21539
|
}
|
|
21404
21540
|
],
|
|
21405
21541
|
"parameters": [
|
|
@@ -21441,7 +21577,7 @@
|
|
|
21441
21577
|
"fileName": "src/Tooltip/Tooltip/index.tsx",
|
|
21442
21578
|
"line": 76,
|
|
21443
21579
|
"character": 16,
|
|
21444
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21580
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
|
|
21445
21581
|
}
|
|
21446
21582
|
],
|
|
21447
21583
|
"signatures": [
|
|
@@ -21516,7 +21652,7 @@
|
|
|
21516
21652
|
"fileName": "src/Tooltip/Tooltip/index.tsx",
|
|
21517
21653
|
"line": 76,
|
|
21518
21654
|
"character": 16,
|
|
21519
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21655
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/Tooltip/index.tsx#L76"
|
|
21520
21656
|
}
|
|
21521
21657
|
],
|
|
21522
21658
|
"parameters": [
|
|
@@ -21786,7 +21922,7 @@
|
|
|
21786
21922
|
"fileName": "src/Tooltip/TooltipContent/index.tsx",
|
|
21787
21923
|
"line": 84,
|
|
21788
21924
|
"character": 13,
|
|
21789
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21925
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
|
|
21790
21926
|
}
|
|
21791
21927
|
],
|
|
21792
21928
|
"signatures": [
|
|
@@ -21809,7 +21945,7 @@
|
|
|
21809
21945
|
"fileName": "src/Tooltip/TooltipContent/index.tsx",
|
|
21810
21946
|
"line": 84,
|
|
21811
21947
|
"character": 13,
|
|
21812
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
21948
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipContent/index.tsx#L84"
|
|
21813
21949
|
}
|
|
21814
21950
|
],
|
|
21815
21951
|
"parameters": [
|
|
@@ -21917,7 +22053,7 @@
|
|
|
21917
22053
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
21918
22054
|
"line": 118,
|
|
21919
22055
|
"character": 16,
|
|
21920
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22056
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
|
|
21921
22057
|
}
|
|
21922
22058
|
],
|
|
21923
22059
|
"signatures": [
|
|
@@ -21973,7 +22109,7 @@
|
|
|
21973
22109
|
},
|
|
21974
22110
|
{
|
|
21975
22111
|
"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: '
|
|
22112
|
+
"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
22113
|
}
|
|
21978
22114
|
]
|
|
21979
22115
|
}
|
|
@@ -21984,7 +22120,7 @@
|
|
|
21984
22120
|
"fileName": "src/Tooltip/TooltipDelayGroup/index.tsx",
|
|
21985
22121
|
"line": 118,
|
|
21986
22122
|
"character": 16,
|
|
21987
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22123
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipDelayGroup/index.tsx#L118"
|
|
21988
22124
|
}
|
|
21989
22125
|
],
|
|
21990
22126
|
"parameters": [
|
|
@@ -22240,7 +22376,7 @@
|
|
|
22240
22376
|
"fileName": "src/Tooltip/TooltipTrigger/index.tsx",
|
|
22241
22377
|
"line": 49,
|
|
22242
22378
|
"character": 13,
|
|
22243
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22379
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
|
|
22244
22380
|
}
|
|
22245
22381
|
],
|
|
22246
22382
|
"signatures": [
|
|
@@ -22263,7 +22399,7 @@
|
|
|
22263
22399
|
"fileName": "src/Tooltip/TooltipTrigger/index.tsx",
|
|
22264
22400
|
"line": 49,
|
|
22265
22401
|
"character": 13,
|
|
22266
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22402
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Tooltip/TooltipTrigger/index.tsx#L49"
|
|
22267
22403
|
}
|
|
22268
22404
|
],
|
|
22269
22405
|
"parameters": [
|
|
@@ -22371,7 +22507,7 @@
|
|
|
22371
22507
|
"fileName": "src/useClickOutside/index.ts",
|
|
22372
22508
|
"line": 3,
|
|
22373
22509
|
"character": 16,
|
|
22374
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22510
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useClickOutside/index.ts#L3"
|
|
22375
22511
|
}
|
|
22376
22512
|
],
|
|
22377
22513
|
"signatures": [
|
|
@@ -22386,7 +22522,7 @@
|
|
|
22386
22522
|
"fileName": "src/useClickOutside/index.ts",
|
|
22387
22523
|
"line": 3,
|
|
22388
22524
|
"character": 16,
|
|
22389
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22525
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useClickOutside/index.ts#L3"
|
|
22390
22526
|
}
|
|
22391
22527
|
],
|
|
22392
22528
|
"typeParameters": [
|
|
@@ -22436,7 +22572,7 @@
|
|
|
22436
22572
|
"fileName": "src/useClickOutside/index.ts",
|
|
22437
22573
|
"line": 4,
|
|
22438
22574
|
"character": 11,
|
|
22439
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22575
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useClickOutside/index.ts#L4"
|
|
22440
22576
|
}
|
|
22441
22577
|
],
|
|
22442
22578
|
"signatures": [
|
|
@@ -22451,7 +22587,7 @@
|
|
|
22451
22587
|
"fileName": "src/useClickOutside/index.ts",
|
|
22452
22588
|
"line": 4,
|
|
22453
22589
|
"character": 11,
|
|
22454
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22590
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useClickOutside/index.ts#L4"
|
|
22455
22591
|
}
|
|
22456
22592
|
],
|
|
22457
22593
|
"parameters": [
|
|
@@ -22528,7 +22664,7 @@
|
|
|
22528
22664
|
"fileName": "src/Canvas/index.tsx",
|
|
22529
22665
|
"line": 20,
|
|
22530
22666
|
"character": 16,
|
|
22531
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22667
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L20"
|
|
22532
22668
|
}
|
|
22533
22669
|
],
|
|
22534
22670
|
"signatures": [
|
|
@@ -22543,7 +22679,7 @@
|
|
|
22543
22679
|
"fileName": "src/Canvas/index.tsx",
|
|
22544
22680
|
"line": 20,
|
|
22545
22681
|
"character": 16,
|
|
22546
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22682
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/Canvas/index.tsx#L20"
|
|
22547
22683
|
}
|
|
22548
22684
|
],
|
|
22549
22685
|
"typeParameters": [
|
|
@@ -22588,7 +22724,7 @@
|
|
|
22588
22724
|
"fileName": "src/useMediaQuery/index.ts",
|
|
22589
22725
|
"line": 154,
|
|
22590
22726
|
"character": 16,
|
|
22591
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22727
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L154"
|
|
22592
22728
|
}
|
|
22593
22729
|
],
|
|
22594
22730
|
"signatures": [
|
|
@@ -22603,7 +22739,7 @@
|
|
|
22603
22739
|
"fileName": "src/useMediaQuery/index.ts",
|
|
22604
22740
|
"line": 154,
|
|
22605
22741
|
"character": 16,
|
|
22606
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22742
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L154"
|
|
22607
22743
|
}
|
|
22608
22744
|
],
|
|
22609
22745
|
"parameters": [
|
|
@@ -22685,7 +22821,7 @@
|
|
|
22685
22821
|
"fileName": "src/useMediaQuery/index.ts",
|
|
22686
22822
|
"line": 12,
|
|
22687
22823
|
"character": 16,
|
|
22688
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22824
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L12"
|
|
22689
22825
|
}
|
|
22690
22826
|
],
|
|
22691
22827
|
"signatures": [
|
|
@@ -22700,7 +22836,7 @@
|
|
|
22700
22836
|
"fileName": "src/useMediaQuery/index.ts",
|
|
22701
22837
|
"line": 12,
|
|
22702
22838
|
"character": 16,
|
|
22703
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22839
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/useMediaQuery/index.ts#L12"
|
|
22704
22840
|
}
|
|
22705
22841
|
],
|
|
22706
22842
|
"parameters": [
|
|
@@ -22739,7 +22875,7 @@
|
|
|
22739
22875
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
22740
22876
|
"line": 263,
|
|
22741
22877
|
"character": 16,
|
|
22742
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22878
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L263"
|
|
22743
22879
|
}
|
|
22744
22880
|
],
|
|
22745
22881
|
"signatures": [
|
|
@@ -22758,7 +22894,7 @@
|
|
|
22758
22894
|
"content": [
|
|
22759
22895
|
{
|
|
22760
22896
|
"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
|
|
22897
|
+
"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
22898
|
}
|
|
22763
22899
|
]
|
|
22764
22900
|
},
|
|
@@ -22768,7 +22904,7 @@
|
|
|
22768
22904
|
"content": [
|
|
22769
22905
|
{
|
|
22770
22906
|
"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
|
|
22907
|
+
"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
22908
|
}
|
|
22773
22909
|
]
|
|
22774
22910
|
},
|
|
@@ -22778,7 +22914,7 @@
|
|
|
22778
22914
|
"content": [
|
|
22779
22915
|
{
|
|
22780
22916
|
"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
|
|
22917
|
+
"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
22918
|
}
|
|
22783
22919
|
]
|
|
22784
22920
|
},
|
|
@@ -22788,7 +22924,7 @@
|
|
|
22788
22924
|
"content": [
|
|
22789
22925
|
{
|
|
22790
22926
|
"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
|
|
22927
|
+
"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
22928
|
}
|
|
22793
22929
|
]
|
|
22794
22930
|
}
|
|
@@ -22799,7 +22935,7 @@
|
|
|
22799
22935
|
"fileName": "src/VerticalSplit/index.tsx",
|
|
22800
22936
|
"line": 263,
|
|
22801
22937
|
"character": 16,
|
|
22802
|
-
"url": "https://github.com/datocms/plugins-sdk/blob/
|
|
22938
|
+
"url": "https://github.com/datocms/plugins-sdk/blob/7debc55722a0fff776d671cfd664ae2bc6bc71ec/packages/react-ui/src/VerticalSplit/index.tsx#L263"
|
|
22803
22939
|
}
|
|
22804
22940
|
],
|
|
22805
22941
|
"parameters": [
|