@navikt/ds-react 1.3.0-alpha.0 → 1.3.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 (149) hide show
  1. package/_docs.json +333 -1070
  2. package/cjs/index.js +0 -1
  3. package/cjs/stepper/Step.js +11 -5
  4. package/cjs/stepper/Stepper.js +2 -1
  5. package/cjs/toggle-group/ToggleGroup.js +2 -2
  6. package/esm/form/TextField.d.ts +2 -2
  7. package/esm/index.d.ts +0 -1
  8. package/esm/index.js +0 -1
  9. package/esm/index.js.map +1 -1
  10. package/esm/stepper/Step.d.ts +10 -0
  11. package/esm/stepper/Step.js +11 -5
  12. package/esm/stepper/Step.js.map +1 -1
  13. package/esm/stepper/Stepper.d.ts +6 -0
  14. package/esm/stepper/Stepper.js +2 -1
  15. package/esm/stepper/Stepper.js.map +1 -1
  16. package/esm/toggle-group/ToggleGroup.js +2 -2
  17. package/esm/toggle-group/ToggleGroup.js.map +1 -1
  18. package/package.json +3 -7
  19. package/src/form/TextField.tsx +2 -2
  20. package/src/help-text/help-text.stories.tsx +4 -1
  21. package/src/index.ts +0 -1
  22. package/src/stepper/Step.tsx +41 -8
  23. package/src/stepper/Stepper.tsx +8 -0
  24. package/src/stepper/stepper.stories.tsx +94 -21
  25. package/src/toggle-group/ToggleGroup.tsx +2 -6
  26. package/cjs/datepicker/DatePicker.js +0 -122
  27. package/cjs/datepicker/DatePickerInput.js +0 -68
  28. package/cjs/datepicker/DatePickerStandalone.js +0 -80
  29. package/cjs/datepicker/caption/Caption.js +0 -23
  30. package/cjs/datepicker/caption/DropdownCaption.js +0 -36
  31. package/cjs/datepicker/caption/index.js +0 -10
  32. package/cjs/datepicker/caption/package.json +0 -6
  33. package/cjs/datepicker/hooks/index.js +0 -7
  34. package/cjs/datepicker/hooks/package.json +0 -6
  35. package/cjs/datepicker/hooks/useDatepicker.js +0 -101
  36. package/cjs/datepicker/hooks/useRangeDatepicker.js +0 -174
  37. package/cjs/datepicker/index.js +0 -11
  38. package/cjs/datepicker/package.json +0 -6
  39. package/cjs/datepicker/utils/dates-disabled.js +0 -29
  40. package/cjs/datepicker/utils/format-date.js +0 -7
  41. package/cjs/datepicker/utils/get-dates.js +0 -43
  42. package/cjs/datepicker/utils/index.js +0 -19
  43. package/cjs/datepicker/utils/labels.js +0 -59
  44. package/cjs/datepicker/utils/locale.js +0 -21
  45. package/cjs/datepicker/utils/package.json +0 -6
  46. package/cjs/datepicker/utils/parse-date.js +0 -29
  47. package/cjs/datepicker/utils/valid-date.js +0 -8
  48. package/cjs/monthpicker/MonthPicker.js +0 -112
  49. package/cjs/monthpicker/index.js +0 -8
  50. package/cjs/monthpicker/package.json +0 -6
  51. package/cjs/monthpicker/utils/check-dates.js +0 -12
  52. package/cjs/monthpicker/utils/handle-selected.js +0 -17
  53. package/esm/datepicker/DatePicker.d.ts +0 -107
  54. package/esm/datepicker/DatePicker.js +0 -94
  55. package/esm/datepicker/DatePicker.js.map +0 -1
  56. package/esm/datepicker/DatePickerInput.d.ts +0 -25
  57. package/esm/datepicker/DatePickerInput.js +0 -40
  58. package/esm/datepicker/DatePickerInput.js.map +0 -1
  59. package/esm/datepicker/DatePickerStandalone.d.ts +0 -12
  60. package/esm/datepicker/DatePickerStandalone.js +0 -52
  61. package/esm/datepicker/DatePickerStandalone.js.map +0 -1
  62. package/esm/datepicker/caption/Caption.d.ts +0 -4
  63. package/esm/datepicker/caption/Caption.js +0 -17
  64. package/esm/datepicker/caption/Caption.js.map +0 -1
  65. package/esm/datepicker/caption/DropdownCaption.d.ts +0 -4
  66. package/esm/datepicker/caption/DropdownCaption.js +0 -30
  67. package/esm/datepicker/caption/DropdownCaption.js.map +0 -1
  68. package/esm/datepicker/caption/index.d.ts +0 -2
  69. package/esm/datepicker/caption/index.js +0 -3
  70. package/esm/datepicker/caption/index.js.map +0 -1
  71. package/esm/datepicker/hooks/index.d.ts +0 -2
  72. package/esm/datepicker/hooks/index.js +0 -3
  73. package/esm/datepicker/hooks/index.js.map +0 -1
  74. package/esm/datepicker/hooks/useDatepicker.d.ts +0 -37
  75. package/esm/datepicker/hooks/useDatepicker.js +0 -98
  76. package/esm/datepicker/hooks/useDatepicker.js.map +0 -1
  77. package/esm/datepicker/hooks/useRangeDatepicker.d.ts +0 -36
  78. package/esm/datepicker/hooks/useRangeDatepicker.js +0 -171
  79. package/esm/datepicker/hooks/useRangeDatepicker.js.map +0 -1
  80. package/esm/datepicker/index.d.ts +0 -5
  81. package/esm/datepicker/index.js +0 -3
  82. package/esm/datepicker/index.js.map +0 -1
  83. package/esm/datepicker/utils/dates-disabled.d.ts +0 -1
  84. package/esm/datepicker/utils/dates-disabled.js +0 -26
  85. package/esm/datepicker/utils/dates-disabled.js.map +0 -1
  86. package/esm/datepicker/utils/format-date.d.ts +0 -1
  87. package/esm/datepicker/utils/format-date.js +0 -4
  88. package/esm/datepicker/utils/format-date.js.map +0 -1
  89. package/esm/datepicker/utils/get-dates.d.ts +0 -2
  90. package/esm/datepicker/utils/get-dates.js +0 -39
  91. package/esm/datepicker/utils/get-dates.js.map +0 -1
  92. package/esm/datepicker/utils/index.d.ts +0 -6
  93. package/esm/datepicker/utils/index.js +0 -7
  94. package/esm/datepicker/utils/index.js.map +0 -1
  95. package/esm/datepicker/utils/labels.d.ts +0 -4
  96. package/esm/datepicker/utils/labels.js +0 -55
  97. package/esm/datepicker/utils/labels.js.map +0 -1
  98. package/esm/datepicker/utils/locale.d.ts +0 -2
  99. package/esm/datepicker/utils/locale.js +0 -15
  100. package/esm/datepicker/utils/locale.js.map +0 -1
  101. package/esm/datepicker/utils/parse-date.d.ts +0 -2
  102. package/esm/datepicker/utils/parse-date.js +0 -26
  103. package/esm/datepicker/utils/parse-date.js.map +0 -1
  104. package/esm/datepicker/utils/valid-date.d.ts +0 -2
  105. package/esm/datepicker/utils/valid-date.js +0 -5
  106. package/esm/datepicker/utils/valid-date.js.map +0 -1
  107. package/esm/monthpicker/MonthPicker.d.ts +0 -27
  108. package/esm/monthpicker/MonthPicker.js +0 -84
  109. package/esm/monthpicker/MonthPicker.js.map +0 -1
  110. package/esm/monthpicker/index.d.ts +0 -2
  111. package/esm/monthpicker/index.js +0 -2
  112. package/esm/monthpicker/index.js.map +0 -1
  113. package/esm/monthpicker/utils/check-dates.d.ts +0 -2
  114. package/esm/monthpicker/utils/check-dates.js +0 -8
  115. package/esm/monthpicker/utils/check-dates.js.map +0 -1
  116. package/esm/monthpicker/utils/handle-selected.d.ts +0 -3
  117. package/esm/monthpicker/utils/handle-selected.js +0 -12
  118. package/esm/monthpicker/utils/handle-selected.js.map +0 -1
  119. package/src/datepicker/DatePicker.tsx +0 -281
  120. package/src/datepicker/DatePickerInput.tsx +0 -131
  121. package/src/datepicker/DatePickerStandalone.tsx +0 -121
  122. package/src/datepicker/caption/Caption.tsx +0 -51
  123. package/src/datepicker/caption/DropdownCaption.tsx +0 -94
  124. package/src/datepicker/caption/index.ts +0 -2
  125. package/src/datepicker/datepicker.stories.mdx +0 -467
  126. package/src/datepicker/datepicker.stories.tsx +0 -257
  127. package/src/datepicker/hooks/index.ts +0 -2
  128. package/src/datepicker/hooks/useDatepicker.tsx +0 -181
  129. package/src/datepicker/hooks/useRangeDatepicker.tsx +0 -285
  130. package/src/datepicker/index.ts +0 -5
  131. package/src/datepicker/utils/__tests__/dates-disabled.test.ts +0 -48
  132. package/src/datepicker/utils/__tests__/format-dates.test.ts +0 -14
  133. package/src/datepicker/utils/__tests__/get-dates.test.ts +0 -79
  134. package/src/datepicker/utils/__tests__/parse-dates.test.ts +0 -81
  135. package/src/datepicker/utils/dates-disabled.ts +0 -26
  136. package/src/datepicker/utils/format-date.ts +0 -5
  137. package/src/datepicker/utils/get-dates.ts +0 -44
  138. package/src/datepicker/utils/index.ts +0 -6
  139. package/src/datepicker/utils/labels.ts +0 -58
  140. package/src/datepicker/utils/locale.ts +0 -15
  141. package/src/datepicker/utils/parse-date.ts +0 -28
  142. package/src/datepicker/utils/valid-date.ts +0 -4
  143. package/src/monthpicker/MonthPicker.tsx +0 -238
  144. package/src/monthpicker/index.ts +0 -2
  145. package/src/monthpicker/monthpicker.stories.tsx +0 -35
  146. package/src/monthpicker/utils/__tests__/check-dates.test.ts +0 -34
  147. package/src/monthpicker/utils/__tests__/handle-selected.test.ts +0 -87
  148. package/src/monthpicker/utils/check-dates.ts +0 -15
  149. package/src/monthpicker/utils/handle-selected.ts +0 -26
package/_docs.json CHANGED
@@ -27,12 +27,12 @@
27
27
  "description": "",
28
28
  "name": "className",
29
29
  "parent": {
30
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
30
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
31
31
  "name": "HTMLAttributes"
32
32
  },
33
33
  "declarations": [
34
34
  {
35
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
35
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
36
36
  "name": "HTMLAttributes"
37
37
  }
38
38
  ],
@@ -46,12 +46,12 @@
46
46
  "description": "",
47
47
  "name": "ref",
48
48
  "parent": {
49
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
49
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
50
50
  "name": "RefAttributes"
51
51
  },
52
52
  "declarations": [
53
53
  {
54
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
54
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
55
55
  "name": "RefAttributes"
56
56
  }
57
57
  ],
@@ -90,12 +90,12 @@
90
90
  "description": "",
91
91
  "name": "className",
92
92
  "parent": {
93
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
93
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
94
94
  "name": "HTMLAttributes"
95
95
  },
96
96
  "declarations": [
97
97
  {
98
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
98
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
99
99
  "name": "HTMLAttributes"
100
100
  }
101
101
  ],
@@ -109,12 +109,12 @@
109
109
  "description": "",
110
110
  "name": "ref",
111
111
  "parent": {
112
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
112
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
113
113
  "name": "RefAttributes"
114
114
  },
115
115
  "declarations": [
116
116
  {
117
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
117
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
118
118
  "name": "RefAttributes"
119
119
  }
120
120
  ],
@@ -153,12 +153,12 @@
153
153
  "description": "",
154
154
  "name": "className",
155
155
  "parent": {
156
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
156
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
157
157
  "name": "HTMLAttributes"
158
158
  },
159
159
  "declarations": [
160
160
  {
161
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
161
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
162
162
  "name": "HTMLAttributes"
163
163
  }
164
164
  ],
@@ -172,12 +172,12 @@
172
172
  "description": "",
173
173
  "name": "ref",
174
174
  "parent": {
175
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
175
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
176
176
  "name": "RefAttributes"
177
177
  },
178
178
  "declarations": [
179
179
  {
180
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
180
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
181
181
  "name": "RefAttributes"
182
182
  }
183
183
  ],
@@ -256,12 +256,12 @@
256
256
  "description": "",
257
257
  "name": "className",
258
258
  "parent": {
259
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
259
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
260
260
  "name": "HTMLAttributes"
261
261
  },
262
262
  "declarations": [
263
263
  {
264
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
264
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
265
265
  "name": "HTMLAttributes"
266
266
  }
267
267
  ],
@@ -275,12 +275,12 @@
275
275
  "description": "",
276
276
  "name": "ref",
277
277
  "parent": {
278
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
278
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
279
279
  "name": "RefAttributes"
280
280
  },
281
281
  "declarations": [
282
282
  {
283
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
283
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
284
284
  "name": "RefAttributes"
285
285
  }
286
286
  ],
@@ -401,12 +401,12 @@
401
401
  "description": "",
402
402
  "name": "className",
403
403
  "parent": {
404
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
404
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
405
405
  "name": "HTMLAttributes"
406
406
  },
407
407
  "declarations": [
408
408
  {
409
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
409
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
410
410
  "name": "HTMLAttributes"
411
411
  }
412
412
  ],
@@ -420,12 +420,12 @@
420
420
  "description": "",
421
421
  "name": "ref",
422
422
  "parent": {
423
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
423
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
424
424
  "name": "RefAttributes"
425
425
  },
426
426
  "declarations": [
427
427
  {
428
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
428
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
429
429
  "name": "RefAttributes"
430
430
  }
431
431
  ],
@@ -586,12 +586,12 @@
586
586
  "description": "",
587
587
  "name": "className",
588
588
  "parent": {
589
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
589
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
590
590
  "name": "HTMLAttributes"
591
591
  },
592
592
  "declarations": [
593
593
  {
594
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
594
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
595
595
  "name": "HTMLAttributes"
596
596
  }
597
597
  ],
@@ -605,12 +605,12 @@
605
605
  "description": "",
606
606
  "name": "ref",
607
607
  "parent": {
608
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
608
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
609
609
  "name": "RefAttributes"
610
610
  },
611
611
  "declarations": [
612
612
  {
613
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
613
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
614
614
  "name": "RefAttributes"
615
615
  }
616
616
  ],
@@ -706,12 +706,12 @@
706
706
  "description": "",
707
707
  "name": "className",
708
708
  "parent": {
709
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
709
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
710
710
  "name": "HTMLAttributes"
711
711
  },
712
712
  "declarations": [
713
713
  {
714
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
714
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
715
715
  "name": "HTMLAttributes"
716
716
  }
717
717
  ],
@@ -725,12 +725,12 @@
725
725
  "description": "",
726
726
  "name": "ref",
727
727
  "parent": {
728
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
728
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
729
729
  "name": "RefAttributes"
730
730
  },
731
731
  "declarations": [
732
732
  {
733
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
733
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
734
734
  "name": "RefAttributes"
735
735
  }
736
736
  ],
@@ -885,12 +885,12 @@
885
885
  "description": "",
886
886
  "name": "className",
887
887
  "parent": {
888
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
888
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
889
889
  "name": "HTMLAttributes"
890
890
  },
891
891
  "declarations": [
892
892
  {
893
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
893
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
894
894
  "name": "HTMLAttributes"
895
895
  }
896
896
  ],
@@ -904,12 +904,12 @@
904
904
  "description": "",
905
905
  "name": "ref",
906
906
  "parent": {
907
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
907
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
908
908
  "name": "RefAttributes"
909
909
  },
910
910
  "declarations": [
911
911
  {
912
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
912
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
913
913
  "name": "RefAttributes"
914
914
  }
915
915
  ],
@@ -920,726 +920,6 @@
920
920
  }
921
921
  }
922
922
  },
923
- {
924
- "filePath": "src/datepicker/DatePicker.tsx",
925
- "displayName": "DatePicker",
926
- "props": {
927
- "locale": {
928
- "defaultValue": {
929
- "value": "\"nb\" (norsk bokmål)"
930
- },
931
- "description": "Changes datepicker locale",
932
- "name": "locale",
933
- "parent": {
934
- "fileName": "src/datepicker/DatePicker.tsx",
935
- "name": "DatePickerDefaultProps"
936
- },
937
- "declarations": [
938
- {
939
- "fileName": "src/datepicker/DatePicker.tsx",
940
- "name": "DatePickerDefaultProps"
941
- }
942
- ],
943
- "required": false,
944
- "type": {
945
- "name": "\"nb\" | \"nn\" | \"en\""
946
- }
947
- },
948
- "fromDate": {
949
- "defaultValue": null,
950
- "description": "The earliest day to start the month navigation.",
951
- "name": "fromDate",
952
- "parent": {
953
- "fileName": "src/datepicker/DatePicker.tsx",
954
- "name": "DatePickerDefaultProps"
955
- },
956
- "declarations": [
957
- {
958
- "fileName": "src/datepicker/DatePicker.tsx",
959
- "name": "DatePickerDefaultProps"
960
- }
961
- ],
962
- "required": false,
963
- "type": {
964
- "name": "Date"
965
- }
966
- },
967
- "toDate": {
968
- "defaultValue": null,
969
- "description": "The latest day to end the month navigation.",
970
- "name": "toDate",
971
- "parent": {
972
- "fileName": "src/datepicker/DatePicker.tsx",
973
- "name": "DatePickerDefaultProps"
974
- },
975
- "declarations": [
976
- {
977
- "fileName": "src/datepicker/DatePicker.tsx",
978
- "name": "DatePickerDefaultProps"
979
- }
980
- ],
981
- "required": false,
982
- "type": {
983
- "name": "Date"
984
- }
985
- },
986
- "yearSelector": {
987
- "defaultValue": {
988
- "value": "false"
989
- },
990
- "description": "",
991
- "name": "yearSelector",
992
- "parent": {
993
- "fileName": "src/datepicker/DatePicker.tsx",
994
- "name": "DatePickerDefaultProps"
995
- },
996
- "declarations": [
997
- {
998
- "fileName": "src/datepicker/DatePicker.tsx",
999
- "name": "DatePickerDefaultProps"
1000
- }
1001
- ],
1002
- "required": false,
1003
- "type": {
1004
- "name": "boolean"
1005
- }
1006
- },
1007
- "disabled": {
1008
- "defaultValue": null,
1009
- "description": "Apply the disabled modifier to the matching days.",
1010
- "name": "disabled",
1011
- "parent": {
1012
- "fileName": "src/datepicker/DatePicker.tsx",
1013
- "name": "DatePickerDefaultProps"
1014
- },
1015
- "declarations": [
1016
- {
1017
- "fileName": "src/datepicker/DatePicker.tsx",
1018
- "name": "DatePickerDefaultProps"
1019
- }
1020
- ],
1021
- "required": false,
1022
- "type": {
1023
- "name": "(Date | DateRange)[]"
1024
- }
1025
- },
1026
- "focusOnOpen": {
1027
- "defaultValue": {
1028
- "value": "true"
1029
- },
1030
- "description": "Sets focus on selected date or todays date if not selected.\n@warning If selected/todays date is disabled, this will focus first visible day.",
1031
- "name": "focusOnOpen",
1032
- "parent": {
1033
- "fileName": "src/datepicker/DatePicker.tsx",
1034
- "name": "DatePickerDefaultProps"
1035
- },
1036
- "declarations": [
1037
- {
1038
- "fileName": "src/datepicker/DatePicker.tsx",
1039
- "name": "DatePickerDefaultProps"
1040
- }
1041
- ],
1042
- "required": false,
1043
- "type": {
1044
- "name": "boolean"
1045
- }
1046
- },
1047
- "disableWeekends": {
1048
- "defaultValue": {
1049
- "value": "false"
1050
- },
1051
- "description": "Disable saturday and sunday.",
1052
- "name": "disableWeekends",
1053
- "parent": {
1054
- "fileName": "src/datepicker/DatePicker.tsx",
1055
- "name": "DatePickerDefaultProps"
1056
- },
1057
- "declarations": [
1058
- {
1059
- "fileName": "src/datepicker/DatePicker.tsx",
1060
- "name": "DatePickerDefaultProps"
1061
- }
1062
- ],
1063
- "required": false,
1064
- "type": {
1065
- "name": "boolean"
1066
- }
1067
- },
1068
- "showWeekNumber": {
1069
- "defaultValue": {
1070
- "value": "false"
1071
- },
1072
- "description": "Shows week numbers on left-column",
1073
- "name": "showWeekNumber",
1074
- "parent": {
1075
- "fileName": "src/datepicker/DatePicker.tsx",
1076
- "name": "DatePickerDefaultProps"
1077
- },
1078
- "declarations": [
1079
- {
1080
- "fileName": "src/datepicker/DatePicker.tsx",
1081
- "name": "DatePickerDefaultProps"
1082
- }
1083
- ],
1084
- "required": false,
1085
- "type": {
1086
- "name": "boolean"
1087
- }
1088
- },
1089
- "popoverProps": {
1090
- "defaultValue": null,
1091
- "description": "",
1092
- "name": "popoverProps",
1093
- "parent": {
1094
- "fileName": "src/datepicker/DatePicker.tsx",
1095
- "name": "DatePickerDefaultProps"
1096
- },
1097
- "declarations": [
1098
- {
1099
- "fileName": "src/datepicker/DatePicker.tsx",
1100
- "name": "DatePickerDefaultProps"
1101
- }
1102
- ],
1103
- "required": false,
1104
- "type": {
1105
- "name": "{ usePopover: boolean; open?: boolean; }"
1106
- }
1107
- },
1108
- "className": {
1109
- "defaultValue": null,
1110
- "description": "",
1111
- "name": "className",
1112
- "parent": {
1113
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1114
- "name": "HTMLAttributes"
1115
- },
1116
- "declarations": [
1117
- {
1118
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1119
- "name": "HTMLAttributes"
1120
- }
1121
- ],
1122
- "required": false,
1123
- "type": {
1124
- "name": "string"
1125
- }
1126
- },
1127
- "selected": {
1128
- "defaultValue": null,
1129
- "description": "Apply the `selected` modifier to the matching days.",
1130
- "name": "selected",
1131
- "parent": {
1132
- "fileName": "nfm/node_modules/react-day-picker/dist/types/DayPickerBase.d.ts",
1133
- "name": "DayPickerBase"
1134
- },
1135
- "declarations": [
1136
- {
1137
- "fileName": "nfm/node_modules/react-day-picker/dist/types/DayPickerBase.d.ts",
1138
- "name": "DayPickerBase"
1139
- },
1140
- {
1141
- "fileName": "src/datepicker/DatePicker.tsx",
1142
- "name": "TypeLiteral"
1143
- },
1144
- {
1145
- "fileName": "nfm/node_modules/react-day-picker/dist/types/DayPickerBase.d.ts",
1146
- "name": "DayPickerBase"
1147
- },
1148
- {
1149
- "fileName": "src/datepicker/DatePicker.tsx",
1150
- "name": "TypeLiteral"
1151
- },
1152
- {
1153
- "fileName": "nfm/node_modules/react-day-picker/dist/types/DayPickerBase.d.ts",
1154
- "name": "DayPickerBase"
1155
- },
1156
- {
1157
- "fileName": "src/datepicker/DatePicker.tsx",
1158
- "name": "TypeLiteral"
1159
- }
1160
- ],
1161
- "required": false,
1162
- "type": {
1163
- "name": "((Matcher | Matcher[]) & Date) | ((Matcher | Matcher[]) & Date[]) | ((Matcher | Matcher[]) & DateRange)"
1164
- }
1165
- },
1166
- "mode": {
1167
- "defaultValue": null,
1168
- "description": "",
1169
- "name": "mode",
1170
- "declarations": [
1171
- {
1172
- "fileName": "src/datepicker/DatePicker.tsx",
1173
- "name": "TypeLiteral"
1174
- },
1175
- {
1176
- "fileName": "src/datepicker/DatePicker.tsx",
1177
- "name": "TypeLiteral"
1178
- },
1179
- {
1180
- "fileName": "src/datepicker/DatePicker.tsx",
1181
- "name": "TypeLiteral"
1182
- }
1183
- ],
1184
- "required": false,
1185
- "type": {
1186
- "name": "\"single\" | \"multiple\" | \"range\""
1187
- }
1188
- },
1189
- "onSelect": {
1190
- "defaultValue": null,
1191
- "description": "",
1192
- "name": "onSelect",
1193
- "declarations": [
1194
- {
1195
- "fileName": "src/datepicker/DatePicker.tsx",
1196
- "name": "TypeLiteral"
1197
- },
1198
- {
1199
- "fileName": "src/datepicker/DatePicker.tsx",
1200
- "name": "TypeLiteral"
1201
- },
1202
- {
1203
- "fileName": "src/datepicker/DatePicker.tsx",
1204
- "name": "TypeLiteral"
1205
- }
1206
- ],
1207
- "required": false,
1208
- "type": {
1209
- "name": "((val?: Date | Date[] | DateRange) => void) | ((val?: Date | Date[] | DateRange) => void) | ((val?: Date | Date[] | DateRange | undefined) => void) | undefined"
1210
- }
1211
- },
1212
- "defaultSelected": {
1213
- "defaultValue": null,
1214
- "description": "",
1215
- "name": "defaultSelected",
1216
- "declarations": [
1217
- {
1218
- "fileName": "src/datepicker/DatePicker.tsx",
1219
- "name": "TypeLiteral"
1220
- },
1221
- {
1222
- "fileName": "src/datepicker/DatePicker.tsx",
1223
- "name": "TypeLiteral"
1224
- },
1225
- {
1226
- "fileName": "src/datepicker/DatePicker.tsx",
1227
- "name": "TypeLiteral"
1228
- }
1229
- ],
1230
- "required": false,
1231
- "type": {
1232
- "name": "Date | Date[] | DateRange"
1233
- }
1234
- }
1235
- }
1236
- },
1237
- {
1238
- "filePath": "src/datepicker/DatePickerInput.tsx",
1239
- "displayName": "DatePickerInput",
1240
- "props": {
1241
- "label": {
1242
- "defaultValue": null,
1243
- "description": "Input label",
1244
- "name": "label",
1245
- "parent": {
1246
- "fileName": "src/datepicker/DatePickerInput.tsx",
1247
- "name": "DatePickerInputProps"
1248
- },
1249
- "declarations": [
1250
- {
1251
- "fileName": "src/datepicker/DatePickerInput.tsx",
1252
- "name": "DatePickerInputProps"
1253
- }
1254
- ],
1255
- "required": true,
1256
- "type": {
1257
- "name": "ReactNode"
1258
- }
1259
- },
1260
- "hideLabel": {
1261
- "defaultValue": {
1262
- "value": "false"
1263
- },
1264
- "description": "Shows label and description for screenreaders-only",
1265
- "name": "hideLabel",
1266
- "parent": {
1267
- "fileName": "src/datepicker/DatePickerInput.tsx",
1268
- "name": "DatePickerInputProps"
1269
- },
1270
- "declarations": [
1271
- {
1272
- "fileName": "src/datepicker/DatePickerInput.tsx",
1273
- "name": "DatePickerInputProps"
1274
- }
1275
- ],
1276
- "required": false,
1277
- "type": {
1278
- "name": "boolean"
1279
- }
1280
- },
1281
- "size": {
1282
- "defaultValue": {
1283
- "value": "medium"
1284
- },
1285
- "description": "Changes padding and font-sizes",
1286
- "name": "size",
1287
- "parent": {
1288
- "fileName": "src/datepicker/DatePickerInput.tsx",
1289
- "name": "DatePickerInputProps"
1290
- },
1291
- "declarations": [
1292
- {
1293
- "fileName": "src/datepicker/DatePickerInput.tsx",
1294
- "name": "DatePickerInputProps"
1295
- }
1296
- ],
1297
- "required": false,
1298
- "type": {
1299
- "name": "\"medium\" | \"small\""
1300
- }
1301
- },
1302
- "error": {
1303
- "defaultValue": null,
1304
- "description": "Error message for element",
1305
- "name": "error",
1306
- "parent": {
1307
- "fileName": "react/src/form/useFormField.ts",
1308
- "name": "FormFieldProps"
1309
- },
1310
- "declarations": [
1311
- {
1312
- "fileName": "react/src/form/useFormField.ts",
1313
- "name": "FormFieldProps"
1314
- }
1315
- ],
1316
- "required": false,
1317
- "type": {
1318
- "name": "ReactNode"
1319
- }
1320
- },
1321
- "errorId": {
1322
- "defaultValue": null,
1323
- "description": "Override internal errorId",
1324
- "name": "errorId",
1325
- "parent": {
1326
- "fileName": "react/src/form/useFormField.ts",
1327
- "name": "FormFieldProps"
1328
- },
1329
- "declarations": [
1330
- {
1331
- "fileName": "react/src/form/useFormField.ts",
1332
- "name": "FormFieldProps"
1333
- }
1334
- ],
1335
- "required": false,
1336
- "type": {
1337
- "name": "string"
1338
- }
1339
- },
1340
- "disabled": {
1341
- "defaultValue": null,
1342
- "description": "Disables element\n@note Avoid using if possible for accessibility purposes",
1343
- "name": "disabled",
1344
- "parent": {
1345
- "fileName": "react/src/form/useFormField.ts",
1346
- "name": "FormFieldProps"
1347
- },
1348
- "declarations": [
1349
- {
1350
- "fileName": "react/src/form/useFormField.ts",
1351
- "name": "FormFieldProps"
1352
- }
1353
- ],
1354
- "required": false,
1355
- "type": {
1356
- "name": "boolean"
1357
- }
1358
- },
1359
- "description": {
1360
- "defaultValue": null,
1361
- "description": "Adds a description to extend labling of a field",
1362
- "name": "description",
1363
- "parent": {
1364
- "fileName": "react/src/form/useFormField.ts",
1365
- "name": "FormFieldProps"
1366
- },
1367
- "declarations": [
1368
- {
1369
- "fileName": "react/src/form/useFormField.ts",
1370
- "name": "FormFieldProps"
1371
- }
1372
- ],
1373
- "required": false,
1374
- "type": {
1375
- "name": "ReactNode"
1376
- }
1377
- },
1378
- "id": {
1379
- "defaultValue": null,
1380
- "description": "Override internal id",
1381
- "name": "id",
1382
- "parent": {
1383
- "fileName": "react/src/form/useFormField.ts",
1384
- "name": "FormFieldProps"
1385
- },
1386
- "declarations": [
1387
- {
1388
- "fileName": "react/src/form/useFormField.ts",
1389
- "name": "FormFieldProps"
1390
- }
1391
- ],
1392
- "required": false,
1393
- "type": {
1394
- "name": "string"
1395
- }
1396
- },
1397
- "className": {
1398
- "defaultValue": null,
1399
- "description": "",
1400
- "name": "className",
1401
- "parent": {
1402
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1403
- "name": "HTMLAttributes"
1404
- },
1405
- "declarations": [
1406
- {
1407
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1408
- "name": "HTMLAttributes"
1409
- }
1410
- ],
1411
- "required": false,
1412
- "type": {
1413
- "name": "string"
1414
- }
1415
- },
1416
- "ref": {
1417
- "defaultValue": null,
1418
- "description": "",
1419
- "name": "ref",
1420
- "parent": {
1421
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1422
- "name": "RefAttributes"
1423
- },
1424
- "declarations": [
1425
- {
1426
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1427
- "name": "RefAttributes"
1428
- }
1429
- ],
1430
- "required": false,
1431
- "type": {
1432
- "name": "Ref<HTMLInputElement>"
1433
- }
1434
- }
1435
- }
1436
- },
1437
- {
1438
- "filePath": "src/datepicker/useDatepicker.tsx",
1439
- "displayName": "useDatepicker",
1440
- "props": {
1441
- "defaultSelected": {
1442
- "defaultValue": null,
1443
- "description": "The initially selected date",
1444
- "name": "defaultSelected",
1445
- "parent": {
1446
- "fileName": "src/datepicker/useDatepicker.tsx",
1447
- "name": "useDatepickerProps"
1448
- },
1449
- "declarations": [
1450
- {
1451
- "fileName": "src/datepicker/useDatepicker.tsx",
1452
- "name": "useDatepickerProps"
1453
- }
1454
- ],
1455
- "required": false,
1456
- "type": {
1457
- "name": "Date"
1458
- }
1459
- },
1460
- "required": {
1461
- "defaultValue": null,
1462
- "description": "Make the selection required.",
1463
- "name": "required",
1464
- "parent": {
1465
- "fileName": "src/datepicker/useDatepicker.tsx",
1466
- "name": "useDatepickerProps"
1467
- },
1468
- "declarations": [
1469
- {
1470
- "fileName": "src/datepicker/useDatepicker.tsx",
1471
- "name": "useDatepickerProps"
1472
- }
1473
- ],
1474
- "required": false,
1475
- "type": {
1476
- "name": "boolean"
1477
- }
1478
- },
1479
- "locale": {
1480
- "defaultValue": {
1481
- "value": "\"nb\" (norsk bokmål)"
1482
- },
1483
- "description": "Changes datepicker locale",
1484
- "name": "locale",
1485
- "parent": {
1486
- "fileName": "react/src/datepicker/DatePicker.tsx",
1487
- "name": "DatePickerDefaultProps"
1488
- },
1489
- "declarations": [
1490
- {
1491
- "fileName": "react/src/datepicker/DatePicker.tsx",
1492
- "name": "DatePickerDefaultProps"
1493
- }
1494
- ],
1495
- "required": false,
1496
- "type": {
1497
- "name": "\"nb\" | \"nn\" | \"en\""
1498
- }
1499
- },
1500
- "fromDate": {
1501
- "defaultValue": null,
1502
- "description": "The earliest day to start the month navigation.",
1503
- "name": "fromDate",
1504
- "parent": {
1505
- "fileName": "react/src/datepicker/DatePicker.tsx",
1506
- "name": "DatePickerDefaultProps"
1507
- },
1508
- "declarations": [
1509
- {
1510
- "fileName": "react/src/datepicker/DatePicker.tsx",
1511
- "name": "DatePickerDefaultProps"
1512
- }
1513
- ],
1514
- "required": false,
1515
- "type": {
1516
- "name": "Date"
1517
- }
1518
- },
1519
- "toDate": {
1520
- "defaultValue": null,
1521
- "description": "The latest day to end the month navigation.",
1522
- "name": "toDate",
1523
- "parent": {
1524
- "fileName": "react/src/datepicker/DatePicker.tsx",
1525
- "name": "DatePickerDefaultProps"
1526
- },
1527
- "declarations": [
1528
- {
1529
- "fileName": "react/src/datepicker/DatePicker.tsx",
1530
- "name": "DatePickerDefaultProps"
1531
- }
1532
- ],
1533
- "required": false,
1534
- "type": {
1535
- "name": "Date"
1536
- }
1537
- }
1538
- }
1539
- },
1540
- {
1541
- "filePath": "src/datepicker/useRangeDatepicker.tsx",
1542
- "displayName": "useRangeDatepicker",
1543
- "props": {
1544
- "defaultSelected": {
1545
- "defaultValue": null,
1546
- "description": "The initially selected date-range",
1547
- "name": "defaultSelected",
1548
- "parent": {
1549
- "fileName": "src/datepicker/useRangeDatepicker.tsx",
1550
- "name": "useRangeDatepickerProps"
1551
- },
1552
- "declarations": [
1553
- {
1554
- "fileName": "src/datepicker/useRangeDatepicker.tsx",
1555
- "name": "useRangeDatepickerProps"
1556
- }
1557
- ],
1558
- "required": false,
1559
- "type": {
1560
- "name": "DateRange"
1561
- }
1562
- },
1563
- "locale": {
1564
- "defaultValue": {
1565
- "value": "\"nb\" (norsk bokmål)"
1566
- },
1567
- "description": "Changes datepicker locale",
1568
- "name": "locale",
1569
- "parent": {
1570
- "fileName": "react/src/datepicker/DatePicker.tsx",
1571
- "name": "DatePickerDefaultProps"
1572
- },
1573
- "declarations": [
1574
- {
1575
- "fileName": "react/src/datepicker/DatePicker.tsx",
1576
- "name": "DatePickerDefaultProps"
1577
- }
1578
- ],
1579
- "required": false,
1580
- "type": {
1581
- "name": "\"nb\" | \"nn\" | \"en\""
1582
- }
1583
- },
1584
- "fromDate": {
1585
- "defaultValue": null,
1586
- "description": "The earliest day to start the month navigation.",
1587
- "name": "fromDate",
1588
- "parent": {
1589
- "fileName": "react/src/datepicker/DatePicker.tsx",
1590
- "name": "DatePickerDefaultProps"
1591
- },
1592
- "declarations": [
1593
- {
1594
- "fileName": "react/src/datepicker/DatePicker.tsx",
1595
- "name": "DatePickerDefaultProps"
1596
- }
1597
- ],
1598
- "required": false,
1599
- "type": {
1600
- "name": "Date"
1601
- }
1602
- },
1603
- "toDate": {
1604
- "defaultValue": null,
1605
- "description": "The latest day to end the month navigation.",
1606
- "name": "toDate",
1607
- "parent": {
1608
- "fileName": "react/src/datepicker/DatePicker.tsx",
1609
- "name": "DatePickerDefaultProps"
1610
- },
1611
- "declarations": [
1612
- {
1613
- "fileName": "react/src/datepicker/DatePicker.tsx",
1614
- "name": "DatePickerDefaultProps"
1615
- }
1616
- ],
1617
- "required": false,
1618
- "type": {
1619
- "name": "Date"
1620
- }
1621
- },
1622
- "required": {
1623
- "defaultValue": null,
1624
- "description": "Make the selection required.",
1625
- "name": "required",
1626
- "parent": {
1627
- "fileName": "react/src/datepicker/useDatepicker.tsx",
1628
- "name": "useDatepickerProps"
1629
- },
1630
- "declarations": [
1631
- {
1632
- "fileName": "react/src/datepicker/useDatepicker.tsx",
1633
- "name": "useDatepickerProps"
1634
- }
1635
- ],
1636
- "required": false,
1637
- "type": {
1638
- "name": "boolean"
1639
- }
1640
- }
1641
- }
1642
- },
1643
923
  {
1644
924
  "filePath": "src/form/ConfirmationPanel.tsx",
1645
925
  "displayName": "ConfirmationPanel",
@@ -1725,12 +1005,12 @@
1725
1005
  "description": "",
1726
1006
  "name": "className",
1727
1007
  "parent": {
1728
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1008
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
1729
1009
  "name": "HTMLAttributes"
1730
1010
  },
1731
1011
  "declarations": [
1732
1012
  {
1733
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1013
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
1734
1014
  "name": "HTMLAttributes"
1735
1015
  }
1736
1016
  ],
@@ -1839,12 +1119,12 @@
1839
1119
  "description": "",
1840
1120
  "name": "ref",
1841
1121
  "parent": {
1842
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1122
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
1843
1123
  "name": "RefAttributes"
1844
1124
  },
1845
1125
  "declarations": [
1846
1126
  {
1847
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1127
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
1848
1128
  "name": "RefAttributes"
1849
1129
  }
1850
1130
  ],
@@ -2073,12 +1353,12 @@
2073
1353
  "description": "",
2074
1354
  "name": "className",
2075
1355
  "parent": {
2076
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1356
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2077
1357
  "name": "HTMLAttributes"
2078
1358
  },
2079
1359
  "declarations": [
2080
1360
  {
2081
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1361
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2082
1362
  "name": "HTMLAttributes"
2083
1363
  }
2084
1364
  ],
@@ -2092,12 +1372,12 @@
2092
1372
  "description": "",
2093
1373
  "name": "ref",
2094
1374
  "parent": {
2095
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1375
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2096
1376
  "name": "RefAttributes"
2097
1377
  },
2098
1378
  "declarations": [
2099
1379
  {
2100
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1380
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2101
1381
  "name": "RefAttributes"
2102
1382
  }
2103
1383
  ],
@@ -2271,12 +1551,12 @@
2271
1551
  "description": "",
2272
1552
  "name": "className",
2273
1553
  "parent": {
2274
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1554
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2275
1555
  "name": "HTMLAttributes"
2276
1556
  },
2277
1557
  "declarations": [
2278
1558
  {
2279
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1559
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2280
1560
  "name": "HTMLAttributes"
2281
1561
  }
2282
1562
  ],
@@ -2290,12 +1570,12 @@
2290
1570
  "description": "",
2291
1571
  "name": "ref",
2292
1572
  "parent": {
2293
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1573
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2294
1574
  "name": "RefAttributes"
2295
1575
  },
2296
1576
  "declarations": [
2297
1577
  {
2298
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1578
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2299
1579
  "name": "RefAttributes"
2300
1580
  }
2301
1581
  ],
@@ -2326,7 +1606,7 @@
2326
1606
  ],
2327
1607
  "required": false,
2328
1608
  "type": {
2329
- "name": "string"
1609
+ "name": "string | number"
2330
1610
  }
2331
1611
  },
2332
1612
  "defaultValue": {
@@ -2345,7 +1625,7 @@
2345
1625
  ],
2346
1626
  "required": false,
2347
1627
  "type": {
2348
- "name": "string"
1628
+ "name": "string | number"
2349
1629
  }
2350
1630
  },
2351
1631
  "htmlSize": {
@@ -2545,12 +1825,12 @@
2545
1825
  "description": "",
2546
1826
  "name": "className",
2547
1827
  "parent": {
2548
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1828
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2549
1829
  "name": "HTMLAttributes"
2550
1830
  },
2551
1831
  "declarations": [
2552
1832
  {
2553
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1833
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2554
1834
  "name": "HTMLAttributes"
2555
1835
  }
2556
1836
  ],
@@ -2564,12 +1844,12 @@
2564
1844
  "description": "",
2565
1845
  "name": "ref",
2566
1846
  "parent": {
2567
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1847
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2568
1848
  "name": "RefAttributes"
2569
1849
  },
2570
1850
  "declarations": [
2571
1851
  {
2572
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
1852
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2573
1853
  "name": "RefAttributes"
2574
1854
  }
2575
1855
  ],
@@ -2855,12 +2135,12 @@
2855
2135
  "description": "",
2856
2136
  "name": "className",
2857
2137
  "parent": {
2858
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2138
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2859
2139
  "name": "HTMLAttributes"
2860
2140
  },
2861
2141
  "declarations": [
2862
2142
  {
2863
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2143
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2864
2144
  "name": "HTMLAttributes"
2865
2145
  }
2866
2146
  ],
@@ -2874,12 +2154,12 @@
2874
2154
  "description": "",
2875
2155
  "name": "ref",
2876
2156
  "parent": {
2877
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2157
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2878
2158
  "name": "RefAttributes"
2879
2159
  },
2880
2160
  "declarations": [
2881
2161
  {
2882
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2162
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
2883
2163
  "name": "RefAttributes"
2884
2164
  }
2885
2165
  ],
@@ -3027,12 +2307,12 @@
3027
2307
  "description": "",
3028
2308
  "name": "className",
3029
2309
  "parent": {
3030
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2310
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3031
2311
  "name": "HTMLAttributes"
3032
2312
  },
3033
2313
  "declarations": [
3034
2314
  {
3035
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2315
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3036
2316
  "name": "HTMLAttributes"
3037
2317
  }
3038
2318
  ],
@@ -3046,12 +2326,12 @@
3046
2326
  "description": "",
3047
2327
  "name": "ref",
3048
2328
  "parent": {
3049
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2329
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3050
2330
  "name": "RefAttributes"
3051
2331
  },
3052
2332
  "declarations": [
3053
2333
  {
3054
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2334
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3055
2335
  "name": "RefAttributes"
3056
2336
  }
3057
2337
  ],
@@ -3090,12 +2370,12 @@
3090
2370
  "description": "",
3091
2371
  "name": "className",
3092
2372
  "parent": {
3093
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2373
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3094
2374
  "name": "HTMLAttributes"
3095
2375
  },
3096
2376
  "declarations": [
3097
2377
  {
3098
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2378
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3099
2379
  "name": "HTMLAttributes"
3100
2380
  }
3101
2381
  ],
@@ -3109,12 +2389,12 @@
3109
2389
  "description": "",
3110
2390
  "name": "ref",
3111
2391
  "parent": {
3112
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2392
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3113
2393
  "name": "RefAttributes"
3114
2394
  },
3115
2395
  "declarations": [
3116
2396
  {
3117
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2397
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3118
2398
  "name": "RefAttributes"
3119
2399
  }
3120
2400
  ],
@@ -3153,12 +2433,12 @@
3153
2433
  "description": "",
3154
2434
  "name": "className",
3155
2435
  "parent": {
3156
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2436
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3157
2437
  "name": "HTMLAttributes"
3158
2438
  },
3159
2439
  "declarations": [
3160
2440
  {
3161
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2441
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3162
2442
  "name": "HTMLAttributes"
3163
2443
  }
3164
2444
  ],
@@ -3172,12 +2452,12 @@
3172
2452
  "description": "",
3173
2453
  "name": "ref",
3174
2454
  "parent": {
3175
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2455
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3176
2456
  "name": "RefAttributes"
3177
2457
  },
3178
2458
  "declarations": [
3179
2459
  {
3180
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2460
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3181
2461
  "name": "RefAttributes"
3182
2462
  }
3183
2463
  ],
@@ -3237,12 +2517,12 @@
3237
2517
  "description": "",
3238
2518
  "name": "className",
3239
2519
  "parent": {
3240
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2520
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3241
2521
  "name": "HTMLAttributes"
3242
2522
  },
3243
2523
  "declarations": [
3244
2524
  {
3245
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2525
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3246
2526
  "name": "HTMLAttributes"
3247
2527
  }
3248
2528
  ],
@@ -3256,12 +2536,12 @@
3256
2536
  "description": "",
3257
2537
  "name": "ref",
3258
2538
  "parent": {
3259
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2539
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3260
2540
  "name": "RefAttributes"
3261
2541
  },
3262
2542
  "declarations": [
3263
2543
  {
3264
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2544
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3265
2545
  "name": "RefAttributes"
3266
2546
  }
3267
2547
  ],
@@ -3340,12 +2620,12 @@
3340
2620
  "description": "",
3341
2621
  "name": "className",
3342
2622
  "parent": {
3343
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2623
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3344
2624
  "name": "HTMLAttributes"
3345
2625
  },
3346
2626
  "declarations": [
3347
2627
  {
3348
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2628
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3349
2629
  "name": "HTMLAttributes"
3350
2630
  }
3351
2631
  ],
@@ -3359,12 +2639,12 @@
3359
2639
  "description": "",
3360
2640
  "name": "ref",
3361
2641
  "parent": {
3362
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2642
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3363
2643
  "name": "RefAttributes"
3364
2644
  },
3365
2645
  "declarations": [
3366
2646
  {
3367
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2647
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3368
2648
  "name": "RefAttributes"
3369
2649
  }
3370
2650
  ],
@@ -3445,12 +2725,12 @@
3445
2725
  "description": "",
3446
2726
  "name": "className",
3447
2727
  "parent": {
3448
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2728
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3449
2729
  "name": "HTMLAttributes"
3450
2730
  },
3451
2731
  "declarations": [
3452
2732
  {
3453
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2733
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3454
2734
  "name": "HTMLAttributes"
3455
2735
  }
3456
2736
  ],
@@ -3485,12 +2765,12 @@
3485
2765
  "description": "",
3486
2766
  "name": "ref",
3487
2767
  "parent": {
3488
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2768
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3489
2769
  "name": "RefAttributes"
3490
2770
  },
3491
2771
  "declarations": [
3492
2772
  {
3493
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2773
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3494
2774
  "name": "RefAttributes"
3495
2775
  }
3496
2776
  ],
@@ -3529,12 +2809,12 @@
3529
2809
  "description": "",
3530
2810
  "name": "className",
3531
2811
  "parent": {
3532
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2812
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3533
2813
  "name": "HTMLAttributes"
3534
2814
  },
3535
2815
  "declarations": [
3536
2816
  {
3537
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2817
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3538
2818
  "name": "HTMLAttributes"
3539
2819
  }
3540
2820
  ],
@@ -3548,12 +2828,12 @@
3548
2828
  "description": "",
3549
2829
  "name": "ref",
3550
2830
  "parent": {
3551
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2831
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3552
2832
  "name": "RefAttributes"
3553
2833
  },
3554
2834
  "declarations": [
3555
2835
  {
3556
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2836
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3557
2837
  "name": "RefAttributes"
3558
2838
  }
3559
2839
  ],
@@ -3613,12 +2893,12 @@
3613
2893
  "description": "",
3614
2894
  "name": "className",
3615
2895
  "parent": {
3616
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2896
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3617
2897
  "name": "HTMLAttributes"
3618
2898
  },
3619
2899
  "declarations": [
3620
2900
  {
3621
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2901
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3622
2902
  "name": "HTMLAttributes"
3623
2903
  }
3624
2904
  ],
@@ -3632,12 +2912,12 @@
3632
2912
  "description": "",
3633
2913
  "name": "ref",
3634
2914
  "parent": {
3635
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2915
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3636
2916
  "name": "RefAttributes"
3637
2917
  },
3638
2918
  "declarations": [
3639
2919
  {
3640
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2920
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3641
2921
  "name": "RefAttributes"
3642
2922
  }
3643
2923
  ],
@@ -3657,12 +2937,12 @@
3657
2937
  "description": "",
3658
2938
  "name": "className",
3659
2939
  "parent": {
3660
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2940
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3661
2941
  "name": "HTMLAttributes"
3662
2942
  },
3663
2943
  "declarations": [
3664
2944
  {
3665
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2945
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3666
2946
  "name": "HTMLAttributes"
3667
2947
  }
3668
2948
  ],
@@ -3676,12 +2956,12 @@
3676
2956
  "description": "",
3677
2957
  "name": "ref",
3678
2958
  "parent": {
3679
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2959
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3680
2960
  "name": "RefAttributes"
3681
2961
  },
3682
2962
  "declarations": [
3683
2963
  {
3684
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2964
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3685
2965
  "name": "RefAttributes"
3686
2966
  }
3687
2967
  ],
@@ -3701,12 +2981,12 @@
3701
2981
  "description": "",
3702
2982
  "name": "className",
3703
2983
  "parent": {
3704
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2984
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3705
2985
  "name": "HTMLAttributes"
3706
2986
  },
3707
2987
  "declarations": [
3708
2988
  {
3709
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
2989
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3710
2990
  "name": "HTMLAttributes"
3711
2991
  }
3712
2992
  ],
@@ -3720,12 +3000,12 @@
3720
3000
  "description": "",
3721
3001
  "name": "ref",
3722
3002
  "parent": {
3723
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3003
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3724
3004
  "name": "RefAttributes"
3725
3005
  },
3726
3006
  "declarations": [
3727
3007
  {
3728
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3008
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3729
3009
  "name": "RefAttributes"
3730
3010
  }
3731
3011
  ],
@@ -3745,12 +3025,12 @@
3745
3025
  "description": "",
3746
3026
  "name": "className",
3747
3027
  "parent": {
3748
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3028
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3749
3029
  "name": "SVGAttributes"
3750
3030
  },
3751
3031
  "declarations": [
3752
3032
  {
3753
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3033
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3754
3034
  "name": "SVGAttributes"
3755
3035
  }
3756
3036
  ],
@@ -3848,12 +3128,12 @@
3848
3128
  "description": "",
3849
3129
  "name": "ref",
3850
3130
  "parent": {
3851
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3131
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3852
3132
  "name": "RefAttributes"
3853
3133
  },
3854
3134
  "declarations": [
3855
3135
  {
3856
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3136
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
3857
3137
  "name": "RefAttributes"
3858
3138
  }
3859
3139
  ],
@@ -4105,12 +3385,12 @@
4105
3385
  "description": "",
4106
3386
  "name": "ref",
4107
3387
  "parent": {
4108
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3388
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4109
3389
  "name": "RefAttributes"
4110
3390
  },
4111
3391
  "declarations": [
4112
3392
  {
4113
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3393
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4114
3394
  "name": "RefAttributes"
4115
3395
  }
4116
3396
  ],
@@ -4149,77 +3429,12 @@
4149
3429
  "description": "",
4150
3430
  "name": "className",
4151
3431
  "parent": {
4152
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4153
- "name": "HTMLAttributes"
4154
- },
4155
- "declarations": [
4156
- {
4157
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4158
- "name": "HTMLAttributes"
4159
- }
4160
- ],
4161
- "required": false,
4162
- "type": {
4163
- "name": "string"
4164
- }
4165
- },
4166
- "ref": {
4167
- "defaultValue": null,
4168
- "description": "",
4169
- "name": "ref",
4170
- "parent": {
4171
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4172
- "name": "RefAttributes"
4173
- },
4174
- "declarations": [
4175
- {
4176
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4177
- "name": "RefAttributes"
4178
- }
4179
- ],
4180
- "required": false,
4181
- "type": {
4182
- "name": "Ref<HTMLDivElement>"
4183
- }
4184
- }
4185
- }
4186
- },
4187
- {
4188
- "filePath": "src/monthpicker/MonthPicker.tsx",
4189
- "displayName": "MonthPicker",
4190
- "props": {
4191
- "mode": {
4192
- "defaultValue": {
4193
- "value": "month"
4194
- },
4195
- "description": "",
4196
- "name": "mode",
4197
- "parent": {
4198
- "fileName": "src/monthpicker/MonthPicker.tsx",
4199
- "name": "MonthPickerProps"
4200
- },
4201
- "declarations": [
4202
- {
4203
- "fileName": "src/monthpicker/MonthPicker.tsx",
4204
- "name": "MonthPickerProps"
4205
- }
4206
- ],
4207
- "required": false,
4208
- "type": {
4209
- "name": "\"month\""
4210
- }
4211
- },
4212
- "className": {
4213
- "defaultValue": null,
4214
- "description": "",
4215
- "name": "className",
4216
- "parent": {
4217
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3432
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4218
3433
  "name": "HTMLAttributes"
4219
3434
  },
4220
3435
  "declarations": [
4221
3436
  {
4222
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3437
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4223
3438
  "name": "HTMLAttributes"
4224
3439
  }
4225
3440
  ],
@@ -4233,12 +3448,12 @@
4233
3448
  "description": "",
4234
3449
  "name": "ref",
4235
3450
  "parent": {
4236
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3451
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4237
3452
  "name": "RefAttributes"
4238
3453
  },
4239
3454
  "declarations": [
4240
3455
  {
4241
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3456
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4242
3457
  "name": "RefAttributes"
4243
3458
  }
4244
3459
  ],
@@ -4466,12 +3681,12 @@
4466
3681
  "description": "",
4467
3682
  "name": "className",
4468
3683
  "parent": {
4469
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3684
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4470
3685
  "name": "HTMLAttributes"
4471
3686
  },
4472
3687
  "declarations": [
4473
3688
  {
4474
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3689
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4475
3690
  "name": "HTMLAttributes"
4476
3691
  }
4477
3692
  ],
@@ -4485,12 +3700,12 @@
4485
3700
  "description": "",
4486
3701
  "name": "ref",
4487
3702
  "parent": {
4488
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3703
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4489
3704
  "name": "RefAttributes"
4490
3705
  },
4491
3706
  "declarations": [
4492
3707
  {
4493
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3708
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4494
3709
  "name": "RefAttributes"
4495
3710
  }
4496
3711
  ],
@@ -4691,12 +3906,12 @@
4691
3906
  "description": "",
4692
3907
  "name": "className",
4693
3908
  "parent": {
4694
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3909
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4695
3910
  "name": "HTMLAttributes"
4696
3911
  },
4697
3912
  "declarations": [
4698
3913
  {
4699
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3914
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4700
3915
  "name": "HTMLAttributes"
4701
3916
  }
4702
3917
  ],
@@ -4710,12 +3925,12 @@
4710
3925
  "description": "",
4711
3926
  "name": "ref",
4712
3927
  "parent": {
4713
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3928
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4714
3929
  "name": "RefAttributes"
4715
3930
  },
4716
3931
  "declarations": [
4717
3932
  {
4718
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3933
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4719
3934
  "name": "RefAttributes"
4720
3935
  }
4721
3936
  ],
@@ -4775,12 +3990,12 @@
4775
3990
  "description": "",
4776
3991
  "name": "className",
4777
3992
  "parent": {
4778
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3993
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4779
3994
  "name": "HTMLAttributes"
4780
3995
  },
4781
3996
  "declarations": [
4782
3997
  {
4783
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
3998
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4784
3999
  "name": "HTMLAttributes"
4785
4000
  }
4786
4001
  ],
@@ -4794,12 +4009,12 @@
4794
4009
  "description": "",
4795
4010
  "name": "ref",
4796
4011
  "parent": {
4797
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4012
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4798
4013
  "name": "RefAttributes"
4799
4014
  },
4800
4015
  "declarations": [
4801
4016
  {
4802
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4017
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4803
4018
  "name": "RefAttributes"
4804
4019
  }
4805
4020
  ],
@@ -4979,12 +4194,12 @@
4979
4194
  "description": "",
4980
4195
  "name": "className",
4981
4196
  "parent": {
4982
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4197
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4983
4198
  "name": "HTMLAttributes"
4984
4199
  },
4985
4200
  "declarations": [
4986
4201
  {
4987
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4202
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
4988
4203
  "name": "HTMLAttributes"
4989
4204
  }
4990
4205
  ],
@@ -4998,12 +4213,12 @@
4998
4213
  "description": "",
4999
4214
  "name": "ref",
5000
4215
  "parent": {
5001
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4216
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5002
4217
  "name": "RefAttributes"
5003
4218
  },
5004
4219
  "declarations": [
5005
4220
  {
5006
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4221
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5007
4222
  "name": "RefAttributes"
5008
4223
  }
5009
4224
  ],
@@ -5042,12 +4257,12 @@
5042
4257
  "description": "",
5043
4258
  "name": "className",
5044
4259
  "parent": {
5045
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4260
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5046
4261
  "name": "HTMLAttributes"
5047
4262
  },
5048
4263
  "declarations": [
5049
4264
  {
5050
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4265
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5051
4266
  "name": "HTMLAttributes"
5052
4267
  }
5053
4268
  ],
@@ -5061,12 +4276,12 @@
5061
4276
  "description": "",
5062
4277
  "name": "ref",
5063
4278
  "parent": {
5064
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4279
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5065
4280
  "name": "RefAttributes"
5066
4281
  },
5067
4282
  "declarations": [
5068
4283
  {
5069
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4284
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5070
4285
  "name": "RefAttributes"
5071
4286
  }
5072
4287
  ],
@@ -5185,12 +4400,12 @@
5185
4400
  "description": "",
5186
4401
  "name": "className",
5187
4402
  "parent": {
5188
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4403
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5189
4404
  "name": "HTMLAttributes"
5190
4405
  },
5191
4406
  "declarations": [
5192
4407
  {
5193
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4408
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5194
4409
  "name": "HTMLAttributes"
5195
4410
  }
5196
4411
  ],
@@ -5204,12 +4419,12 @@
5204
4419
  "description": "",
5205
4420
  "name": "ref",
5206
4421
  "parent": {
5207
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4422
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5208
4423
  "name": "RefAttributes"
5209
4424
  },
5210
4425
  "declarations": [
5211
4426
  {
5212
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4427
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5213
4428
  "name": "RefAttributes"
5214
4429
  }
5215
4430
  ],
@@ -5264,17 +4479,59 @@
5264
4479
  "name": "number"
5265
4480
  }
5266
4481
  },
4482
+ "completed": {
4483
+ "defaultValue": {
4484
+ "value": "false"
4485
+ },
4486
+ "description": "Makes step-indicator a checkmark",
4487
+ "name": "completed",
4488
+ "parent": {
4489
+ "fileName": "src/stepper/Step.tsx",
4490
+ "name": "StepperStepProps"
4491
+ },
4492
+ "declarations": [
4493
+ {
4494
+ "fileName": "src/stepper/Step.tsx",
4495
+ "name": "StepperStepProps"
4496
+ }
4497
+ ],
4498
+ "required": false,
4499
+ "type": {
4500
+ "name": "boolean"
4501
+ }
4502
+ },
4503
+ "interactive": {
4504
+ "defaultValue": {
4505
+ "value": "true"
4506
+ },
4507
+ "description": "Makes step non-interactive if false. Step will be set to a <div>, overriding `as`-prop",
4508
+ "name": "interactive",
4509
+ "parent": {
4510
+ "fileName": "src/stepper/Step.tsx",
4511
+ "name": "StepperStepProps"
4512
+ },
4513
+ "declarations": [
4514
+ {
4515
+ "fileName": "src/stepper/Step.tsx",
4516
+ "name": "StepperStepProps"
4517
+ }
4518
+ ],
4519
+ "required": false,
4520
+ "type": {
4521
+ "name": "boolean"
4522
+ }
4523
+ },
5267
4524
  "className": {
5268
4525
  "defaultValue": null,
5269
4526
  "description": "",
5270
4527
  "name": "className",
5271
4528
  "parent": {
5272
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4529
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5273
4530
  "name": "HTMLAttributes"
5274
4531
  },
5275
4532
  "declarations": [
5276
4533
  {
5277
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4534
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5278
4535
  "name": "HTMLAttributes"
5279
4536
  }
5280
4537
  ],
@@ -5288,12 +4545,12 @@
5288
4545
  "description": "",
5289
4546
  "name": "ref",
5290
4547
  "parent": {
5291
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4548
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5292
4549
  "name": "RefAttributes"
5293
4550
  },
5294
4551
  "declarations": [
5295
4552
  {
5296
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4553
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5297
4554
  "name": "RefAttributes"
5298
4555
  }
5299
4556
  ],
@@ -5386,17 +4643,38 @@
5386
4643
  "name": "((step: number) => void)"
5387
4644
  }
5388
4645
  },
4646
+ "interactive": {
4647
+ "defaultValue": {
4648
+ "value": "true"
4649
+ },
4650
+ "description": "Makes stepper non-interactive if false",
4651
+ "name": "interactive",
4652
+ "parent": {
4653
+ "fileName": "src/stepper/Stepper.tsx",
4654
+ "name": "StepperProps"
4655
+ },
4656
+ "declarations": [
4657
+ {
4658
+ "fileName": "src/stepper/Stepper.tsx",
4659
+ "name": "StepperProps"
4660
+ }
4661
+ ],
4662
+ "required": false,
4663
+ "type": {
4664
+ "name": "boolean"
4665
+ }
4666
+ },
5389
4667
  "className": {
5390
4668
  "defaultValue": null,
5391
4669
  "description": "",
5392
4670
  "name": "className",
5393
4671
  "parent": {
5394
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4672
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5395
4673
  "name": "HTMLAttributes"
5396
4674
  },
5397
4675
  "declarations": [
5398
4676
  {
5399
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4677
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5400
4678
  "name": "HTMLAttributes"
5401
4679
  }
5402
4680
  ],
@@ -5410,12 +4688,12 @@
5410
4688
  "description": "",
5411
4689
  "name": "ref",
5412
4690
  "parent": {
5413
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4691
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5414
4692
  "name": "RefAttributes"
5415
4693
  },
5416
4694
  "declarations": [
5417
4695
  {
5418
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4696
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5419
4697
  "name": "RefAttributes"
5420
4698
  }
5421
4699
  ],
@@ -5435,12 +4713,12 @@
5435
4713
  "description": "",
5436
4714
  "name": "className",
5437
4715
  "parent": {
5438
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4716
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5439
4717
  "name": "HTMLAttributes"
5440
4718
  },
5441
4719
  "declarations": [
5442
4720
  {
5443
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4721
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5444
4722
  "name": "HTMLAttributes"
5445
4723
  }
5446
4724
  ],
@@ -5454,12 +4732,12 @@
5454
4732
  "description": "",
5455
4733
  "name": "ref",
5456
4734
  "parent": {
5457
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4735
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5458
4736
  "name": "RefAttributes"
5459
4737
  },
5460
4738
  "declarations": [
5461
4739
  {
5462
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4740
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5463
4741
  "name": "RefAttributes"
5464
4742
  }
5465
4743
  ],
@@ -5559,12 +4837,12 @@
5559
4837
  "description": "",
5560
4838
  "name": "className",
5561
4839
  "parent": {
5562
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4840
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5563
4841
  "name": "HTMLAttributes"
5564
4842
  },
5565
4843
  "declarations": [
5566
4844
  {
5567
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4845
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5568
4846
  "name": "HTMLAttributes"
5569
4847
  }
5570
4848
  ],
@@ -5578,12 +4856,12 @@
5578
4856
  "description": "",
5579
4857
  "name": "ref",
5580
4858
  "parent": {
5581
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4859
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5582
4860
  "name": "RefAttributes"
5583
4861
  },
5584
4862
  "declarations": [
5585
4863
  {
5586
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4864
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5587
4865
  "name": "RefAttributes"
5588
4866
  }
5589
4867
  ],
@@ -5624,12 +4902,12 @@
5624
4902
  "description": "",
5625
4903
  "name": "className",
5626
4904
  "parent": {
5627
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4905
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5628
4906
  "name": "HTMLAttributes"
5629
4907
  },
5630
4908
  "declarations": [
5631
4909
  {
5632
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4910
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5633
4911
  "name": "HTMLAttributes"
5634
4912
  }
5635
4913
  ],
@@ -5643,12 +4921,12 @@
5643
4921
  "description": "",
5644
4922
  "name": "ref",
5645
4923
  "parent": {
5646
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4924
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5647
4925
  "name": "RefAttributes"
5648
4926
  },
5649
4927
  "declarations": [
5650
4928
  {
5651
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
4929
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5652
4930
  "name": "RefAttributes"
5653
4931
  }
5654
4932
  ],
@@ -5809,12 +5087,12 @@
5809
5087
  "description": "",
5810
5088
  "name": "className",
5811
5089
  "parent": {
5812
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5090
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5813
5091
  "name": "HTMLAttributes"
5814
5092
  },
5815
5093
  "declarations": [
5816
5094
  {
5817
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5095
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5818
5096
  "name": "HTMLAttributes"
5819
5097
  }
5820
5098
  ],
@@ -5828,12 +5106,12 @@
5828
5106
  "description": "",
5829
5107
  "name": "ref",
5830
5108
  "parent": {
5831
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5109
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5832
5110
  "name": "RefAttributes"
5833
5111
  },
5834
5112
  "declarations": [
5835
5113
  {
5836
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5114
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5837
5115
  "name": "RefAttributes"
5838
5116
  }
5839
5117
  ],
@@ -5853,12 +5131,12 @@
5853
5131
  "description": "",
5854
5132
  "name": "className",
5855
5133
  "parent": {
5856
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5134
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5857
5135
  "name": "HTMLAttributes"
5858
5136
  },
5859
5137
  "declarations": [
5860
5138
  {
5861
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5139
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5862
5140
  "name": "HTMLAttributes"
5863
5141
  }
5864
5142
  ],
@@ -5872,12 +5150,12 @@
5872
5150
  "description": "",
5873
5151
  "name": "ref",
5874
5152
  "parent": {
5875
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5153
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5876
5154
  "name": "RefAttributes"
5877
5155
  },
5878
5156
  "declarations": [
5879
5157
  {
5880
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5158
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5881
5159
  "name": "RefAttributes"
5882
5160
  }
5883
5161
  ],
@@ -5937,12 +5215,12 @@
5937
5215
  "description": "",
5938
5216
  "name": "className",
5939
5217
  "parent": {
5940
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5218
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5941
5219
  "name": "HTMLAttributes"
5942
5220
  },
5943
5221
  "declarations": [
5944
5222
  {
5945
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5223
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5946
5224
  "name": "HTMLAttributes"
5947
5225
  }
5948
5226
  ],
@@ -5956,12 +5234,12 @@
5956
5234
  "description": "",
5957
5235
  "name": "ref",
5958
5236
  "parent": {
5959
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5237
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5960
5238
  "name": "RefAttributes"
5961
5239
  },
5962
5240
  "declarations": [
5963
5241
  {
5964
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5242
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
5965
5243
  "name": "RefAttributes"
5966
5244
  }
5967
5245
  ],
@@ -6002,12 +5280,12 @@
6002
5280
  "description": "",
6003
5281
  "name": "className",
6004
5282
  "parent": {
6005
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5283
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6006
5284
  "name": "HTMLAttributes"
6007
5285
  },
6008
5286
  "declarations": [
6009
5287
  {
6010
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5288
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6011
5289
  "name": "HTMLAttributes"
6012
5290
  }
6013
5291
  ],
@@ -6021,12 +5299,12 @@
6021
5299
  "description": "",
6022
5300
  "name": "ref",
6023
5301
  "parent": {
6024
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5302
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6025
5303
  "name": "RefAttributes"
6026
5304
  },
6027
5305
  "declarations": [
6028
5306
  {
6029
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5307
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6030
5308
  "name": "RefAttributes"
6031
5309
  }
6032
5310
  ],
@@ -6126,12 +5404,12 @@
6126
5404
  "description": "",
6127
5405
  "name": "className",
6128
5406
  "parent": {
6129
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5407
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6130
5408
  "name": "HTMLAttributes"
6131
5409
  },
6132
5410
  "declarations": [
6133
5411
  {
6134
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5412
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6135
5413
  "name": "HTMLAttributes"
6136
5414
  }
6137
5415
  ],
@@ -6145,12 +5423,12 @@
6145
5423
  "description": "",
6146
5424
  "name": "ref",
6147
5425
  "parent": {
6148
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5426
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6149
5427
  "name": "RefAttributes"
6150
5428
  },
6151
5429
  "declarations": [
6152
5430
  {
6153
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5431
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6154
5432
  "name": "RefAttributes"
6155
5433
  }
6156
5434
  ],
@@ -6227,12 +5505,12 @@
6227
5505
  "description": "",
6228
5506
  "name": "className",
6229
5507
  "parent": {
6230
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5508
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6231
5509
  "name": "HTMLAttributes"
6232
5510
  },
6233
5511
  "declarations": [
6234
5512
  {
6235
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5513
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6236
5514
  "name": "HTMLAttributes"
6237
5515
  }
6238
5516
  ],
@@ -6246,12 +5524,12 @@
6246
5524
  "description": "",
6247
5525
  "name": "ref",
6248
5526
  "parent": {
6249
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5527
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6250
5528
  "name": "RefAttributes"
6251
5529
  },
6252
5530
  "declarations": [
6253
5531
  {
6254
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5532
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6255
5533
  "name": "RefAttributes"
6256
5534
  }
6257
5535
  ],
@@ -6290,12 +5568,12 @@
6290
5568
  "description": "",
6291
5569
  "name": "className",
6292
5570
  "parent": {
6293
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5571
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6294
5572
  "name": "HTMLAttributes"
6295
5573
  },
6296
5574
  "declarations": [
6297
5575
  {
6298
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5576
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6299
5577
  "name": "HTMLAttributes"
6300
5578
  }
6301
5579
  ],
@@ -6309,12 +5587,12 @@
6309
5587
  "description": "",
6310
5588
  "name": "ref",
6311
5589
  "parent": {
6312
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5590
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6313
5591
  "name": "RefAttributes"
6314
5592
  },
6315
5593
  "declarations": [
6316
5594
  {
6317
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5595
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6318
5596
  "name": "RefAttributes"
6319
5597
  }
6320
5598
  ],
@@ -6372,12 +5650,12 @@
6372
5650
  "description": "",
6373
5651
  "name": "className",
6374
5652
  "parent": {
6375
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5653
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6376
5654
  "name": "HTMLAttributes"
6377
5655
  },
6378
5656
  "declarations": [
6379
5657
  {
6380
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5658
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6381
5659
  "name": "HTMLAttributes"
6382
5660
  }
6383
5661
  ],
@@ -6391,12 +5669,12 @@
6391
5669
  "description": "",
6392
5670
  "name": "ref",
6393
5671
  "parent": {
6394
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5672
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6395
5673
  "name": "RefAttributes"
6396
5674
  },
6397
5675
  "declarations": [
6398
5676
  {
6399
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5677
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6400
5678
  "name": "RefAttributes"
6401
5679
  }
6402
5680
  ],
@@ -6557,12 +5835,12 @@
6557
5835
  "description": "",
6558
5836
  "name": "className",
6559
5837
  "parent": {
6560
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5838
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6561
5839
  "name": "HTMLAttributes"
6562
5840
  },
6563
5841
  "declarations": [
6564
5842
  {
6565
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5843
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6566
5844
  "name": "HTMLAttributes"
6567
5845
  }
6568
5846
  ],
@@ -6576,12 +5854,12 @@
6576
5854
  "description": "",
6577
5855
  "name": "ref",
6578
5856
  "parent": {
6579
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5857
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6580
5858
  "name": "RefAttributes"
6581
5859
  },
6582
5860
  "declarations": [
6583
5861
  {
6584
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5862
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6585
5863
  "name": "RefAttributes"
6586
5864
  }
6587
5865
  ],
@@ -6660,12 +5938,12 @@
6660
5938
  "description": "",
6661
5939
  "name": "className",
6662
5940
  "parent": {
6663
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5941
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6664
5942
  "name": "HTMLAttributes"
6665
5943
  },
6666
5944
  "declarations": [
6667
5945
  {
6668
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5946
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6669
5947
  "name": "HTMLAttributes"
6670
5948
  }
6671
5949
  ],
@@ -6679,12 +5957,12 @@
6679
5957
  "description": "",
6680
5958
  "name": "ref",
6681
5959
  "parent": {
6682
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5960
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6683
5961
  "name": "RefAttributes"
6684
5962
  },
6685
5963
  "declarations": [
6686
5964
  {
6687
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
5965
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6688
5966
  "name": "RefAttributes"
6689
5967
  }
6690
5968
  ],
@@ -6820,12 +6098,12 @@
6820
6098
  "description": "",
6821
6099
  "name": "className",
6822
6100
  "parent": {
6823
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6101
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6824
6102
  "name": "HTMLAttributes"
6825
6103
  },
6826
6104
  "declarations": [
6827
6105
  {
6828
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6106
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6829
6107
  "name": "HTMLAttributes"
6830
6108
  }
6831
6109
  ],
@@ -6839,12 +6117,12 @@
6839
6117
  "description": "",
6840
6118
  "name": "ref",
6841
6119
  "parent": {
6842
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6120
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6843
6121
  "name": "RefAttributes"
6844
6122
  },
6845
6123
  "declarations": [
6846
6124
  {
6847
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6125
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6848
6126
  "name": "RefAttributes"
6849
6127
  }
6850
6128
  ],
@@ -6902,12 +6180,12 @@
6902
6180
  "description": "",
6903
6181
  "name": "className",
6904
6182
  "parent": {
6905
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6183
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6906
6184
  "name": "HTMLAttributes"
6907
6185
  },
6908
6186
  "declarations": [
6909
6187
  {
6910
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6188
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6911
6189
  "name": "HTMLAttributes"
6912
6190
  }
6913
6191
  ],
@@ -6921,12 +6199,12 @@
6921
6199
  "description": "",
6922
6200
  "name": "ref",
6923
6201
  "parent": {
6924
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6202
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6925
6203
  "name": "RefAttributes"
6926
6204
  },
6927
6205
  "declarations": [
6928
6206
  {
6929
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6207
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
6930
6208
  "name": "RefAttributes"
6931
6209
  }
6932
6210
  ],
@@ -7148,12 +6426,12 @@
7148
6426
  "description": "",
7149
6427
  "name": "className",
7150
6428
  "parent": {
7151
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6429
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7152
6430
  "name": "HTMLAttributes"
7153
6431
  },
7154
6432
  "declarations": [
7155
6433
  {
7156
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6434
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7157
6435
  "name": "HTMLAttributes"
7158
6436
  }
7159
6437
  ],
@@ -7167,12 +6445,12 @@
7167
6445
  "description": "",
7168
6446
  "name": "ref",
7169
6447
  "parent": {
7170
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6448
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7171
6449
  "name": "RefAttributes"
7172
6450
  },
7173
6451
  "declarations": [
7174
6452
  {
7175
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6453
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7176
6454
  "name": "RefAttributes"
7177
6455
  }
7178
6456
  ],
@@ -7256,12 +6534,12 @@
7256
6534
  "description": "",
7257
6535
  "name": "className",
7258
6536
  "parent": {
7259
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6537
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7260
6538
  "name": "HTMLAttributes"
7261
6539
  },
7262
6540
  "declarations": [
7263
6541
  {
7264
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6542
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7265
6543
  "name": "HTMLAttributes"
7266
6544
  }
7267
6545
  ],
@@ -7275,12 +6553,12 @@
7275
6553
  "description": "",
7276
6554
  "name": "ref",
7277
6555
  "parent": {
7278
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6556
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7279
6557
  "name": "RefAttributes"
7280
6558
  },
7281
6559
  "declarations": [
7282
6560
  {
7283
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6561
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7284
6562
  "name": "RefAttributes"
7285
6563
  }
7286
6564
  ],
@@ -7359,12 +6637,12 @@
7359
6637
  "description": "",
7360
6638
  "name": "className",
7361
6639
  "parent": {
7362
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6640
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7363
6641
  "name": "HTMLAttributes"
7364
6642
  },
7365
6643
  "declarations": [
7366
6644
  {
7367
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6645
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7368
6646
  "name": "HTMLAttributes"
7369
6647
  }
7370
6648
  ],
@@ -7378,12 +6656,12 @@
7378
6656
  "description": "",
7379
6657
  "name": "ref",
7380
6658
  "parent": {
7381
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6659
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7382
6660
  "name": "RefAttributes"
7383
6661
  },
7384
6662
  "declarations": [
7385
6663
  {
7386
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6664
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7387
6665
  "name": "RefAttributes"
7388
6666
  }
7389
6667
  ],
@@ -7481,12 +6759,12 @@
7481
6759
  "description": "",
7482
6760
  "name": "className",
7483
6761
  "parent": {
7484
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6762
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7485
6763
  "name": "HTMLAttributes"
7486
6764
  },
7487
6765
  "declarations": [
7488
6766
  {
7489
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6767
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7490
6768
  "name": "HTMLAttributes"
7491
6769
  }
7492
6770
  ],
@@ -7500,12 +6778,12 @@
7500
6778
  "description": "",
7501
6779
  "name": "ref",
7502
6780
  "parent": {
7503
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6781
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7504
6782
  "name": "RefAttributes"
7505
6783
  },
7506
6784
  "declarations": [
7507
6785
  {
7508
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6786
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7509
6787
  "name": "RefAttributes"
7510
6788
  }
7511
6789
  ],
@@ -7584,12 +6862,12 @@
7584
6862
  "description": "",
7585
6863
  "name": "className",
7586
6864
  "parent": {
7587
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6865
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7588
6866
  "name": "HTMLAttributes"
7589
6867
  },
7590
6868
  "declarations": [
7591
6869
  {
7592
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6870
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7593
6871
  "name": "HTMLAttributes"
7594
6872
  }
7595
6873
  ],
@@ -7603,12 +6881,12 @@
7603
6881
  "description": "",
7604
6882
  "name": "ref",
7605
6883
  "parent": {
7606
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6884
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7607
6885
  "name": "RefAttributes"
7608
6886
  },
7609
6887
  "declarations": [
7610
6888
  {
7611
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6889
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7612
6890
  "name": "RefAttributes"
7613
6891
  }
7614
6892
  ],
@@ -7708,12 +6986,12 @@
7708
6986
  "description": "",
7709
6987
  "name": "className",
7710
6988
  "parent": {
7711
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6989
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7712
6990
  "name": "HTMLAttributes"
7713
6991
  },
7714
6992
  "declarations": [
7715
6993
  {
7716
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
6994
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7717
6995
  "name": "HTMLAttributes"
7718
6996
  }
7719
6997
  ],
@@ -7727,12 +7005,12 @@
7727
7005
  "description": "",
7728
7006
  "name": "ref",
7729
7007
  "parent": {
7730
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7008
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7731
7009
  "name": "RefAttributes"
7732
7010
  },
7733
7011
  "declarations": [
7734
7012
  {
7735
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7013
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7736
7014
  "name": "RefAttributes"
7737
7015
  }
7738
7016
  ],
@@ -7790,12 +7068,12 @@
7790
7068
  "description": "",
7791
7069
  "name": "className",
7792
7070
  "parent": {
7793
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7071
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7794
7072
  "name": "HTMLAttributes"
7795
7073
  },
7796
7074
  "declarations": [
7797
7075
  {
7798
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7076
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7799
7077
  "name": "HTMLAttributes"
7800
7078
  }
7801
7079
  ],
@@ -7809,12 +7087,12 @@
7809
7087
  "description": "",
7810
7088
  "name": "ref",
7811
7089
  "parent": {
7812
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7090
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7813
7091
  "name": "RefAttributes"
7814
7092
  },
7815
7093
  "declarations": [
7816
7094
  {
7817
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7095
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7818
7096
  "name": "RefAttributes"
7819
7097
  }
7820
7098
  ],
@@ -7893,12 +7171,12 @@
7893
7171
  "description": "",
7894
7172
  "name": "className",
7895
7173
  "parent": {
7896
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7174
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7897
7175
  "name": "HTMLAttributes"
7898
7176
  },
7899
7177
  "declarations": [
7900
7178
  {
7901
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7179
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7902
7180
  "name": "HTMLAttributes"
7903
7181
  }
7904
7182
  ],
@@ -7912,12 +7190,12 @@
7912
7190
  "description": "",
7913
7191
  "name": "ref",
7914
7192
  "parent": {
7915
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7193
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7916
7194
  "name": "RefAttributes"
7917
7195
  },
7918
7196
  "declarations": [
7919
7197
  {
7920
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7198
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
7921
7199
  "name": "RefAttributes"
7922
7200
  }
7923
7201
  ],
@@ -8015,12 +7293,12 @@
8015
7293
  "description": "",
8016
7294
  "name": "className",
8017
7295
  "parent": {
8018
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7296
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8019
7297
  "name": "HTMLAttributes"
8020
7298
  },
8021
7299
  "declarations": [
8022
7300
  {
8023
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7301
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8024
7302
  "name": "HTMLAttributes"
8025
7303
  }
8026
7304
  ],
@@ -8080,12 +7358,12 @@
8080
7358
  "description": "",
8081
7359
  "name": "className",
8082
7360
  "parent": {
8083
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7361
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8084
7362
  "name": "HTMLAttributes"
8085
7363
  },
8086
7364
  "declarations": [
8087
7365
  {
8088
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7366
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8089
7367
  "name": "HTMLAttributes"
8090
7368
  }
8091
7369
  ],
@@ -8099,12 +7377,12 @@
8099
7377
  "description": "",
8100
7378
  "name": "ref",
8101
7379
  "parent": {
8102
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7380
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8103
7381
  "name": "RefAttributes"
8104
7382
  },
8105
7383
  "declarations": [
8106
7384
  {
8107
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7385
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8108
7386
  "name": "RefAttributes"
8109
7387
  }
8110
7388
  ],
@@ -8120,21 +7398,6 @@
8120
7398
  "displayName": "mergeRefs",
8121
7399
  "props": {}
8122
7400
  },
8123
- {
8124
- "filePath": "src/datepicker/caption/Caption.tsx",
8125
- "displayName": "DatePickerCaption",
8126
- "props": {}
8127
- },
8128
- {
8129
- "filePath": "src/datepicker/caption/Caption.tsx",
8130
- "displayName": "Caption",
8131
- "props": {}
8132
- },
8133
- {
8134
- "filePath": "src/datepicker/caption/DropdownCaption.tsx",
8135
- "displayName": "DropdownCaption",
8136
- "props": {}
8137
- },
8138
7401
  {
8139
7402
  "filePath": "src/form/Fieldset/Fieldset.tsx",
8140
7403
  "displayName": "Fieldset",
@@ -8336,12 +7599,12 @@
8336
7599
  "description": "",
8337
7600
  "name": "className",
8338
7601
  "parent": {
8339
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7602
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8340
7603
  "name": "HTMLAttributes"
8341
7604
  },
8342
7605
  "declarations": [
8343
7606
  {
8344
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7607
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8345
7608
  "name": "HTMLAttributes"
8346
7609
  }
8347
7610
  ],
@@ -8355,12 +7618,12 @@
8355
7618
  "description": "",
8356
7619
  "name": "ref",
8357
7620
  "parent": {
8358
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7621
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8359
7622
  "name": "RefAttributes"
8360
7623
  },
8361
7624
  "declarations": [
8362
7625
  {
8363
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7626
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8364
7627
  "name": "RefAttributes"
8365
7628
  }
8366
7629
  ],
@@ -8574,12 +7837,12 @@
8574
7837
  "description": "",
8575
7838
  "name": "className",
8576
7839
  "parent": {
8577
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7840
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8578
7841
  "name": "HTMLAttributes"
8579
7842
  },
8580
7843
  "declarations": [
8581
7844
  {
8582
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7845
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8583
7846
  "name": "HTMLAttributes"
8584
7847
  }
8585
7848
  ],
@@ -8593,12 +7856,12 @@
8593
7856
  "description": "",
8594
7857
  "name": "ref",
8595
7858
  "parent": {
8596
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7859
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8597
7860
  "name": "RefAttributes"
8598
7861
  },
8599
7862
  "declarations": [
8600
7863
  {
8601
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
7864
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8602
7865
  "name": "RefAttributes"
8603
7866
  }
8604
7867
  ],
@@ -8848,12 +8111,12 @@
8848
8111
  "description": "",
8849
8112
  "name": "className",
8850
8113
  "parent": {
8851
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8114
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8852
8115
  "name": "HTMLAttributes"
8853
8116
  },
8854
8117
  "declarations": [
8855
8118
  {
8856
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8119
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8857
8120
  "name": "HTMLAttributes"
8858
8121
  }
8859
8122
  ],
@@ -8867,12 +8130,12 @@
8867
8130
  "description": "",
8868
8131
  "name": "ref",
8869
8132
  "parent": {
8870
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8133
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8871
8134
  "name": "RefAttributes"
8872
8135
  },
8873
8136
  "declarations": [
8874
8137
  {
8875
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8138
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8876
8139
  "name": "RefAttributes"
8877
8140
  }
8878
8141
  ],
@@ -8972,12 +8235,12 @@
8972
8235
  "description": "",
8973
8236
  "name": "className",
8974
8237
  "parent": {
8975
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8238
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8976
8239
  "name": "HTMLAttributes"
8977
8240
  },
8978
8241
  "declarations": [
8979
8242
  {
8980
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8243
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8981
8244
  "name": "HTMLAttributes"
8982
8245
  }
8983
8246
  ],
@@ -8991,12 +8254,12 @@
8991
8254
  "description": "",
8992
8255
  "name": "ref",
8993
8256
  "parent": {
8994
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8257
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
8995
8258
  "name": "RefAttributes"
8996
8259
  },
8997
8260
  "declarations": [
8998
8261
  {
8999
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8262
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9000
8263
  "name": "RefAttributes"
9001
8264
  }
9002
8265
  ],
@@ -9035,12 +8298,12 @@
9035
8298
  "description": "",
9036
8299
  "name": "className",
9037
8300
  "parent": {
9038
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8301
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9039
8302
  "name": "HTMLAttributes"
9040
8303
  },
9041
8304
  "declarations": [
9042
8305
  {
9043
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8306
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9044
8307
  "name": "HTMLAttributes"
9045
8308
  }
9046
8309
  ],
@@ -9054,12 +8317,12 @@
9054
8317
  "description": "",
9055
8318
  "name": "ref",
9056
8319
  "parent": {
9057
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8320
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9058
8321
  "name": "RefAttributes"
9059
8322
  },
9060
8323
  "declarations": [
9061
8324
  {
9062
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8325
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9063
8326
  "name": "RefAttributes"
9064
8327
  }
9065
8328
  ],
@@ -9193,12 +8456,12 @@
9193
8456
  "description": "",
9194
8457
  "name": "className",
9195
8458
  "parent": {
9196
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8459
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9197
8460
  "name": "HTMLAttributes"
9198
8461
  },
9199
8462
  "declarations": [
9200
8463
  {
9201
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8464
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9202
8465
  "name": "HTMLAttributes"
9203
8466
  }
9204
8467
  ],
@@ -9212,12 +8475,12 @@
9212
8475
  "description": "",
9213
8476
  "name": "ref",
9214
8477
  "parent": {
9215
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8478
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9216
8479
  "name": "RefAttributes"
9217
8480
  },
9218
8481
  "declarations": [
9219
8482
  {
9220
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8483
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9221
8484
  "name": "RefAttributes"
9222
8485
  }
9223
8486
  ],
@@ -9505,12 +8768,12 @@
9505
8768
  "description": "",
9506
8769
  "name": "className",
9507
8770
  "parent": {
9508
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8771
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9509
8772
  "name": "HTMLAttributes"
9510
8773
  },
9511
8774
  "declarations": [
9512
8775
  {
9513
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8776
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9514
8777
  "name": "HTMLAttributes"
9515
8778
  }
9516
8779
  ],
@@ -9524,12 +8787,12 @@
9524
8787
  "description": "",
9525
8788
  "name": "ref",
9526
8789
  "parent": {
9527
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8790
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9528
8791
  "name": "RefAttributes"
9529
8792
  },
9530
8793
  "declarations": [
9531
8794
  {
9532
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
8795
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9533
8796
  "name": "RefAttributes"
9534
8797
  }
9535
8798
  ],
@@ -9804,12 +9067,12 @@
9804
9067
  "description": "",
9805
9068
  "name": "className",
9806
9069
  "parent": {
9807
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
9070
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9808
9071
  "name": "HTMLAttributes"
9809
9072
  },
9810
9073
  "declarations": [
9811
9074
  {
9812
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
9075
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9813
9076
  "name": "HTMLAttributes"
9814
9077
  }
9815
9078
  ],
@@ -9823,12 +9086,12 @@
9823
9086
  "description": "",
9824
9087
  "name": "ref",
9825
9088
  "parent": {
9826
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
9089
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9827
9090
  "name": "RefAttributes"
9828
9091
  },
9829
9092
  "declarations": [
9830
9093
  {
9831
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
9094
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9832
9095
  "name": "RefAttributes"
9833
9096
  }
9834
9097
  ],
@@ -9947,12 +9210,12 @@
9947
9210
  "description": "",
9948
9211
  "name": "className",
9949
9212
  "parent": {
9950
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
9213
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9951
9214
  "name": "HTMLAttributes"
9952
9215
  },
9953
9216
  "declarations": [
9954
9217
  {
9955
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
9218
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9956
9219
  "name": "HTMLAttributes"
9957
9220
  }
9958
9221
  ],
@@ -9966,12 +9229,12 @@
9966
9229
  "description": "",
9967
9230
  "name": "ref",
9968
9231
  "parent": {
9969
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
9232
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9970
9233
  "name": "RefAttributes"
9971
9234
  },
9972
9235
  "declarations": [
9973
9236
  {
9974
- "fileName": "nfm/node_modules/@types/react/index.d.ts",
9237
+ "fileName": "Designsystemet/node_modules/@types/react/index.d.ts",
9975
9238
  "name": "RefAttributes"
9976
9239
  }
9977
9240
  ],