@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
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/select/select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,GAC9B,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC,EAAE,uEAAuE;AAC7I;IACE;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CACF,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM;IAtBf;;;OAGG;eACQ,OAAO;IAClB;;;OAGG;YACK,MAAM,GAAG,MAAM;2CAiC1B,CAAC"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../src/components/select/select.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,GAC9B,IAAI,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC,EAAE,uEAAuE;AAC7I;IACE;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CACF,CAAC;AAEF;;;;;;;;GAQG;AACH,eAAO,MAAM,MAAM;IAtBf;;;OAGG;eACQ,OAAO;IAClB;;;OAGG;YACK,MAAM,GAAG,MAAM;qDAiC1B,CAAC"}
@@ -29,7 +29,7 @@ export type SkeletonProps = {
29
29
  * <Skeleton variant="text" />
30
30
  * <Skeleton variant="rectangle" />
31
31
  */
32
- export declare const Skeleton: React.ForwardRefExoticComponent<{
32
+ export declare const Skeleton: import("react").ForwardRefExoticComponent<{
33
33
  /**
34
34
  * The width of the component
35
35
  */
@@ -50,5 +50,5 @@ export declare const Skeleton: React.ForwardRefExoticComponent<{
50
50
  asChild?: boolean;
51
51
  /** @deprecated This prop has no effect. Use `width` or supply text as children instead */
52
52
  characters?: number;
53
- } & HTMLAttributes<HTMLSpanElement> & React.RefAttributes<HTMLSpanElement>>;
53
+ } & HTMLAttributes<HTMLSpanElement> & import("react").RefAttributes<HTMLSpanElement>>;
54
54
  //# sourceMappingURL=skeleton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/skeleton/skeleton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAIxD,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC1C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0FAA0F;IAC1F,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,GAAG,cAAc,CAAC,eAAe,CAAC,CAAC;AAEpC;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ;IA9BnB;;OAEG;YACK,MAAM,GAAG,MAAM;IACvB;;OAEG;aACM,MAAM,GAAG,MAAM;IACxB;;;OAGG;cACO,WAAW,GAAG,QAAQ,GAAG,MAAM;IACzC;;;OAGG;cACO,OAAO;IACjB,0FAA0F;iBAC7E,MAAM;2EA2CpB,CAAC"}
1
+ {"version":3,"file":"skeleton.d.ts","sourceRoot":"","sources":["../../../src/components/skeleton/skeleton.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAIxD,MAAM,MAAM,aAAa,GAAG;IAC1B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC1C;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,0FAA0F;IAC1F,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,GAAG,cAAc,CAAC,eAAe,CAAC,CAAC;AAEpC;;;;;;;GAOG;AACH,eAAO,MAAM,QAAQ;IA9BnB;;OAEG;YACK,MAAM,GAAG,MAAM;IACvB;;OAEG;aACM,MAAM,GAAG,MAAM;IACxB;;;OAGG;cACO,WAAW,GAAG,QAAQ,GAAG,MAAM;IACzC;;;OAGG;cACO,OAAO;IACjB,0FAA0F;iBAC7E,MAAM;qFA2CpB,CAAC"}
@@ -18,7 +18,7 @@ export type SkipLinkProps = MergeRight<DefaultProps & AnchorHTMLAttributes<HTMLA
18
18
  * @example
19
19
  * <SkipLink href='#main-content'>Skip to main content</SkipLink>
20
20
  */
21
- export declare const SkipLink: React.ForwardRefExoticComponent<Omit<DefaultProps & AnchorHTMLAttributes<HTMLAnchorElement>, "children" | "href"> & {
21
+ export declare const SkipLink: import("react").ForwardRefExoticComponent<Omit<DefaultProps & AnchorHTMLAttributes<HTMLAnchorElement>, "children" | "href"> & {
22
22
  /**
23
23
  * The content to display inside the skiplink.
24
24
  */
@@ -27,5 +27,5 @@ export declare const SkipLink: React.ForwardRefExoticComponent<Omit<DefaultProps
27
27
  * Href of an element in the DOM the skiplink should skip to. E.g #main-content
28
28
  */
29
29
  href: string;
30
- } & React.RefAttributes<HTMLAnchorElement>>;
30
+ } & import("react").RefAttributes<HTMLAnchorElement>>;
31
31
  //# sourceMappingURL=skip-link.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"skip-link.d.ts","sourceRoot":"","sources":["../../../src/components/skip-link/skip-link.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,oBAAoB,EAAc,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,aAAa,GAAG,UAAU,CACpC,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,EACtD;IACE;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CACF,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ;IAlBjB;;OAEG;cACO,SAAS;IACnB;;OAEG;UACG,MAAM;2CAmBf,CAAC"}
1
+ {"version":3,"file":"skip-link.d.ts","sourceRoot":"","sources":["../../../src/components/skip-link/skip-link.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,oBAAoB,EAAc,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,aAAa,GAAG,UAAU,CACpC,YAAY,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,EACtD;IACE;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CACF,CAAC;AAEF;;;;;;GAMG;AACH,eAAO,MAAM,QAAQ;IAlBjB;;OAEG;cACO,SAAS;IACnB;;OAEG;UACG,MAAM;qDAmBf,CAAC"}
@@ -10,7 +10,6 @@ export type SpinnerProps = {
10
10
  'data-size'?: '2xs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
11
11
  } & ComponentPropsWithoutRef<'svg'> & ({
12
12
  'aria-label': string;
13
- 'aria-hidden'?: never;
14
13
  } | {
15
14
  'aria-label'?: string;
16
15
  'aria-hidden': true | 'true';
@@ -21,5 +20,5 @@ export type SpinnerProps = {
21
20
  * @example
22
21
  * <Spinner aria-label='Loading users...' />
23
22
  */
24
- export declare const Spinner: React.ForwardRefExoticComponent<SpinnerProps & React.RefAttributes<SVGSVGElement>>;
23
+ export declare const Spinner: import("react").ForwardRefExoticComponent<SpinnerProps & import("react").RefAttributes<SVGSVGElement>>;
25
24
  //# sourceMappingURL=spinner.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../../src/components/spinner/spinner.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAIlE,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACxD,GAAG,wBAAwB,CAAC,KAAK,CAAC,GACjC,CACI;IAAE,YAAY,EAAE,MAAM,CAAC;IAAC,aAAa,CAAC,EAAE,KAAK,CAAA;CAAE,GAC/C;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,IAAI,GAAG,MAAM,CAAA;CAAE,CAC1D,CAAC;AAEJ;;;;;GAKG;AACH,eAAO,MAAM,OAAO,oFA0ClB,CAAC"}
1
+ {"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../../src/components/spinner/spinner.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,wBAAwB,EAAc,MAAM,OAAO,CAAC;AAIlE,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CACxD,GAAG,wBAAwB,CAAC,KAAK,CAAC,GACjC,CACI;IAAE,YAAY,EAAE,MAAM,CAAA;CAAE,GACxB;IAAE,YAAY,CAAC,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,IAAI,GAAG,MAAM,CAAA;CAAE,CAC1D,CAAC;AAEJ;;;;;GAKG;AACH,eAAO,MAAM,OAAO,wGA0ClB,CAAC"}
@@ -18,11 +18,11 @@ export type SuggestionClearProps = Omit<ButtonProps, 'variant' | 'children'> & {
18
18
  * <Suggestion.List />
19
19
  * </Suggestion>
20
20
  */
21
- export declare const SuggestionClear: React.ForwardRefExoticComponent<Omit<ButtonProps, "children" | "variant"> & {
21
+ export declare const SuggestionClear: import("react").ForwardRefExoticComponent<Omit<ButtonProps, "children" | "variant"> & {
22
22
  /**
23
23
  * Aria label for the clear button
24
24
  * @default 'Tøm'
25
25
  */
26
26
  'aria-label'?: string;
27
- } & React.RefAttributes<HTMLButtonElement>>;
27
+ } & import("react").RefAttributes<HTMLButtonElement>>;
28
28
  //# sourceMappingURL=suggestion-clear.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"suggestion-clear.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-clear.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG5D,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,UAAU,CAAC,GAAG;IAC7E;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe;IAnB1B;;;OAGG;mBACY,MAAM;2CAmCrB,CAAC"}
1
+ {"version":3,"file":"suggestion-clear.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-clear.tsx"],"names":[],"mappings":"AACA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG5D,MAAM,MAAM,oBAAoB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,UAAU,CAAC,GAAG;IAC7E;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,eAAe;IAnB1B;;;OAGG;mBACY,MAAM;qDAmCrB,CAAC"}
@@ -11,5 +11,5 @@ export type SuggestionEmptyProps = DefaultProps & OptionHTMLAttributes<HTMLOptio
11
11
  * <Suggestion.Empty>Tomt</Suggestion.Empty>
12
12
  * </Suggestion.List>
13
13
  */
14
- export declare const SuggestionEmpty: React.ForwardRefExoticComponent<DefaultProps & OptionHTMLAttributes<HTMLOptionElement> & React.RefAttributes<HTMLOptionElement>>;
14
+ export declare const SuggestionEmpty: import("react").ForwardRefExoticComponent<DefaultProps & OptionHTMLAttributes<HTMLOptionElement> & import("react").RefAttributes<HTMLOptionElement>>;
15
15
  //# sourceMappingURL=suggestion-empty.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"suggestion-empty.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-empty.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,GAC7C,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE1C;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,kIAM1B,CAAC"}
1
+ {"version":3,"file":"suggestion-empty.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-empty.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,MAAM,oBAAoB,GAAG,YAAY,GAC7C,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE1C;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,sJAM1B,CAAC"}
@@ -23,11 +23,11 @@ declare global {
23
23
  * <Suggestion.List />
24
24
  * </Suggestion>
25
25
  */
26
- export declare const SuggestionInput: React.ForwardRefExoticComponent<Omit<import("../../types").DefaultProps & Omit<React.InputHTMLAttributes<HTMLInputElement>, "prefix" | "type">, "type" | "disabled" | "readOnly" | "size" | "role"> & {
26
+ export declare const SuggestionInput: import("react").ForwardRefExoticComponent<Omit<import("../../types").DefaultProps & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "prefix" | "type">, "type" | "disabled" | "readOnly" | "size" | "role"> & {
27
27
  type?: "checkbox" | "color" | "date" | "datetime-local" | "email" | "file" | "hidden" | "month" | "number" | "password" | "radio" | "search" | "tel" | "text" | "time" | "url" | "week";
28
28
  size?: number;
29
29
  disabled?: boolean;
30
30
  readOnly?: boolean;
31
- role?: React.AriaRole | undefined;
32
- } & React.RefAttributes<HTMLInputElement>>;
31
+ role?: import("react").AriaRole | undefined;
32
+ } & import("react").RefAttributes<HTMLInputElement>>;
33
33
  //# sourceMappingURL=suggestion-input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"suggestion-input.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-input.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAGxD,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC;AAI9C,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;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe;;;;;;0CA2B1B,CAAC"}
1
+ {"version":3,"file":"suggestion-input.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-input.tsx"],"names":[],"mappings":"AACA,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAGxD,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC;AAI9C,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;;;;;;;;;;GAUG;AACH,eAAO,MAAM,eAAe;;;;;;oDA2B1B,CAAC"}
@@ -25,7 +25,7 @@ export type SuggestionListProps = MergeRight<DefaultProps & HTMLAttributes<HTMLD
25
25
  * <Suggestion.List />
26
26
  * </Suggestion>
27
27
  */
28
- export declare const SuggestionList: React.ForwardRefExoticComponent<Omit<DefaultProps & HTMLAttributes<HTMLDataListElement>, "singular" | "plural"> & {
28
+ export declare const SuggestionList: import("react").ForwardRefExoticComponent<Omit<DefaultProps & HTMLAttributes<HTMLDataListElement>, "singular" | "plural"> & {
29
29
  /**
30
30
  * The screen reader announcement for singular Suggestion, where %d is the number of Suggestions
31
31
  * @default '%d forslag'
@@ -36,5 +36,5 @@ export declare const SuggestionList: React.ForwardRefExoticComponent<Omit<Defaul
36
36
  * @default '%d forslag'
37
37
  */
38
38
  plural?: string;
39
- } & React.RefAttributes<HTMLDataListElement>>;
39
+ } & import("react").RefAttributes<HTMLDataListElement>>;
40
40
  //# sourceMappingURL=suggestion-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"suggestion-list.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,wBAAwB,CAAC;AAMhC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAGlD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAC1C,YAAY,GAAG,cAAc,CAAC,mBAAmB,CAAC,EAClD;IACE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CACF,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,cAAc;IAxBvB;;;OAGG;eACQ,MAAM;IACjB;;;OAGG;aACM,MAAM;6CAuDjB,CAAC"}
1
+ {"version":3,"file":"suggestion-list.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,wBAAwB,CAAC;AAMhC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAGlD,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAC1C,YAAY,GAAG,cAAc,CAAC,mBAAmB,CAAC,EAClD;IACE;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CACF,CAAC;AAEF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,cAAc;IAxBvB;;;OAGG;eACQ,MAAM;IACjB;;;OAGG;aACM,MAAM;uDAuDjB,CAAC"}
@@ -13,5 +13,5 @@ export type SuggestionOptionProps = OptionHTMLAttributes<HTMLOptionElement> & De
13
13
  * </Suggestion.List>
14
14
  * </Suggestion>
15
15
  */
16
- export declare const SuggestionOption: React.ForwardRefExoticComponent<OptionHTMLAttributes<HTMLOptionElement> & DefaultProps & React.RefAttributes<HTMLOptionElement>>;
16
+ export declare const SuggestionOption: import("react").ForwardRefExoticComponent<OptionHTMLAttributes<HTMLOptionElement> & DefaultProps & import("react").RefAttributes<HTMLOptionElement>>;
17
17
  //# sourceMappingURL=suggestion-option.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"suggestion-option.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-option.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,qBAAqB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GACzE,YAAY,CAAC;AAEf;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB,kIAW3B,CAAC"}
1
+ {"version":3,"file":"suggestion-option.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion-option.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,qBAAqB,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,GACzE,YAAY,CAAC;AAEf;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,gBAAgB,sJAW3B,CAAC"}
@@ -39,7 +39,6 @@ type SuggestionContextType = {
39
39
  isEmpty?: boolean;
40
40
  uComboboxRef?: React.RefObject<UHTMLComboboxElement | null>;
41
41
  };
42
- export declare const SuggestionContext: React.Context<SuggestionContextType>;
43
42
  type SuggestionValue<T extends {
44
43
  multiple: boolean;
45
44
  }> = T['multiple'] extends true ? Array<string | SuggestionItem> : string | SuggestionItem;
@@ -113,6 +112,7 @@ export type SuggestionMultipleProps = SuggestionBaseProps & SuggestionValueProps
113
112
  multiple: true;
114
113
  };
115
114
  export type SuggestionProps = SuggestionSingleProps | SuggestionMultipleProps;
116
- export declare const Suggestion: React.ForwardRefExoticComponent<SuggestionProps & React.RefAttributes<UHTMLComboboxElement>>;
115
+ export declare const Suggestion: import("react").ForwardRefExoticComponent<SuggestionProps & import("react").RefAttributes<UHTMLComboboxElement>>;
116
+ export declare const SuggestionContext: import("react").Context<SuggestionContextType>;
117
117
  export {};
118
118
  //# sourceMappingURL=suggestion.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"suggestion.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"suggestion.d.ts","sourceRoot":"","sources":["../../../src/components/suggestion/suggestion.tsx"],"names":[],"mappings":"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"}
@@ -32,5 +32,5 @@ export type SwitchProps = MergeRight<DefaultProps & Omit<InputHTMLAttributes<HTM
32
32
  * @example
33
33
  * <Switch label="I agree" value="agree" />
34
34
  */
35
- export declare const Switch: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<HTMLInputElement>>;
35
+ export declare const Switch: import("react").ForwardRefExoticComponent<SwitchProps & import("react").RefAttributes<HTMLInputElement>>;
36
36
  //# sourceMappingURL=switch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/components/switch/switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE5D,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAGxD,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,YAAY,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,EAC3E;IACE;;OAEG;IACH,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;;;OAGG;IACH,QAAQ,CAAC,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;CACnC,GAAG,aAAa,CAClB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,MAAM,sFAyBjB,CAAC"}
1
+ {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../src/components/switch/switch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE5D,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,UAAU,CAAC;AAClD,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAGxD,MAAM,MAAM,WAAW,GAAG,UAAU,CAClC,YAAY,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,EAC3E;IACE;;OAEG;IACH,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;;;OAGG;IACH,QAAQ,CAAC,EAAE,UAAU,CAAC,UAAU,CAAC,CAAC;CACnC,GAAG,aAAa,CAClB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,MAAM,0GAyBjB,CAAC"}
@@ -11,5 +11,5 @@ export type TableBodyProps = HTMLAttributes<HTMLTableSectionElement>;
11
11
  * </TableRow>
12
12
  * </TableBody>
13
13
  */
14
- export declare const TableBody: React.ForwardRefExoticComponent<TableBodyProps & React.RefAttributes<HTMLTableSectionElement>>;
14
+ export declare const TableBody: import("react").ForwardRefExoticComponent<TableBodyProps & import("react").RefAttributes<HTMLTableSectionElement>>;
15
15
  //# sourceMappingURL=table-body.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-body.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-body.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,uBAAuB,CAAC,CAAC;AAErE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,SAAS,gGAIrB,CAAC"}
1
+ {"version":3,"file":"table-body.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-body.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,uBAAuB,CAAC,CAAC;AAErE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,SAAS,oHAIrB,CAAC"}
@@ -6,5 +6,5 @@ export type TableCellProps = TdHTMLAttributes<HTMLTableCellElement>;
6
6
  * @example
7
7
  * <TableCell>John</TableCell>
8
8
  */
9
- export declare const TableCell: React.ForwardRefExoticComponent<TableCellProps & React.RefAttributes<HTMLTableCellElement>>;
9
+ export declare const TableCell: import("react").ForwardRefExoticComponent<TableCellProps & import("react").RefAttributes<HTMLTableCellElement>>;
10
10
  //# sourceMappingURL=table-cell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-cell.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-cell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;AAEpE;;;;;GAKG;AACH,eAAO,MAAM,SAAS,6FAIrB,CAAC"}
1
+ {"version":3,"file":"table-cell.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-cell.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE1D,MAAM,MAAM,cAAc,GAAG,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;AAEpE;;;;;GAKG;AACH,eAAO,MAAM,SAAS,iHAIrB,CAAC"}
@@ -11,5 +11,5 @@ export type TableFootProps = HTMLAttributes<HTMLTableSectionElement>;
11
11
  * </TableRow>
12
12
  * </TableFoot>
13
13
  */
14
- export declare const TableFoot: React.ForwardRefExoticComponent<TableFootProps & React.RefAttributes<HTMLTableSectionElement>>;
14
+ export declare const TableFoot: import("react").ForwardRefExoticComponent<TableFootProps & import("react").RefAttributes<HTMLTableSectionElement>>;
15
15
  //# sourceMappingURL=table-foot.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-foot.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-foot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,uBAAuB,CAAC,CAAC;AAErE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,SAAS,gGAIrB,CAAC"}
1
+ {"version":3,"file":"table-foot.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-foot.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,uBAAuB,CAAC,CAAC;AAErE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,SAAS,oHAIrB,CAAC"}
@@ -11,5 +11,5 @@ export type TableHeadProps = HTMLAttributes<HTMLTableSectionElement>;
11
11
  * </TableRow>
12
12
  * </TableHead>
13
13
  */
14
- export declare const TableHead: React.ForwardRefExoticComponent<TableHeadProps & React.RefAttributes<HTMLTableSectionElement>>;
14
+ export declare const TableHead: import("react").ForwardRefExoticComponent<TableHeadProps & import("react").RefAttributes<HTMLTableSectionElement>>;
15
15
  //# sourceMappingURL=table-head.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-head.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-head.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,uBAAuB,CAAC,CAAC;AAErE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,SAAS,gGAIrB,CAAC"}
1
+ {"version":3,"file":"table-head.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-head.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,uBAAuB,CAAC,CAAC;AAErE;;;;;;;;;;GAUG;AACH,eAAO,MAAM,SAAS,oHAIrB,CAAC"}
@@ -13,11 +13,11 @@ export type TableHeaderCellProps = {
13
13
  * @example
14
14
  * <TableHeaderCell>Name</TableHeaderCell>
15
15
  */
16
- export declare const TableHeaderCell: React.ForwardRefExoticComponent<{
16
+ export declare const TableHeaderCell: import("react").ForwardRefExoticComponent<{
17
17
  /**
18
18
  * If 'none' | 'ascending' | 'descending' | 'other' will add a button to the header cell and change aria-sort and icon
19
19
  * @default undefined
20
20
  */
21
21
  sort?: AriaAttributes["aria-sort"];
22
- } & ThHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
22
+ } & ThHTMLAttributes<HTMLTableCellElement> & import("react").RefAttributes<HTMLTableCellElement>>;
23
23
  //# sourceMappingURL=table-header-cell.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-header-cell.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-header-cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAc,KAAK,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE1D,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;OAGG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;CACpC,GAAG,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;AAE3C;;;;;GAKG;AACH,eAAO,MAAM,eAAe;IAb1B;;;OAGG;WACI,cAAc,CAAC,WAAW,CAAC;uFAkBlC,CAAC"}
1
+ {"version":3,"file":"table-header-cell.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-header-cell.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAc,KAAK,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE1D,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;OAGG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;CACpC,GAAG,gBAAgB,CAAC,oBAAoB,CAAC,CAAC;AAE3C;;;;;GAKG;AACH,eAAO,MAAM,eAAe;IAb1B;;;OAGG;WACI,cAAc,CAAC,WAAW,CAAC;iGAkBlC,CAAC"}
@@ -9,5 +9,5 @@ export type TableRowProps = HTMLAttributes<HTMLTableRowElement>;
9
9
  * <TableCell>25</TableCell>
10
10
  * </TableRow>
11
11
  */
12
- export declare const TableRow: React.ForwardRefExoticComponent<TableRowProps & React.RefAttributes<HTMLTableRowElement>>;
12
+ export declare const TableRow: import("react").ForwardRefExoticComponent<TableRowProps & import("react").RefAttributes<HTMLTableRowElement>>;
13
13
  //# sourceMappingURL=table-row.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table-row.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-row.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,mBAAmB,CAAC,CAAC;AAEhE;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,2FAIpB,CAAC"}
1
+ {"version":3,"file":"table-row.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-row.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AAExD,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,mBAAmB,CAAC,CAAC;AAEhE;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,+GAIpB,CAAC"}
@@ -47,7 +47,7 @@ export type TableProps = {
47
47
  * </Table.Foot>
48
48
  * </Table>
49
49
  */
50
- export declare const Table: React.ForwardRefExoticComponent<{
50
+ export declare const Table: import("react").ForwardRefExoticComponent<{
51
51
  /**
52
52
  * Will give the table zebra striping
53
53
  * @default false
@@ -68,5 +68,5 @@ export declare const Table: React.ForwardRefExoticComponent<{
68
68
  * @default false
69
69
  */
70
70
  hover?: boolean;
71
- } & Omit<TableHTMLAttributes<HTMLTableElement>, "border"> & DefaultProps & React.RefAttributes<HTMLTableElement>>;
71
+ } & Omit<TableHTMLAttributes<HTMLTableElement>, "border"> & DefaultProps & import("react").RefAttributes<HTMLTableElement>>;
72
72
  //# sourceMappingURL=table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.tsx"],"names":[],"mappings":"AACA,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,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,QAAQ,CAAC,GACvD,YAAY,CAAC;AAEf;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,KAAK;IAhDhB;;;OAGG;YACK,OAAO;IACf;;;OAGG;mBACY,OAAO;IACtB;;;OAGG;aACM,OAAO;IAChB;;;OAGG;YACK,OAAO;iHAsDf,CAAC"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.tsx"],"names":[],"mappings":"AACA,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,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB;;;OAGG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,GAAG,IAAI,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,QAAQ,CAAC,GACvD,YAAY,CAAC;AAEf;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,eAAO,MAAM,KAAK;IAhDhB;;;OAGG;YACK,OAAO;IACf;;;OAGG;mBACY,OAAO;IACtB;;;OAGG;aACM,OAAO;IAChB;;;OAGG;YACK,OAAO;2HAsDf,CAAC"}
@@ -9,5 +9,5 @@ export type TabsListProps = HTMLAttributes<HTMLDivElement>;
9
9
  * <TabsTab value='2'>Tab 2</TabsTab>
10
10
  * </TabsList>
11
11
  */
12
- export declare const TabsList: React.ForwardRefExoticComponent<TabsListProps & React.RefAttributes<HTMLDivElement>>;
12
+ export declare const TabsList: import("react").ForwardRefExoticComponent<TabsListProps & import("react").RefAttributes<HTMLDivElement>>;
13
13
  //# sourceMappingURL=tabs-list.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabs-list.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE3D;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,sFAkBpB,CAAC"}
1
+ {"version":3,"file":"tabs-list.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAM5C,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAE3D;;;;;;;;GAQG;AACH,eAAO,MAAM,QAAQ,0GAkBpB,CAAC"}
@@ -12,11 +12,11 @@ export type TabsPanelProps = {
12
12
  * @example
13
13
  * <TabsPanel value='1'>content 1</TabsPanel>
14
14
  */
15
- export declare const TabsPanel: React.ForwardRefExoticComponent<{
15
+ export declare const TabsPanel: import("react").ForwardRefExoticComponent<{
16
16
  /**
17
17
  * When this value is selected as the current state, render this `TabsPanel` component.
18
18
  * Must match the `value` of a `Tabs.Tab` component.
19
19
  */
20
20
  value: string;
21
- } & Omit<HTMLAttributes<HTMLDivElement>, "value"> & React.RefAttributes<HTMLDivElement>>;
21
+ } & Omit<HTMLAttributes<HTMLDivElement>, "value"> & import("react").RefAttributes<HTMLDivElement>>;
22
22
  //# sourceMappingURL=tabs-panel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabs-panel.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAa5C,MAAM,MAAM,cAAc,GAAG;IAC3B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,SAAS;IAbpB;;;OAGG;WACI,MAAM;wFAgEd,CAAC"}
1
+ {"version":3,"file":"tabs-panel.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs-panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAa5C,MAAM,MAAM,cAAc,GAAG;IAC3B;;;OAGG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,CAAC,CAAC;AAElD;;;;;GAKG;AACH,eAAO,MAAM,SAAS;IAbpB;;;OAGG;WACI,MAAM;kGAgEd,CAAC"}
@@ -11,10 +11,10 @@ export type TabsTabProps = {
11
11
  * @example
12
12
  * <TabsTab value='1'>Tab 1</TabsTab>
13
13
  */
14
- export declare const TabsTab: React.ForwardRefExoticComponent<{
14
+ export declare const TabsTab: import("react").ForwardRefExoticComponent<{
15
15
  /**
16
16
  * Unique value that will be set in the `Tabs` components state when the tab is activated
17
17
  */
18
18
  value: string;
19
- } & Omit<HTMLAttributes<HTMLButtonElement>, "value"> & React.RefAttributes<HTMLButtonElement>>;
19
+ } & Omit<HTMLAttributes<HTMLButtonElement>, "value"> & import("react").RefAttributes<HTMLButtonElement>>;
20
20
  //# sourceMappingURL=tabs-tab.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabs-tab.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs-tab.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,IAAI,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC,CAAC;AAErD;;;;;GAKG;AACH,eAAO,MAAM,OAAO;IAZlB;;OAEG;WACI,MAAM;8FAkCd,CAAC"}
1
+ {"version":3,"file":"tabs-tab.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs-tab.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAK5C,MAAM,MAAM,YAAY,GAAG;IACzB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,GAAG,IAAI,CAAC,cAAc,CAAC,iBAAiB,CAAC,EAAE,OAAO,CAAC,CAAC;AAErD;;;;;GAKG;AACH,eAAO,MAAM,OAAO;IAZlB;;OAEG;WACI,MAAM;wGAkCd,CAAC"}
@@ -26,7 +26,7 @@ export type ContextProps = {
26
26
  onChange?: (value: string) => void;
27
27
  tablistRef?: React.RefObject<HTMLDivElement | null>;
28
28
  };
29
- export declare const Context: React.Context<ContextProps>;
29
+ export declare const Context: import("react").Context<ContextProps>;
30
30
  /**
31
31
  * Display a group of tabs that can be toggled between.
32
32
  *
@@ -42,7 +42,7 @@ export declare const Context: React.Context<ContextProps>;
42
42
  * <Tabs.Panel value='3'>content 3</Tabs.Panel>
43
43
  * </Tabs>
44
44
  */
45
- export declare const Tabs: React.ForwardRefExoticComponent<Omit<DefaultProps & Omit<HTMLAttributes<HTMLDivElement>, "value" | "onChange">, "defaultValue" | "value" | "onChange"> & {
45
+ export declare const Tabs: import("react").ForwardRefExoticComponent<Omit<DefaultProps & Omit<HTMLAttributes<HTMLDivElement>, "value" | "onChange">, "defaultValue" | "value" | "onChange"> & {
46
46
  /**
47
47
  * Controlled state for `Tabs` component
48
48
  * @default undefined
@@ -58,5 +58,5 @@ export declare const Tabs: React.ForwardRefExoticComponent<Omit<DefaultProps & O
58
58
  * @default undefined
59
59
  */
60
60
  onChange?: (value: string) => void;
61
- } & React.RefAttributes<HTMLDivElement>>;
61
+ } & import("react").RefAttributes<HTMLDivElement>>;
62
62
  //# sourceMappingURL=tabs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AACA,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,SAAS,GAAG,UAAU,CAChC,YAAY,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,EACzE;IACE;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CACF,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,iBAAiB,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IAC9E,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,OAAO,6BAAkC,CAAC;AAEvD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,IAAI;IA5Cb;;;OAGG;YACK,MAAM;IACd;;;OAGG;mBACY,MAAM;IACrB;;;OAGG;eACQ,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;wCAoEpC,CAAC"}
1
+ {"version":3,"file":"tabs.d.ts","sourceRoot":"","sources":["../../../src/components/tabs/tabs.tsx"],"names":[],"mappings":"AACA,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,SAAS,GAAG,UAAU,CAChC,YAAY,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,UAAU,GAAG,OAAO,CAAC,EACzE;IACE;;;OAGG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACpC,CACF,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,iBAAiB,CAAC,EAAE,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC;IAC9E,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CACrD,CAAC;AAEF,eAAO,MAAM,OAAO,uCAAkC,CAAC;AAEvD;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,IAAI;IA5Cb;;;OAGG;YACK,MAAM;IACd;;;OAGG;mBACY,MAAM;IACrB;;;OAGG;eACQ,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;kDAoEpC,CAAC"}
@@ -14,10 +14,10 @@ export type TagProps = MergeRight<DefaultProps & HTMLAttributes<HTMLSpanElement>
14
14
  * @example
15
15
  * <Tag>Melk</Tag>
16
16
  */
17
- export declare const Tag: React.ForwardRefExoticComponent<Omit<DefaultProps & HTMLAttributes<HTMLSpanElement>, "data-color"> & {
17
+ export declare const Tag: import("react").ForwardRefExoticComponent<Omit<DefaultProps & HTMLAttributes<HTMLSpanElement>, "data-color"> & {
18
18
  /**
19
19
  * Change the color scheme of the tag
20
20
  */
21
21
  'data-color'?: Color | SeverityColors;
22
- } & React.RefAttributes<HTMLSpanElement>>;
22
+ } & import("react").RefAttributes<HTMLSpanElement>>;
23
23
  //# sourceMappingURL=tag.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/components/tag/tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE1E,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,QAAQ,GAAG,UAAU,CAC/B,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,EAC9C;IACE;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,cAAc,CAAC;CACvC,CACF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,GAAG;IAbZ;;OAEG;mBACY,KAAK,GAAG,cAAc;yCAevC,CAAC"}
1
+ {"version":3,"file":"tag.d.ts","sourceRoot":"","sources":["../../../src/components/tag/tag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAE1E,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,QAAQ,GAAG,UAAU,CAC/B,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,EAC9C;IACE;;OAEG;IACH,YAAY,CAAC,EAAE,KAAK,GAAG,cAAc,CAAC;CACvC,CACF,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,GAAG;IAbZ;;OAEG;mBACY,KAAK,GAAG,cAAc;mDAevC,CAAC"}
@@ -7,5 +7,5 @@ export type TextareaProps = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<D
7
7
  * @example
8
8
  * <Textarea />
9
9
  */
10
- export declare const Textarea: React.ForwardRefExoticComponent<TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<DefaultProps, "data-color"> & React.RefAttributes<HTMLTextAreaElement>>;
10
+ export declare const Textarea: import("react").ForwardRefExoticComponent<TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<DefaultProps, "data-color"> & import("react").RefAttributes<HTMLTextAreaElement>>;
11
11
  //# sourceMappingURL=textarea.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../src/components/textarea/textarea.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC,mBAAmB,CAAC,GACrE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;AAEnC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,4JAMpB,CAAC"}
1
+ {"version":3,"file":"textarea.d.ts","sourceRoot":"","sources":["../../../src/components/textarea/textarea.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAEpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,MAAM,MAAM,aAAa,GAAG,sBAAsB,CAAC,mBAAmB,CAAC,GACrE,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;AAEnC;;;;;GAKG;AACH,eAAO,MAAM,QAAQ,gLAMpB,CAAC"}
@@ -70,6 +70,6 @@ export type TextfieldProps = SharedTextfieldProps & (TextfieldTextareaProps | Te
70
70
  * @example
71
71
  * <Textfield label="Textfield label">
72
72
  */
73
- export declare const Textfield: React.ForwardRefExoticComponent<TextfieldProps & React.RefAttributes<HTMLInputElement | HTMLTextAreaElement>>;
73
+ export declare const Textfield: import("react").ForwardRefExoticComponent<TextfieldProps & import("react").RefAttributes<HTMLInputElement | HTMLTextAreaElement>>;
74
74
  export {};
75
75
  //# sourceMappingURL=textfield.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"textfield.d.ts","sourceRoot":"","sources":["../../../src/components/textfield/textfield.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtE,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAIL,KAAK,iBAAiB,EAEvB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAGpE,KAAK,WAAW,GAAG,IAAI,CACrB,UAAU,EACV,QAAQ,GAAG,WAAW,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,CACzD,CAAC;AACF,KAAK,cAAc,GAAG,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,WAAW,GAAG,OAAO,CAAC,CAAC;AAE5E,KAAK,oBAAoB,GAAG;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IACpC;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,iBAAiB,GAAG,MAAM,CAAC;CACtC,GAAG,aAAa,GACf,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;AAEnC,KAAK,sBAAsB,GAAG;IAC5B;;QAEI;IACJ,SAAS,EAAE,IAAI,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GAAG,cAAc,CAAC;AAEnB,KAAK,mBAAmB,GAAG;IACzB;;QAEI;IACJ,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB;;;;SAIK;IACL,IAAI,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,CAAC;CAC1D,GAAG,WAAW,CAAC;AAEhB,MAAM,MAAM,cAAc,GAAG,oBAAoB,GAC/C,CAAC,sBAAsB,GAAG,mBAAmB,CAAC,CAAC;AAEjD;;;;;;;;GAQG;AACH,eAAO,MAAM,SAAS,+GAgDpB,CAAC"}
1
+ {"version":3,"file":"textfield.d.ts","sourceRoot":"","sources":["../../../src/components/textfield/textfield.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAiC,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtE,OAAO,KAAK,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC/D,OAAO,EAIL,KAAK,iBAAiB,EAEvB,MAAM,UAAU,CAAC;AAClB,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAY,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAGpE,KAAK,WAAW,GAAG,IAAI,CACrB,UAAU,EACV,QAAQ,GAAG,WAAW,GAAG,OAAO,GAAG,YAAY,GAAG,MAAM,CACzD,CAAC;AACF,KAAK,cAAc,GAAG,IAAI,CAAC,aAAa,EAAE,QAAQ,GAAG,WAAW,GAAG,OAAO,CAAC,CAAC;AAE5E,KAAK,oBAAoB,GAAG;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,CAAC;IACpC;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,CAAC;IAC5B;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB;;;OAGG;IACH,OAAO,CAAC,EAAE,iBAAiB,GAAG,MAAM,CAAC;CACtC,GAAG,aAAa,GACf,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC;AAEnC,KAAK,sBAAsB,GAAG;IAC5B;;QAEI;IACJ,SAAS,EAAE,IAAI,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC;CACd,GAAG,cAAc,CAAC;AAEnB,KAAK,mBAAmB,GAAG;IACzB;;QAEI;IACJ,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB;;;;SAIK;IACL,IAAI,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,CAAC;CAC1D,GAAG,WAAW,CAAC;AAEhB,MAAM,MAAM,cAAc,GAAG,oBAAoB,GAC/C,CAAC,sBAAsB,GAAG,mBAAmB,CAAC,CAAC;AAEjD;;;;;;;;GAQG;AACH,eAAO,MAAM,SAAS,mIAgDpB,CAAC"}
@@ -11,11 +11,11 @@ export type ToggleGroupItemProps = {
11
11
  * @example
12
12
  * <ToggleGroupItem value='1'>Toggle 1</ToggleGroupItem>
13
13
  */
14
- export declare const ToggleGroupItem: React.ForwardRefExoticComponent<{
14
+ export declare const ToggleGroupItem: import("react").ForwardRefExoticComponent<{
15
15
  /**
16
16
  * The value of the ToggleGroupItem.
17
17
  * Generates a random value if not set.
18
18
  **/
19
19
  value?: string;
20
- } & Omit<ButtonProps, "value" | "variant" | "loading"> & React.RefAttributes<HTMLButtonElement>>;
20
+ } & Omit<ButtonProps, "value" | "variant" | "loading"> & import("react").RefAttributes<HTMLButtonElement>>;
21
21
  //# sourceMappingURL=toggle-group-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toggle-group-item.d.ts","sourceRoot":"","sources":["../../../src/components/toggle-group/toggle-group-item.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG5D,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;QAGI;IACJ,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC,CAAC;AAEvD;;;;GAIG;AACH,eAAO,MAAM,eAAe;IAZ1B;;;QAGI;YACI,MAAM;gGAwBd,CAAC"}
1
+ {"version":3,"file":"toggle-group-item.d.ts","sourceRoot":"","sources":["../../../src/components/toggle-group/toggle-group-item.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG5D,MAAM,MAAM,oBAAoB,GAAG;IACjC;;;QAGI;IACJ,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,GAAG,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC,CAAC;AAEvD;;;;GAIG;AACH,eAAO,MAAM,eAAe;IAZ1B;;;QAGI;YACI,MAAM;0GAwBd,CAAC"}
@@ -2,13 +2,19 @@ import type { HTMLAttributes } from 'react';
2
2
  import type { DefaultProps } from '../../types';
3
3
  import type { MergeRight } from '../../utilities';
4
4
  export type ToggleGroupContextProps = {
5
+ variant?: 'primary' | 'secondary';
5
6
  value?: string;
6
7
  defaultValue?: string;
7
8
  onChange?: (value: string) => void;
8
9
  name?: string;
9
10
  };
10
- export declare const ToggleGroupContext: React.Context<ToggleGroupContextProps>;
11
+ export declare const ToggleGroupContext: import("react").Context<ToggleGroupContextProps>;
11
12
  export type ToggleGroupProps = MergeRight<DefaultProps & Omit<HTMLAttributes<HTMLDivElement>, 'value' | 'onChange'>, {
13
+ /**
14
+ * Specify which variant to use
15
+ * @default 'primary'
16
+ */
17
+ variant?: 'primary' | 'secondary';
12
18
  /**
13
19
  * Controlled state for `ToggleGroup` component.
14
20
  */
@@ -36,7 +42,12 @@ export type ToggleGroupProps = MergeRight<DefaultProps & Omit<HTMLAttributes<HTM
36
42
  * <ToggleGroup.Item value='3'>Toggle 3</ToggleGroup.Item>
37
43
  * </ToggleGroup>
38
44
  */
39
- export declare const ToggleGroup: React.ForwardRefExoticComponent<Omit<DefaultProps & Omit<HTMLAttributes<HTMLDivElement>, "value" | "onChange">, "defaultValue" | "name" | "value" | "onChange"> & {
45
+ export declare const ToggleGroup: import("react").ForwardRefExoticComponent<Omit<DefaultProps & Omit<HTMLAttributes<HTMLDivElement>, "value" | "onChange">, "defaultValue" | "name" | "value" | "onChange" | "variant"> & {
46
+ /**
47
+ * Specify which variant to use
48
+ * @default 'primary'
49
+ */
50
+ variant?: "primary" | "secondary";
40
51
  /**
41
52
  * Controlled state for `ToggleGroup` component.
42
53
  */
@@ -53,5 +64,5 @@ export declare const ToggleGroup: React.ForwardRefExoticComponent<Omit<DefaultPr
53
64
  * Form element name
54
65
  */
55
66
  name?: string;
56
- } & React.RefAttributes<HTMLDivElement>>;
67
+ } & import("react").RefAttributes<HTMLDivElement>>;
57
68
  //# sourceMappingURL=toggle-group.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../../../src/components/toggle-group/toggle-group.tsx"],"names":[],"mappings":"AACA,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;AAGlD,MAAM,MAAM,uBAAuB,GAAG;IACpC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,kBAAkB,wCAA6C,CAAC;AAE7E,MAAM,MAAM,gBAAgB,GAAG,UAAU,CACvC,YAAY,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,EACzE;IACE;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CACF,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW;IA7BpB;;OAEG;YACK,MAAM;IACd;;OAEG;mBACY,MAAM;IACrB;;OAEG;eACQ,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;IAClC;;OAEG;WACI,MAAM;wCAyDhB,CAAC"}
1
+ {"version":3,"file":"toggle-group.d.ts","sourceRoot":"","sources":["../../../src/components/toggle-group/toggle-group.tsx"],"names":[],"mappings":"AACA,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;AAGlD,MAAM,MAAM,uBAAuB,GAAG;IACpC,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,kBAAkB,kDAA6C,CAAC;AAE7E,MAAM,MAAM,gBAAgB,GAAG,UAAU,CACvC,YAAY,GAAG,IAAI,CAAC,cAAc,CAAC,cAAc,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,EACzE;IACE;;;OAGG;IACH,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CACF,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,WAAW;IAlCpB;;;OAGG;cACO,SAAS,GAAG,WAAW;IACjC;;OAEG;YACK,MAAM;IACd;;OAEG;mBACY,MAAM;IACrB;;OAEG;eACQ,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;IAClC;;OAEG;WACI,MAAM;kDAoEhB,CAAC"}
@@ -2,6 +2,7 @@ import type { ButtonProps } from '../button/button';
2
2
  import type { ToggleGroupItemProps } from './toggle-group-item';
3
3
  type UseToggleGroupItem = (props: ToggleGroupItemProps) => {
4
4
  active: boolean;
5
+ variant?: 'primary' | 'secondary';
5
6
  value: string;
6
7
  buttonProps?: Pick<ButtonProps, 'id' | 'onClick' | 'role' | 'aria-checked' | 'aria-current' | 'name'>;
7
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"use-toggle-groupitem.d.ts","sourceRoot":"","sources":["../../../src/components/toggle-group/use-toggle-groupitem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhE,KAAK,kBAAkB,GAAG,CAAC,KAAK,EAAE,oBAAoB,KAAK;IACzD,MAAM,EAAE,OAAO,CAAC;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,IAAI,CAChB,WAAW,EACX,IAAI,GAAG,SAAS,GAAG,MAAM,GAAG,cAAc,GAAG,cAAc,GAAG,MAAM,CACrE,CAAC;CACH,CAAC;AAEF,2FAA2F;AAC3F,eAAO,MAAM,kBAAkB,EAAE,kBAyBhC,CAAC"}
1
+ {"version":3,"file":"use-toggle-groupitem.d.ts","sourceRoot":"","sources":["../../../src/components/toggle-group/use-toggle-groupitem.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAEhE,KAAK,kBAAkB,GAAG,CAAC,KAAK,EAAE,oBAAoB,KAAK;IACzD,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,CAAC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,IAAI,CAChB,WAAW,EACX,IAAI,GAAG,SAAS,GAAG,MAAM,GAAG,cAAc,GAAG,cAAc,GAAG,MAAM,CACrE,CAAC;CACH,CAAC;AAEF,2FAA2F;AAC3F,eAAO,MAAM,kBAAkB,EAAE,kBA2BhC,CAAC"}
@@ -42,7 +42,7 @@ export type TooltipProps = MergeRight<Omit<DefaultProps, 'data-color'> & HTMLAtt
42
42
  * Hover me
43
43
  * </Tooltip>
44
44
  */
45
- export declare const Tooltip: React.ForwardRefExoticComponent<Omit<Omit<DefaultProps, "data-color"> & HTMLAttributes<HTMLDivElement>, "content" | "children" | "open" | "placement" | "autoPlacement"> & {
45
+ export declare const Tooltip: import("react").ForwardRefExoticComponent<Omit<Omit<DefaultProps, "data-color"> & HTMLAttributes<HTMLDivElement>, "content" | "children" | "open" | "placement" | "autoPlacement"> & {
46
46
  /**
47
47
  * The element or string that triggers the tooltip.
48
48
  *