@digdir/designsystemet-react 1.5.1 → 1.6.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 (220) hide show
  1. package/dist/cjs/components/button/button.js +1 -1
  2. package/dist/cjs/components/suggestion/suggestion.js +3 -3
  3. package/dist/cjs/components/textfield/textfield.js +1 -1
  4. package/dist/cjs/components/toggle-group/toggle-group-item.js +2 -2
  5. package/dist/cjs/components/toggle-group/toggle-group.js +3 -2
  6. package/dist/cjs/components/toggle-group/use-toggle-groupitem.js +2 -0
  7. package/dist/cjs/utilities/hooks/use-pagination/use-pagination.js +2 -2
  8. package/dist/esm/components/button/button.js +1 -1
  9. package/dist/esm/components/suggestion/suggestion.js +3 -3
  10. package/dist/esm/components/textfield/textfield.js +1 -1
  11. package/dist/esm/components/toggle-group/toggle-group-item.js +2 -2
  12. package/dist/esm/components/toggle-group/toggle-group.js +3 -2
  13. package/dist/esm/components/toggle-group/use-toggle-groupitem.js +2 -0
  14. package/dist/esm/utilities/hooks/use-pagination/use-pagination.js +2 -2
  15. package/dist/types/components/Combobox/Combobox.d.ts +4 -4
  16. package/dist/types/components/Combobox/Combobox.d.ts.map +1 -1
  17. package/dist/types/components/Combobox/ComboboxContext.d.ts +1 -1
  18. package/dist/types/components/Combobox/ComboboxContext.d.ts.map +1 -1
  19. package/dist/types/components/Combobox/ComboboxIdContext.d.ts +2 -2
  20. package/dist/types/components/Combobox/ComboboxIdContext.d.ts.map +1 -1
  21. package/dist/types/components/Combobox/Custom.d.ts +1 -1
  22. package/dist/types/components/Combobox/Custom.d.ts.map +1 -1
  23. package/dist/types/components/Combobox/Empty.d.ts +1 -1
  24. package/dist/types/components/Combobox/Empty.d.ts.map +1 -1
  25. package/dist/types/components/Combobox/Option/Description.d.ts +1 -1
  26. package/dist/types/components/Combobox/Option/Description.d.ts.map +1 -1
  27. package/dist/types/components/Combobox/Option/Option.d.ts +2 -2
  28. package/dist/types/components/Combobox/Option/Option.d.ts.map +1 -1
  29. package/dist/types/components/Combobox/internal/ComboboxClearButton.d.ts +1 -1
  30. package/dist/types/components/Combobox/internal/ComboboxClearButton.d.ts.map +1 -1
  31. package/dist/types/components/Combobox/useCombobox.d.ts +3 -3
  32. package/dist/types/components/Combobox/useFormField/FieldsetContext.d.ts +1 -1
  33. package/dist/types/components/Combobox/useFormField/FieldsetContext.d.ts.map +1 -1
  34. package/dist/types/components/alert/alert.d.ts +2 -2
  35. package/dist/types/components/alert/alert.d.ts.map +1 -1
  36. package/dist/types/components/avatar/avatar.d.ts +8 -27
  37. package/dist/types/components/avatar/avatar.d.ts.map +1 -1
  38. package/dist/types/components/badge/badge-position.d.ts +2 -2
  39. package/dist/types/components/badge/badge-position.d.ts.map +1 -1
  40. package/dist/types/components/badge/badge.d.ts +2 -2
  41. package/dist/types/components/badge/badge.d.ts.map +1 -1
  42. package/dist/types/components/badge/index.d.ts +4 -4
  43. package/dist/types/components/breadcrumbs/breadcrumbs-item.d.ts +1 -1
  44. package/dist/types/components/breadcrumbs/breadcrumbs-item.d.ts.map +1 -1
  45. package/dist/types/components/breadcrumbs/breadcrumbs-link.d.ts +3 -3
  46. package/dist/types/components/breadcrumbs/breadcrumbs-link.d.ts.map +1 -1
  47. package/dist/types/components/breadcrumbs/breadcrumbs-list.d.ts +1 -1
  48. package/dist/types/components/breadcrumbs/breadcrumbs-list.d.ts.map +1 -1
  49. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
  50. package/dist/types/components/breadcrumbs/breadcrumbs.d.ts.map +1 -1
  51. package/dist/types/components/button/button.d.ts +4 -2
  52. package/dist/types/components/button/button.d.ts.map +1 -1
  53. package/dist/types/components/card/card-block.d.ts +2 -2
  54. package/dist/types/components/card/card-block.d.ts.map +1 -1
  55. package/dist/types/components/card/card.d.ts +2 -2
  56. package/dist/types/components/card/card.d.ts.map +1 -1
  57. package/dist/types/components/checkbox/checkbox.d.ts +1 -1
  58. package/dist/types/components/checkbox/checkbox.d.ts.map +1 -1
  59. package/dist/types/components/chip/chips.d.ts +4 -4
  60. package/dist/types/components/chip/chips.d.ts.map +1 -1
  61. package/dist/types/components/details/details-content.d.ts +1 -1
  62. package/dist/types/components/details/details-content.d.ts.map +1 -1
  63. package/dist/types/components/details/details-summary.d.ts +2 -2
  64. package/dist/types/components/details/details-summary.d.ts.map +1 -1
  65. package/dist/types/components/details/details.d.ts +1 -1
  66. package/dist/types/components/details/details.d.ts.map +1 -1
  67. package/dist/types/components/dialog/dialog-block.d.ts +2 -2
  68. package/dist/types/components/dialog/dialog-block.d.ts.map +1 -1
  69. package/dist/types/components/dialog/dialog-trigger-context.d.ts +1 -1
  70. package/dist/types/components/dialog/dialog-trigger-context.d.ts.map +1 -1
  71. package/dist/types/components/dialog/dialog-trigger.d.ts +4 -4
  72. package/dist/types/components/dialog/dialog-trigger.d.ts.map +1 -1
  73. package/dist/types/components/dialog/dialog.d.ts +2 -2
  74. package/dist/types/components/dialog/dialog.d.ts.map +1 -1
  75. package/dist/types/components/divider/divider.d.ts +1 -1
  76. package/dist/types/components/divider/divider.d.ts.map +1 -1
  77. package/dist/types/components/dropdown/dropdown-button.d.ts +1 -1
  78. package/dist/types/components/dropdown/dropdown-button.d.ts.map +1 -1
  79. package/dist/types/components/dropdown/dropdown-heading.d.ts +2 -2
  80. package/dist/types/components/dropdown/dropdown-heading.d.ts.map +1 -1
  81. package/dist/types/components/dropdown/dropdown-item.d.ts +1 -1
  82. package/dist/types/components/dropdown/dropdown-item.d.ts.map +1 -1
  83. package/dist/types/components/dropdown/dropdown-list.d.ts +1 -1
  84. package/dist/types/components/dropdown/dropdown-list.d.ts.map +1 -1
  85. package/dist/types/components/dropdown/dropdown-trigger.d.ts +1 -1
  86. package/dist/types/components/dropdown/dropdown-trigger.d.ts.map +1 -1
  87. package/dist/types/components/dropdown/dropdown.d.ts +2 -2
  88. package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
  89. package/dist/types/components/error-summary/error-summary-heading.d.ts +2 -2
  90. package/dist/types/components/error-summary/error-summary-heading.d.ts.map +1 -1
  91. package/dist/types/components/error-summary/error-summary-item.d.ts +2 -2
  92. package/dist/types/components/error-summary/error-summary-item.d.ts.map +1 -1
  93. package/dist/types/components/error-summary/error-summary-link.d.ts +3 -3
  94. package/dist/types/components/error-summary/error-summary-link.d.ts.map +1 -1
  95. package/dist/types/components/error-summary/error-summary-list.d.ts +2 -2
  96. package/dist/types/components/error-summary/error-summary-list.d.ts.map +1 -1
  97. package/dist/types/components/error-summary/error-summary.d.ts +3 -3
  98. package/dist/types/components/error-summary/error-summary.d.ts.map +1 -1
  99. package/dist/types/components/field/field-affix.d.ts +2 -2
  100. package/dist/types/components/field/field-affix.d.ts.map +1 -1
  101. package/dist/types/components/field/field-counter.d.ts +3 -3
  102. package/dist/types/components/field/field-counter.d.ts.map +1 -1
  103. package/dist/types/components/field/field-description.d.ts +1 -1
  104. package/dist/types/components/field/field-description.d.ts.map +1 -1
  105. package/dist/types/components/field/field.d.ts +2 -2
  106. package/dist/types/components/field/field.d.ts.map +1 -1
  107. package/dist/types/components/fieldset/fieldset-description.d.ts +2 -2
  108. package/dist/types/components/fieldset/fieldset-description.d.ts.map +1 -1
  109. package/dist/types/components/fieldset/fieldset-legend.d.ts +1 -1
  110. package/dist/types/components/fieldset/fieldset-legend.d.ts.map +1 -1
  111. package/dist/types/components/fieldset/fieldset.d.ts +1 -1
  112. package/dist/types/components/fieldset/fieldset.d.ts.map +1 -1
  113. package/dist/types/components/heading/heading.d.ts +2 -2
  114. package/dist/types/components/heading/heading.d.ts.map +1 -1
  115. package/dist/types/components/input/input.d.ts +2 -2
  116. package/dist/types/components/input/input.d.ts.map +1 -1
  117. package/dist/types/components/label/label.d.ts +2 -2
  118. package/dist/types/components/label/label.d.ts.map +1 -1
  119. package/dist/types/components/link/link.d.ts +2 -2
  120. package/dist/types/components/link/link.d.ts.map +1 -1
  121. package/dist/types/components/list/list-item.d.ts +2 -2
  122. package/dist/types/components/list/list-item.d.ts.map +1 -1
  123. package/dist/types/components/list/lists.d.ts +4 -4
  124. package/dist/types/components/list/lists.d.ts.map +1 -1
  125. package/dist/types/components/pagination/pagination-button.d.ts +2 -2
  126. package/dist/types/components/pagination/pagination-button.d.ts.map +1 -1
  127. package/dist/types/components/pagination/pagination-item.d.ts +2 -2
  128. package/dist/types/components/pagination/pagination-item.d.ts.map +1 -1
  129. package/dist/types/components/pagination/pagination-list.d.ts +2 -2
  130. package/dist/types/components/pagination/pagination-list.d.ts.map +1 -1
  131. package/dist/types/components/pagination/pagination.d.ts +2 -2
  132. package/dist/types/components/pagination/pagination.d.ts.map +1 -1
  133. package/dist/types/components/paragraph/paragraph.d.ts +2 -2
  134. package/dist/types/components/paragraph/paragraph.d.ts.map +1 -1
  135. package/dist/types/components/popover/popover-trigger-context.d.ts +1 -1
  136. package/dist/types/components/popover/popover-trigger.d.ts +1 -1
  137. package/dist/types/components/popover/popover-trigger.d.ts.map +1 -1
  138. package/dist/types/components/popover/popover.d.ts +2 -2
  139. package/dist/types/components/popover/popover.d.ts.map +1 -1
  140. package/dist/types/components/radio/radio.d.ts +1 -1
  141. package/dist/types/components/radio/radio.d.ts.map +1 -1
  142. package/dist/types/components/search/search-button.d.ts +3 -3
  143. package/dist/types/components/search/search-button.d.ts.map +1 -1
  144. package/dist/types/components/search/search-clear.d.ts +2 -2
  145. package/dist/types/components/search/search-clear.d.ts.map +1 -1
  146. package/dist/types/components/search/search-input.d.ts +1 -1
  147. package/dist/types/components/search/search-input.d.ts.map +1 -1
  148. package/dist/types/components/search/search.d.ts +1 -1
  149. package/dist/types/components/search/search.d.ts.map +1 -1
  150. package/dist/types/components/select/select-optgroup.d.ts +2 -2
  151. package/dist/types/components/select/select-optgroup.d.ts.map +1 -1
  152. package/dist/types/components/select/select-option.d.ts +2 -2
  153. package/dist/types/components/select/select-option.d.ts.map +1 -1
  154. package/dist/types/components/select/select.d.ts +2 -2
  155. package/dist/types/components/select/select.d.ts.map +1 -1
  156. package/dist/types/components/skeleton/skeleton.d.ts +2 -2
  157. package/dist/types/components/skeleton/skeleton.d.ts.map +1 -1
  158. package/dist/types/components/skip-link/skip-link.d.ts +2 -2
  159. package/dist/types/components/skip-link/skip-link.d.ts.map +1 -1
  160. package/dist/types/components/spinner/spinner.d.ts +1 -2
  161. package/dist/types/components/spinner/spinner.d.ts.map +1 -1
  162. package/dist/types/components/suggestion/suggestion-clear.d.ts +2 -2
  163. package/dist/types/components/suggestion/suggestion-clear.d.ts.map +1 -1
  164. package/dist/types/components/suggestion/suggestion-empty.d.ts +1 -1
  165. package/dist/types/components/suggestion/suggestion-empty.d.ts.map +1 -1
  166. package/dist/types/components/suggestion/suggestion-input.d.ts +3 -3
  167. package/dist/types/components/suggestion/suggestion-input.d.ts.map +1 -1
  168. package/dist/types/components/suggestion/suggestion-list.d.ts +2 -2
  169. package/dist/types/components/suggestion/suggestion-list.d.ts.map +1 -1
  170. package/dist/types/components/suggestion/suggestion-option.d.ts +1 -1
  171. package/dist/types/components/suggestion/suggestion-option.d.ts.map +1 -1
  172. package/dist/types/components/suggestion/suggestion.d.ts +2 -2
  173. package/dist/types/components/suggestion/suggestion.d.ts.map +1 -1
  174. package/dist/types/components/switch/switch.d.ts +1 -1
  175. package/dist/types/components/switch/switch.d.ts.map +1 -1
  176. package/dist/types/components/table/table-body.d.ts +1 -1
  177. package/dist/types/components/table/table-body.d.ts.map +1 -1
  178. package/dist/types/components/table/table-cell.d.ts +1 -1
  179. package/dist/types/components/table/table-cell.d.ts.map +1 -1
  180. package/dist/types/components/table/table-foot.d.ts +1 -1
  181. package/dist/types/components/table/table-foot.d.ts.map +1 -1
  182. package/dist/types/components/table/table-head.d.ts +1 -1
  183. package/dist/types/components/table/table-head.d.ts.map +1 -1
  184. package/dist/types/components/table/table-header-cell.d.ts +2 -2
  185. package/dist/types/components/table/table-header-cell.d.ts.map +1 -1
  186. package/dist/types/components/table/table-row.d.ts +1 -1
  187. package/dist/types/components/table/table-row.d.ts.map +1 -1
  188. package/dist/types/components/table/table.d.ts +2 -2
  189. package/dist/types/components/table/table.d.ts.map +1 -1
  190. package/dist/types/components/tabs/tabs-list.d.ts +1 -1
  191. package/dist/types/components/tabs/tabs-list.d.ts.map +1 -1
  192. package/dist/types/components/tabs/tabs-panel.d.ts +2 -2
  193. package/dist/types/components/tabs/tabs-panel.d.ts.map +1 -1
  194. package/dist/types/components/tabs/tabs-tab.d.ts +2 -2
  195. package/dist/types/components/tabs/tabs-tab.d.ts.map +1 -1
  196. package/dist/types/components/tabs/tabs.d.ts +3 -3
  197. package/dist/types/components/tabs/tabs.d.ts.map +1 -1
  198. package/dist/types/components/tag/tag.d.ts +2 -2
  199. package/dist/types/components/tag/tag.d.ts.map +1 -1
  200. package/dist/types/components/textarea/textarea.d.ts +1 -1
  201. package/dist/types/components/textarea/textarea.d.ts.map +1 -1
  202. package/dist/types/components/textfield/textfield.d.ts +1 -1
  203. package/dist/types/components/textfield/textfield.d.ts.map +1 -1
  204. package/dist/types/components/toggle-group/toggle-group-item.d.ts +2 -2
  205. package/dist/types/components/toggle-group/toggle-group-item.d.ts.map +1 -1
  206. package/dist/types/components/toggle-group/toggle-group.d.ts +14 -3
  207. package/dist/types/components/toggle-group/toggle-group.d.ts.map +1 -1
  208. package/dist/types/components/toggle-group/use-toggle-groupitem.d.ts +1 -0
  209. package/dist/types/components/toggle-group/use-toggle-groupitem.d.ts.map +1 -1
  210. package/dist/types/components/tooltip/tooltip.d.ts +1 -1
  211. package/dist/types/components/validation-message/validation-message.d.ts +2 -2
  212. package/dist/types/components/validation-message/validation-message.d.ts.map +1 -1
  213. package/dist/types/utilities/hooks/use-synchronized-animation/use-synchronized-animation.d.ts +1 -1
  214. package/dist/types/utilities/hooks/use-synchronized-animation/use-synchronized-animation.d.ts.map +1 -1
  215. package/dist/types/utilities/roving-focus/roving-focus-item.d.ts +2 -2
  216. package/dist/types/utilities/roving-focus/roving-focus-item.d.ts.map +1 -1
  217. package/dist/types/utilities/roving-focus/roving-focus-root.d.ts +3 -3
  218. package/dist/types/utilities/roving-focus/roving-focus-root.d.ts.map +1 -1
  219. package/dist/types/utilities/roving-focus/use-roving-focus.d.ts +170 -170
  220. package/package.json +18 -19
@@ -30,7 +30,7 @@ export type FieldCounterProps = {
30
30
  * <Field.Counter limit={100} under='%d tegn igjen' over='%d tegn for mye' />
31
31
  * </Field>
32
32
  */
33
- export declare const FieldCounter: React.ForwardRefExoticComponent<{
33
+ export declare const FieldCounter: import("react").ForwardRefExoticComponent<{
34
34
  /**
35
35
  * Label template for when `maxCount` is exceeded.
36
36
  * Use `%d` to insert the number of characters.
@@ -51,8 +51,8 @@ export declare const FieldCounter: React.ForwardRefExoticComponent<{
51
51
  * @default undefined
52
52
  **/
53
53
  limit: number;
54
- } & Omit<Omit<import("../../types").DefaultProps, "data-color"> & React.HTMLAttributes<HTMLParagraphElement>, "data-color" | "asChild"> & {
54
+ } & Omit<Omit<import("../../types").DefaultProps, "data-color"> & import("react").HTMLAttributes<HTMLParagraphElement>, "data-color" | "asChild"> & {
55
55
  'data-color'?: import("packages/cli/dist/src/types").SeverityColors;
56
56
  asChild?: boolean;
57
- } & React.RefAttributes<HTMLParagraphElement>>;
57
+ } & import("react").RefAttributes<HTMLParagraphElement>>;
58
58
  //# sourceMappingURL=field-counter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"field-counter.d.ts","sourceRoot":"","sources":["../../../src/components/field/field-counter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,KAAK,sBAAsB,EAC5B,MAAM,0CAA0C,CAAC;AAGlD,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;OAKG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;QAII;IACJ,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,sBAAsB,CAAC;AAK3B;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;IAlCvB;;;;;OAKG;WACI,MAAM;IACb;;;;;OAKG;YACK,MAAM;IACd;;;;QAII;WACG,MAAM;;;;8CA0Ed,CAAC"}
1
+ {"version":3,"file":"field-counter.d.ts","sourceRoot":"","sources":["../../../src/components/field/field-counter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAEL,KAAK,sBAAsB,EAC5B,MAAM,0CAA0C,CAAC;AAGlD,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;;;OAKG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;;OAKG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;QAII;IACJ,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,sBAAsB,CAAC;AAK3B;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;IAlCvB;;;;;OAKG;WACI,MAAM;IACb;;;;;OAKG;YACK,MAAM;IACd;;;;QAII;WACG,MAAM;;;;wDA0Ed,CAAC"}
@@ -6,5 +6,5 @@ export type FieldDescriptionProps = HTMLAttributes<HTMLDivElement>;
6
6
  * @example
7
7
  * <FieldDescription>Additional information</FieldDescription>
8
8
  */
9
- export declare const FieldDescription: React.ForwardRefExoticComponent<FieldDescriptionProps & React.RefAttributes<HTMLDivElement>>;
9
+ export declare const FieldDescription: import("react").ForwardRefExoticComponent<FieldDescriptionProps & import("react").RefAttributes<HTMLDivElement>>;
10
10
  //# sourceMappingURL=field-description.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"field-description.d.ts","sourceRoot":"","sources":["../../../src/components/field/field-description.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,8FAK3B,CAAC"}
1
+ {"version":3,"file":"field-description.d.ts","sourceRoot":"","sources":["../../../src/components/field/field-description.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,MAAM,qBAAqB,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEnE;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,kHAK3B,CAAC"}
@@ -23,7 +23,7 @@ export type FieldProps = {
23
23
  * <ValidationMessage>Feilmelding</ValidationMessage>
24
24
  * </Field>
25
25
  */
26
- export declare const Field: React.ForwardRefExoticComponent<{
26
+ export declare const Field: import("react").ForwardRefExoticComponent<{
27
27
  /**
28
28
  * Position of toggle inputs (radio, checkbox, switch) in field
29
29
  * @default start
@@ -34,5 +34,5 @@ export declare const Field: React.ForwardRefExoticComponent<{
34
34
  * @default false
35
35
  */
36
36
  asChild?: boolean;
37
- } & HTMLAttributes<HTMLDivElement> & DefaultProps & React.RefAttributes<HTMLDivElement>>;
37
+ } & HTMLAttributes<HTMLDivElement> & DefaultProps & import("react").RefAttributes<HTMLDivElement>>;
38
38
  //# sourceMappingURL=field.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"field.d.ts","sourceRoot":"","sources":["../../../src/components/field/field.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAIhD,MAAM,MAAM,UAAU,GAAG;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC3B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,cAAc,CAAC,GAChC,YAAY,CAAC;AAEf;;;;;;;;;;GAUG;AACH,eAAO,MAAM,KAAK;IAxBhB;;;OAGG;eACQ,OAAO,GAAG,KAAK;IAC1B;;;OAGG;cACO,OAAO;wFAgCjB,CAAC"}
1
+ {"version":3,"file":"field.d.ts","sourceRoot":"","sources":["../../../src/components/field/field.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAIhD,MAAM,MAAM,UAAU,GAAG;IACvB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAC3B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,cAAc,CAAC,GAChC,YAAY,CAAC;AAEf;;;;;;;;;;GAUG;AACH,eAAO,MAAM,KAAK;IAxBhB;;;OAGG;eACQ,OAAO,GAAG,KAAK;IAC1B;;;OAGG;cACO,OAAO;kGAgCjB,CAAC"}
@@ -8,9 +8,9 @@ export type FieldsetDescriptionProps = ParagraphProps;
8
8
  * Gi en kort beskrivelse i begge feltene
9
9
  * </FieldsetDescription>
10
10
  */
11
- export declare const FieldsetDescription: React.ForwardRefExoticComponent<{
11
+ export declare const FieldsetDescription: import("react").ForwardRefExoticComponent<{
12
12
  'data-size'?: "xs" | "sm" | "md" | "lg" | "xl";
13
13
  variant?: "long" | "default" | "short";
14
14
  asChild?: boolean;
15
- } & React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLLegendElement>>;
15
+ } & import("react").HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLLegendElement>>;
16
16
  //# sourceMappingURL=fieldset-description.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fieldset-description.d.ts","sourceRoot":"","sources":["../../../src/components/fieldset/fieldset-description.tsx"],"names":[],"mappings":"AACA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExE,MAAM,MAAM,wBAAwB,GAAG,cAAc,CAAC;AAEtD;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB;;;;wFAK9B,CAAC"}
1
+ {"version":3,"file":"fieldset-description.d.ts","sourceRoot":"","sources":["../../../src/components/fieldset/fieldset-description.tsx"],"names":[],"mappings":"AACA,OAAO,EAAa,KAAK,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAExE,MAAM,MAAM,wBAAwB,GAAG,cAAc,CAAC;AAEtD;;;;;;;GAOG;AACH,eAAO,MAAM,mBAAmB;;;;4GAK9B,CAAC"}
@@ -7,5 +7,5 @@ export type FieldsetLegendProps = HTMLAttributes<HTMLLegendElement> & DefaultPro
7
7
  * @example
8
8
  * <FieldsetLegend>Skriv inn dine svar</FieldsetLegend>
9
9
  */
10
- export declare const FieldsetLegend: React.ForwardRefExoticComponent<HTMLAttributes<HTMLLegendElement> & DefaultProps & React.RefAttributes<HTMLLegendElement>>;
10
+ export declare const FieldsetLegend: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLLegendElement> & DefaultProps & import("react").RefAttributes<HTMLLegendElement>>;
11
11
  //# sourceMappingURL=fieldset-legend.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fieldset-legend.d.ts","sourceRoot":"","sources":["../../../src/components/fieldset/fieldset-legend.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,iBAAiB,CAAC,GACjE,YAAY,CAAC;AAEf;;;;;GAKG;AACH,eAAO,MAAM,cAAc,4HASzB,CAAC"}
1
+ {"version":3,"file":"fieldset-legend.d.ts","sourceRoot":"","sources":["../../../src/components/fieldset/fieldset-legend.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC,iBAAiB,CAAC,GACjE,YAAY,CAAC;AAEf;;;;;GAKG;AACH,eAAO,MAAM,cAAc,gJASzB,CAAC"}
@@ -16,5 +16,5 @@ export type FieldsetProps = DefaultProps & FieldsetHTMLAttributes<HTMLFieldSetEl
16
16
  * </Field>
17
17
  * </Fieldset>
18
18
  */
19
- export declare const Fieldset: React.ForwardRefExoticComponent<DefaultProps & FieldsetHTMLAttributes<HTMLFieldSetElement> & React.RefAttributes<HTMLFieldSetElement>>;
19
+ export declare const Fieldset: import("react").ForwardRefExoticComponent<DefaultProps & FieldsetHTMLAttributes<HTMLFieldSetElement> & import("react").RefAttributes<HTMLFieldSetElement>>;
20
20
  //# sourceMappingURL=fieldset.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"fieldset.d.ts","sourceRoot":"","sources":["../../../src/components/fieldset/fieldset.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAGpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG,YAAY,GACtC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC;AAE9C;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,QAAQ,wIAMpB,CAAC"}
1
+ {"version":3,"file":"fieldset.d.ts","sourceRoot":"","sources":["../../../src/components/fieldset/fieldset.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAGpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG,YAAY,GACtC,sBAAsB,CAAC,mBAAmB,CAAC,CAAC;AAE9C;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,QAAQ,4JAMpB,CAAC"}
@@ -22,7 +22,7 @@ export type HeadingProps = {
22
22
  * @example
23
23
  * <Heading data-size='lg' level={2}>Heading</Heading>
24
24
  */
25
- export declare const Heading: React.ForwardRefExoticComponent<{
25
+ export declare const Heading: import("react").ForwardRefExoticComponent<{
26
26
  /**
27
27
  * Heading level. This will translate into any h1-6 level unless `asChild` is `true`
28
28
  * @default 2
@@ -38,5 +38,5 @@ export declare const Heading: React.ForwardRefExoticComponent<{
38
38
  * @default false
39
39
  */
40
40
  asChild?: boolean;
41
- } & HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLHeadingElement>>;
41
+ } & HTMLAttributes<HTMLHeadingElement> & import("react").RefAttributes<HTMLHeadingElement>>;
42
42
  //# sourceMappingURL=heading.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../src/components/heading/heading.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAe,cAAc,EAAE,MAAM,OAAO,CAAC;AAGzD,MAAM,MAAM,YAAY,GAAG;IACzB;;;OAGG;IACH,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IAC/D;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,kBAAkB,CAAC,CAAC;AAEvC;;;;;GAKG;AACH,eAAO,MAAM,OAAO;IAvBlB;;;OAGG;YACK,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC;IAC7B;;;OAGG;kBACW,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK;IAC9D;;;OAGG;cACO,OAAO;iFAiBlB,CAAC"}
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../src/components/heading/heading.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAe,cAAc,EAAE,MAAM,OAAO,CAAC;AAGzD,MAAM,MAAM,YAAY,GAAG;IACzB;;;OAGG;IACH,KAAK,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC9B;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;IAC/D;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,kBAAkB,CAAC,CAAC;AAEvC;;;;;GAKG;AACH,eAAO,MAAM,OAAO;IAvBlB;;;OAGG;YACK,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC;IAC7B;;;OAGG;kBACW,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK;IAC9D;;;OAGG;cACO,OAAO;2FAiBlB,CAAC"}
@@ -33,7 +33,7 @@ export type InputProps = MergeRight<DefaultProps & Omit<InputAttr, 'prefix' | 't
33
33
  * @example
34
34
  * <Input />
35
35
  */
36
- export declare const Input: React.ForwardRefExoticComponent<Omit<DefaultProps & Omit<InputAttr, "prefix" | "type">, "type" | "disabled" | "readOnly" | "size" | "role"> & {
36
+ export declare const Input: import("react").ForwardRefExoticComponent<Omit<DefaultProps & Omit<InputAttr, "prefix" | "type">, "type" | "disabled" | "readOnly" | "size" | "role"> & {
37
37
  /**
38
38
  * Supported `input` types
39
39
  *
@@ -57,6 +57,6 @@ export declare const Input: React.ForwardRefExoticComponent<Omit<DefaultProps &
57
57
  * Set role, i.e. `switch` when `checkbox` or `radio`
58
58
  **/
59
59
  role?: InputAttr["role"];
60
- } & React.RefAttributes<HTMLInputElement>>;
60
+ } & import("react").RefAttributes<HTMLInputElement>>;
61
61
  export {};
62
62
  //# sourceMappingURL=input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/input/input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,KAAK,SAAS,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;AAEvD,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,YAAY,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,GAAG,MAAM,CAAC,EACjD;IACE;;;;SAIK;IACL,IAAI,CAAC,EACD,UAAU,GACV,OAAO,GACP,MAAM,GACN,gBAAgB,GAChB,OAAO,GACP,MAAM,GACN,QAAQ,GAER,OAAO,GACP,QAAQ,GACR,UAAU,GACV,OAAO,GAGP,QAAQ,GAER,KAAK,GACL,MAAM,GACN,MAAM,GACN,KAAK,GACL,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;QAEI;IACJ,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;QAEI;IACJ,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CAC1B,CACF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,KAAK;IArDd;;;;SAIK;WAED,UAAU,GACV,OAAO,GACP,MAAM,GACN,gBAAgB,GAChB,OAAO,GACP,MAAM,GACN,QAAQ,GAER,OAAO,GACP,QAAQ,GACR,UAAU,GACV,OAAO,GAGP,QAAQ,GAER,KAAK,GACL,MAAM,GACN,MAAM,GACN,KAAK,GACL,MAAM;IACV;;OAEG;WACI,MAAM;IACb;;;OAGG;eACQ,OAAO;IAClB;;QAEI;eACO,OAAO;IAClB;;QAEI;WACG,SAAS,CAAC,MAAM,CAAC;0CA2B1B,CAAC"}
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/input/input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,KAAK,SAAS,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;AAEvD,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,YAAY,GAAG,IAAI,CAAC,SAAS,EAAE,QAAQ,GAAG,MAAM,CAAC,EACjD;IACE;;;;SAIK;IACL,IAAI,CAAC,EACD,UAAU,GACV,OAAO,GACP,MAAM,GACN,gBAAgB,GAChB,OAAO,GACP,MAAM,GACN,QAAQ,GAER,OAAO,GACP,QAAQ,GACR,UAAU,GACV,OAAO,GAGP,QAAQ,GAER,KAAK,GACL,MAAM,GACN,MAAM,GACN,KAAK,GACL,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;QAEI;IACJ,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;QAEI;IACJ,IAAI,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;CAC1B,CACF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,KAAK;IArDd;;;;SAIK;WAED,UAAU,GACV,OAAO,GACP,MAAM,GACN,gBAAgB,GAChB,OAAO,GACP,MAAM,GACN,QAAQ,GAER,OAAO,GACP,QAAQ,GACR,UAAU,GACV,OAAO,GAGP,QAAQ,GAER,KAAK,GACL,MAAM,GACN,MAAM,GACN,KAAK,GACL,MAAM;IACV;;OAEG;WACI,MAAM;IACb;;;OAGG;eACQ,OAAO;IAClB;;QAEI;eACO,OAAO;IAClB;;QAEI;WACG,SAAS,CAAC,MAAM,CAAC;oDA2B1B,CAAC"}
@@ -18,7 +18,7 @@ export type LabelProps = {
18
18
  * @example
19
19
  * <Label data-size='lg' weight='medium'>Label</Label>
20
20
  */
21
- export declare const Label: React.ForwardRefExoticComponent<{
21
+ export declare const Label: import("react").ForwardRefExoticComponent<{
22
22
  /**
23
23
  * Adjusts font weight. Use this when you have a label hierarchy, such as checkboxes/radios in a fieldset
24
24
  * @default 'medium'
@@ -29,5 +29,5 @@ export declare const Label: React.ForwardRefExoticComponent<{
29
29
  * @default false
30
30
  */
31
31
  asChild?: boolean;
32
- } & LabelHTMLAttributes<HTMLLabelElement> & DefaultProps & React.RefAttributes<HTMLLabelElement>>;
32
+ } & LabelHTMLAttributes<HTMLLabelElement> & DefaultProps & import("react").RefAttributes<HTMLLabelElement>>;
33
33
  //# sourceMappingURL=label.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/label/label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,UAAU,GAAG;IACvB;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;IAC3C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,GACvC,YAAY,CAAC;AAEf;;;;;GAKG;AACH,eAAO,MAAM,KAAK;IAnBhB;;;OAGG;aACM,SAAS,GAAG,QAAQ,GAAG,UAAU;IAC1C;;;OAGG;cACO,OAAO;iGAwBjB,CAAC"}
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/label/label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,UAAU,GAAG;IACvB;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,UAAU,CAAC;IAC3C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,GACvC,YAAY,CAAC;AAEf;;;;;GAKG;AACH,eAAO,MAAM,KAAK;IAnBhB;;;OAGG;aACM,SAAS,GAAG,QAAQ,GAAG,UAAU;IAC1C;;;OAGG;cACO,OAAO;2GAwBjB,CAAC"}
@@ -18,7 +18,7 @@ export type LinkProps = MergeRight<DefaultProps & AnchorHTMLAttributes<HTMLAncho
18
18
  * @example
19
19
  * <Link href='#'>Link</Link>
20
20
  */
21
- export declare const Link: React.ForwardRefExoticComponent<Omit<DefaultProps & AnchorHTMLAttributes<HTMLAnchorElement>, "children" | "asChild"> & {
21
+ export declare const Link: import("react").ForwardRefExoticComponent<Omit<DefaultProps & AnchorHTMLAttributes<HTMLAnchorElement>, "children" | "asChild"> & {
22
22
  /**
23
23
  * The content to display inside the link.
24
24
  **/
@@ -28,5 +28,5 @@ export declare const Link: React.ForwardRefExoticComponent<Omit<DefaultProps & A
28
28
  * @default false
29
29
  */
30
30
  asChild?: boolean;
31
- } & React.RefAttributes<HTMLAnchorElement>>;
31
+ } & import("react").RefAttributes<HTMLAnchorElement>>;
32
32
  //# sourceMappingURL=link.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/components/link/link.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,SAAS,GAAG,UAAU,CAChC,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,EACtD;IACE;;QAEI;IACJ,QAAQ,EAAE,SAAS,CAAC;IACpB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CACF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,IAAI;IAlBb;;QAEI;cACM,SAAS;IACnB;;;OAGG;cACO,OAAO;2CAkBpB,CAAC"}
1
+ {"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/components/link/link.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,oBAAoB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE7D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,SAAS,GAAG,UAAU,CAChC,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,EACtD;IACE;;QAEI;IACJ,QAAQ,EAAE,SAAS,CAAC;IACpB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CACF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,IAAI;IAlBb;;QAEI;cACM,SAAS;IACnB;;;OAGG;cACO,OAAO;qDAkBpB,CAAC"}
@@ -12,11 +12,11 @@ export type ListItemProps = {
12
12
  * @example
13
13
  * <List.Item>Item</List.Item>
14
14
  */
15
- export declare const ListItem: React.ForwardRefExoticComponent<{
15
+ export declare const ListItem: import("react").ForwardRefExoticComponent<{
16
16
  /**
17
17
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
18
18
  * @default false
19
19
  */
20
20
  asChild?: boolean;
21
- } & LiHTMLAttributes<HTMLLIElement> & React.RefAttributes<HTMLLIElement>>;
21
+ } & LiHTMLAttributes<HTMLLIElement> & import("react").RefAttributes<HTMLLIElement>>;
22
22
  //# sourceMappingURL=list-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-item.d.ts","sourceRoot":"","sources":["../../../src/components/list/list-item.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAG9C,MAAM,MAAM,aAAa,GAAG;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,gBAAgB,CAAC,aAAa,CAAC,CAAC;AAEpC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ;IAbnB;;;OAGG;cACO,OAAO;yEAelB,CAAC"}
1
+ {"version":3,"file":"list-item.d.ts","sourceRoot":"","sources":["../../../src/components/list/list-item.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAG9C,MAAM,MAAM,aAAa,GAAG;IAC1B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,gBAAgB,CAAC,aAAa,CAAC,CAAC;AAEpC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ;IAbnB;;;OAGG;cACO,OAAO;mFAelB,CAAC"}
@@ -19,13 +19,13 @@ export type ListOrderedProps = ListBaseProps & Omit<OlHTMLAttributes<HTMLOListEl
19
19
  * <ListItem>Item 2</ListItem>
20
20
  * </ListUnordered>
21
21
  */
22
- export declare const ListUnordered: React.ForwardRefExoticComponent<{
22
+ export declare const ListUnordered: import("react").ForwardRefExoticComponent<{
23
23
  /**
24
24
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
25
25
  * @default false
26
26
  */
27
27
  asChild?: boolean;
28
- } & DefaultProps & Omit<HTMLAttributes<HTMLUListElement>, "size"> & React.RefAttributes<HTMLUListElement>>;
28
+ } & DefaultProps & Omit<HTMLAttributes<HTMLUListElement>, "size"> & import("react").RefAttributes<HTMLUListElement>>;
29
29
  /**
30
30
  * ListOrdered component, used to display a list of items.
31
31
  * Renders a native `ol` element.
@@ -36,12 +36,12 @@ export declare const ListUnordered: React.ForwardRefExoticComponent<{
36
36
  * <ListItem>Item 2</ListItem>
37
37
  * </ListOrdered>
38
38
  */
39
- export declare const ListOrdered: React.ForwardRefExoticComponent<{
39
+ export declare const ListOrdered: import("react").ForwardRefExoticComponent<{
40
40
  /**
41
41
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
42
42
  * @default false
43
43
  */
44
44
  asChild?: boolean;
45
- } & DefaultProps & Omit<OlHTMLAttributes<HTMLOListElement>, "size"> & React.RefAttributes<HTMLOListElement>>;
45
+ } & DefaultProps & Omit<OlHTMLAttributes<HTMLOListElement>, "size"> & import("react").RefAttributes<HTMLOListElement>>;
46
46
  export {};
47
47
  //# sourceMappingURL=lists.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"lists.d.ts","sourceRoot":"","sources":["../../../src/components/list/lists.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,cAAc,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE5E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,KAAK,aAAa,GAAG;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,YAAY,CAAC;AAEjB,MAAM,MAAM,kBAAkB,GAAG,aAAa,GAC5C,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAEjD,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAC1C,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAYnD;;;;;;;;;GASG;AACH,eAAO,MAAM,aAAa;IAjCxB;;;OAGG;cACO,OAAO;0GAiClB,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW;IAjDtB;;;OAGG;cACO,OAAO;4GAiDlB,CAAC"}
1
+ {"version":3,"file":"lists.d.ts","sourceRoot":"","sources":["../../../src/components/list/lists.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAgB,cAAc,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE5E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,KAAK,aAAa,GAAG;IACnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,YAAY,CAAC;AAEjB,MAAM,MAAM,kBAAkB,GAAG,aAAa,GAC5C,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAEjD,MAAM,MAAM,gBAAgB,GAAG,aAAa,GAC1C,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAYnD;;;;;;;;;GASG;AACH,eAAO,MAAM,aAAa;IAjCxB;;;OAGG;cACO,OAAO;oHAiClB,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW;IAjDtB;;;OAGG;cACO,OAAO;sHAiDlB,CAAC"}
@@ -15,11 +15,11 @@ export type PaginationButtonProps = {
15
15
  * <PaginationButton aria-label='Forrige side'>Forrige</PaginationButton>
16
16
  * </PaginationItem>
17
17
  */
18
- export declare const PaginationButton: React.ForwardRefExoticComponent<{
18
+ export declare const PaginationButton: import("react").ForwardRefExoticComponent<{
19
19
  /**
20
20
  * Toggle button as active
21
21
  * @default false
22
22
  */
23
23
  'aria-current'?: AriaAttributes["aria-current"];
24
- } & Omit<ButtonProps, "icon" | "loading"> & React.RefAttributes<HTMLButtonElement>>;
24
+ } & Omit<ButtonProps, "icon" | "loading"> & import("react").RefAttributes<HTMLButtonElement>>;
25
25
  //# sourceMappingURL=pagination-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination-button.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAc,MAAM,OAAO,CAAC;AAExD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,CAAC;CACjD,GAAG,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;AAE1C;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB;IAf3B;;;OAGG;qBACc,cAAc,CAAC,cAAc,CAAC;mFAgB/C,CAAC"}
1
+ {"version":3,"file":"pagination-button.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,cAAc,EAAc,MAAM,OAAO,CAAC;AAExD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,qBAAqB,GAAG;IAClC;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC,cAAc,CAAC,CAAC;CACjD,GAAG,IAAI,CAAC,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;AAE1C;;;;;;;GAOG;AACH,eAAO,MAAM,gBAAgB;IAf3B;;;OAGG;qBACc,cAAc,CAAC,cAAc,CAAC;6FAgB/C,CAAC"}
@@ -16,11 +16,11 @@ export type PaginationItemProps = {
16
16
  * </PaginationItem>
17
17
  * </PaginationList>
18
18
  */
19
- export declare const PaginationItem: React.ForwardRefExoticComponent<{
19
+ export declare const PaginationItem: import("react").ForwardRefExoticComponent<{
20
20
  /**
21
21
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
22
22
  * @default false
23
23
  */
24
24
  asChild?: boolean;
25
- } & Omit<HTMLAttributes<HTMLLIElement>, "size"> & React.RefAttributes<HTMLLIElement>>;
25
+ } & Omit<HTMLAttributes<HTMLLIElement>, "size"> & import("react").RefAttributes<HTMLLIElement>>;
26
26
  //# sourceMappingURL=pagination-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination-item.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination-item.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,cAAc,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC,CAAC;AAEhD;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc;IAjBzB;;;OAGG;cACO,OAAO;qFAmBlB,CAAC"}
1
+ {"version":3,"file":"pagination-item.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination-item.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,cAAc,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC,CAAC;AAEhD;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc;IAjBzB;;;OAGG;cACO,OAAO;+FAmBlB,CAAC"}
@@ -18,11 +18,11 @@ export type PaginationListProps = {
18
18
  * </PaginationList>
19
19
  * </Pagination>
20
20
  */
21
- export declare const PaginationList: React.ForwardRefExoticComponent<{
21
+ export declare const PaginationList: import("react").ForwardRefExoticComponent<{
22
22
  /**
23
23
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
24
24
  * @default false
25
25
  */
26
26
  asChild?: boolean;
27
- } & Omit<HTMLAttributes<HTMLUListElement>, "size"> & React.RefAttributes<HTMLUListElement>>;
27
+ } & Omit<HTMLAttributes<HTMLUListElement>, "size"> & import("react").RefAttributes<HTMLUListElement>>;
28
28
  //# sourceMappingURL=pagination-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination-list.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination-list.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAEnD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc;IAnBzB;;;OAGG;cACO,OAAO;2FAqBlB,CAAC"}
1
+ {"version":3,"file":"pagination-list.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination-list.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,EAAE,MAAM,CAAC,CAAC;AAEnD;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,cAAc;IAnBzB;;;OAGG;cACO,OAAO;qGAqBlB,CAAC"}
@@ -31,7 +31,7 @@ export type PaginationProps = MergeRight<DefaultProps & HTMLAttributes<HTMLEleme
31
31
  * </Pagination.List>
32
32
  * </Pagination>
33
33
  */
34
- export declare const Pagination: React.ForwardRefExoticComponent<Omit<DefaultProps & HTMLAttributes<HTMLElement>, "aria-label" | "asChild"> & {
34
+ export declare const Pagination: import("react").ForwardRefExoticComponent<Omit<DefaultProps & HTMLAttributes<HTMLElement>, "aria-label" | "asChild"> & {
35
35
  /**
36
36
  * Sets the screen reader label for the Pagination area
37
37
  * @default Sidenavigering
@@ -42,5 +42,5 @@ export declare const Pagination: React.ForwardRefExoticComponent<Omit<DefaultPro
42
42
  * @default false
43
43
  */
44
44
  asChild?: boolean;
45
- } & React.RefAttributes<HTMLElement>>;
45
+ } & import("react").RefAttributes<HTMLElement>>;
46
46
  //# sourceMappingURL=pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG,UAAU,CACtC,YAAY,GAAG,cAAc,CAAC,WAAW,CAAC,EAC1C;IACE;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CACF,CAAC;AAEF;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,UAAU;IA/BnB;;;OAGG;mBACY,MAAM;IACrB;;;OAGG;cACO,OAAO;qCAsCpB,CAAC"}
1
+ {"version":3,"file":"pagination.d.ts","sourceRoot":"","sources":["../../../src/components/pagination/pagination.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,eAAe,GAAG,UAAU,CACtC,YAAY,GAAG,cAAc,CAAC,WAAW,CAAC,EAC1C;IACE;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CACF,CAAC;AAEF;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,UAAU;IA/BnB;;;OAGG;mBACY,MAAM;IACrB;;;OAGG;cACO,OAAO;+CAsCpB,CAAC"}
@@ -22,7 +22,7 @@ export type ParagraphProps = {
22
22
  * @example
23
23
  * <Paragraph data-size='lg'>Paragraph</Paragraph>
24
24
  */
25
- export declare const Paragraph: React.ForwardRefExoticComponent<{
25
+ export declare const Paragraph: import("react").ForwardRefExoticComponent<{
26
26
  /**
27
27
  * Changes text sizing
28
28
  */
@@ -37,5 +37,5 @@ export declare const Paragraph: React.ForwardRefExoticComponent<{
37
37
  * @default false
38
38
  */
39
39
  asChild?: boolean;
40
- } & HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
40
+ } & HTMLAttributes<HTMLParagraphElement> & import("react").RefAttributes<HTMLParagraphElement>>;
41
41
  //# sourceMappingURL=paragraph.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../src/components/paragraph/paragraph.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IACvC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,oBAAoB,CAAC,CAAC;AAEzC;;;;;;GAMG;AACH,eAAO,MAAM,SAAS;IAvBpB;;OAEG;kBACW,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;IAC9C;;;OAGG;cACO,MAAM,GAAG,SAAS,GAAG,OAAO;IACtC;;;OAGG;cACO,OAAO;qFA0BlB,CAAC"}
1
+ {"version":3,"file":"paragraph.d.ts","sourceRoot":"","sources":["../../../src/components/paragraph/paragraph.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAG5C,MAAM,MAAM,cAAc,GAAG;IAC3B;;OAEG;IACH,WAAW,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC/C;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;IACvC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,oBAAoB,CAAC,CAAC;AAEzC;;;;;;GAMG;AACH,eAAO,MAAM,SAAS;IAvBpB;;OAEG;kBACW,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI;IAC9C;;;OAGG;cACO,MAAM,GAAG,SAAS,GAAG,OAAO;IACtC;;;OAGG;cACO,OAAO;+FA0BlB,CAAC"}
@@ -17,7 +17,7 @@ export declare const PopoverTriggerContext: {
17
17
  ({ children, }: PopoverTriggerContextProps): import("react/jsx-runtime").JSX.Element;
18
18
  displayName: string;
19
19
  };
20
- export declare const Context: React.Context<{
20
+ export declare const Context: import("react").Context<{
21
21
  popoverId?: string;
22
22
  setPopoverId?: (id: string) => void;
23
23
  }>;
@@ -40,5 +40,5 @@ export type PopoverTriggerProps = ({
40
40
  * </Popover>
41
41
  * </PopoverTriggerContext>
42
42
  */
43
- export declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
43
+ export declare const PopoverTrigger: import("react").ForwardRefExoticComponent<PopoverTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
44
44
  //# sourceMappingURL=popover-trigger.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"popover-trigger.d.ts","sourceRoot":"","sources":["../../../src/components/popover/popover-trigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAuB,MAAM,OAAO,CAAC;AAC7E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG5D,MAAM,MAAM,mBAAmB,GAC3B,CAAC;IACC;;;OAGG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,iBAAiB,CAAC,GACnC,YAAY,CAAC,GACf,CAAC;IACC;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB,GAAG,WAAW,CAAC,CAAC;AAErB;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,cAAc,+FAoBzB,CAAC"}
1
+ {"version":3,"file":"popover-trigger.d.ts","sourceRoot":"","sources":["../../../src/components/popover/popover-trigger.tsx"],"names":[],"mappings":"AACA,OAAO,EAAc,KAAK,cAAc,EAAuB,MAAM,OAAO,CAAC;AAC7E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG5D,MAAM,MAAM,mBAAmB,GAC3B,CAAC;IACC;;;OAGG;IACH,MAAM,CAAC,EAAE,IAAI,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,cAAc,CAAC,iBAAiB,CAAC,GACnC,YAAY,CAAC,GACf,CAAC;IACC;;;OAGG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC;CAChB,GAAG,WAAW,CAAC,CAAC;AAErB;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,cAAc,mHAoBzB,CAAC"}
@@ -76,7 +76,7 @@ export type PopoverProps = MergeRight<DefaultProps & HTMLAttributes<HTMLDivEleme
76
76
  * Content
77
77
  * </Popover>
78
78
  */
79
- export declare const Popover: React.ForwardRefExoticComponent<Omit<DefaultProps & HTMLAttributes<HTMLDivElement>, "id" | "data-color" | "variant" | "asChild" | "open" | "placement" | "onClose" | "onOpen" | "autoPlacement"> & {
79
+ export declare const Popover: import("react").ForwardRefExoticComponent<Omit<DefaultProps & HTMLAttributes<HTMLDivElement>, "id" | "data-color" | "variant" | "asChild" | "open" | "placement" | "onClose" | "onOpen" | "autoPlacement"> & {
80
80
  /**
81
81
  * id to connect the trigger with the popover - required when not using Popover.Context.
82
82
  */
@@ -119,5 +119,5 @@ export declare const Popover: React.ForwardRefExoticComponent<Omit<DefaultProps
119
119
  * @default false
120
120
  */
121
121
  asChild?: boolean;
122
- } & React.RefAttributes<HTMLDivElement>>;
122
+ } & import("react").RefAttributes<HTMLDivElement>>;
123
123
  //# sourceMappingURL=popover.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/popover/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,EAAmB,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAUnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAMlD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,KAAK,CAAC,GAAG,CAAC;QAClB,UAAU,mBAAmB;YAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB;KACF;IACD,UAAU,KAAK,CAAC;QAEd,UAAU,cAAc,CAAC,CAAC;YACxB,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB;KACF;CACF;AAED,MAAM,MAAM,YAAY,GAAG,UAAU,CACnC,YAAY,GAAG,cAAc,CAAC,cAAc,CAAC,EAC7C;IACE;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC/B;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,cAAc,CAAC;IACtC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CACF,CAAC;AAEF;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,OAAO;IA9DhB;;OAEG;SACE,MAAM;IACX;;;OAGG;gBACS,SAAS;IACrB;;;OAGG;WACI,OAAO;IACd;;;;OAIG;cACO,SAAS,GAAG,QAAQ;IAC9B;;OAEG;mBACY,KAAK,GAAG,cAAc;IACrC;;OAEG;aACM,MAAM,IAAI;IACnB;;OAEG;cACO,MAAM,IAAI;IACpB;;;OAGG;oBACa,OAAO;IACvB;;;OAGG;cACO,OAAO;wCAgIpB,CAAC"}
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../src/components/popover/popover.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,KAAK,EAAmB,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAUnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAMlD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,KAAK,CAAC,GAAG,CAAC;QAClB,UAAU,mBAAmB;YAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB;KACF;IACD,UAAU,KAAK,CAAC;QAEd,UAAU,cAAc,CAAC,CAAC;YACxB,aAAa,CAAC,EAAE,MAAM,CAAC;SACxB;KACF;CACF;AAED,MAAM,MAAM,YAAY,GAAG,UAAU,CACnC,YAAY,GAAG,cAAc,CAAC,cAAc,CAAC,EAC7C;IACE;;OAEG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IACf;;;;OAIG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAC/B;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,cAAc,CAAC;IACtC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CACF,CAAC;AAEF;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,OAAO;IA9DhB;;OAEG;SACE,MAAM;IACX;;;OAGG;gBACS,SAAS;IACrB;;;OAGG;WACI,OAAO;IACd;;;;OAIG;cACO,SAAS,GAAG,QAAQ;IAC9B;;OAEG;mBACY,KAAK,GAAG,cAAc;IACrC;;OAEG;aACM,MAAM,IAAI;IACnB;;OAEG;cACO,MAAM,IAAI;IACpB;;;OAGG;oBACa,OAAO;IACvB;;;OAGG;cACO,OAAO;kDAgIpB,CAAC"}
@@ -30,5 +30,5 @@ export type RadioProps = MergeRight<DefaultProps & Omit<InputProps, 'type' | 'ro
30
30
  * @example
31
31
  * <Radio label="I agree" value="agree" />
32
32
  */
33
- export declare const Radio: React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<HTMLInputElement>>;
33
+ export declare const Radio: import("react").ForwardRefExoticComponent<RadioProps & import("react").RefAttributes<HTMLInputElement>>;
34
34
  //# sourceMappingURL=radio.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../src/components/radio/radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAIxD,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,YAAY,GAAG,IAAI,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,EACzD;IACE;;QAEI;IACJ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,GAAG,aAAa,CAClB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,KAAK,qFAqBhB,CAAC"}
1
+ {"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../src/components/radio/radio.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAIxD,MAAM,MAAM,UAAU,GAAG,UAAU,CACjC,YAAY,GAAG,IAAI,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,GAAG,MAAM,CAAC,EACzD;IACE;;QAEI;IACJ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,GAAG,aAAa,CAClB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,KAAK,yGAqBhB,CAAC"}
@@ -22,12 +22,12 @@ export type SearchButtonProps = MergeRight<ButtonProps, {
22
22
  * <SearchButton>Søk</SearchButton>
23
23
  * </Search>
24
24
  */
25
- export declare const SearchButton: React.ForwardRefExoticComponent<Omit<import("../../types").DefaultProps & React.ButtonHTMLAttributes<HTMLButtonElement>, "type" | "data-color" | "variant" | "icon" | "loading" | "asChild"> & {
25
+ export declare const SearchButton: import("react").ForwardRefExoticComponent<Omit<import("../../types").DefaultProps & import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "data-color" | "variant" | "icon" | "loading" | "asChild"> & {
26
26
  variant?: "primary" | "secondary" | "tertiary";
27
27
  'data-color'?: import("packages/cli/dist/src/types").Color | Extract<import("packages/cli/dist/src/types").SeverityColors, "danger">;
28
28
  icon?: boolean;
29
29
  loading?: boolean | ReactNode;
30
30
  asChild?: boolean;
31
- type?: React.ButtonHTMLAttributes<HTMLButtonElement>["type"];
32
- } & React.RefAttributes<HTMLButtonElement>>;
31
+ type?: import("react").ButtonHTMLAttributes<HTMLButtonElement>["type"];
32
+ } & import("react").RefAttributes<HTMLButtonElement>>;
33
33
  //# sourceMappingURL=search-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-button.d.ts","sourceRoot":"","sources":["../../../src/components/search/search-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,iBAAiB,GAAG,UAAU,CACxC,WAAW,EACX;IACE;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CACF,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;;;;;2CAQxB,CAAC"}
1
+ {"version":3,"file":"search-button.d.ts","sourceRoot":"","sources":["../../../src/components/search/search-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,iBAAiB,GAAG,UAAU,CACxC,WAAW,EACX;IACE;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC;;;OAGG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CACF,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;;;;;;;qDAQxB,CAAC"}
@@ -15,11 +15,11 @@ export type SearchClearProps = Omit<ButtonProps, 'variant' | 'children'> & {
15
15
  * <SearchClear />
16
16
  * </Search>
17
17
  */
18
- export declare const SearchClear: React.ForwardRefExoticComponent<Omit<ButtonProps, "children" | "variant"> & {
18
+ export declare const SearchClear: import("react").ForwardRefExoticComponent<Omit<ButtonProps, "children" | "variant"> & {
19
19
  /**
20
20
  * Aria label for the clear button
21
21
  * @default 'Tøm'
22
22
  */
23
23
  'aria-label'?: string;
24
- } & React.RefAttributes<HTMLButtonElement>>;
24
+ } & import("react").RefAttributes<HTMLButtonElement>>;
25
25
  //# sourceMappingURL=search-clear.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-clear.d.ts","sourceRoot":"","sources":["../../../src/components/search/search-clear.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAI5D,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,UAAU,CAAC,GAAG;IACzE;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,WAAW;IAhBtB;;;OAGG;mBACY,MAAM;2CA8CtB,CAAC"}
1
+ {"version":3,"file":"search-clear.d.ts","sourceRoot":"","sources":["../../../src/components/search/search-clear.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAI5D,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,UAAU,CAAC,GAAG;IACzE;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,WAAW;IAhBtB;;;OAGG;mBACY,MAAM;qDA8CtB,CAAC"}
@@ -8,5 +8,5 @@ export type SearchInputProps = DefaultProps & Omit<React.InputHTMLAttributes<HTM
8
8
  * <SearchInput aria-label='Søk' />
9
9
  * </Search>
10
10
  */
11
- export declare const SearchInput: React.ForwardRefExoticComponent<DefaultProps & Omit<React.InputHTMLAttributes<HTMLInputElement>, "type" | "readOnly"> & React.RefAttributes<HTMLInputElement>>;
11
+ export declare const SearchInput: import("react").ForwardRefExoticComponent<DefaultProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "type" | "readOnly"> & import("react").RefAttributes<HTMLInputElement>>;
12
12
  //# sourceMappingURL=search-input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-input.d.ts","sourceRoot":"","sources":["../../../src/components/search/search-input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,gBAAgB,GAAG,YAAY,GACzC,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC,CAAC;AAEzE;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,gKAYvB,CAAC"}
1
+ {"version":3,"file":"search-input.d.ts","sourceRoot":"","sources":["../../../src/components/search/search-input.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,gBAAgB,GAAG,YAAY,GACzC,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC,CAAC;AAEzE;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,8LAYvB,CAAC"}
@@ -16,5 +16,5 @@ export type SearchProps = DefaultProps & React.HTMLAttributes<HTMLDivElement>;
16
16
  * <Search.Clear />
17
17
  * </Search>
18
18
  */
19
- export declare const Search: React.ForwardRefExoticComponent<DefaultProps & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
19
+ export declare const Search: import("react").ForwardRefExoticComponent<DefaultProps & import("react").HTMLAttributes<HTMLDivElement> & import("react").RefAttributes<HTMLDivElement>>;
20
20
  //# sourceMappingURL=search.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/components/search/search.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,WAAW,GAAG,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;AAE9E;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,MAAM,4HAKjB,CAAC"}
1
+ {"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/components/search/search.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,WAAW,GAAG,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC;AAE9E;;;;;;;;;;;;;;;GAeG;AACH,eAAO,MAAM,MAAM,0JAKjB,CAAC"}
@@ -17,11 +17,11 @@ export type SelectOptgroupProps = {
17
17
  * </SelectOptgroup>
18
18
  * </Select>
19
19
  */
20
- export declare const SelectOptgroup: React.ForwardRefExoticComponent<{
20
+ export declare const SelectOptgroup: import("react").ForwardRefExoticComponent<{
21
21
  /**
22
22
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
23
23
  * @default false
24
24
  */
25
25
  asChild?: boolean;
26
- } & OptgroupHTMLAttributes<HTMLOptGroupElement> & React.RefAttributes<HTMLOptGroupElement>>;
26
+ } & OptgroupHTMLAttributes<HTMLOptGroupElement> & import("react").RefAttributes<HTMLOptGroupElement>>;
27
27
  //# sourceMappingURL=select-optgroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select-optgroup.d.ts","sourceRoot":"","sources":["../../../src/components/select/select-optgroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAGpD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,sBAAsB,CAAC,mBAAmB,CAAC,CAAC;AAEhD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,cAAc;IAlBzB;;;OAGG;cACO,OAAO;2FAqBjB,CAAC"}
1
+ {"version":3,"file":"select-optgroup.d.ts","sourceRoot":"","sources":["../../../src/components/select/select-optgroup.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAGpD,MAAM,MAAM,mBAAmB,GAAG;IAChC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,sBAAsB,CAAC,mBAAmB,CAAC,CAAC;AAEhD;;;;;;;;;;GAUG;AACH,eAAO,MAAM,cAAc;IAlBzB;;;OAGG;cACO,OAAO;qGAqBjB,CAAC"}
@@ -15,11 +15,11 @@ export type SelectOptionProps = {
15
15
  * <SelectOption value='2'>Option 2</SelectOption>
16
16
  * </Select>
17
17
  */
18
- export declare const SelectOption: React.ForwardRefExoticComponent<{
18
+ export declare const SelectOption: import("react").ForwardRefExoticComponent<{
19
19
  /**
20
20
  * Change the default rendered element for the one passed as a child, merging their props and behavior.
21
21
  * @default false
22
22
  */
23
23
  asChild?: boolean;
24
- } & OptionHTMLAttributes<HTMLOptionElement> & React.RefAttributes<HTMLOptionElement>>;
24
+ } & OptionHTMLAttributes<HTMLOptionElement> & import("react").RefAttributes<HTMLOptionElement>>;
25
25
  //# sourceMappingURL=select-option.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select-option.d.ts","sourceRoot":"","sources":["../../../src/components/select/select-option.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAGlD,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE5C;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;IAhBvB;;;OAGG;cACO,OAAO;qFAkBlB,CAAC"}
1
+ {"version":3,"file":"select-option.d.ts","sourceRoot":"","sources":["../../../src/components/select/select-option.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAGlD,MAAM,MAAM,iBAAiB,GAAG;IAC9B;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE5C;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY;IAhBvB;;;OAGG;cACO,OAAO;+FAkBlB,CAAC"}
@@ -23,7 +23,7 @@ export type SelectProps = MergeRight<Omit<DefaultProps, 'data-color'> & Omit<Sel
23
23
  * <Select.Option value='2'>Option 2</Select.Option>
24
24
  * </Select>
25
25
  */
26
- export declare const Select: React.ForwardRefExoticComponent<Omit<Omit<DefaultProps, "data-color"> & Omit<SelectHTMLAttributes<HTMLSelectElement>, "multiple" | "size">, "readOnly" | "width"> & {
26
+ export declare const Select: import("react").ForwardRefExoticComponent<Omit<Omit<DefaultProps, "data-color"> & Omit<SelectHTMLAttributes<HTMLSelectElement>, "multiple" | "size">, "readOnly" | "width"> & {
27
27
  /**
28
28
  * Defines if the select is readOnly
29
29
  * @default false
@@ -34,5 +34,5 @@ export declare const Select: React.ForwardRefExoticComponent<Omit<Omit<DefaultPr
34
34
  * @default full
35
35
  */
36
36
  width?: "full" | "auto";
37
- } & React.RefAttributes<HTMLSelectElement>>;
37
+ } & import("react").RefAttributes<HTMLSelectElement>>;
38
38
  //# sourceMappingURL=select.d.ts.map