@navikt/ds-react 5.0.0-rc.0 → 5.0.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.
Files changed (66) hide show
  1. package/_docs.json +1268 -614
  2. package/esm/form/Fieldset/useFieldset.d.ts +1 -1
  3. package/esm/form/checkbox/useCheckbox.d.ts +1 -1
  4. package/esm/form/combobox/Combobox.d.ts +1 -1
  5. package/esm/form/radio/useRadio.d.ts +1 -1
  6. package/esm/util/index.d.ts +1 -1
  7. package/package.json +4 -3
  8. package/cjs/badge/Badge.js +0 -47
  9. package/cjs/badge/NotificationBadge.js +0 -61
  10. package/cjs/badge/index.js +0 -8
  11. package/cjs/badge/package.json +0 -6
  12. package/cjs/dropdown/Menu/GroupedList/Heading.js +0 -47
  13. package/cjs/dropdown/Menu/GroupedList/Item.js +0 -54
  14. package/cjs/grid/ContentContainer.js +0 -47
  15. package/cjs/layout/box/Box.js +0 -47
  16. package/cjs/layout/box/index.js +0 -5
  17. package/cjs/layout/box/package.json +0 -6
  18. package/cjs/modal/ModalContent.js +0 -46
  19. package/cjs/status-badge/NotificationBadge.js +0 -52
  20. package/cjs/status-badge/index.js +0 -8
  21. package/cjs/status-badge/package.json +0 -6
  22. package/cjs/tag/CounterTag.js +0 -69
  23. package/cjs/tag/NotificationTag.js +0 -53
  24. package/cjs/timeline/demo.js +0 -120
  25. package/esm/badge/Badge.d.ts +0 -6
  26. package/esm/badge/Badge.js +0 -19
  27. package/esm/badge/Badge.js.map +0 -1
  28. package/esm/badge/NotificationBadge.d.ts +0 -14
  29. package/esm/badge/NotificationBadge.js +0 -33
  30. package/esm/badge/NotificationBadge.js.map +0 -1
  31. package/esm/badge/index.d.ts +0 -1
  32. package/esm/badge/index.js +0 -2
  33. package/esm/badge/index.js.map +0 -1
  34. package/esm/dropdown/Menu/GroupedList/Heading.d.ts +0 -9
  35. package/esm/dropdown/Menu/GroupedList/Heading.js +0 -19
  36. package/esm/dropdown/Menu/GroupedList/Heading.js.map +0 -1
  37. package/esm/dropdown/Menu/GroupedList/Item.d.ts +0 -10
  38. package/esm/dropdown/Menu/GroupedList/Item.js +0 -26
  39. package/esm/dropdown/Menu/GroupedList/Item.js.map +0 -1
  40. package/esm/grid/ContentContainer.d.ts +0 -9
  41. package/esm/grid/ContentContainer.js +0 -19
  42. package/esm/grid/ContentContainer.js.map +0 -1
  43. package/esm/layout/box/Box.d.ts +0 -8
  44. package/esm/layout/box/Box.js +0 -19
  45. package/esm/layout/box/Box.js.map +0 -1
  46. package/esm/layout/box/index.d.ts +0 -1
  47. package/esm/layout/box/index.js +0 -2
  48. package/esm/layout/box/index.js.map +0 -1
  49. package/esm/modal/ModalContent.d.ts +0 -10
  50. package/esm/modal/ModalContent.js +0 -19
  51. package/esm/modal/ModalContent.js.map +0 -1
  52. package/esm/status-badge/NotificationBadge.d.ts +0 -13
  53. package/esm/status-badge/NotificationBadge.js +0 -24
  54. package/esm/status-badge/NotificationBadge.js.map +0 -1
  55. package/esm/status-badge/index.d.ts +0 -1
  56. package/esm/status-badge/index.js +0 -2
  57. package/esm/status-badge/index.js.map +0 -1
  58. package/esm/tag/CounterTag.d.ts +0 -31
  59. package/esm/tag/CounterTag.js +0 -41
  60. package/esm/tag/CounterTag.js.map +0 -1
  61. package/esm/tag/NotificationTag.d.ts +0 -11
  62. package/esm/tag/NotificationTag.js +0 -25
  63. package/esm/tag/NotificationTag.js.map +0 -1
  64. package/esm/timeline/demo.d.ts +0 -3
  65. package/esm/timeline/demo.js +0 -96
  66. package/esm/timeline/demo.js.map +0 -1
package/_docs.json CHANGED
@@ -111,12 +111,12 @@
111
111
  "description": "",
112
112
  "name": "className",
113
113
  "parent": {
114
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
114
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
115
115
  "name": "HTMLAttributes"
116
116
  },
117
117
  "declarations": [
118
118
  {
119
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
119
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
120
120
  "name": "HTMLAttributes"
121
121
  }
122
122
  ],
@@ -130,12 +130,12 @@
130
130
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
131
131
  "name": "ref",
132
132
  "parent": {
133
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
133
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
134
134
  "name": "RefAttributes"
135
135
  },
136
136
  "declarations": [
137
137
  {
138
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
138
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
139
139
  "name": "RefAttributes"
140
140
  }
141
141
  ],
@@ -174,12 +174,12 @@
174
174
  "description": "",
175
175
  "name": "className",
176
176
  "parent": {
177
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
177
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
178
178
  "name": "HTMLAttributes"
179
179
  },
180
180
  "declarations": [
181
181
  {
182
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
182
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
183
183
  "name": "HTMLAttributes"
184
184
  }
185
185
  ],
@@ -193,12 +193,12 @@
193
193
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
194
194
  "name": "ref",
195
195
  "parent": {
196
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
196
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
197
197
  "name": "RefAttributes"
198
198
  },
199
199
  "declarations": [
200
200
  {
201
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
201
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
202
202
  "name": "RefAttributes"
203
203
  }
204
204
  ],
@@ -237,12 +237,12 @@
237
237
  "description": "",
238
238
  "name": "className",
239
239
  "parent": {
240
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
240
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
241
241
  "name": "HTMLAttributes"
242
242
  },
243
243
  "declarations": [
244
244
  {
245
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
245
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
246
246
  "name": "HTMLAttributes"
247
247
  }
248
248
  ],
@@ -256,12 +256,12 @@
256
256
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
257
257
  "name": "ref",
258
258
  "parent": {
259
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
259
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
260
260
  "name": "RefAttributes"
261
261
  },
262
262
  "declarations": [
263
263
  {
264
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
264
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
265
265
  "name": "RefAttributes"
266
266
  }
267
267
  ],
@@ -340,12 +340,12 @@
340
340
  "description": "",
341
341
  "name": "className",
342
342
  "parent": {
343
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
343
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
344
344
  "name": "HTMLAttributes"
345
345
  },
346
346
  "declarations": [
347
347
  {
348
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
348
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
349
349
  "name": "HTMLAttributes"
350
350
  }
351
351
  ],
@@ -359,12 +359,12 @@
359
359
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
360
360
  "name": "ref",
361
361
  "parent": {
362
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
362
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
363
363
  "name": "RefAttributes"
364
364
  },
365
365
  "declarations": [
366
366
  {
367
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
367
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
368
368
  "name": "RefAttributes"
369
369
  }
370
370
  ],
@@ -525,12 +525,12 @@
525
525
  "description": "",
526
526
  "name": "className",
527
527
  "parent": {
528
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
528
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
529
529
  "name": "HTMLAttributes"
530
530
  },
531
531
  "declarations": [
532
532
  {
533
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
533
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
534
534
  "name": "HTMLAttributes"
535
535
  }
536
536
  ],
@@ -544,12 +544,12 @@
544
544
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
545
545
  "name": "ref",
546
546
  "parent": {
547
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
547
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
548
548
  "name": "RefAttributes"
549
549
  },
550
550
  "declarations": [
551
551
  {
552
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
552
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
553
553
  "name": "RefAttributes"
554
554
  }
555
555
  ],
@@ -710,12 +710,12 @@
710
710
  "description": "",
711
711
  "name": "className",
712
712
  "parent": {
713
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
713
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
714
714
  "name": "HTMLAttributes"
715
715
  },
716
716
  "declarations": [
717
717
  {
718
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
718
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
719
719
  "name": "HTMLAttributes"
720
720
  }
721
721
  ],
@@ -729,12 +729,12 @@
729
729
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
730
730
  "name": "ref",
731
731
  "parent": {
732
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
732
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
733
733
  "name": "RefAttributes"
734
734
  },
735
735
  "declarations": [
736
736
  {
737
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
737
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
738
738
  "name": "RefAttributes"
739
739
  }
740
740
  ],
@@ -849,12 +849,12 @@
849
849
  "description": "",
850
850
  "name": "className",
851
851
  "parent": {
852
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
852
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
853
853
  "name": "HTMLAttributes"
854
854
  },
855
855
  "declarations": [
856
856
  {
857
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
857
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
858
858
  "name": "HTMLAttributes"
859
859
  }
860
860
  ],
@@ -868,12 +868,12 @@
868
868
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
869
869
  "name": "ref",
870
870
  "parent": {
871
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
871
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
872
872
  "name": "RefAttributes"
873
873
  },
874
874
  "declarations": [
875
875
  {
876
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
876
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
877
877
  "name": "RefAttributes"
878
878
  }
879
879
  ],
@@ -1091,12 +1091,12 @@
1091
1091
  "description": "",
1092
1092
  "name": "className",
1093
1093
  "parent": {
1094
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1094
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1095
1095
  "name": "HTMLAttributes"
1096
1096
  },
1097
1097
  "declarations": [
1098
1098
  {
1099
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1099
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1100
1100
  "name": "HTMLAttributes"
1101
1101
  }
1102
1102
  ],
@@ -1110,12 +1110,12 @@
1110
1110
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1111
1111
  "name": "ref",
1112
1112
  "parent": {
1113
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1113
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1114
1114
  "name": "RefAttributes"
1115
1115
  },
1116
1116
  "declarations": [
1117
1117
  {
1118
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1118
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1119
1119
  "name": "RefAttributes"
1120
1120
  }
1121
1121
  ],
@@ -1156,12 +1156,12 @@
1156
1156
  "description": "",
1157
1157
  "name": "className",
1158
1158
  "parent": {
1159
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1159
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1160
1160
  "name": "HTMLAttributes"
1161
1161
  },
1162
1162
  "declarations": [
1163
1163
  {
1164
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1164
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1165
1165
  "name": "HTMLAttributes"
1166
1166
  }
1167
1167
  ],
@@ -1175,12 +1175,12 @@
1175
1175
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1176
1176
  "name": "ref",
1177
1177
  "parent": {
1178
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1178
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1179
1179
  "name": "RefAttributes"
1180
1180
  },
1181
1181
  "declarations": [
1182
1182
  {
1183
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1183
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1184
1184
  "name": "RefAttributes"
1185
1185
  }
1186
1186
  ],
@@ -1261,12 +1261,12 @@
1261
1261
  "description": "",
1262
1262
  "name": "className",
1263
1263
  "parent": {
1264
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1264
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1265
1265
  "name": "HTMLAttributes"
1266
1266
  },
1267
1267
  "declarations": [
1268
1268
  {
1269
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1269
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1270
1270
  "name": "HTMLAttributes"
1271
1271
  }
1272
1272
  ],
@@ -1280,12 +1280,117 @@
1280
1280
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1281
1281
  "name": "ref",
1282
1282
  "parent": {
1283
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1283
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1284
1284
  "name": "RefAttributes"
1285
1285
  },
1286
1286
  "declarations": [
1287
1287
  {
1288
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1288
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1289
+ "name": "RefAttributes"
1290
+ }
1291
+ ],
1292
+ "required": false,
1293
+ "type": {
1294
+ "name": "Ref<HTMLButtonElement>"
1295
+ }
1296
+ }
1297
+ }
1298
+ },
1299
+ {
1300
+ "filePath": "src/chips/Removable.tsx",
1301
+ "displayName": "Removable",
1302
+ "props": {
1303
+ "variant": {
1304
+ "defaultValue": {
1305
+ "value": "action"
1306
+ },
1307
+ "description": "Chip-variants",
1308
+ "name": "variant",
1309
+ "parent": {
1310
+ "fileName": "src/chips/Removable.tsx",
1311
+ "name": "RemovableChipsProps"
1312
+ },
1313
+ "declarations": [
1314
+ {
1315
+ "fileName": "src/chips/Removable.tsx",
1316
+ "name": "RemovableChipsProps"
1317
+ }
1318
+ ],
1319
+ "required": false,
1320
+ "type": {
1321
+ "name": "\"action\" | \"neutral\""
1322
+ }
1323
+ },
1324
+ "removeLabel": {
1325
+ "defaultValue": {
1326
+ "value": "slett"
1327
+ },
1328
+ "description": "Replaces label read for screen-readers",
1329
+ "name": "removeLabel",
1330
+ "parent": {
1331
+ "fileName": "src/chips/Removable.tsx",
1332
+ "name": "RemovableChipsProps"
1333
+ },
1334
+ "declarations": [
1335
+ {
1336
+ "fileName": "src/chips/Removable.tsx",
1337
+ "name": "RemovableChipsProps"
1338
+ }
1339
+ ],
1340
+ "required": false,
1341
+ "type": {
1342
+ "name": "string"
1343
+ }
1344
+ },
1345
+ "onDelete": {
1346
+ "defaultValue": null,
1347
+ "description": "Click callback",
1348
+ "name": "onDelete",
1349
+ "parent": {
1350
+ "fileName": "src/chips/Removable.tsx",
1351
+ "name": "RemovableChipsProps"
1352
+ },
1353
+ "declarations": [
1354
+ {
1355
+ "fileName": "src/chips/Removable.tsx",
1356
+ "name": "RemovableChipsProps"
1357
+ }
1358
+ ],
1359
+ "required": false,
1360
+ "type": {
1361
+ "name": "(() => void)"
1362
+ }
1363
+ },
1364
+ "className": {
1365
+ "defaultValue": null,
1366
+ "description": "",
1367
+ "name": "className",
1368
+ "parent": {
1369
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1370
+ "name": "HTMLAttributes"
1371
+ },
1372
+ "declarations": [
1373
+ {
1374
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1375
+ "name": "HTMLAttributes"
1376
+ }
1377
+ ],
1378
+ "required": false,
1379
+ "type": {
1380
+ "name": "string"
1381
+ }
1382
+ },
1383
+ "ref": {
1384
+ "defaultValue": null,
1385
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1386
+ "name": "ref",
1387
+ "parent": {
1388
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1389
+ "name": "RefAttributes"
1390
+ },
1391
+ "declarations": [
1392
+ {
1393
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1289
1394
  "name": "RefAttributes"
1290
1395
  }
1291
1396
  ],
@@ -1366,12 +1471,12 @@
1366
1471
  "description": "",
1367
1472
  "name": "className",
1368
1473
  "parent": {
1369
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1474
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1370
1475
  "name": "HTMLAttributes"
1371
1476
  },
1372
1477
  "declarations": [
1373
1478
  {
1374
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1479
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1375
1480
  "name": "HTMLAttributes"
1376
1481
  }
1377
1482
  ],
@@ -1385,12 +1490,12 @@
1385
1490
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1386
1491
  "name": "ref",
1387
1492
  "parent": {
1388
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1493
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1389
1494
  "name": "RefAttributes"
1390
1495
  },
1391
1496
  "declarations": [
1392
1497
  {
1393
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1498
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1394
1499
  "name": "RefAttributes"
1395
1500
  }
1396
1501
  ],
@@ -1630,17 +1735,38 @@
1630
1735
  "name": "string"
1631
1736
  }
1632
1737
  },
1738
+ "iconPosition": {
1739
+ "defaultValue": {
1740
+ "value": "left"
1741
+ },
1742
+ "description": "Icon position in Button",
1743
+ "name": "iconPosition",
1744
+ "parent": {
1745
+ "fileName": "src/copybutton/CopyButton.tsx",
1746
+ "name": "CopyButtonProps"
1747
+ },
1748
+ "declarations": [
1749
+ {
1750
+ "fileName": "src/copybutton/CopyButton.tsx",
1751
+ "name": "CopyButtonProps"
1752
+ }
1753
+ ],
1754
+ "required": false,
1755
+ "type": {
1756
+ "name": "\"left\" | \"right\""
1757
+ }
1758
+ },
1633
1759
  "className": {
1634
1760
  "defaultValue": null,
1635
1761
  "description": "",
1636
1762
  "name": "className",
1637
1763
  "parent": {
1638
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1764
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1639
1765
  "name": "HTMLAttributes"
1640
1766
  },
1641
1767
  "declarations": [
1642
1768
  {
1643
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1769
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1644
1770
  "name": "HTMLAttributes"
1645
1771
  }
1646
1772
  ],
@@ -1654,12 +1780,12 @@
1654
1780
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1655
1781
  "name": "ref",
1656
1782
  "parent": {
1657
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1783
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1658
1784
  "name": "RefAttributes"
1659
1785
  },
1660
1786
  "declarations": [
1661
1787
  {
1662
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
1788
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1663
1789
  "name": "RefAttributes"
1664
1790
  }
1665
1791
  ],
@@ -1873,12 +1999,12 @@
1873
1999
  "description": "",
1874
2000
  "name": "className",
1875
2001
  "parent": {
1876
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2002
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1877
2003
  "name": "HTMLAttributes"
1878
2004
  },
1879
2005
  "declarations": [
1880
2006
  {
1881
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2007
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1882
2008
  "name": "HTMLAttributes"
1883
2009
  }
1884
2010
  ],
@@ -1892,12 +2018,12 @@
1892
2018
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
1893
2019
  "name": "ref",
1894
2020
  "parent": {
1895
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2021
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1896
2022
  "name": "RefAttributes"
1897
2023
  },
1898
2024
  "declarations": [
1899
2025
  {
1900
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2026
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
1901
2027
  "name": "RefAttributes"
1902
2028
  }
1903
2029
  ],
@@ -2111,12 +2237,12 @@
2111
2237
  "description": "",
2112
2238
  "name": "className",
2113
2239
  "parent": {
2114
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2240
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2115
2241
  "name": "HTMLAttributes"
2116
2242
  },
2117
2243
  "declarations": [
2118
2244
  {
2119
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2245
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2120
2246
  "name": "HTMLAttributes"
2121
2247
  }
2122
2248
  ],
@@ -2130,12 +2256,12 @@
2130
2256
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2131
2257
  "name": "ref",
2132
2258
  "parent": {
2133
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2259
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2134
2260
  "name": "RefAttributes"
2135
2261
  },
2136
2262
  "declarations": [
2137
2263
  {
2138
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2264
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2139
2265
  "name": "RefAttributes"
2140
2266
  }
2141
2267
  ],
@@ -2260,12 +2386,12 @@
2260
2386
  "description": "",
2261
2387
  "name": "className",
2262
2388
  "parent": {
2263
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2389
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2264
2390
  "name": "HTMLAttributes"
2265
2391
  },
2266
2392
  "declarations": [
2267
2393
  {
2268
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2394
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2269
2395
  "name": "HTMLAttributes"
2270
2396
  }
2271
2397
  ],
@@ -2279,12 +2405,12 @@
2279
2405
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2280
2406
  "name": "ref",
2281
2407
  "parent": {
2282
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2408
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2283
2409
  "name": "RefAttributes"
2284
2410
  },
2285
2411
  "declarations": [
2286
2412
  {
2287
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2413
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2288
2414
  "name": "RefAttributes"
2289
2415
  }
2290
2416
  ],
@@ -2384,12 +2510,12 @@
2384
2510
  "description": "",
2385
2511
  "name": "className",
2386
2512
  "parent": {
2387
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2513
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2388
2514
  "name": "HTMLAttributes"
2389
2515
  },
2390
2516
  "declarations": [
2391
2517
  {
2392
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2518
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2393
2519
  "name": "HTMLAttributes"
2394
2520
  }
2395
2521
  ],
@@ -2403,12 +2529,12 @@
2403
2529
  "description": "Defines a string value that labels the current element.\nShould be set if not using 'aria-labelledby'\n@see aria-labelledby.",
2404
2530
  "name": "aria-label",
2405
2531
  "parent": {
2406
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2532
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2407
2533
  "name": "AriaAttributes"
2408
2534
  },
2409
2535
  "declarations": [
2410
2536
  {
2411
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2537
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2412
2538
  "name": "AriaAttributes"
2413
2539
  },
2414
2540
  {
@@ -2416,7 +2542,7 @@
2416
2542
  "name": "TypeLiteral"
2417
2543
  },
2418
2544
  {
2419
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2545
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2420
2546
  "name": "AriaAttributes"
2421
2547
  }
2422
2548
  ],
@@ -2430,16 +2556,16 @@
2430
2556
  "description": "Identifies the element (or elements) that labels the current element.\nShould be set if not using 'aria-label'\n@see aria-describedby.",
2431
2557
  "name": "aria-labelledby",
2432
2558
  "parent": {
2433
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2559
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2434
2560
  "name": "AriaAttributes"
2435
2561
  },
2436
2562
  "declarations": [
2437
2563
  {
2438
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2564
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2439
2565
  "name": "AriaAttributes"
2440
2566
  },
2441
2567
  {
2442
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2568
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2443
2569
  "name": "AriaAttributes"
2444
2570
  },
2445
2571
  {
@@ -2457,12 +2583,12 @@
2457
2583
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2458
2584
  "name": "ref",
2459
2585
  "parent": {
2460
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2586
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2461
2587
  "name": "RefAttributes"
2462
2588
  },
2463
2589
  "declarations": [
2464
2590
  {
2465
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2591
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2466
2592
  "name": "RefAttributes"
2467
2593
  }
2468
2594
  ],
@@ -2482,12 +2608,12 @@
2482
2608
  "description": "",
2483
2609
  "name": "className",
2484
2610
  "parent": {
2485
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2611
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2486
2612
  "name": "HTMLAttributes"
2487
2613
  },
2488
2614
  "declarations": [
2489
2615
  {
2490
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2616
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2491
2617
  "name": "HTMLAttributes"
2492
2618
  }
2493
2619
  ],
@@ -2501,12 +2627,12 @@
2501
2627
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2502
2628
  "name": "ref",
2503
2629
  "parent": {
2504
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2630
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2505
2631
  "name": "RefAttributes"
2506
2632
  },
2507
2633
  "declarations": [
2508
2634
  {
2509
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2635
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2510
2636
  "name": "RefAttributes"
2511
2637
  }
2512
2638
  ],
@@ -2526,12 +2652,12 @@
2526
2652
  "description": "",
2527
2653
  "name": "className",
2528
2654
  "parent": {
2529
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2655
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2530
2656
  "name": "HTMLAttributes"
2531
2657
  },
2532
2658
  "declarations": [
2533
2659
  {
2534
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2660
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2535
2661
  "name": "HTMLAttributes"
2536
2662
  }
2537
2663
  ],
@@ -2545,12 +2671,12 @@
2545
2671
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2546
2672
  "name": "ref",
2547
2673
  "parent": {
2548
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2674
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2549
2675
  "name": "RefAttributes"
2550
2676
  },
2551
2677
  "declarations": [
2552
2678
  {
2553
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2679
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2554
2680
  "name": "RefAttributes"
2555
2681
  }
2556
2682
  ],
@@ -2570,12 +2696,12 @@
2570
2696
  "description": "",
2571
2697
  "name": "className",
2572
2698
  "parent": {
2573
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2699
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2574
2700
  "name": "HTMLAttributes"
2575
2701
  },
2576
2702
  "declarations": [
2577
2703
  {
2578
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2704
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2579
2705
  "name": "HTMLAttributes"
2580
2706
  }
2581
2707
  ],
@@ -2589,12 +2715,12 @@
2589
2715
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2590
2716
  "name": "ref",
2591
2717
  "parent": {
2592
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2718
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2593
2719
  "name": "RefAttributes"
2594
2720
  },
2595
2721
  "declarations": [
2596
2722
  {
2597
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2723
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2598
2724
  "name": "RefAttributes"
2599
2725
  }
2600
2726
  ],
@@ -2635,12 +2761,12 @@
2635
2761
  "description": "",
2636
2762
  "name": "className",
2637
2763
  "parent": {
2638
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2764
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2639
2765
  "name": "HTMLAttributes"
2640
2766
  },
2641
2767
  "declarations": [
2642
2768
  {
2643
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2769
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2644
2770
  "name": "HTMLAttributes"
2645
2771
  }
2646
2772
  ],
@@ -2654,12 +2780,12 @@
2654
2780
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2655
2781
  "name": "ref",
2656
2782
  "parent": {
2657
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2783
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2658
2784
  "name": "RefAttributes"
2659
2785
  },
2660
2786
  "declarations": [
2661
2787
  {
2662
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2788
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2663
2789
  "name": "RefAttributes"
2664
2790
  }
2665
2791
  ],
@@ -2755,12 +2881,12 @@
2755
2881
  "description": "",
2756
2882
  "name": "className",
2757
2883
  "parent": {
2758
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2884
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2759
2885
  "name": "HTMLAttributes"
2760
2886
  },
2761
2887
  "declarations": [
2762
2888
  {
2763
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2889
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2764
2890
  "name": "HTMLAttributes"
2765
2891
  }
2766
2892
  ],
@@ -2869,12 +2995,12 @@
2869
2995
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
2870
2996
  "name": "ref",
2871
2997
  "parent": {
2872
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
2998
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2873
2999
  "name": "RefAttributes"
2874
3000
  },
2875
3001
  "declarations": [
2876
3002
  {
2877
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3003
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
2878
3004
  "name": "RefAttributes"
2879
3005
  }
2880
3006
  ],
@@ -3160,12 +3286,12 @@
3160
3286
  "description": "",
3161
3287
  "name": "className",
3162
3288
  "parent": {
3163
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3289
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3164
3290
  "name": "HTMLAttributes"
3165
3291
  },
3166
3292
  "declarations": [
3167
3293
  {
3168
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3294
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3169
3295
  "name": "HTMLAttributes"
3170
3296
  }
3171
3297
  ],
@@ -3179,12 +3305,12 @@
3179
3305
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3180
3306
  "name": "ref",
3181
3307
  "parent": {
3182
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3308
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3183
3309
  "name": "RefAttributes"
3184
3310
  },
3185
3311
  "declarations": [
3186
3312
  {
3187
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3313
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3188
3314
  "name": "RefAttributes"
3189
3315
  }
3190
3316
  ],
@@ -3377,12 +3503,12 @@
3377
3503
  "description": "",
3378
3504
  "name": "className",
3379
3505
  "parent": {
3380
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3506
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3381
3507
  "name": "HTMLAttributes"
3382
3508
  },
3383
3509
  "declarations": [
3384
3510
  {
3385
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3511
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3386
3512
  "name": "HTMLAttributes"
3387
3513
  }
3388
3514
  ],
@@ -3396,12 +3522,12 @@
3396
3522
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3397
3523
  "name": "ref",
3398
3524
  "parent": {
3399
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3525
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3400
3526
  "name": "RefAttributes"
3401
3527
  },
3402
3528
  "declarations": [
3403
3529
  {
3404
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3530
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3405
3531
  "name": "RefAttributes"
3406
3532
  }
3407
3533
  ],
@@ -3529,7 +3655,7 @@
3529
3655
  ],
3530
3656
  "required": false,
3531
3657
  "type": {
3532
- "name": "\"number\" | \"email\" | \"password\" | \"tel\" | \"text\" | \"url\""
3658
+ "name": "\"number\" | \"email\" | \"password\" | \"tel\" | \"text\" | \"url\" | \"time\""
3533
3659
  }
3534
3660
  },
3535
3661
  "error": {
@@ -3670,12 +3796,12 @@
3670
3796
  "description": "",
3671
3797
  "name": "className",
3672
3798
  "parent": {
3673
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3799
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3674
3800
  "name": "HTMLAttributes"
3675
3801
  },
3676
3802
  "declarations": [
3677
3803
  {
3678
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3804
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3679
3805
  "name": "HTMLAttributes"
3680
3806
  }
3681
3807
  ],
@@ -3689,12 +3815,12 @@
3689
3815
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
3690
3816
  "name": "ref",
3691
3817
  "parent": {
3692
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3818
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3693
3819
  "name": "RefAttributes"
3694
3820
  },
3695
3821
  "declarations": [
3696
3822
  {
3697
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
3823
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
3698
3824
  "name": "RefAttributes"
3699
3825
  }
3700
3826
  ],
@@ -4018,12 +4144,12 @@
4018
4144
  "description": "",
4019
4145
  "name": "className",
4020
4146
  "parent": {
4021
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4147
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4022
4148
  "name": "HTMLAttributes"
4023
4149
  },
4024
4150
  "declarations": [
4025
4151
  {
4026
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4152
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4027
4153
  "name": "HTMLAttributes"
4028
4154
  }
4029
4155
  ],
@@ -4037,12 +4163,12 @@
4037
4163
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4038
4164
  "name": "ref",
4039
4165
  "parent": {
4040
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4166
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4041
4167
  "name": "RefAttributes"
4042
4168
  },
4043
4169
  "declarations": [
4044
4170
  {
4045
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4171
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4046
4172
  "name": "RefAttributes"
4047
4173
  }
4048
4174
  ],
@@ -4199,75 +4325,12 @@
4199
4325
  "description": "",
4200
4326
  "name": "className",
4201
4327
  "parent": {
4202
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4203
- "name": "HTMLAttributes"
4204
- },
4205
- "declarations": [
4206
- {
4207
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4208
- "name": "HTMLAttributes"
4209
- }
4210
- ],
4211
- "required": false,
4212
- "type": {
4213
- "name": "string"
4214
- }
4215
- },
4216
- "ref": {
4217
- "defaultValue": null,
4218
- "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4219
- "name": "ref",
4220
- "parent": {
4221
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4222
- "name": "RefAttributes"
4223
- },
4224
- "declarations": [
4225
- {
4226
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4227
- "name": "RefAttributes"
4228
- }
4229
- ],
4230
- "required": false,
4231
- "type": {
4232
- "name": "Ref<HTMLDivElement>"
4233
- }
4234
- }
4235
- }
4236
- },
4237
- {
4238
- "filePath": "src/grid/ContentContainer.tsx",
4239
- "displayName": "ContentContainer",
4240
- "props": {
4241
- "children": {
4242
- "defaultValue": null,
4243
- "description": "ContentContainer content",
4244
- "name": "children",
4245
- "parent": {
4246
- "fileName": "src/grid/ContentContainer.tsx",
4247
- "name": "ContentContainerProps"
4248
- },
4249
- "declarations": [
4250
- {
4251
- "fileName": "src/grid/ContentContainer.tsx",
4252
- "name": "ContentContainerProps"
4253
- }
4254
- ],
4255
- "required": true,
4256
- "type": {
4257
- "name": "ReactNode"
4258
- }
4259
- },
4260
- "className": {
4261
- "defaultValue": null,
4262
- "description": "",
4263
- "name": "className",
4264
- "parent": {
4265
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4328
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4266
4329
  "name": "HTMLAttributes"
4267
4330
  },
4268
4331
  "declarations": [
4269
4332
  {
4270
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4333
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4271
4334
  "name": "HTMLAttributes"
4272
4335
  }
4273
4336
  ],
@@ -4281,12 +4344,12 @@
4281
4344
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4282
4345
  "name": "ref",
4283
4346
  "parent": {
4284
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4347
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4285
4348
  "name": "RefAttributes"
4286
4349
  },
4287
4350
  "declarations": [
4288
4351
  {
4289
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4352
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4290
4353
  "name": "RefAttributes"
4291
4354
  }
4292
4355
  ],
@@ -4325,12 +4388,12 @@
4325
4388
  "description": "",
4326
4389
  "name": "className",
4327
4390
  "parent": {
4328
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4391
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4329
4392
  "name": "HTMLAttributes"
4330
4393
  },
4331
4394
  "declarations": [
4332
4395
  {
4333
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4396
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4334
4397
  "name": "HTMLAttributes"
4335
4398
  }
4336
4399
  ],
@@ -4344,12 +4407,12 @@
4344
4407
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4345
4408
  "name": "ref",
4346
4409
  "parent": {
4347
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4410
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4348
4411
  "name": "RefAttributes"
4349
4412
  },
4350
4413
  "declarations": [
4351
4414
  {
4352
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4415
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4353
4416
  "name": "RefAttributes"
4354
4417
  }
4355
4418
  ],
@@ -4409,12 +4472,12 @@
4409
4472
  "description": "",
4410
4473
  "name": "className",
4411
4474
  "parent": {
4412
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4475
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4413
4476
  "name": "HTMLAttributes"
4414
4477
  },
4415
4478
  "declarations": [
4416
4479
  {
4417
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4480
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4418
4481
  "name": "HTMLAttributes"
4419
4482
  }
4420
4483
  ],
@@ -4428,12 +4491,12 @@
4428
4491
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4429
4492
  "name": "ref",
4430
4493
  "parent": {
4431
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4494
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4432
4495
  "name": "RefAttributes"
4433
4496
  },
4434
4497
  "declarations": [
4435
4498
  {
4436
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4499
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4437
4500
  "name": "RefAttributes"
4438
4501
  }
4439
4502
  ],
@@ -4512,12 +4575,12 @@
4512
4575
  "description": "",
4513
4576
  "name": "className",
4514
4577
  "parent": {
4515
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4578
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4516
4579
  "name": "HTMLAttributes"
4517
4580
  },
4518
4581
  "declarations": [
4519
4582
  {
4520
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4583
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4521
4584
  "name": "HTMLAttributes"
4522
4585
  }
4523
4586
  ],
@@ -4531,12 +4594,12 @@
4531
4594
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4532
4595
  "name": "ref",
4533
4596
  "parent": {
4534
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4597
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4535
4598
  "name": "RefAttributes"
4536
4599
  },
4537
4600
  "declarations": [
4538
4601
  {
4539
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4602
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4540
4603
  "name": "RefAttributes"
4541
4604
  }
4542
4605
  ],
@@ -4617,12 +4680,12 @@
4617
4680
  "description": "",
4618
4681
  "name": "className",
4619
4682
  "parent": {
4620
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4683
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4621
4684
  "name": "HTMLAttributes"
4622
4685
  },
4623
4686
  "declarations": [
4624
4687
  {
4625
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4688
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4626
4689
  "name": "HTMLAttributes"
4627
4690
  }
4628
4691
  ],
@@ -4657,12 +4720,12 @@
4657
4720
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4658
4721
  "name": "ref",
4659
4722
  "parent": {
4660
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4723
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4661
4724
  "name": "RefAttributes"
4662
4725
  },
4663
4726
  "declarations": [
4664
4727
  {
4665
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4728
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4666
4729
  "name": "RefAttributes"
4667
4730
  }
4668
4731
  ],
@@ -4720,12 +4783,12 @@
4720
4783
  "description": "",
4721
4784
  "name": "className",
4722
4785
  "parent": {
4723
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4786
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4724
4787
  "name": "HTMLAttributes"
4725
4788
  },
4726
4789
  "declarations": [
4727
4790
  {
4728
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4791
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4729
4792
  "name": "HTMLAttributes"
4730
4793
  }
4731
4794
  ],
@@ -4739,12 +4802,12 @@
4739
4802
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4740
4803
  "name": "ref",
4741
4804
  "parent": {
4742
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4805
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4743
4806
  "name": "RefAttributes"
4744
4807
  },
4745
4808
  "declarations": [
4746
4809
  {
4747
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4810
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4748
4811
  "name": "RefAttributes"
4749
4812
  }
4750
4813
  ],
@@ -4783,12 +4846,12 @@
4783
4846
  "description": "",
4784
4847
  "name": "className",
4785
4848
  "parent": {
4786
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4849
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4787
4850
  "name": "HTMLAttributes"
4788
4851
  },
4789
4852
  "declarations": [
4790
4853
  {
4791
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4854
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4792
4855
  "name": "HTMLAttributes"
4793
4856
  }
4794
4857
  ],
@@ -4802,12 +4865,12 @@
4802
4865
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4803
4866
  "name": "ref",
4804
4867
  "parent": {
4805
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4868
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4806
4869
  "name": "RefAttributes"
4807
4870
  },
4808
4871
  "declarations": [
4809
4872
  {
4810
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4873
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4811
4874
  "name": "RefAttributes"
4812
4875
  }
4813
4876
  ],
@@ -4846,12 +4909,12 @@
4846
4909
  "description": "",
4847
4910
  "name": "className",
4848
4911
  "parent": {
4849
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4912
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4850
4913
  "name": "HTMLAttributes"
4851
4914
  },
4852
4915
  "declarations": [
4853
4916
  {
4854
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4917
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4855
4918
  "name": "HTMLAttributes"
4856
4919
  }
4857
4920
  ],
@@ -4865,12 +4928,12 @@
4865
4928
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4866
4929
  "name": "ref",
4867
4930
  "parent": {
4868
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4931
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4869
4932
  "name": "RefAttributes"
4870
4933
  },
4871
4934
  "declarations": [
4872
4935
  {
4873
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4936
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4874
4937
  "name": "RefAttributes"
4875
4938
  }
4876
4939
  ],
@@ -4928,12 +4991,12 @@
4928
4991
  "description": "",
4929
4992
  "name": "className",
4930
4993
  "parent": {
4931
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4994
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4932
4995
  "name": "HTMLAttributes"
4933
4996
  },
4934
4997
  "declarations": [
4935
4998
  {
4936
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
4999
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4937
5000
  "name": "HTMLAttributes"
4938
5001
  }
4939
5002
  ],
@@ -4947,12 +5010,12 @@
4947
5010
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
4948
5011
  "name": "ref",
4949
5012
  "parent": {
4950
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5013
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4951
5014
  "name": "RefAttributes"
4952
5015
  },
4953
5016
  "declarations": [
4954
5017
  {
4955
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5018
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
4956
5019
  "name": "RefAttributes"
4957
5020
  }
4958
5021
  ],
@@ -5010,12 +5073,12 @@
5010
5073
  "description": "",
5011
5074
  "name": "className",
5012
5075
  "parent": {
5013
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5076
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5014
5077
  "name": "HTMLAttributes"
5015
5078
  },
5016
5079
  "declarations": [
5017
5080
  {
5018
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5081
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5019
5082
  "name": "HTMLAttributes"
5020
5083
  }
5021
5084
  ],
@@ -5029,12 +5092,12 @@
5029
5092
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5030
5093
  "name": "ref",
5031
5094
  "parent": {
5032
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5095
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5033
5096
  "name": "RefAttributes"
5034
5097
  },
5035
5098
  "declarations": [
5036
5099
  {
5037
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5100
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5038
5101
  "name": "RefAttributes"
5039
5102
  }
5040
5103
  ],
@@ -5049,6 +5112,69 @@
5049
5112
  "filePath": "src/link/Link.tsx",
5050
5113
  "displayName": "Link",
5051
5114
  "props": {
5115
+ "underline": {
5116
+ "defaultValue": {
5117
+ "value": "true"
5118
+ },
5119
+ "description": "Inverts when the underline appears. If this is false,\nthe underline does not appear by default, but does appear when the link is hovered.\nThis makes it more suitable for use when inlined in text.",
5120
+ "name": "underline",
5121
+ "parent": {
5122
+ "fileName": "src/link/Link.tsx",
5123
+ "name": "LinkProps"
5124
+ },
5125
+ "declarations": [
5126
+ {
5127
+ "fileName": "src/link/Link.tsx",
5128
+ "name": "LinkProps"
5129
+ }
5130
+ ],
5131
+ "required": false,
5132
+ "type": {
5133
+ "name": "boolean"
5134
+ }
5135
+ },
5136
+ "inlineText": {
5137
+ "defaultValue": {
5138
+ "value": "false"
5139
+ },
5140
+ "description": "Renders link with `display: inline` for better wrapping in text.",
5141
+ "name": "inlineText",
5142
+ "parent": {
5143
+ "fileName": "src/link/Link.tsx",
5144
+ "name": "LinkProps"
5145
+ },
5146
+ "declarations": [
5147
+ {
5148
+ "fileName": "src/link/Link.tsx",
5149
+ "name": "LinkProps"
5150
+ }
5151
+ ],
5152
+ "required": false,
5153
+ "type": {
5154
+ "name": "boolean"
5155
+ }
5156
+ },
5157
+ "variant": {
5158
+ "defaultValue": {
5159
+ "value": "action"
5160
+ },
5161
+ "description": "Variant of the component to use.",
5162
+ "name": "variant",
5163
+ "parent": {
5164
+ "fileName": "src/link/Link.tsx",
5165
+ "name": "LinkProps"
5166
+ },
5167
+ "declarations": [
5168
+ {
5169
+ "fileName": "src/link/Link.tsx",
5170
+ "name": "LinkProps"
5171
+ }
5172
+ ],
5173
+ "required": false,
5174
+ "type": {
5175
+ "name": "\"action\" | \"neutral\" | \"subtle\""
5176
+ }
5177
+ },
5052
5178
  "children": {
5053
5179
  "defaultValue": null,
5054
5180
  "description": "Link text",
@@ -5073,12 +5199,12 @@
5073
5199
  "description": "",
5074
5200
  "name": "className",
5075
5201
  "parent": {
5076
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5202
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5077
5203
  "name": "HTMLAttributes"
5078
5204
  },
5079
5205
  "declarations": [
5080
5206
  {
5081
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5207
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5082
5208
  "name": "HTMLAttributes"
5083
5209
  }
5084
5210
  ],
@@ -5092,12 +5218,12 @@
5092
5218
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5093
5219
  "name": "ref",
5094
5220
  "parent": {
5095
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5221
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5096
5222
  "name": "RefAttributes"
5097
5223
  },
5098
5224
  "declarations": [
5099
5225
  {
5100
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5226
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5101
5227
  "name": "RefAttributes"
5102
5228
  }
5103
5229
  ],
@@ -5157,12 +5283,12 @@
5157
5283
  "description": "",
5158
5284
  "name": "className",
5159
5285
  "parent": {
5160
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5286
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5161
5287
  "name": "HTMLAttributes"
5162
5288
  },
5163
5289
  "declarations": [
5164
5290
  {
5165
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5291
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5166
5292
  "name": "HTMLAttributes"
5167
5293
  }
5168
5294
  ],
@@ -5176,12 +5302,12 @@
5176
5302
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5177
5303
  "name": "ref",
5178
5304
  "parent": {
5179
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5305
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5180
5306
  "name": "RefAttributes"
5181
5307
  },
5182
5308
  "declarations": [
5183
5309
  {
5184
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5310
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5185
5311
  "name": "RefAttributes"
5186
5312
  }
5187
5313
  ],
@@ -5201,12 +5327,12 @@
5201
5327
  "description": "",
5202
5328
  "name": "className",
5203
5329
  "parent": {
5204
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5330
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5205
5331
  "name": "HTMLAttributes"
5206
5332
  },
5207
5333
  "declarations": [
5208
5334
  {
5209
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5335
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5210
5336
  "name": "HTMLAttributes"
5211
5337
  }
5212
5338
  ],
@@ -5220,12 +5346,12 @@
5220
5346
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5221
5347
  "name": "ref",
5222
5348
  "parent": {
5223
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5349
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5224
5350
  "name": "RefAttributes"
5225
5351
  },
5226
5352
  "declarations": [
5227
5353
  {
5228
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5354
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5229
5355
  "name": "RefAttributes"
5230
5356
  }
5231
5357
  ],
@@ -5245,12 +5371,12 @@
5245
5371
  "description": "",
5246
5372
  "name": "className",
5247
5373
  "parent": {
5248
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5374
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5249
5375
  "name": "HTMLAttributes"
5250
5376
  },
5251
5377
  "declarations": [
5252
5378
  {
5253
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5379
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5254
5380
  "name": "HTMLAttributes"
5255
5381
  }
5256
5382
  ],
@@ -5264,12 +5390,12 @@
5264
5390
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5265
5391
  "name": "ref",
5266
5392
  "parent": {
5267
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5393
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5268
5394
  "name": "RefAttributes"
5269
5395
  },
5270
5396
  "declarations": [
5271
5397
  {
5272
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5398
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5273
5399
  "name": "RefAttributes"
5274
5400
  }
5275
5401
  ],
@@ -5364,17 +5490,38 @@
5364
5490
  "name": "ElementType<any>"
5365
5491
  }
5366
5492
  },
5493
+ "size": {
5494
+ "defaultValue": {
5495
+ "value": "medium"
5496
+ },
5497
+ "description": "Changes padding, height and font-size",
5498
+ "name": "size",
5499
+ "parent": {
5500
+ "fileName": "src/list/List.tsx",
5501
+ "name": "ListProps"
5502
+ },
5503
+ "declarations": [
5504
+ {
5505
+ "fileName": "src/list/List.tsx",
5506
+ "name": "ListProps"
5507
+ }
5508
+ ],
5509
+ "required": false,
5510
+ "type": {
5511
+ "name": "\"medium\" | \"small\""
5512
+ }
5513
+ },
5367
5514
  "className": {
5368
5515
  "defaultValue": null,
5369
5516
  "description": "",
5370
5517
  "name": "className",
5371
5518
  "parent": {
5372
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5519
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5373
5520
  "name": "HTMLAttributes"
5374
5521
  },
5375
5522
  "declarations": [
5376
5523
  {
5377
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5524
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5378
5525
  "name": "HTMLAttributes"
5379
5526
  }
5380
5527
  ],
@@ -5451,12 +5598,12 @@
5451
5598
  "description": "",
5452
5599
  "name": "className",
5453
5600
  "parent": {
5454
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5601
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5455
5602
  "name": "HTMLAttributes"
5456
5603
  },
5457
5604
  "declarations": [
5458
5605
  {
5459
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5606
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5460
5607
  "name": "HTMLAttributes"
5461
5608
  }
5462
5609
  ],
@@ -5470,12 +5617,12 @@
5470
5617
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5471
5618
  "name": "ref",
5472
5619
  "parent": {
5473
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5620
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5474
5621
  "name": "RefAttributes"
5475
5622
  },
5476
5623
  "declarations": [
5477
5624
  {
5478
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5625
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5479
5626
  "name": "RefAttributes"
5480
5627
  }
5481
5628
  ],
@@ -5579,12 +5726,12 @@
5579
5726
  "description": "",
5580
5727
  "name": "className",
5581
5728
  "parent": {
5582
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5729
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5583
5730
  "name": "SVGAttributes"
5584
5731
  },
5585
5732
  "declarations": [
5586
5733
  {
5587
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5734
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5588
5735
  "name": "SVGAttributes"
5589
5736
  }
5590
5737
  ],
@@ -5598,16 +5745,16 @@
5598
5745
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5599
5746
  "name": "ref",
5600
5747
  "parent": {
5601
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5748
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5602
5749
  "name": "ClassAttributes"
5603
5750
  },
5604
5751
  "declarations": [
5605
5752
  {
5606
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5753
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5607
5754
  "name": "ClassAttributes"
5608
5755
  },
5609
5756
  {
5610
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
5757
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5611
5758
  "name": "RefAttributes"
5612
5759
  }
5613
5760
  ],
@@ -5622,10 +5769,10 @@
5622
5769
  "filePath": "src/modal/Modal.tsx",
5623
5770
  "displayName": "Modal",
5624
5771
  "props": {
5625
- "children": {
5772
+ "header": {
5626
5773
  "defaultValue": null,
5627
- "description": "Modal content",
5628
- "name": "children",
5774
+ "description": "Content for the header. Alteratively you can use <Modal.Header> instead for more control,\nbut then you have to set `aria-label` or `aria-labelledby` on the modal manually.",
5775
+ "name": "header",
5629
5776
  "parent": {
5630
5777
  "fileName": "src/modal/Modal.tsx",
5631
5778
  "name": "ModalProps"
@@ -5636,15 +5783,15 @@
5636
5783
  "name": "ModalProps"
5637
5784
  }
5638
5785
  ],
5639
- "required": true,
5786
+ "required": false,
5640
5787
  "type": {
5641
- "name": "ReactNode"
5788
+ "name": "{ label?: string; icon?: ReactNode; heading: string; size?: \"medium\" | \"small\"; closeButton?: boolean | undefined; } | undefined"
5642
5789
  }
5643
5790
  },
5644
- "open": {
5791
+ "children": {
5645
5792
  "defaultValue": null,
5646
- "description": "Open state for modal",
5647
- "name": "open",
5793
+ "description": "Modal content",
5794
+ "name": "children",
5648
5795
  "parent": {
5649
5796
  "fileName": "src/modal/Modal.tsx",
5650
5797
  "name": "ModalProps"
@@ -5657,34 +5804,13 @@
5657
5804
  ],
5658
5805
  "required": true,
5659
5806
  "type": {
5660
- "name": "boolean"
5807
+ "name": "ReactNode"
5661
5808
  }
5662
5809
  },
5663
- "onClose": {
5810
+ "open": {
5664
5811
  "defaultValue": null,
5665
- "description": "Callback for modal wanting to close",
5666
- "name": "onClose",
5667
- "parent": {
5668
- "fileName": "src/modal/Modal.tsx",
5669
- "name": "ModalProps"
5670
- },
5671
- "declarations": [
5672
- {
5673
- "fileName": "src/modal/Modal.tsx",
5674
- "name": "ModalProps"
5675
- }
5676
- ],
5677
- "required": true,
5678
- "type": {
5679
- "name": "() => void"
5680
- }
5681
- },
5682
- "shouldCloseOnOverlayClick": {
5683
- "defaultValue": {
5684
- "value": "true"
5685
- },
5686
- "description": "If modal should close on overlay click (click outside Modal)",
5687
- "name": "shouldCloseOnOverlayClick",
5812
+ "description": "Whether the modal should be visible or not.\nRemember to use the `onClose` callback to keep your local state in sync.\nYou can also use `ref.current.openModal()` and `ref.current.close()`.",
5813
+ "name": "open",
5688
5814
  "parent": {
5689
5815
  "fileName": "src/modal/Modal.tsx",
5690
5816
  "name": "ModalProps"
@@ -5700,10 +5826,10 @@
5700
5826
  "name": "boolean"
5701
5827
  }
5702
5828
  },
5703
- "className": {
5829
+ "onClose": {
5704
5830
  "defaultValue": null,
5705
- "description": "User defined classname for modal",
5706
- "name": "className",
5831
+ "description": "Called when the modal has been closed",
5832
+ "name": "onClose",
5707
5833
  "parent": {
5708
5834
  "fileName": "src/modal/Modal.tsx",
5709
5835
  "name": "ModalProps"
@@ -5716,13 +5842,13 @@
5716
5842
  ],
5717
5843
  "required": false,
5718
5844
  "type": {
5719
- "name": "string"
5845
+ "name": "ReactEventHandler<HTMLDialogElement>"
5720
5846
  }
5721
5847
  },
5722
- "overlayClassName": {
5848
+ "onBeforeClose": {
5723
5849
  "defaultValue": null,
5724
- "description": "User defined classname for modal",
5725
- "name": "overlayClassName",
5850
+ "description": "Called when the user wants to close the modal (clicked the close button or pressed Esc).\n@returns Whether to close the modal",
5851
+ "name": "onBeforeClose",
5726
5852
  "parent": {
5727
5853
  "fileName": "src/modal/Modal.tsx",
5728
5854
  "name": "ModalProps"
@@ -5735,15 +5861,13 @@
5735
5861
  ],
5736
5862
  "required": false,
5737
5863
  "type": {
5738
- "name": "string"
5864
+ "name": "(() => boolean | void)"
5739
5865
  }
5740
5866
  },
5741
- "closeButton": {
5742
- "defaultValue": {
5743
- "value": "true"
5744
- },
5745
- "description": "Removes close-button(X) when false",
5746
- "name": "closeButton",
5867
+ "onCancel": {
5868
+ "defaultValue": null,
5869
+ "description": "Called when the user presses the Esc key, unless `onBeforeClose()` returns `false`.",
5870
+ "name": "onCancel",
5747
5871
  "parent": {
5748
5872
  "fileName": "src/modal/Modal.tsx",
5749
5873
  "name": "ModalProps"
@@ -5756,13 +5880,15 @@
5756
5880
  ],
5757
5881
  "required": false,
5758
5882
  "type": {
5759
- "name": "boolean"
5883
+ "name": "ReactEventHandler<HTMLDialogElement>"
5760
5884
  }
5761
5885
  },
5762
- "shouldCloseOnEsc": {
5763
- "defaultValue": null,
5886
+ "width": {
5887
+ "defaultValue": {
5888
+ "value": "fit-content (up to 700px)"
5889
+ },
5764
5890
  "description": "",
5765
- "name": "shouldCloseOnEsc",
5891
+ "name": "width",
5766
5892
  "parent": {
5767
5893
  "fileName": "src/modal/Modal.tsx",
5768
5894
  "name": "ModalProps"
@@ -5775,13 +5901,13 @@
5775
5901
  ],
5776
5902
  "required": false,
5777
5903
  "type": {
5778
- "name": "boolean"
5904
+ "name": "string | number"
5779
5905
  }
5780
5906
  },
5781
- "style": {
5907
+ "className": {
5782
5908
  "defaultValue": null,
5783
- "description": "Allows custom styling of ReactModal, in accordance with their typing",
5784
- "name": "style",
5909
+ "description": "User defined classname for modal",
5910
+ "name": "className",
5785
5911
  "parent": {
5786
5912
  "fileName": "src/modal/Modal.tsx",
5787
5913
  "name": "ModalProps"
@@ -5794,13 +5920,13 @@
5794
5920
  ],
5795
5921
  "required": false,
5796
5922
  "type": {
5797
- "name": "Styles"
5923
+ "name": "string"
5798
5924
  }
5799
5925
  },
5800
- "parentSelector": {
5926
+ "aria-labelledby": {
5801
5927
  "defaultValue": null,
5802
- "description": "Callback for setting parent element modal will attach to",
5803
- "name": "parentSelector",
5928
+ "description": "Sets aria-labelledby on modal.\nNo need to set this manually if the `header` prop is used. A reference to `header.heading` will be created automatically.\n@warning If not using `header`, you should set either `aria-labelledby` or `aria-label`.",
5929
+ "name": "aria-labelledby",
5804
5930
  "parent": {
5805
5931
  "fileName": "src/modal/Modal.tsx",
5806
5932
  "name": "ModalProps"
@@ -5813,40 +5939,46 @@
5813
5939
  ],
5814
5940
  "required": false,
5815
5941
  "type": {
5816
- "name": "(() => HTMLElement)"
5942
+ "name": "string"
5817
5943
  }
5818
5944
  },
5819
- "aria-labelledby": {
5945
+ "ref": {
5820
5946
  "defaultValue": null,
5821
- "description": "",
5822
- "name": "aria-labelledby",
5947
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5948
+ "name": "ref",
5823
5949
  "parent": {
5824
- "fileName": "src/modal/Modal.tsx",
5825
- "name": "ModalProps"
5950
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5951
+ "name": "RefAttributes"
5826
5952
  },
5827
5953
  "declarations": [
5828
5954
  {
5829
- "fileName": "src/modal/Modal.tsx",
5830
- "name": "ModalProps"
5955
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5956
+ "name": "RefAttributes"
5831
5957
  }
5832
5958
  ],
5833
5959
  "required": false,
5834
5960
  "type": {
5835
- "name": "string"
5961
+ "name": "Ref<HTMLDialogElement>"
5836
5962
  }
5837
- },
5838
- "aria-describedby": {
5963
+ }
5964
+ }
5965
+ },
5966
+ {
5967
+ "filePath": "src/modal/ModalBody.tsx",
5968
+ "displayName": "ModalBody",
5969
+ "props": {
5970
+ "className": {
5839
5971
  "defaultValue": null,
5840
5972
  "description": "",
5841
- "name": "aria-describedby",
5973
+ "name": "className",
5842
5974
  "parent": {
5843
- "fileName": "src/modal/Modal.tsx",
5844
- "name": "ModalProps"
5975
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5976
+ "name": "HTMLAttributes"
5845
5977
  },
5846
5978
  "declarations": [
5847
5979
  {
5848
- "fileName": "src/modal/Modal.tsx",
5849
- "name": "ModalProps"
5980
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5981
+ "name": "HTMLAttributes"
5850
5982
  }
5851
5983
  ],
5852
5984
  "required": false,
@@ -5854,37 +5986,43 @@
5854
5986
  "name": "string"
5855
5987
  }
5856
5988
  },
5857
- "aria-modal": {
5989
+ "ref": {
5858
5990
  "defaultValue": null,
5859
- "description": "",
5860
- "name": "aria-modal",
5991
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5992
+ "name": "ref",
5861
5993
  "parent": {
5862
- "fileName": "src/modal/Modal.tsx",
5863
- "name": "ModalProps"
5994
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5995
+ "name": "RefAttributes"
5864
5996
  },
5865
5997
  "declarations": [
5866
5998
  {
5867
- "fileName": "src/modal/Modal.tsx",
5868
- "name": "ModalProps"
5999
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6000
+ "name": "RefAttributes"
5869
6001
  }
5870
6002
  ],
5871
6003
  "required": false,
5872
6004
  "type": {
5873
- "name": "boolean"
6005
+ "name": "Ref<HTMLDivElement>"
5874
6006
  }
5875
- },
5876
- "aria-label": {
6007
+ }
6008
+ }
6009
+ },
6010
+ {
6011
+ "filePath": "src/modal/ModalFooter.tsx",
6012
+ "displayName": "ModalFooter",
6013
+ "props": {
6014
+ "className": {
5877
6015
  "defaultValue": null,
5878
- "description": "Sets aria-label on modal\n@warning This should be set if not using 'aria-labelledby' or 'aria-describedby'",
5879
- "name": "aria-label",
6016
+ "description": "",
6017
+ "name": "className",
5880
6018
  "parent": {
5881
- "fileName": "src/modal/Modal.tsx",
5882
- "name": "ModalProps"
6019
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6020
+ "name": "HTMLAttributes"
5883
6021
  },
5884
6022
  "declarations": [
5885
6023
  {
5886
- "fileName": "src/modal/Modal.tsx",
5887
- "name": "ModalProps"
6024
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6025
+ "name": "HTMLAttributes"
5888
6026
  }
5889
6027
  ],
5890
6028
  "required": false,
@@ -5897,43 +6035,45 @@
5897
6035
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5898
6036
  "name": "ref",
5899
6037
  "parent": {
5900
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6038
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5901
6039
  "name": "RefAttributes"
5902
6040
  },
5903
6041
  "declarations": [
5904
6042
  {
5905
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6043
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5906
6044
  "name": "RefAttributes"
5907
6045
  }
5908
6046
  ],
5909
6047
  "required": false,
5910
6048
  "type": {
5911
- "name": "Ref<ReactModal>"
6049
+ "name": "Ref<HTMLDivElement>"
5912
6050
  }
5913
6051
  }
5914
6052
  }
5915
6053
  },
5916
6054
  {
5917
- "filePath": "src/modal/ModalContent.tsx",
5918
- "displayName": "ModalContent",
6055
+ "filePath": "src/modal/ModalHeader.tsx",
6056
+ "displayName": "ModalHeader",
5919
6057
  "props": {
5920
- "children": {
5921
- "defaultValue": null,
5922
- "description": "Modal.Content content",
5923
- "name": "children",
6058
+ "closeButton": {
6059
+ "defaultValue": {
6060
+ "value": "true"
6061
+ },
6062
+ "description": "Removes close-button (X) when false",
6063
+ "name": "closeButton",
5924
6064
  "parent": {
5925
- "fileName": "src/modal/ModalContent.tsx",
5926
- "name": "ModalContentProps"
6065
+ "fileName": "src/modal/ModalHeader.tsx",
6066
+ "name": "ModalHeaderProps"
5927
6067
  },
5928
6068
  "declarations": [
5929
6069
  {
5930
- "fileName": "src/modal/ModalContent.tsx",
5931
- "name": "ModalContentProps"
6070
+ "fileName": "src/modal/ModalHeader.tsx",
6071
+ "name": "ModalHeaderProps"
5932
6072
  }
5933
6073
  ],
5934
- "required": true,
6074
+ "required": false,
5935
6075
  "type": {
5936
- "name": "ReactNode"
6076
+ "name": "boolean"
5937
6077
  }
5938
6078
  },
5939
6079
  "className": {
@@ -5941,12 +6081,12 @@
5941
6081
  "description": "",
5942
6082
  "name": "className",
5943
6083
  "parent": {
5944
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6084
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5945
6085
  "name": "HTMLAttributes"
5946
6086
  },
5947
6087
  "declarations": [
5948
6088
  {
5949
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6089
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5950
6090
  "name": "HTMLAttributes"
5951
6091
  }
5952
6092
  ],
@@ -5960,12 +6100,12 @@
5960
6100
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
5961
6101
  "name": "ref",
5962
6102
  "parent": {
5963
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6103
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5964
6104
  "name": "RefAttributes"
5965
6105
  },
5966
6106
  "declarations": [
5967
6107
  {
5968
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6108
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
5969
6109
  "name": "RefAttributes"
5970
6110
  }
5971
6111
  ],
@@ -6193,12 +6333,12 @@
6193
6333
  "description": "",
6194
6334
  "name": "className",
6195
6335
  "parent": {
6196
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6336
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6197
6337
  "name": "HTMLAttributes"
6198
6338
  },
6199
6339
  "declarations": [
6200
6340
  {
6201
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6341
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6202
6342
  "name": "HTMLAttributes"
6203
6343
  }
6204
6344
  ],
@@ -6212,12 +6352,12 @@
6212
6352
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6213
6353
  "name": "ref",
6214
6354
  "parent": {
6215
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6355
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6216
6356
  "name": "RefAttributes"
6217
6357
  },
6218
6358
  "declarations": [
6219
6359
  {
6220
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6360
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6221
6361
  "name": "RefAttributes"
6222
6362
  }
6223
6363
  ],
@@ -6418,12 +6558,12 @@
6418
6558
  "description": "",
6419
6559
  "name": "className",
6420
6560
  "parent": {
6421
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6561
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6422
6562
  "name": "HTMLAttributes"
6423
6563
  },
6424
6564
  "declarations": [
6425
6565
  {
6426
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6566
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6427
6567
  "name": "HTMLAttributes"
6428
6568
  }
6429
6569
  ],
@@ -6437,12 +6577,12 @@
6437
6577
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6438
6578
  "name": "ref",
6439
6579
  "parent": {
6440
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6580
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6441
6581
  "name": "RefAttributes"
6442
6582
  },
6443
6583
  "declarations": [
6444
6584
  {
6445
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6585
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6446
6586
  "name": "RefAttributes"
6447
6587
  }
6448
6588
  ],
@@ -6502,12 +6642,12 @@
6502
6642
  "description": "",
6503
6643
  "name": "className",
6504
6644
  "parent": {
6505
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6645
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6506
6646
  "name": "HTMLAttributes"
6507
6647
  },
6508
6648
  "declarations": [
6509
6649
  {
6510
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6650
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6511
6651
  "name": "HTMLAttributes"
6512
6652
  }
6513
6653
  ],
@@ -6521,12 +6661,12 @@
6521
6661
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6522
6662
  "name": "ref",
6523
6663
  "parent": {
6524
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6664
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6525
6665
  "name": "RefAttributes"
6526
6666
  },
6527
6667
  "declarations": [
6528
6668
  {
6529
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6669
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6530
6670
  "name": "RefAttributes"
6531
6671
  }
6532
6672
  ],
@@ -6727,12 +6867,12 @@
6727
6867
  "description": "",
6728
6868
  "name": "className",
6729
6869
  "parent": {
6730
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6870
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6731
6871
  "name": "HTMLAttributes"
6732
6872
  },
6733
6873
  "declarations": [
6734
6874
  {
6735
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6875
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6736
6876
  "name": "HTMLAttributes"
6737
6877
  }
6738
6878
  ],
@@ -6746,12 +6886,12 @@
6746
6886
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6747
6887
  "name": "ref",
6748
6888
  "parent": {
6749
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6889
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6750
6890
  "name": "RefAttributes"
6751
6891
  },
6752
6892
  "declarations": [
6753
6893
  {
6754
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6894
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6755
6895
  "name": "RefAttributes"
6756
6896
  }
6757
6897
  ],
@@ -6771,12 +6911,12 @@
6771
6911
  "description": "",
6772
6912
  "name": "className",
6773
6913
  "parent": {
6774
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6914
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6775
6915
  "name": "HTMLAttributes"
6776
6916
  },
6777
6917
  "declarations": [
6778
6918
  {
6779
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6919
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6780
6920
  "name": "HTMLAttributes"
6781
6921
  }
6782
6922
  ],
@@ -6790,12 +6930,12 @@
6790
6930
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6791
6931
  "name": "ref",
6792
6932
  "parent": {
6793
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6933
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6794
6934
  "name": "RefAttributes"
6795
6935
  },
6796
6936
  "declarations": [
6797
6937
  {
6798
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
6938
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6799
6939
  "name": "RefAttributes"
6800
6940
  }
6801
6941
  ],
@@ -6828,25 +6968,6 @@
6828
6968
  "type": {
6829
6969
  "name": "HTMLElement"
6830
6970
  }
6831
- },
6832
- "appElement": {
6833
- "defaultValue": null,
6834
- "description": "",
6835
- "name": "appElement",
6836
- "parent": {
6837
- "fileName": "src/provider/Provider.tsx",
6838
- "name": "ProviderProps"
6839
- },
6840
- "declarations": [
6841
- {
6842
- "fileName": "src/provider/Provider.tsx",
6843
- "name": "ProviderProps"
6844
- }
6845
- ],
6846
- "required": false,
6847
- "type": {
6848
- "name": "HTMLElement"
6849
- }
6850
6971
  }
6851
6972
  }
6852
6973
  },
@@ -6958,12 +7079,12 @@
6958
7079
  "description": "",
6959
7080
  "name": "className",
6960
7081
  "parent": {
6961
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7082
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6962
7083
  "name": "HTMLAttributes"
6963
7084
  },
6964
7085
  "declarations": [
6965
7086
  {
6966
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7087
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6967
7088
  "name": "HTMLAttributes"
6968
7089
  }
6969
7090
  ],
@@ -6977,12 +7098,12 @@
6977
7098
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
6978
7099
  "name": "ref",
6979
7100
  "parent": {
6980
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7101
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6981
7102
  "name": "RefAttributes"
6982
7103
  },
6983
7104
  "declarations": [
6984
7105
  {
6985
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7106
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
6986
7107
  "name": "RefAttributes"
6987
7108
  }
6988
7109
  ],
@@ -7061,12 +7182,12 @@
7061
7182
  "description": "",
7062
7183
  "name": "className",
7063
7184
  "parent": {
7064
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7185
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7065
7186
  "name": "HTMLAttributes"
7066
7187
  },
7067
7188
  "declarations": [
7068
7189
  {
7069
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7190
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7070
7191
  "name": "HTMLAttributes"
7071
7192
  }
7072
7193
  ],
@@ -7080,12 +7201,12 @@
7080
7201
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7081
7202
  "name": "ref",
7082
7203
  "parent": {
7083
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7204
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7084
7205
  "name": "RefAttributes"
7085
7206
  },
7086
7207
  "declarations": [
7087
7208
  {
7088
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7209
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7089
7210
  "name": "RefAttributes"
7090
7211
  }
7091
7212
  ],
@@ -7187,12 +7308,12 @@
7187
7308
  "description": "",
7188
7309
  "name": "className",
7189
7310
  "parent": {
7190
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7311
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7191
7312
  "name": "HTMLAttributes"
7192
7313
  },
7193
7314
  "declarations": [
7194
7315
  {
7195
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7316
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7196
7317
  "name": "HTMLAttributes"
7197
7318
  }
7198
7319
  ],
@@ -7206,12 +7327,12 @@
7206
7327
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7207
7328
  "name": "ref",
7208
7329
  "parent": {
7209
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7330
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7210
7331
  "name": "RefAttributes"
7211
7332
  },
7212
7333
  "declarations": [
7213
7334
  {
7214
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7335
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7215
7336
  "name": "RefAttributes"
7216
7337
  }
7217
7338
  ],
@@ -7330,12 +7451,12 @@
7330
7451
  "description": "",
7331
7452
  "name": "className",
7332
7453
  "parent": {
7333
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7454
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7334
7455
  "name": "HTMLAttributes"
7335
7456
  },
7336
7457
  "declarations": [
7337
7458
  {
7338
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7459
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7339
7460
  "name": "HTMLAttributes"
7340
7461
  }
7341
7462
  ],
@@ -7349,12 +7470,12 @@
7349
7470
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7350
7471
  "name": "ref",
7351
7472
  "parent": {
7352
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7473
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7353
7474
  "name": "RefAttributes"
7354
7475
  },
7355
7476
  "declarations": [
7356
7477
  {
7357
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7478
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7358
7479
  "name": "RefAttributes"
7359
7480
  }
7360
7481
  ],
@@ -7374,12 +7495,12 @@
7374
7495
  "description": "",
7375
7496
  "name": "className",
7376
7497
  "parent": {
7377
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7498
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7378
7499
  "name": "HTMLAttributes"
7379
7500
  },
7380
7501
  "declarations": [
7381
7502
  {
7382
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7503
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7383
7504
  "name": "HTMLAttributes"
7384
7505
  }
7385
7506
  ],
@@ -7393,12 +7514,12 @@
7393
7514
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7394
7515
  "name": "ref",
7395
7516
  "parent": {
7396
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7517
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7397
7518
  "name": "RefAttributes"
7398
7519
  },
7399
7520
  "declarations": [
7400
7521
  {
7401
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7522
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7402
7523
  "name": "RefAttributes"
7403
7524
  }
7404
7525
  ],
@@ -7498,12 +7619,12 @@
7498
7619
  "description": "",
7499
7620
  "name": "className",
7500
7621
  "parent": {
7501
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7622
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7502
7623
  "name": "HTMLAttributes"
7503
7624
  },
7504
7625
  "declarations": [
7505
7626
  {
7506
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7627
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7507
7628
  "name": "HTMLAttributes"
7508
7629
  }
7509
7630
  ],
@@ -7517,12 +7638,12 @@
7517
7638
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7518
7639
  "name": "ref",
7519
7640
  "parent": {
7520
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7641
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7521
7642
  "name": "RefAttributes"
7522
7643
  },
7523
7644
  "declarations": [
7524
7645
  {
7525
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7646
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7526
7647
  "name": "RefAttributes"
7527
7648
  }
7528
7649
  ],
@@ -7563,12 +7684,12 @@
7563
7684
  "description": "",
7564
7685
  "name": "className",
7565
7686
  "parent": {
7566
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7687
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7567
7688
  "name": "HTMLAttributes"
7568
7689
  },
7569
7690
  "declarations": [
7570
7691
  {
7571
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7692
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7572
7693
  "name": "HTMLAttributes"
7573
7694
  }
7574
7695
  ],
@@ -7582,12 +7703,12 @@
7582
7703
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7583
7704
  "name": "ref",
7584
7705
  "parent": {
7585
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7706
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7586
7707
  "name": "RefAttributes"
7587
7708
  },
7588
7709
  "declarations": [
7589
7710
  {
7590
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7711
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7591
7712
  "name": "RefAttributes"
7592
7713
  }
7593
7714
  ],
@@ -7705,7 +7826,7 @@
7705
7826
  "defaultValue": {
7706
7827
  "value": "false"
7707
7828
  },
7708
- "description": "Disable expansio",
7829
+ "description": "Disable expansion. shadeOnHover will not be visible.",
7709
7830
  "name": "expansionDisabled",
7710
7831
  "parent": {
7711
7832
  "fileName": "src/table/ExpandableRow.tsx",
@@ -7722,6 +7843,27 @@
7722
7843
  "name": "boolean"
7723
7844
  }
7724
7845
  },
7846
+ "expandOnRowClick": {
7847
+ "defaultValue": {
7848
+ "value": "false"
7849
+ },
7850
+ "description": "Makes the whole row clickable",
7851
+ "name": "expandOnRowClick",
7852
+ "parent": {
7853
+ "fileName": "src/table/ExpandableRow.tsx",
7854
+ "name": "ExpandableRowProps"
7855
+ },
7856
+ "declarations": [
7857
+ {
7858
+ "fileName": "src/table/ExpandableRow.tsx",
7859
+ "name": "ExpandableRowProps"
7860
+ }
7861
+ ],
7862
+ "required": false,
7863
+ "type": {
7864
+ "name": "boolean"
7865
+ }
7866
+ },
7725
7867
  "colSpan": {
7726
7868
  "defaultValue": {
7727
7869
  "value": "999"
@@ -7790,12 +7932,12 @@
7790
7932
  "description": "",
7791
7933
  "name": "className",
7792
7934
  "parent": {
7793
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7935
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7794
7936
  "name": "HTMLAttributes"
7795
7937
  },
7796
7938
  "declarations": [
7797
7939
  {
7798
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7940
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7799
7941
  "name": "HTMLAttributes"
7800
7942
  }
7801
7943
  ],
@@ -7809,12 +7951,12 @@
7809
7951
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7810
7952
  "name": "ref",
7811
7953
  "parent": {
7812
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7954
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7813
7955
  "name": "RefAttributes"
7814
7956
  },
7815
7957
  "declarations": [
7816
7958
  {
7817
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7959
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7818
7960
  "name": "RefAttributes"
7819
7961
  }
7820
7962
  ],
@@ -7834,12 +7976,12 @@
7834
7976
  "description": "",
7835
7977
  "name": "className",
7836
7978
  "parent": {
7837
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7979
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7838
7980
  "name": "HTMLAttributes"
7839
7981
  },
7840
7982
  "declarations": [
7841
7983
  {
7842
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7984
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7843
7985
  "name": "HTMLAttributes"
7844
7986
  }
7845
7987
  ],
@@ -7853,12 +7995,12 @@
7853
7995
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7854
7996
  "name": "ref",
7855
7997
  "parent": {
7856
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
7998
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7857
7999
  "name": "RefAttributes"
7858
8000
  },
7859
8001
  "declarations": [
7860
8002
  {
7861
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8003
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7862
8004
  "name": "RefAttributes"
7863
8005
  }
7864
8006
  ],
@@ -7918,12 +8060,12 @@
7918
8060
  "description": "",
7919
8061
  "name": "className",
7920
8062
  "parent": {
7921
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8063
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7922
8064
  "name": "HTMLAttributes"
7923
8065
  },
7924
8066
  "declarations": [
7925
8067
  {
7926
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8068
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7927
8069
  "name": "HTMLAttributes"
7928
8070
  }
7929
8071
  ],
@@ -7937,12 +8079,12 @@
7937
8079
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
7938
8080
  "name": "ref",
7939
8081
  "parent": {
7940
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8082
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7941
8083
  "name": "RefAttributes"
7942
8084
  },
7943
8085
  "declarations": [
7944
8086
  {
7945
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8087
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
7946
8088
  "name": "RefAttributes"
7947
8089
  }
7948
8090
  ],
@@ -8004,12 +8146,12 @@
8004
8146
  "description": "",
8005
8147
  "name": "className",
8006
8148
  "parent": {
8007
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8149
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8008
8150
  "name": "HTMLAttributes"
8009
8151
  },
8010
8152
  "declarations": [
8011
8153
  {
8012
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8154
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8013
8155
  "name": "HTMLAttributes"
8014
8156
  }
8015
8157
  ],
@@ -8023,12 +8165,12 @@
8023
8165
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8024
8166
  "name": "ref",
8025
8167
  "parent": {
8026
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8168
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8027
8169
  "name": "RefAttributes"
8028
8170
  },
8029
8171
  "declarations": [
8030
8172
  {
8031
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8173
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8032
8174
  "name": "RefAttributes"
8033
8175
  }
8034
8176
  ],
@@ -8047,7 +8189,7 @@
8047
8189
  "defaultValue": {
8048
8190
  "value": "\"medium\""
8049
8191
  },
8050
- "description": "Changes padding",
8192
+ "description": "Changes padding around Cells",
8051
8193
  "name": "size",
8052
8194
  "parent": {
8053
8195
  "fileName": "src/table/Table.tsx",
@@ -8061,7 +8203,7 @@
8061
8203
  ],
8062
8204
  "required": false,
8063
8205
  "type": {
8064
- "name": "\"medium\" | \"small\""
8206
+ "name": "\"large\" | \"medium\" | \"small\""
8065
8207
  }
8066
8208
  },
8067
8209
  "zebraStripes": {
@@ -8128,12 +8270,12 @@
8128
8270
  "description": "",
8129
8271
  "name": "className",
8130
8272
  "parent": {
8131
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8273
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8132
8274
  "name": "HTMLAttributes"
8133
8275
  },
8134
8276
  "declarations": [
8135
8277
  {
8136
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8278
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8137
8279
  "name": "HTMLAttributes"
8138
8280
  }
8139
8281
  ],
@@ -8147,12 +8289,12 @@
8147
8289
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8148
8290
  "name": "ref",
8149
8291
  "parent": {
8150
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8292
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8151
8293
  "name": "RefAttributes"
8152
8294
  },
8153
8295
  "declarations": [
8154
8296
  {
8155
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8297
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8156
8298
  "name": "RefAttributes"
8157
8299
  }
8158
8300
  ],
@@ -8229,12 +8371,12 @@
8229
8371
  "description": "",
8230
8372
  "name": "className",
8231
8373
  "parent": {
8232
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8374
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8233
8375
  "name": "HTMLAttributes"
8234
8376
  },
8235
8377
  "declarations": [
8236
8378
  {
8237
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8379
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8238
8380
  "name": "HTMLAttributes"
8239
8381
  }
8240
8382
  ],
@@ -8248,12 +8390,12 @@
8248
8390
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8249
8391
  "name": "ref",
8250
8392
  "parent": {
8251
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8393
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8252
8394
  "name": "RefAttributes"
8253
8395
  },
8254
8396
  "declarations": [
8255
8397
  {
8256
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8398
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8257
8399
  "name": "RefAttributes"
8258
8400
  }
8259
8401
  ],
@@ -8292,12 +8434,12 @@
8292
8434
  "description": "",
8293
8435
  "name": "className",
8294
8436
  "parent": {
8295
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8437
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8296
8438
  "name": "HTMLAttributes"
8297
8439
  },
8298
8440
  "declarations": [
8299
8441
  {
8300
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8442
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8301
8443
  "name": "HTMLAttributes"
8302
8444
  }
8303
8445
  ],
@@ -8311,12 +8453,12 @@
8311
8453
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8312
8454
  "name": "ref",
8313
8455
  "parent": {
8314
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8456
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8315
8457
  "name": "RefAttributes"
8316
8458
  },
8317
8459
  "declarations": [
8318
8460
  {
8319
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8461
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8320
8462
  "name": "RefAttributes"
8321
8463
  }
8322
8464
  ],
@@ -8374,12 +8516,12 @@
8374
8516
  "description": "",
8375
8517
  "name": "className",
8376
8518
  "parent": {
8377
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8519
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8378
8520
  "name": "HTMLAttributes"
8379
8521
  },
8380
8522
  "declarations": [
8381
8523
  {
8382
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8524
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8383
8525
  "name": "HTMLAttributes"
8384
8526
  }
8385
8527
  ],
@@ -8393,12 +8535,12 @@
8393
8535
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8394
8536
  "name": "ref",
8395
8537
  "parent": {
8396
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8538
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8397
8539
  "name": "RefAttributes"
8398
8540
  },
8399
8541
  "declarations": [
8400
8542
  {
8401
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8543
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8402
8544
  "name": "RefAttributes"
8403
8545
  }
8404
8546
  ],
@@ -8559,12 +8701,12 @@
8559
8701
  "description": "",
8560
8702
  "name": "className",
8561
8703
  "parent": {
8562
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8704
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8563
8705
  "name": "HTMLAttributes"
8564
8706
  },
8565
8707
  "declarations": [
8566
8708
  {
8567
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8709
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8568
8710
  "name": "HTMLAttributes"
8569
8711
  }
8570
8712
  ],
@@ -8578,12 +8720,12 @@
8578
8720
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8579
8721
  "name": "ref",
8580
8722
  "parent": {
8581
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8723
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8582
8724
  "name": "RefAttributes"
8583
8725
  },
8584
8726
  "declarations": [
8585
8727
  {
8586
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8728
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8587
8729
  "name": "RefAttributes"
8588
8730
  }
8589
8731
  ],
@@ -8643,12 +8785,12 @@
8643
8785
  "description": "",
8644
8786
  "name": "className",
8645
8787
  "parent": {
8646
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8788
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8647
8789
  "name": "HTMLAttributes"
8648
8790
  },
8649
8791
  "declarations": [
8650
8792
  {
8651
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8793
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8652
8794
  "name": "HTMLAttributes"
8653
8795
  }
8654
8796
  ],
@@ -8662,12 +8804,12 @@
8662
8804
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8663
8805
  "name": "ref",
8664
8806
  "parent": {
8665
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8807
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8666
8808
  "name": "RefAttributes"
8667
8809
  },
8668
8810
  "declarations": [
8669
8811
  {
8670
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8812
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8671
8813
  "name": "RefAttributes"
8672
8814
  }
8673
8815
  ],
@@ -8746,12 +8888,12 @@
8746
8888
  "description": "",
8747
8889
  "name": "className",
8748
8890
  "parent": {
8749
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8891
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8750
8892
  "name": "HTMLAttributes"
8751
8893
  },
8752
8894
  "declarations": [
8753
8895
  {
8754
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8896
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8755
8897
  "name": "HTMLAttributes"
8756
8898
  }
8757
8899
  ],
@@ -8765,12 +8907,12 @@
8765
8907
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8766
8908
  "name": "ref",
8767
8909
  "parent": {
8768
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8910
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8769
8911
  "name": "RefAttributes"
8770
8912
  },
8771
8913
  "declarations": [
8772
8914
  {
8773
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
8915
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8774
8916
  "name": "RefAttributes"
8775
8917
  }
8776
8918
  ],
@@ -8868,12 +9010,12 @@
8868
9010
  "description": "",
8869
9011
  "name": "className",
8870
9012
  "parent": {
8871
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9013
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8872
9014
  "name": "HTMLAttributes"
8873
9015
  },
8874
9016
  "declarations": [
8875
9017
  {
8876
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9018
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8877
9019
  "name": "HTMLAttributes"
8878
9020
  }
8879
9021
  ],
@@ -8952,12 +9094,12 @@
8952
9094
  "description": "",
8953
9095
  "name": "className",
8954
9096
  "parent": {
8955
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9097
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8956
9098
  "name": "HTMLAttributes"
8957
9099
  },
8958
9100
  "declarations": [
8959
9101
  {
8960
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9102
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8961
9103
  "name": "HTMLAttributes"
8962
9104
  }
8963
9105
  ],
@@ -8971,12 +9113,12 @@
8971
9113
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
8972
9114
  "name": "ref",
8973
9115
  "parent": {
8974
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9116
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8975
9117
  "name": "RefAttributes"
8976
9118
  },
8977
9119
  "declarations": [
8978
9120
  {
8979
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9121
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
8980
9122
  "name": "RefAttributes"
8981
9123
  }
8982
9124
  ],
@@ -9133,12 +9275,12 @@
9133
9275
  "description": "",
9134
9276
  "name": "className",
9135
9277
  "parent": {
9136
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9278
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9137
9279
  "name": "HTMLAttributes"
9138
9280
  },
9139
9281
  "declarations": [
9140
9282
  {
9141
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9283
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9142
9284
  "name": "HTMLAttributes"
9143
9285
  }
9144
9286
  ],
@@ -9152,12 +9294,12 @@
9152
9294
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9153
9295
  "name": "ref",
9154
9296
  "parent": {
9155
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9297
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9156
9298
  "name": "RefAttributes"
9157
9299
  },
9158
9300
  "declarations": [
9159
9301
  {
9160
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9302
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9161
9303
  "name": "RefAttributes"
9162
9304
  }
9163
9305
  ],
@@ -9215,12 +9357,12 @@
9215
9357
  "description": "",
9216
9358
  "name": "className",
9217
9359
  "parent": {
9218
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9360
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9219
9361
  "name": "HTMLAttributes"
9220
9362
  },
9221
9363
  "declarations": [
9222
9364
  {
9223
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9365
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9224
9366
  "name": "HTMLAttributes"
9225
9367
  }
9226
9368
  ],
@@ -9234,12 +9376,12 @@
9234
9376
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9235
9377
  "name": "ref",
9236
9378
  "parent": {
9237
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9379
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9238
9380
  "name": "RefAttributes"
9239
9381
  },
9240
9382
  "declarations": [
9241
9383
  {
9242
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9384
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9243
9385
  "name": "RefAttributes"
9244
9386
  }
9245
9387
  ],
@@ -9461,12 +9603,12 @@
9461
9603
  "description": "",
9462
9604
  "name": "className",
9463
9605
  "parent": {
9464
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9606
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9465
9607
  "name": "HTMLAttributes"
9466
9608
  },
9467
9609
  "declarations": [
9468
9610
  {
9469
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9611
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9470
9612
  "name": "HTMLAttributes"
9471
9613
  }
9472
9614
  ],
@@ -9480,12 +9622,12 @@
9480
9622
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9481
9623
  "name": "ref",
9482
9624
  "parent": {
9483
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9625
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9484
9626
  "name": "RefAttributes"
9485
9627
  },
9486
9628
  "declarations": [
9487
9629
  {
9488
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9630
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9489
9631
  "name": "RefAttributes"
9490
9632
  }
9491
9633
  ],
@@ -9564,12 +9706,12 @@
9564
9706
  "description": "",
9565
9707
  "name": "className",
9566
9708
  "parent": {
9567
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9709
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9568
9710
  "name": "HTMLAttributes"
9569
9711
  },
9570
9712
  "declarations": [
9571
9713
  {
9572
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9714
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9573
9715
  "name": "HTMLAttributes"
9574
9716
  }
9575
9717
  ],
@@ -9583,12 +9725,12 @@
9583
9725
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9584
9726
  "name": "ref",
9585
9727
  "parent": {
9586
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9728
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9587
9729
  "name": "RefAttributes"
9588
9730
  },
9589
9731
  "declarations": [
9590
9732
  {
9591
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9733
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9592
9734
  "name": "RefAttributes"
9593
9735
  }
9594
9736
  ],
@@ -9667,12 +9809,12 @@
9667
9809
  "description": "",
9668
9810
  "name": "className",
9669
9811
  "parent": {
9670
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9812
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9671
9813
  "name": "HTMLAttributes"
9672
9814
  },
9673
9815
  "declarations": [
9674
9816
  {
9675
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9817
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9676
9818
  "name": "HTMLAttributes"
9677
9819
  }
9678
9820
  ],
@@ -9686,12 +9828,12 @@
9686
9828
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9687
9829
  "name": "ref",
9688
9830
  "parent": {
9689
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9831
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9690
9832
  "name": "RefAttributes"
9691
9833
  },
9692
9834
  "declarations": [
9693
9835
  {
9694
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9836
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9695
9837
  "name": "RefAttributes"
9696
9838
  }
9697
9839
  ],
@@ -9789,12 +9931,12 @@
9789
9931
  "description": "",
9790
9932
  "name": "className",
9791
9933
  "parent": {
9792
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9934
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9793
9935
  "name": "HTMLAttributes"
9794
9936
  },
9795
9937
  "declarations": [
9796
9938
  {
9797
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9939
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9798
9940
  "name": "HTMLAttributes"
9799
9941
  }
9800
9942
  ],
@@ -9808,12 +9950,12 @@
9808
9950
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9809
9951
  "name": "ref",
9810
9952
  "parent": {
9811
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9953
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9812
9954
  "name": "RefAttributes"
9813
9955
  },
9814
9956
  "declarations": [
9815
9957
  {
9816
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
9958
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9817
9959
  "name": "RefAttributes"
9818
9960
  }
9819
9961
  ],
@@ -9892,12 +10034,12 @@
9892
10034
  "description": "",
9893
10035
  "name": "className",
9894
10036
  "parent": {
9895
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10037
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9896
10038
  "name": "HTMLAttributes"
9897
10039
  },
9898
10040
  "declarations": [
9899
10041
  {
9900
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10042
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9901
10043
  "name": "HTMLAttributes"
9902
10044
  }
9903
10045
  ],
@@ -9911,12 +10053,12 @@
9911
10053
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
9912
10054
  "name": "ref",
9913
10055
  "parent": {
9914
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10056
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9915
10057
  "name": "RefAttributes"
9916
10058
  },
9917
10059
  "declarations": [
9918
10060
  {
9919
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10061
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
9920
10062
  "name": "RefAttributes"
9921
10063
  }
9922
10064
  ],
@@ -10016,12 +10158,12 @@
10016
10158
  "description": "",
10017
10159
  "name": "className",
10018
10160
  "parent": {
10019
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10161
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10020
10162
  "name": "HTMLAttributes"
10021
10163
  },
10022
10164
  "declarations": [
10023
10165
  {
10024
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10166
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10025
10167
  "name": "HTMLAttributes"
10026
10168
  }
10027
10169
  ],
@@ -10035,12 +10177,12 @@
10035
10177
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10036
10178
  "name": "ref",
10037
10179
  "parent": {
10038
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10180
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10039
10181
  "name": "RefAttributes"
10040
10182
  },
10041
10183
  "declarations": [
10042
10184
  {
10043
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10185
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10044
10186
  "name": "RefAttributes"
10045
10187
  }
10046
10188
  ],
@@ -10098,12 +10240,12 @@
10098
10240
  "description": "",
10099
10241
  "name": "className",
10100
10242
  "parent": {
10101
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10243
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10102
10244
  "name": "HTMLAttributes"
10103
10245
  },
10104
10246
  "declarations": [
10105
10247
  {
10106
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10248
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10107
10249
  "name": "HTMLAttributes"
10108
10250
  }
10109
10251
  ],
@@ -10117,12 +10259,12 @@
10117
10259
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10118
10260
  "name": "ref",
10119
10261
  "parent": {
10120
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10262
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10121
10263
  "name": "RefAttributes"
10122
10264
  },
10123
10265
  "declarations": [
10124
10266
  {
10125
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10267
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10126
10268
  "name": "RefAttributes"
10127
10269
  }
10128
10270
  ],
@@ -10201,12 +10343,12 @@
10201
10343
  "description": "",
10202
10344
  "name": "className",
10203
10345
  "parent": {
10204
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10346
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10205
10347
  "name": "HTMLAttributes"
10206
10348
  },
10207
10349
  "declarations": [
10208
10350
  {
10209
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10351
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10210
10352
  "name": "HTMLAttributes"
10211
10353
  }
10212
10354
  ],
@@ -10220,12 +10362,12 @@
10220
10362
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10221
10363
  "name": "ref",
10222
10364
  "parent": {
10223
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10365
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10224
10366
  "name": "RefAttributes"
10225
10367
  },
10226
10368
  "declarations": [
10227
10369
  {
10228
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10370
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10229
10371
  "name": "RefAttributes"
10230
10372
  }
10231
10373
  ],
@@ -10325,12 +10467,12 @@
10325
10467
  "description": "",
10326
10468
  "name": "className",
10327
10469
  "parent": {
10328
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10470
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10329
10471
  "name": "HTMLAttributes"
10330
10472
  },
10331
10473
  "declarations": [
10332
10474
  {
10333
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10475
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10334
10476
  "name": "HTMLAttributes"
10335
10477
  }
10336
10478
  ],
@@ -10390,12 +10532,12 @@
10390
10532
  "description": "",
10391
10533
  "name": "className",
10392
10534
  "parent": {
10393
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10535
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10394
10536
  "name": "HTMLAttributes"
10395
10537
  },
10396
10538
  "declarations": [
10397
10539
  {
10398
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10540
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10399
10541
  "name": "HTMLAttributes"
10400
10542
  }
10401
10543
  ],
@@ -10409,12 +10551,12 @@
10409
10551
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
10410
10552
  "name": "ref",
10411
10553
  "parent": {
10412
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10554
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10413
10555
  "name": "RefAttributes"
10414
10556
  },
10415
10557
  "declarations": [
10416
10558
  {
10417
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
10559
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
10418
10560
  "name": "RefAttributes"
10419
10561
  }
10420
10562
  ],
@@ -10751,9 +10893,9 @@
10751
10893
  },
10752
10894
  "strategy": {
10753
10895
  "defaultValue": {
10754
- "value": "\"absolute\""
10896
+ "value": "See Popover"
10755
10897
  },
10756
- "description": "Avoid using if possible!\nChanges what CSS position property to use\nYou want to use \"fixed\" if parent wrapper has position relative, but you want popover to escape",
10898
+ "description": "Avoid using if possible!\nChanges what CSS position property to use.\nYou want to use \"fixed\" if parent wrapper has position relative, but you want popover to escape",
10757
10899
  "name": "strategy",
10758
10900
  "parent": {
10759
10901
  "fileName": "src/date/datepicker/DatePicker.tsx",
@@ -11247,12 +11389,12 @@
11247
11389
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
11248
11390
  "name": "ref",
11249
11391
  "parent": {
11250
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
11392
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
11251
11393
  "name": "RefAttributes"
11252
11394
  },
11253
11395
  "declarations": [
11254
11396
  {
11255
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
11397
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
11256
11398
  "name": "RefAttributes"
11257
11399
  }
11258
11400
  ],
@@ -12819,12 +12961,12 @@
12819
12961
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
12820
12962
  "name": "ref",
12821
12963
  "parent": {
12822
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
12964
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12823
12965
  "name": "RefAttributes"
12824
12966
  },
12825
12967
  "declarations": [
12826
12968
  {
12827
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
12969
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12828
12970
  "name": "RefAttributes"
12829
12971
  }
12830
12972
  ],
@@ -12844,12 +12986,12 @@
12844
12986
  "description": "",
12845
12987
  "name": "className",
12846
12988
  "parent": {
12847
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
12989
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12848
12990
  "name": "HTMLAttributes"
12849
12991
  },
12850
12992
  "declarations": [
12851
12993
  {
12852
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
12994
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12853
12995
  "name": "HTMLAttributes"
12854
12996
  }
12855
12997
  ],
@@ -12863,12 +13005,12 @@
12863
13005
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
12864
13006
  "name": "ref",
12865
13007
  "parent": {
12866
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13008
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12867
13009
  "name": "RefAttributes"
12868
13010
  },
12869
13011
  "declarations": [
12870
13012
  {
12871
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13013
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12872
13014
  "name": "RefAttributes"
12873
13015
  }
12874
13016
  ],
@@ -12966,12 +13108,12 @@
12966
13108
  "description": "",
12967
13109
  "name": "className",
12968
13110
  "parent": {
12969
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13111
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12970
13112
  "name": "HTMLAttributes"
12971
13113
  },
12972
13114
  "declarations": [
12973
13115
  {
12974
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13116
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12975
13117
  "name": "HTMLAttributes"
12976
13118
  }
12977
13119
  ],
@@ -12985,12 +13127,12 @@
12985
13127
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
12986
13128
  "name": "ref",
12987
13129
  "parent": {
12988
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13130
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12989
13131
  "name": "RefAttributes"
12990
13132
  },
12991
13133
  "declarations": [
12992
13134
  {
12993
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13135
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
12994
13136
  "name": "RefAttributes"
12995
13137
  }
12996
13138
  ],
@@ -13240,12 +13382,12 @@
13240
13382
  "description": "",
13241
13383
  "name": "className",
13242
13384
  "parent": {
13243
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13385
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13244
13386
  "name": "HTMLAttributes"
13245
13387
  },
13246
13388
  "declarations": [
13247
13389
  {
13248
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13390
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13249
13391
  "name": "HTMLAttributes"
13250
13392
  }
13251
13393
  ],
@@ -13259,12 +13401,12 @@
13259
13401
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13260
13402
  "name": "ref",
13261
13403
  "parent": {
13262
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13404
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13263
13405
  "name": "RefAttributes"
13264
13406
  },
13265
13407
  "declarations": [
13266
13408
  {
13267
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13409
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13268
13410
  "name": "RefAttributes"
13269
13411
  }
13270
13412
  ],
@@ -13497,12 +13639,12 @@
13497
13639
  "description": "",
13498
13640
  "name": "className",
13499
13641
  "parent": {
13500
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13642
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13501
13643
  "name": "HTMLAttributes"
13502
13644
  },
13503
13645
  "declarations": [
13504
13646
  {
13505
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13647
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13506
13648
  "name": "HTMLAttributes"
13507
13649
  }
13508
13650
  ],
@@ -13516,12 +13658,12 @@
13516
13658
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13517
13659
  "name": "ref",
13518
13660
  "parent": {
13519
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13661
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13520
13662
  "name": "RefAttributes"
13521
13663
  },
13522
13664
  "declarations": [
13523
13665
  {
13524
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13666
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13525
13667
  "name": "RefAttributes"
13526
13668
  }
13527
13669
  ],
@@ -13809,12 +13951,12 @@
13809
13951
  "description": "",
13810
13952
  "name": "className",
13811
13953
  "parent": {
13812
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13954
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13813
13955
  "name": "HTMLAttributes"
13814
13956
  },
13815
13957
  "declarations": [
13816
13958
  {
13817
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13959
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13818
13960
  "name": "HTMLAttributes"
13819
13961
  }
13820
13962
  ],
@@ -13828,12 +13970,12 @@
13828
13970
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
13829
13971
  "name": "ref",
13830
13972
  "parent": {
13831
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13973
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13832
13974
  "name": "RefAttributes"
13833
13975
  },
13834
13976
  "declarations": [
13835
13977
  {
13836
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
13978
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13837
13979
  "name": "RefAttributes"
13838
13980
  }
13839
13981
  ],
@@ -13891,12 +14033,12 @@
13891
14033
  "description": "",
13892
14034
  "name": "className",
13893
14035
  "parent": {
13894
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14036
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13895
14037
  "name": "HTMLAttributes"
13896
14038
  },
13897
14039
  "declarations": [
13898
14040
  {
13899
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14041
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13900
14042
  "name": "HTMLAttributes"
13901
14043
  }
13902
14044
  ],
@@ -13973,12 +14115,12 @@
13973
14115
  "description": "",
13974
14116
  "name": "className",
13975
14117
  "parent": {
13976
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14118
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13977
14119
  "name": "HTMLAttributes"
13978
14120
  },
13979
14121
  "declarations": [
13980
14122
  {
13981
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14123
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
13982
14124
  "name": "HTMLAttributes"
13983
14125
  }
13984
14126
  ],
@@ -14219,7 +14361,7 @@
14219
14361
  },
14220
14362
  "onToggleSelected": {
14221
14363
  "defaultValue": null,
14222
- "description": "Callback function triggered whenever an option is selected or de-selected\n@param option\n@param isSelected\n@returns",
14364
+ "description": "Callback function triggered whenever an option is selected or de-selected\n@param option\n@param isSelected - Whether the option has been selected or unselected\n@param isCustomOption - Whether the option comes from user input, instead of from the list\n@returns",
14223
14365
  "name": "onToggleSelected",
14224
14366
  "parent": {
14225
14367
  "fileName": "react/src/form/combobox/types.ts",
@@ -14233,7 +14375,7 @@
14233
14375
  ],
14234
14376
  "required": false,
14235
14377
  "type": {
14236
- "name": "((option: string, isSelected: boolean) => void)"
14378
+ "name": "((option: string, isSelected: boolean, isCustomOption: boolean) => void)"
14237
14379
  }
14238
14380
  },
14239
14381
  "selectedOptions": {
@@ -14401,12 +14543,12 @@
14401
14543
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
14402
14544
  "name": "ref",
14403
14545
  "parent": {
14404
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14546
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14405
14547
  "name": "RefAttributes"
14406
14548
  },
14407
14549
  "declarations": [
14408
14550
  {
14409
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
14551
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14410
14552
  "name": "RefAttributes"
14411
14553
  }
14412
14554
  ],
@@ -14648,7 +14790,7 @@
14648
14790
  ],
14649
14791
  "required": false,
14650
14792
  "type": {
14651
- "name": "((event: ChangeEvent<HTMLInputElement>) => void)"
14793
+ "name": "((event: ChangeEvent<HTMLInputElement> | null, value?: string) => void)"
14652
14794
  }
14653
14795
  },
14654
14796
  "onClear": {
@@ -14672,7 +14814,7 @@
14672
14814
  },
14673
14815
  "onToggleSelected": {
14674
14816
  "defaultValue": null,
14675
- "description": "Callback function triggered whenever an option is selected or de-selected\n@param option\n@param isSelected\n@returns",
14817
+ "description": "Callback function triggered whenever an option is selected or de-selected\n@param option\n@param isSelected - Whether the option has been selected or unselected\n@param isCustomOption - Whether the option comes from user input, instead of from the list\n@returns",
14676
14818
  "name": "onToggleSelected",
14677
14819
  "parent": {
14678
14820
  "fileName": "react/src/form/combobox/types.ts",
@@ -14686,7 +14828,7 @@
14686
14828
  ],
14687
14829
  "required": false,
14688
14830
  "type": {
14689
- "name": "((option: string, isSelected: boolean) => void)"
14831
+ "name": "((option: string, isSelected: boolean, isCustomOption: boolean) => void)"
14690
14832
  }
14691
14833
  },
14692
14834
  "selectedOptions": {
@@ -14949,12 +15091,12 @@
14949
15091
  "description": "",
14950
15092
  "name": "className",
14951
15093
  "parent": {
14952
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15094
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14953
15095
  "name": "HTMLAttributes"
14954
15096
  },
14955
15097
  "declarations": [
14956
15098
  {
14957
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15099
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14958
15100
  "name": "HTMLAttributes"
14959
15101
  }
14960
15102
  ],
@@ -14968,12 +15110,12 @@
14968
15110
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
14969
15111
  "name": "ref",
14970
15112
  "parent": {
14971
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15113
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14972
15114
  "name": "RefAttributes"
14973
15115
  },
14974
15116
  "declarations": [
14975
15117
  {
14976
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15118
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
14977
15119
  "name": "RefAttributes"
14978
15120
  }
14979
15121
  ],
@@ -15108,12 +15250,12 @@
15108
15250
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15109
15251
  "name": "ref",
15110
15252
  "parent": {
15111
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15253
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15112
15254
  "name": "RefAttributes"
15113
15255
  },
15114
15256
  "declarations": [
15115
15257
  {
15116
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15258
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15117
15259
  "name": "RefAttributes"
15118
15260
  }
15119
15261
  ],
@@ -15218,12 +15360,12 @@
15218
15360
  "description": "",
15219
15361
  "name": "className",
15220
15362
  "parent": {
15221
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15363
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15222
15364
  "name": "HTMLAttributes"
15223
15365
  },
15224
15366
  "declarations": [
15225
15367
  {
15226
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15368
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15227
15369
  "name": "HTMLAttributes"
15228
15370
  }
15229
15371
  ],
@@ -15237,12 +15379,12 @@
15237
15379
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15238
15380
  "name": "ref",
15239
15381
  "parent": {
15240
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15382
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15241
15383
  "name": "RefAttributes"
15242
15384
  },
15243
15385
  "declarations": [
15244
15386
  {
15245
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15387
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15246
15388
  "name": "RefAttributes"
15247
15389
  }
15248
15390
  ],
@@ -15300,12 +15442,12 @@
15300
15442
  "description": "",
15301
15443
  "name": "className",
15302
15444
  "parent": {
15303
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15445
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15304
15446
  "name": "HTMLAttributes"
15305
15447
  },
15306
15448
  "declarations": [
15307
15449
  {
15308
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15450
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15309
15451
  "name": "HTMLAttributes"
15310
15452
  }
15311
15453
  ],
@@ -15319,12 +15461,12 @@
15319
15461
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15320
15462
  "name": "ref",
15321
15463
  "parent": {
15322
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15464
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15323
15465
  "name": "RefAttributes"
15324
15466
  },
15325
15467
  "declarations": [
15326
15468
  {
15327
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15469
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15328
15470
  "name": "RefAttributes"
15329
15471
  }
15330
15472
  ],
@@ -15458,12 +15600,12 @@
15458
15600
  "description": "",
15459
15601
  "name": "className",
15460
15602
  "parent": {
15461
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15603
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15462
15604
  "name": "HTMLAttributes"
15463
15605
  },
15464
15606
  "declarations": [
15465
15607
  {
15466
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15608
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15467
15609
  "name": "HTMLAttributes"
15468
15610
  }
15469
15611
  ],
@@ -15477,12 +15619,12 @@
15477
15619
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15478
15620
  "name": "ref",
15479
15621
  "parent": {
15480
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15622
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15481
15623
  "name": "RefAttributes"
15482
15624
  },
15483
15625
  "declarations": [
15484
15626
  {
15485
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15627
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15486
15628
  "name": "RefAttributes"
15487
15629
  }
15488
15630
  ],
@@ -15808,12 +15950,12 @@
15808
15950
  "description": "",
15809
15951
  "name": "className",
15810
15952
  "parent": {
15811
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15953
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15812
15954
  "name": "HTMLAttributes"
15813
15955
  },
15814
15956
  "declarations": [
15815
15957
  {
15816
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15958
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15817
15959
  "name": "HTMLAttributes"
15818
15960
  }
15819
15961
  ],
@@ -15827,12 +15969,12 @@
15827
15969
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
15828
15970
  "name": "ref",
15829
15971
  "parent": {
15830
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15972
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15831
15973
  "name": "RefAttributes"
15832
15974
  },
15833
15975
  "declarations": [
15834
15976
  {
15835
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
15977
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
15836
15978
  "name": "RefAttributes"
15837
15979
  }
15838
15980
  ],
@@ -16145,12 +16287,12 @@
16145
16287
  "description": "",
16146
16288
  "name": "className",
16147
16289
  "parent": {
16148
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16290
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16149
16291
  "name": "HTMLAttributes"
16150
16292
  },
16151
16293
  "declarations": [
16152
16294
  {
16153
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16295
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16154
16296
  "name": "HTMLAttributes"
16155
16297
  }
16156
16298
  ],
@@ -16164,12 +16306,12 @@
16164
16306
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16165
16307
  "name": "ref",
16166
16308
  "parent": {
16167
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16309
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16168
16310
  "name": "RefAttributes"
16169
16311
  },
16170
16312
  "declarations": [
16171
16313
  {
16172
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16314
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16173
16315
  "name": "RefAttributes"
16174
16316
  }
16175
16317
  ],
@@ -16288,12 +16430,12 @@
16288
16430
  "description": "",
16289
16431
  "name": "className",
16290
16432
  "parent": {
16291
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16433
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16292
16434
  "name": "HTMLAttributes"
16293
16435
  },
16294
16436
  "declarations": [
16295
16437
  {
16296
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16438
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16297
16439
  "name": "HTMLAttributes"
16298
16440
  }
16299
16441
  ],
@@ -16307,12 +16449,12 @@
16307
16449
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16308
16450
  "name": "ref",
16309
16451
  "parent": {
16310
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16452
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16311
16453
  "name": "RefAttributes"
16312
16454
  },
16313
16455
  "declarations": [
16314
16456
  {
16315
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
16457
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16316
16458
  "name": "RefAttributes"
16317
16459
  }
16318
16460
  ],
@@ -16323,6 +16465,518 @@
16323
16465
  }
16324
16466
  }
16325
16467
  },
16468
+ {
16469
+ "filePath": "src/layout/content-container/ContentContainer.tsx",
16470
+ "displayName": "ContentContainer",
16471
+ "props": {
16472
+ "children": {
16473
+ "defaultValue": null,
16474
+ "description": "ContentContainer content",
16475
+ "name": "children",
16476
+ "parent": {
16477
+ "fileName": "src/layout/content-container/ContentContainer.tsx",
16478
+ "name": "ContentContainerProps"
16479
+ },
16480
+ "declarations": [
16481
+ {
16482
+ "fileName": "src/layout/content-container/ContentContainer.tsx",
16483
+ "name": "ContentContainerProps"
16484
+ }
16485
+ ],
16486
+ "required": true,
16487
+ "type": {
16488
+ "name": "ReactNode"
16489
+ }
16490
+ },
16491
+ "className": {
16492
+ "defaultValue": null,
16493
+ "description": "",
16494
+ "name": "className",
16495
+ "parent": {
16496
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16497
+ "name": "HTMLAttributes"
16498
+ },
16499
+ "declarations": [
16500
+ {
16501
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16502
+ "name": "HTMLAttributes"
16503
+ }
16504
+ ],
16505
+ "required": false,
16506
+ "type": {
16507
+ "name": "string"
16508
+ }
16509
+ },
16510
+ "ref": {
16511
+ "defaultValue": null,
16512
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16513
+ "name": "ref",
16514
+ "parent": {
16515
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16516
+ "name": "RefAttributes"
16517
+ },
16518
+ "declarations": [
16519
+ {
16520
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16521
+ "name": "RefAttributes"
16522
+ }
16523
+ ],
16524
+ "required": false,
16525
+ "type": {
16526
+ "name": "Ref<HTMLDivElement>"
16527
+ }
16528
+ }
16529
+ }
16530
+ },
16531
+ {
16532
+ "filePath": "src/layout/grid/HGrid.tsx",
16533
+ "displayName": "HGrid",
16534
+ "props": {
16535
+ "columns": {
16536
+ "defaultValue": null,
16537
+ "description": "Number of columns to display. Can be a number, a string with a unit or tokens for spesific breakpoints.\nSets `grid-template-columns`, so `fr`, `minmax` etc. works.\n@example columns={{ sm: 1, md: 1, lg: \"1fr auto\", xl: \"1fr auto\"}}\n@example columns={3}\n@example columns=\"repeat(3, minmax(0, 1fr))\"",
16538
+ "name": "columns",
16539
+ "parent": {
16540
+ "fileName": "src/layout/grid/HGrid.tsx",
16541
+ "name": "HGridProps"
16542
+ },
16543
+ "declarations": [
16544
+ {
16545
+ "fileName": "src/layout/grid/HGrid.tsx",
16546
+ "name": "HGridProps"
16547
+ }
16548
+ ],
16549
+ "required": false,
16550
+ "type": {
16551
+ "name": "ResponsiveProp<string | number>"
16552
+ }
16553
+ },
16554
+ "gap": {
16555
+ "defaultValue": null,
16556
+ "description": "Spacing between columns. Based on spacing-tokens.\n@example gap=\"6\"\ngap={{ sm: \"2\", md: \"2\", lg: \"6\", xl: \"6\"}}",
16557
+ "name": "gap",
16558
+ "parent": {
16559
+ "fileName": "src/layout/grid/HGrid.tsx",
16560
+ "name": "HGridProps"
16561
+ },
16562
+ "declarations": [
16563
+ {
16564
+ "fileName": "src/layout/grid/HGrid.tsx",
16565
+ "name": "HGridProps"
16566
+ }
16567
+ ],
16568
+ "required": false,
16569
+ "type": {
16570
+ "name": "ResponsiveProp<SpacingScale>"
16571
+ }
16572
+ },
16573
+ "className": {
16574
+ "defaultValue": null,
16575
+ "description": "",
16576
+ "name": "className",
16577
+ "parent": {
16578
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16579
+ "name": "HTMLAttributes"
16580
+ },
16581
+ "declarations": [
16582
+ {
16583
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16584
+ "name": "HTMLAttributes"
16585
+ }
16586
+ ],
16587
+ "required": false,
16588
+ "type": {
16589
+ "name": "string"
16590
+ }
16591
+ },
16592
+ "ref": {
16593
+ "defaultValue": null,
16594
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16595
+ "name": "ref",
16596
+ "parent": {
16597
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16598
+ "name": "RefAttributes"
16599
+ },
16600
+ "declarations": [
16601
+ {
16602
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16603
+ "name": "RefAttributes"
16604
+ }
16605
+ ],
16606
+ "required": false,
16607
+ "type": {
16608
+ "name": "Ref<HTMLDivElement>"
16609
+ }
16610
+ }
16611
+ }
16612
+ },
16613
+ {
16614
+ "filePath": "src/layout/stack/HStack.tsx",
16615
+ "displayName": "HStack",
16616
+ "props": {
16617
+ "justify": {
16618
+ "defaultValue": null,
16619
+ "description": "Justify-content",
16620
+ "name": "justify",
16621
+ "parent": {
16622
+ "fileName": "react/src/layout/stack/Stack.tsx",
16623
+ "name": "StackProps"
16624
+ },
16625
+ "declarations": [
16626
+ {
16627
+ "fileName": "react/src/layout/stack/Stack.tsx",
16628
+ "name": "StackProps"
16629
+ }
16630
+ ],
16631
+ "required": false,
16632
+ "type": {
16633
+ "name": "\"start\" | \"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\""
16634
+ }
16635
+ },
16636
+ "align": {
16637
+ "defaultValue": null,
16638
+ "description": "Align-items",
16639
+ "name": "align",
16640
+ "parent": {
16641
+ "fileName": "react/src/layout/stack/Stack.tsx",
16642
+ "name": "StackProps"
16643
+ },
16644
+ "declarations": [
16645
+ {
16646
+ "fileName": "react/src/layout/stack/Stack.tsx",
16647
+ "name": "StackProps"
16648
+ }
16649
+ ],
16650
+ "required": false,
16651
+ "type": {
16652
+ "name": "\"start\" | \"center\" | \"end\" | \"baseline\" | \"stretch\""
16653
+ }
16654
+ },
16655
+ "wrap": {
16656
+ "defaultValue": null,
16657
+ "description": "flex-wrap",
16658
+ "name": "wrap",
16659
+ "parent": {
16660
+ "fileName": "react/src/layout/stack/Stack.tsx",
16661
+ "name": "StackProps"
16662
+ },
16663
+ "declarations": [
16664
+ {
16665
+ "fileName": "react/src/layout/stack/Stack.tsx",
16666
+ "name": "StackProps"
16667
+ }
16668
+ ],
16669
+ "required": false,
16670
+ "type": {
16671
+ "name": "boolean"
16672
+ }
16673
+ },
16674
+ "gap": {
16675
+ "defaultValue": null,
16676
+ "description": "@example gap='4'\ngap={{xs: '2', sm: '3', md: '4', lg: '5', xl: '6'}}",
16677
+ "name": "gap",
16678
+ "parent": {
16679
+ "fileName": "react/src/layout/stack/Stack.tsx",
16680
+ "name": "StackProps"
16681
+ },
16682
+ "declarations": [
16683
+ {
16684
+ "fileName": "react/src/layout/stack/Stack.tsx",
16685
+ "name": "StackProps"
16686
+ }
16687
+ ],
16688
+ "required": false,
16689
+ "type": {
16690
+ "name": "ResponsiveProp<SpacingScale>"
16691
+ }
16692
+ },
16693
+ "className": {
16694
+ "defaultValue": null,
16695
+ "description": "",
16696
+ "name": "className",
16697
+ "parent": {
16698
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16699
+ "name": "HTMLAttributes"
16700
+ },
16701
+ "declarations": [
16702
+ {
16703
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16704
+ "name": "HTMLAttributes"
16705
+ }
16706
+ ],
16707
+ "required": false,
16708
+ "type": {
16709
+ "name": "string"
16710
+ }
16711
+ },
16712
+ "ref": {
16713
+ "defaultValue": null,
16714
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16715
+ "name": "ref",
16716
+ "parent": {
16717
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16718
+ "name": "RefAttributes"
16719
+ },
16720
+ "declarations": [
16721
+ {
16722
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16723
+ "name": "RefAttributes"
16724
+ }
16725
+ ],
16726
+ "required": false,
16727
+ "type": {
16728
+ "name": "Ref<HTMLDivElement>"
16729
+ }
16730
+ }
16731
+ }
16732
+ },
16733
+ {
16734
+ "filePath": "src/layout/stack/Spacer.tsx",
16735
+ "displayName": "Spacer",
16736
+ "props": {}
16737
+ },
16738
+ {
16739
+ "filePath": "src/layout/stack/Stack.tsx",
16740
+ "displayName": "Stack",
16741
+ "props": {
16742
+ "justify": {
16743
+ "defaultValue": null,
16744
+ "description": "Justify-content",
16745
+ "name": "justify",
16746
+ "parent": {
16747
+ "fileName": "src/layout/stack/Stack.tsx",
16748
+ "name": "StackProps"
16749
+ },
16750
+ "declarations": [
16751
+ {
16752
+ "fileName": "src/layout/stack/Stack.tsx",
16753
+ "name": "StackProps"
16754
+ }
16755
+ ],
16756
+ "required": false,
16757
+ "type": {
16758
+ "name": "\"start\" | \"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\""
16759
+ }
16760
+ },
16761
+ "align": {
16762
+ "defaultValue": null,
16763
+ "description": "Align-items",
16764
+ "name": "align",
16765
+ "parent": {
16766
+ "fileName": "src/layout/stack/Stack.tsx",
16767
+ "name": "StackProps"
16768
+ },
16769
+ "declarations": [
16770
+ {
16771
+ "fileName": "src/layout/stack/Stack.tsx",
16772
+ "name": "StackProps"
16773
+ }
16774
+ ],
16775
+ "required": false,
16776
+ "type": {
16777
+ "name": "\"start\" | \"center\" | \"end\" | \"baseline\" | \"stretch\""
16778
+ }
16779
+ },
16780
+ "wrap": {
16781
+ "defaultValue": {
16782
+ "value": "true"
16783
+ },
16784
+ "description": "flex-wrap",
16785
+ "name": "wrap",
16786
+ "parent": {
16787
+ "fileName": "src/layout/stack/Stack.tsx",
16788
+ "name": "StackProps"
16789
+ },
16790
+ "declarations": [
16791
+ {
16792
+ "fileName": "src/layout/stack/Stack.tsx",
16793
+ "name": "StackProps"
16794
+ }
16795
+ ],
16796
+ "required": false,
16797
+ "type": {
16798
+ "name": "boolean"
16799
+ }
16800
+ },
16801
+ "gap": {
16802
+ "defaultValue": null,
16803
+ "description": "@example gap='4'\ngap={{xs: '2', sm: '3', md: '4', lg: '5', xl: '6'}}",
16804
+ "name": "gap",
16805
+ "parent": {
16806
+ "fileName": "src/layout/stack/Stack.tsx",
16807
+ "name": "StackProps"
16808
+ },
16809
+ "declarations": [
16810
+ {
16811
+ "fileName": "src/layout/stack/Stack.tsx",
16812
+ "name": "StackProps"
16813
+ }
16814
+ ],
16815
+ "required": false,
16816
+ "type": {
16817
+ "name": "ResponsiveProp<SpacingScale>"
16818
+ }
16819
+ },
16820
+ "direction": {
16821
+ "defaultValue": null,
16822
+ "description": "",
16823
+ "name": "direction",
16824
+ "parent": {
16825
+ "fileName": "src/layout/stack/Stack.tsx",
16826
+ "name": "StackProps"
16827
+ },
16828
+ "declarations": [
16829
+ {
16830
+ "fileName": "src/layout/stack/Stack.tsx",
16831
+ "name": "StackProps"
16832
+ }
16833
+ ],
16834
+ "required": true,
16835
+ "type": {
16836
+ "name": "\"row\" | \"column\""
16837
+ }
16838
+ },
16839
+ "className": {
16840
+ "defaultValue": null,
16841
+ "description": "",
16842
+ "name": "className",
16843
+ "parent": {
16844
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16845
+ "name": "HTMLAttributes"
16846
+ },
16847
+ "declarations": [
16848
+ {
16849
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16850
+ "name": "HTMLAttributes"
16851
+ }
16852
+ ],
16853
+ "required": false,
16854
+ "type": {
16855
+ "name": "string"
16856
+ }
16857
+ },
16858
+ "ref": {
16859
+ "defaultValue": null,
16860
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16861
+ "name": "ref",
16862
+ "parent": {
16863
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16864
+ "name": "RefAttributes"
16865
+ },
16866
+ "declarations": [
16867
+ {
16868
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16869
+ "name": "RefAttributes"
16870
+ }
16871
+ ],
16872
+ "required": false,
16873
+ "type": {
16874
+ "name": "Ref<HTMLDivElement>"
16875
+ }
16876
+ }
16877
+ }
16878
+ },
16879
+ {
16880
+ "filePath": "src/layout/stack/VStack.tsx",
16881
+ "displayName": "VStack",
16882
+ "props": {
16883
+ "justify": {
16884
+ "defaultValue": null,
16885
+ "description": "Justify-content",
16886
+ "name": "justify",
16887
+ "parent": {
16888
+ "fileName": "react/src/layout/stack/Stack.tsx",
16889
+ "name": "StackProps"
16890
+ },
16891
+ "declarations": [
16892
+ {
16893
+ "fileName": "react/src/layout/stack/Stack.tsx",
16894
+ "name": "StackProps"
16895
+ }
16896
+ ],
16897
+ "required": false,
16898
+ "type": {
16899
+ "name": "\"start\" | \"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\""
16900
+ }
16901
+ },
16902
+ "align": {
16903
+ "defaultValue": null,
16904
+ "description": "Align-items",
16905
+ "name": "align",
16906
+ "parent": {
16907
+ "fileName": "react/src/layout/stack/Stack.tsx",
16908
+ "name": "StackProps"
16909
+ },
16910
+ "declarations": [
16911
+ {
16912
+ "fileName": "react/src/layout/stack/Stack.tsx",
16913
+ "name": "StackProps"
16914
+ }
16915
+ ],
16916
+ "required": false,
16917
+ "type": {
16918
+ "name": "\"start\" | \"center\" | \"end\" | \"baseline\" | \"stretch\""
16919
+ }
16920
+ },
16921
+ "gap": {
16922
+ "defaultValue": null,
16923
+ "description": "@example gap='4'\ngap={{xs: '2', sm: '3', md: '4', lg: '5', xl: '6'}}",
16924
+ "name": "gap",
16925
+ "parent": {
16926
+ "fileName": "react/src/layout/stack/Stack.tsx",
16927
+ "name": "StackProps"
16928
+ },
16929
+ "declarations": [
16930
+ {
16931
+ "fileName": "react/src/layout/stack/Stack.tsx",
16932
+ "name": "StackProps"
16933
+ }
16934
+ ],
16935
+ "required": false,
16936
+ "type": {
16937
+ "name": "ResponsiveProp<SpacingScale>"
16938
+ }
16939
+ },
16940
+ "className": {
16941
+ "defaultValue": null,
16942
+ "description": "",
16943
+ "name": "className",
16944
+ "parent": {
16945
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16946
+ "name": "HTMLAttributes"
16947
+ },
16948
+ "declarations": [
16949
+ {
16950
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16951
+ "name": "HTMLAttributes"
16952
+ }
16953
+ ],
16954
+ "required": false,
16955
+ "type": {
16956
+ "name": "string"
16957
+ }
16958
+ },
16959
+ "ref": {
16960
+ "defaultValue": null,
16961
+ "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16962
+ "name": "ref",
16963
+ "parent": {
16964
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16965
+ "name": "RefAttributes"
16966
+ },
16967
+ "declarations": [
16968
+ {
16969
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16970
+ "name": "RefAttributes"
16971
+ }
16972
+ ],
16973
+ "required": false,
16974
+ "type": {
16975
+ "name": "Ref<HTMLDivElement>"
16976
+ }
16977
+ }
16978
+ }
16979
+ },
16326
16980
  {
16327
16981
  "filePath": "src/timeline/period/NonClickablePeriod.tsx",
16328
16982
  "displayName": "NonClickablePeriod",
@@ -16701,12 +17355,12 @@
16701
17355
  "description": "",
16702
17356
  "name": "className",
16703
17357
  "parent": {
16704
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17358
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16705
17359
  "name": "HTMLAttributes"
16706
17360
  },
16707
17361
  "declarations": [
16708
17362
  {
16709
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17363
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16710
17364
  "name": "HTMLAttributes"
16711
17365
  }
16712
17366
  ],
@@ -16720,12 +17374,12 @@
16720
17374
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16721
17375
  "name": "ref",
16722
17376
  "parent": {
16723
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17377
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16724
17378
  "name": "RefAttributes"
16725
17379
  },
16726
17380
  "declarations": [
16727
17381
  {
16728
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17382
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16729
17383
  "name": "RefAttributes"
16730
17384
  }
16731
17385
  ],
@@ -16802,12 +17456,12 @@
16802
17456
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16803
17457
  "name": "ref",
16804
17458
  "parent": {
16805
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17459
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16806
17460
  "name": "RefAttributes"
16807
17461
  },
16808
17462
  "declarations": [
16809
17463
  {
16810
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17464
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16811
17465
  "name": "RefAttributes"
16812
17466
  }
16813
17467
  ],
@@ -16827,12 +17481,12 @@
16827
17481
  "description": "",
16828
17482
  "name": "className",
16829
17483
  "parent": {
16830
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17484
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16831
17485
  "name": "HTMLAttributes"
16832
17486
  },
16833
17487
  "declarations": [
16834
17488
  {
16835
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17489
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16836
17490
  "name": "HTMLAttributes"
16837
17491
  }
16838
17492
  ],
@@ -16846,12 +17500,12 @@
16846
17500
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16847
17501
  "name": "ref",
16848
17502
  "parent": {
16849
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17503
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16850
17504
  "name": "RefAttributes"
16851
17505
  },
16852
17506
  "declarations": [
16853
17507
  {
16854
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17508
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16855
17509
  "name": "RefAttributes"
16856
17510
  }
16857
17511
  ],
@@ -16905,12 +17559,12 @@
16905
17559
  "description": "",
16906
17560
  "name": "className",
16907
17561
  "parent": {
16908
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17562
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16909
17563
  "name": "HTMLAttributes"
16910
17564
  },
16911
17565
  "declarations": [
16912
17566
  {
16913
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17567
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16914
17568
  "name": "HTMLAttributes"
16915
17569
  }
16916
17570
  ],
@@ -16924,12 +17578,12 @@
16924
17578
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16925
17579
  "name": "ref",
16926
17580
  "parent": {
16927
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17581
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16928
17582
  "name": "RefAttributes"
16929
17583
  },
16930
17584
  "declarations": [
16931
17585
  {
16932
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17586
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16933
17587
  "name": "RefAttributes"
16934
17588
  }
16935
17589
  ],
@@ -16968,12 +17622,12 @@
16968
17622
  "description": "",
16969
17623
  "name": "className",
16970
17624
  "parent": {
16971
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17625
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16972
17626
  "name": "HTMLAttributes"
16973
17627
  },
16974
17628
  "declarations": [
16975
17629
  {
16976
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17630
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16977
17631
  "name": "HTMLAttributes"
16978
17632
  }
16979
17633
  ],
@@ -16987,12 +17641,12 @@
16987
17641
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
16988
17642
  "name": "ref",
16989
17643
  "parent": {
16990
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17644
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16991
17645
  "name": "RefAttributes"
16992
17646
  },
16993
17647
  "declarations": [
16994
17648
  {
16995
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17649
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
16996
17650
  "name": "RefAttributes"
16997
17651
  }
16998
17652
  ],
@@ -17031,12 +17685,12 @@
17031
17685
  "description": "",
17032
17686
  "name": "className",
17033
17687
  "parent": {
17034
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17688
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17035
17689
  "name": "HTMLAttributes"
17036
17690
  },
17037
17691
  "declarations": [
17038
17692
  {
17039
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17693
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17040
17694
  "name": "HTMLAttributes"
17041
17695
  }
17042
17696
  ],
@@ -17050,12 +17704,12 @@
17050
17704
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17051
17705
  "name": "ref",
17052
17706
  "parent": {
17053
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17707
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17054
17708
  "name": "RefAttributes"
17055
17709
  },
17056
17710
  "declarations": [
17057
17711
  {
17058
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17712
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17059
17713
  "name": "RefAttributes"
17060
17714
  }
17061
17715
  ],
@@ -17094,12 +17748,12 @@
17094
17748
  "description": "",
17095
17749
  "name": "className",
17096
17750
  "parent": {
17097
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17751
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17098
17752
  "name": "HTMLAttributes"
17099
17753
  },
17100
17754
  "declarations": [
17101
17755
  {
17102
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17756
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17103
17757
  "name": "HTMLAttributes"
17104
17758
  }
17105
17759
  ],
@@ -17113,12 +17767,12 @@
17113
17767
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17114
17768
  "name": "ref",
17115
17769
  "parent": {
17116
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17770
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17117
17771
  "name": "RefAttributes"
17118
17772
  },
17119
17773
  "declarations": [
17120
17774
  {
17121
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17775
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17122
17776
  "name": "RefAttributes"
17123
17777
  }
17124
17778
  ],
@@ -17157,12 +17811,12 @@
17157
17811
  "description": "",
17158
17812
  "name": "className",
17159
17813
  "parent": {
17160
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17814
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17161
17815
  "name": "HTMLAttributes"
17162
17816
  },
17163
17817
  "declarations": [
17164
17818
  {
17165
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17819
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17166
17820
  "name": "HTMLAttributes"
17167
17821
  }
17168
17822
  ],
@@ -17176,12 +17830,12 @@
17176
17830
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17177
17831
  "name": "ref",
17178
17832
  "parent": {
17179
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17833
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17180
17834
  "name": "RefAttributes"
17181
17835
  },
17182
17836
  "declarations": [
17183
17837
  {
17184
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17838
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17185
17839
  "name": "RefAttributes"
17186
17840
  }
17187
17841
  ],
@@ -17254,12 +17908,12 @@
17254
17908
  "description": "",
17255
17909
  "name": "className",
17256
17910
  "parent": {
17257
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17911
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17258
17912
  "name": "HTMLAttributes"
17259
17913
  },
17260
17914
  "declarations": [
17261
17915
  {
17262
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17916
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17263
17917
  "name": "HTMLAttributes"
17264
17918
  }
17265
17919
  ],
@@ -17311,12 +17965,12 @@
17311
17965
  "description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
17312
17966
  "name": "ref",
17313
17967
  "parent": {
17314
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17968
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17315
17969
  "name": "RefAttributes"
17316
17970
  },
17317
17971
  "declarations": [
17318
17972
  {
17319
- "fileName": "nfm/node_modules/@types/react/ts5.0/index.d.ts",
17973
+ "fileName": "aksel/node_modules/@types/react/ts5.0/index.d.ts",
17320
17974
  "name": "RefAttributes"
17321
17975
  }
17322
17976
  ],