@digdir/designsystemet-react 1.6.0 → 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.
- package/dist/cjs/components/button/button.js +1 -1
- package/dist/cjs/components/suggestion/suggestion.js +3 -3
- package/dist/cjs/components/textfield/textfield.js +1 -1
- package/dist/cjs/utilities/hooks/use-pagination/use-pagination.js +2 -2
- package/dist/esm/components/button/button.js +1 -1
- package/dist/esm/components/suggestion/suggestion.js +3 -3
- package/dist/esm/components/textfield/textfield.js +1 -1
- package/dist/esm/utilities/hooks/use-pagination/use-pagination.js +2 -2
- package/dist/types/components/Combobox/Combobox.d.ts +4 -4
- package/dist/types/components/Combobox/Combobox.d.ts.map +1 -1
- package/dist/types/components/Combobox/ComboboxContext.d.ts +1 -1
- package/dist/types/components/Combobox/ComboboxContext.d.ts.map +1 -1
- package/dist/types/components/Combobox/ComboboxIdContext.d.ts +2 -2
- package/dist/types/components/Combobox/ComboboxIdContext.d.ts.map +1 -1
- package/dist/types/components/Combobox/Custom.d.ts +1 -1
- package/dist/types/components/Combobox/Custom.d.ts.map +1 -1
- package/dist/types/components/Combobox/Empty.d.ts +1 -1
- package/dist/types/components/Combobox/Empty.d.ts.map +1 -1
- package/dist/types/components/Combobox/Option/Description.d.ts +1 -1
- package/dist/types/components/Combobox/Option/Description.d.ts.map +1 -1
- package/dist/types/components/Combobox/Option/Option.d.ts +2 -2
- package/dist/types/components/Combobox/Option/Option.d.ts.map +1 -1
- package/dist/types/components/Combobox/internal/ComboboxClearButton.d.ts +1 -1
- package/dist/types/components/Combobox/internal/ComboboxClearButton.d.ts.map +1 -1
- package/dist/types/components/Combobox/useCombobox.d.ts +3 -3
- package/dist/types/components/Combobox/useFormField/FieldsetContext.d.ts +1 -1
- package/dist/types/components/Combobox/useFormField/FieldsetContext.d.ts.map +1 -1
- package/dist/types/components/alert/alert.d.ts +2 -2
- package/dist/types/components/alert/alert.d.ts.map +1 -1
- package/dist/types/components/avatar/avatar.d.ts +1 -1
- package/dist/types/components/avatar/avatar.d.ts.map +1 -1
- package/dist/types/components/badge/badge-position.d.ts +2 -2
- package/dist/types/components/badge/badge-position.d.ts.map +1 -1
- package/dist/types/components/badge/badge.d.ts +2 -2
- package/dist/types/components/badge/badge.d.ts.map +1 -1
- package/dist/types/components/badge/index.d.ts +4 -4
- package/dist/types/components/breadcrumbs/breadcrumbs-item.d.ts +1 -1
- package/dist/types/components/breadcrumbs/breadcrumbs-item.d.ts.map +1 -1
- package/dist/types/components/breadcrumbs/breadcrumbs-link.d.ts +3 -3
- package/dist/types/components/breadcrumbs/breadcrumbs-link.d.ts.map +1 -1
- package/dist/types/components/breadcrumbs/breadcrumbs-list.d.ts +1 -1
- package/dist/types/components/breadcrumbs/breadcrumbs-list.d.ts.map +1 -1
- package/dist/types/components/breadcrumbs/breadcrumbs.d.ts +2 -2
- package/dist/types/components/breadcrumbs/breadcrumbs.d.ts.map +1 -1
- package/dist/types/components/button/button.d.ts +4 -2
- package/dist/types/components/button/button.d.ts.map +1 -1
- package/dist/types/components/card/card-block.d.ts +2 -2
- package/dist/types/components/card/card-block.d.ts.map +1 -1
- package/dist/types/components/card/card.d.ts +2 -2
- package/dist/types/components/card/card.d.ts.map +1 -1
- package/dist/types/components/checkbox/checkbox.d.ts +1 -1
- package/dist/types/components/checkbox/checkbox.d.ts.map +1 -1
- package/dist/types/components/chip/chips.d.ts +4 -4
- package/dist/types/components/chip/chips.d.ts.map +1 -1
- package/dist/types/components/details/details-content.d.ts +1 -1
- package/dist/types/components/details/details-content.d.ts.map +1 -1
- package/dist/types/components/details/details-summary.d.ts +2 -2
- package/dist/types/components/details/details-summary.d.ts.map +1 -1
- package/dist/types/components/details/details.d.ts +1 -1
- package/dist/types/components/details/details.d.ts.map +1 -1
- package/dist/types/components/dialog/dialog-block.d.ts +2 -2
- package/dist/types/components/dialog/dialog-block.d.ts.map +1 -1
- package/dist/types/components/dialog/dialog-trigger-context.d.ts +1 -1
- package/dist/types/components/dialog/dialog-trigger-context.d.ts.map +1 -1
- package/dist/types/components/dialog/dialog-trigger.d.ts +4 -4
- package/dist/types/components/dialog/dialog-trigger.d.ts.map +1 -1
- package/dist/types/components/dialog/dialog.d.ts +2 -2
- package/dist/types/components/dialog/dialog.d.ts.map +1 -1
- package/dist/types/components/divider/divider.d.ts +1 -1
- package/dist/types/components/divider/divider.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown-button.d.ts +1 -1
- package/dist/types/components/dropdown/dropdown-button.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown-heading.d.ts +2 -2
- package/dist/types/components/dropdown/dropdown-heading.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown-item.d.ts +1 -1
- package/dist/types/components/dropdown/dropdown-item.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown-list.d.ts +1 -1
- package/dist/types/components/dropdown/dropdown-list.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown-trigger.d.ts +1 -1
- package/dist/types/components/dropdown/dropdown-trigger.d.ts.map +1 -1
- package/dist/types/components/dropdown/dropdown.d.ts +2 -2
- package/dist/types/components/dropdown/dropdown.d.ts.map +1 -1
- package/dist/types/components/error-summary/error-summary-heading.d.ts +2 -2
- package/dist/types/components/error-summary/error-summary-heading.d.ts.map +1 -1
- package/dist/types/components/error-summary/error-summary-item.d.ts +2 -2
- package/dist/types/components/error-summary/error-summary-item.d.ts.map +1 -1
- package/dist/types/components/error-summary/error-summary-link.d.ts +3 -3
- package/dist/types/components/error-summary/error-summary-link.d.ts.map +1 -1
- package/dist/types/components/error-summary/error-summary-list.d.ts +2 -2
- package/dist/types/components/error-summary/error-summary-list.d.ts.map +1 -1
- package/dist/types/components/error-summary/error-summary.d.ts +3 -3
- package/dist/types/components/error-summary/error-summary.d.ts.map +1 -1
- package/dist/types/components/field/field-affix.d.ts +2 -2
- package/dist/types/components/field/field-affix.d.ts.map +1 -1
- package/dist/types/components/field/field-counter.d.ts +3 -3
- package/dist/types/components/field/field-counter.d.ts.map +1 -1
- package/dist/types/components/field/field-description.d.ts +1 -1
- package/dist/types/components/field/field-description.d.ts.map +1 -1
- package/dist/types/components/field/field.d.ts +2 -2
- package/dist/types/components/field/field.d.ts.map +1 -1
- package/dist/types/components/fieldset/fieldset-description.d.ts +2 -2
- package/dist/types/components/fieldset/fieldset-description.d.ts.map +1 -1
- package/dist/types/components/fieldset/fieldset-legend.d.ts +1 -1
- package/dist/types/components/fieldset/fieldset-legend.d.ts.map +1 -1
- package/dist/types/components/fieldset/fieldset.d.ts +1 -1
- package/dist/types/components/fieldset/fieldset.d.ts.map +1 -1
- package/dist/types/components/heading/heading.d.ts +2 -2
- package/dist/types/components/heading/heading.d.ts.map +1 -1
- package/dist/types/components/input/input.d.ts +2 -2
- package/dist/types/components/input/input.d.ts.map +1 -1
- package/dist/types/components/label/label.d.ts +2 -2
- package/dist/types/components/label/label.d.ts.map +1 -1
- package/dist/types/components/link/link.d.ts +2 -2
- package/dist/types/components/link/link.d.ts.map +1 -1
- package/dist/types/components/list/list-item.d.ts +2 -2
- package/dist/types/components/list/list-item.d.ts.map +1 -1
- package/dist/types/components/list/lists.d.ts +4 -4
- package/dist/types/components/list/lists.d.ts.map +1 -1
- package/dist/types/components/pagination/pagination-button.d.ts +2 -2
- package/dist/types/components/pagination/pagination-button.d.ts.map +1 -1
- package/dist/types/components/pagination/pagination-item.d.ts +2 -2
- package/dist/types/components/pagination/pagination-item.d.ts.map +1 -1
- package/dist/types/components/pagination/pagination-list.d.ts +2 -2
- package/dist/types/components/pagination/pagination-list.d.ts.map +1 -1
- package/dist/types/components/pagination/pagination.d.ts +2 -2
- package/dist/types/components/pagination/pagination.d.ts.map +1 -1
- package/dist/types/components/paragraph/paragraph.d.ts +2 -2
- package/dist/types/components/paragraph/paragraph.d.ts.map +1 -1
- package/dist/types/components/popover/popover-trigger-context.d.ts +1 -1
- package/dist/types/components/popover/popover-trigger.d.ts +1 -1
- package/dist/types/components/popover/popover-trigger.d.ts.map +1 -1
- package/dist/types/components/popover/popover.d.ts +2 -2
- package/dist/types/components/popover/popover.d.ts.map +1 -1
- package/dist/types/components/radio/radio.d.ts +1 -1
- package/dist/types/components/radio/radio.d.ts.map +1 -1
- package/dist/types/components/search/search-button.d.ts +3 -3
- package/dist/types/components/search/search-button.d.ts.map +1 -1
- package/dist/types/components/search/search-clear.d.ts +2 -2
- package/dist/types/components/search/search-clear.d.ts.map +1 -1
- package/dist/types/components/search/search-input.d.ts +1 -1
- package/dist/types/components/search/search-input.d.ts.map +1 -1
- package/dist/types/components/search/search.d.ts +1 -1
- package/dist/types/components/search/search.d.ts.map +1 -1
- package/dist/types/components/select/select-optgroup.d.ts +2 -2
- package/dist/types/components/select/select-optgroup.d.ts.map +1 -1
- package/dist/types/components/select/select-option.d.ts +2 -2
- package/dist/types/components/select/select-option.d.ts.map +1 -1
- package/dist/types/components/select/select.d.ts +2 -2
- package/dist/types/components/select/select.d.ts.map +1 -1
- package/dist/types/components/skeleton/skeleton.d.ts +2 -2
- package/dist/types/components/skeleton/skeleton.d.ts.map +1 -1
- package/dist/types/components/skip-link/skip-link.d.ts +2 -2
- package/dist/types/components/skip-link/skip-link.d.ts.map +1 -1
- package/dist/types/components/spinner/spinner.d.ts +1 -1
- package/dist/types/components/spinner/spinner.d.ts.map +1 -1
- package/dist/types/components/suggestion/suggestion-clear.d.ts +2 -2
- package/dist/types/components/suggestion/suggestion-clear.d.ts.map +1 -1
- package/dist/types/components/suggestion/suggestion-empty.d.ts +1 -1
- package/dist/types/components/suggestion/suggestion-empty.d.ts.map +1 -1
- package/dist/types/components/suggestion/suggestion-input.d.ts +3 -3
- package/dist/types/components/suggestion/suggestion-input.d.ts.map +1 -1
- package/dist/types/components/suggestion/suggestion-list.d.ts +2 -2
- package/dist/types/components/suggestion/suggestion-list.d.ts.map +1 -1
- package/dist/types/components/suggestion/suggestion-option.d.ts +1 -1
- package/dist/types/components/suggestion/suggestion-option.d.ts.map +1 -1
- package/dist/types/components/suggestion/suggestion.d.ts +2 -2
- package/dist/types/components/suggestion/suggestion.d.ts.map +1 -1
- package/dist/types/components/switch/switch.d.ts +1 -1
- package/dist/types/components/switch/switch.d.ts.map +1 -1
- package/dist/types/components/table/table-body.d.ts +1 -1
- package/dist/types/components/table/table-body.d.ts.map +1 -1
- package/dist/types/components/table/table-cell.d.ts +1 -1
- package/dist/types/components/table/table-cell.d.ts.map +1 -1
- package/dist/types/components/table/table-foot.d.ts +1 -1
- package/dist/types/components/table/table-foot.d.ts.map +1 -1
- package/dist/types/components/table/table-head.d.ts +1 -1
- package/dist/types/components/table/table-head.d.ts.map +1 -1
- package/dist/types/components/table/table-header-cell.d.ts +2 -2
- package/dist/types/components/table/table-header-cell.d.ts.map +1 -1
- package/dist/types/components/table/table-row.d.ts +1 -1
- package/dist/types/components/table/table-row.d.ts.map +1 -1
- package/dist/types/components/table/table.d.ts +2 -2
- package/dist/types/components/table/table.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs-list.d.ts +1 -1
- package/dist/types/components/tabs/tabs-list.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs-panel.d.ts +2 -2
- package/dist/types/components/tabs/tabs-panel.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs-tab.d.ts +2 -2
- package/dist/types/components/tabs/tabs-tab.d.ts.map +1 -1
- package/dist/types/components/tabs/tabs.d.ts +3 -3
- package/dist/types/components/tabs/tabs.d.ts.map +1 -1
- package/dist/types/components/tag/tag.d.ts +2 -2
- package/dist/types/components/tag/tag.d.ts.map +1 -1
- package/dist/types/components/textarea/textarea.d.ts +1 -1
- package/dist/types/components/textarea/textarea.d.ts.map +1 -1
- package/dist/types/components/textfield/textfield.d.ts +1 -1
- package/dist/types/components/textfield/textfield.d.ts.map +1 -1
- package/dist/types/components/toggle-group/toggle-group-item.d.ts +2 -2
- package/dist/types/components/toggle-group/toggle-group-item.d.ts.map +1 -1
- package/dist/types/components/toggle-group/toggle-group.d.ts +3 -3
- package/dist/types/components/toggle-group/toggle-group.d.ts.map +1 -1
- package/dist/types/components/tooltip/tooltip.d.ts +1 -1
- package/dist/types/components/validation-message/validation-message.d.ts +2 -2
- package/dist/types/components/validation-message/validation-message.d.ts.map +1 -1
- package/dist/types/utilities/hooks/use-synchronized-animation/use-synchronized-animation.d.ts +1 -1
- package/dist/types/utilities/hooks/use-synchronized-animation/use-synchronized-animation.d.ts.map +1 -1
- package/dist/types/utilities/roving-focus/roving-focus-item.d.ts +2 -2
- package/dist/types/utilities/roving-focus/roving-focus-item.d.ts.map +1 -1
- package/dist/types/utilities/roving-focus/roving-focus-root.d.ts +3 -3
- package/dist/types/utilities/roving-focus/roving-focus-root.d.ts.map +1 -1
- package/dist/types/utilities/roving-focus/use-roving-focus.d.ts +170 -170
- package/package.json +18 -19
|
@@ -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:
|
|
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
|
-
} &
|
|
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;
|
|
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:
|
|
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 &
|
|
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;
|
|
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:
|
|
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
|
-
} &
|
|
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;
|
|
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:
|
|
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> &
|
|
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;
|
|
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:
|
|
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"> &
|
|
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:
|
|
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"> &
|
|
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;
|
|
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:
|
|
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"> &
|
|
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;
|
|
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:
|
|
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"> &
|
|
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
|
|
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:
|
|
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"> &
|
|
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;
|
|
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:
|
|
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
|
-
} &
|
|
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
|
|
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:
|
|
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> &
|
|
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
|
|
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:
|
|
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:
|
|
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
|
|
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:
|
|
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
|
-
} &
|
|
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;
|
|
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:
|
|
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,
|
|
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:
|
|
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?:
|
|
32
|
-
} &
|
|
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;;;;;;;
|
|
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:
|
|
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
|
-
} &
|
|
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;
|
|
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:
|
|
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,
|
|
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:
|
|
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,
|
|
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:
|
|
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> &
|
|
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;
|
|
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:
|
|
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> &
|
|
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
|
|
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:
|
|
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
|
-
} &
|
|
37
|
+
} & import("react").RefAttributes<HTMLSelectElement>>;
|
|
38
38
|
//# sourceMappingURL=select.d.ts.map
|
|
@@ -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;
|
|
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:
|
|
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> &
|
|
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;
|
|
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:
|
|
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
|
-
} &
|
|
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;
|
|
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"}
|
|
@@ -20,5 +20,5 @@ export type SpinnerProps = {
|
|
|
20
20
|
* @example
|
|
21
21
|
* <Spinner aria-label='Loading users...' />
|
|
22
22
|
*/
|
|
23
|
-
export declare const Spinner:
|
|
23
|
+
export declare const Spinner: import("react").ForwardRefExoticComponent<SpinnerProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
24
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,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,
|
|
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:
|
|
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
|
-
} &
|
|
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;
|
|
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:
|
|
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,
|
|
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:
|
|
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?:
|
|
32
|
-
} &
|
|
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;;;;;;
|
|
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"}
|