@appquality/unguess-design-system 2.12.65 → 2.12.66
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/CHANGELOG.md +14 -0
- package/build/index.js +74 -62
- package/build/stories/dropdowns/menu/index.d.ts +3 -3
- package/build/stories/label/index.d.ts +5 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# v2.12.66 (Mon Jan 30 2023)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- Fix dropdowns [#197](https://github.com/AppQuality/unguess-design-system/pull/197) ([@d-beezee](https://github.com/d-beezee) [@marcbon](https://github.com/marcbon))
|
|
6
|
+
- Fix dropdowns 2 [#196](https://github.com/AppQuality/unguess-design-system/pull/196) ([@d-beezee](https://github.com/d-beezee))
|
|
7
|
+
|
|
8
|
+
#### Authors: 2
|
|
9
|
+
|
|
10
|
+
- [@d-beezee](https://github.com/d-beezee)
|
|
11
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
1
15
|
# v2.12.65 (Mon Jan 30 2023)
|
|
2
16
|
|
|
3
17
|
#### 🐛 Bug Fix
|
package/build/index.js
CHANGED
|
@@ -25,12 +25,12 @@ var sunburst = require('@nivo/sunburst');
|
|
|
25
25
|
var waffle = require('@nivo/waffle');
|
|
26
26
|
var reactModals = require('@zendeskgarden/react-modals');
|
|
27
27
|
var reactDropdowns = require('@zendeskgarden/react-dropdowns');
|
|
28
|
+
var reactForms = require('@zendeskgarden/react-forms');
|
|
28
29
|
var react = require('@tiptap/react');
|
|
29
30
|
var Typography = require('@tiptap/extension-typography');
|
|
30
31
|
var StarterKit = require('@tiptap/starter-kit');
|
|
31
32
|
var Placeholder = require('@tiptap/extension-placeholder');
|
|
32
33
|
var CharacterCount = require('@tiptap/extension-character-count');
|
|
33
|
-
var reactForms = require('@zendeskgarden/react-forms');
|
|
34
34
|
var reactGrid = require('@zendeskgarden/react-grid');
|
|
35
35
|
var reactChrome = require('@zendeskgarden/react-chrome');
|
|
36
36
|
var formik = require('formik');
|
|
@@ -991,14 +991,14 @@ const StyledTagNew$1 = styled__default["default"](Tag) `
|
|
|
991
991
|
${({ theme }) => theme.space.base * 2}px;
|
|
992
992
|
color: ${({ theme }) => theme.palette.white};
|
|
993
993
|
`;
|
|
994
|
-
const StyledLabel$
|
|
994
|
+
const StyledLabel$3 = styled__default["default"](SM) `
|
|
995
995
|
color: ${({ theme }) => theme.palette.grey["500"]};
|
|
996
996
|
`;
|
|
997
997
|
const CampaignCard = (_a) => {
|
|
998
998
|
var { isNew, date, projectTitle, campaignTitle, status, type, labelNew } = _a, props = __rest(_a, ["isNew", "date", "projectTitle", "campaignTitle", "status", "type", "labelNew"]);
|
|
999
999
|
const StatusIcon = getStatusIcon(status !== null && status !== void 0 ? status : "PROGRESS");
|
|
1000
1000
|
const PillIcon = getTypeDataIcon(type);
|
|
1001
|
-
return props.isLoading ? (jsxRuntime.jsx(CampaignCardSkeleton, {})) : (jsxRuntime.jsxs(SpecialCard, Object.assign({ title: campaignTitle }, props, { children: [jsxRuntime.jsxs(SpecialCard.Meta, { children: [jsxRuntime.jsx(StyledLabel$
|
|
1001
|
+
return props.isLoading ? (jsxRuntime.jsx(CampaignCardSkeleton, {})) : (jsxRuntime.jsxs(SpecialCard, Object.assign({ title: campaignTitle }, props, { children: [jsxRuntime.jsxs(SpecialCard.Meta, { children: [jsxRuntime.jsx(StyledLabel$3, { children: date }), isNew && (jsxRuntime.jsx(StyledTagNew$1, Object.assign({ hue: theme.palette.fuschia["600"], isPill: true, size: "medium", title: labelNew ? labelNew : "New!" }, { children: labelNew ? labelNew : "New!" })))] }), jsxRuntime.jsxs(SpecialCard.Header, { children: [jsxRuntime.jsx(SpecialCard.Header.Label, { children: projectTitle }), jsxRuntime.jsx(SpecialCard.Header.Title, { children: campaignTitle })] }), jsxRuntime.jsxs(SpecialCard.Footer, { children: [props.pillText && (jsxRuntime.jsxs(StyledTag$3, Object.assign({ size: "large", isPill: true, isRegular: true, hue: theme.palette.grey[100] }, { children: [jsxRuntime.jsx(Tag.Avatar, { children: jsxRuntime.jsx(PillIcon, {}) }), jsxRuntime.jsx(Ellipsis, Object.assign({ style: { maxWidth: "180px" } }, { children: props.pillText }))] }))), jsxRuntime.jsx(StatusIcon, {})] })] })));
|
|
1002
1002
|
};
|
|
1003
1003
|
|
|
1004
1004
|
const StyledTagNew = styled__default["default"](Tag) `
|
|
@@ -1831,20 +1831,73 @@ const ItemContent = (props) => {
|
|
|
1831
1831
|
return (jsxRuntime.jsxs(Container$1, { children: [thumbSrc && (jsxRuntime.jsx(ThumbContainer, { children: jsxRuntime.jsx(Image$1, { src: thumbSrc }) })), jsxRuntime.jsxs(MetaContainer$1, { children: [label && jsxRuntime.jsx(Label$1, Object.assign({ isBold: true }, { children: label })), description && jsxRuntime.jsx(Description$1, { children: description })] })] }));
|
|
1832
1832
|
};
|
|
1833
1833
|
|
|
1834
|
+
const StyledMenu = styled__default["default"](reactDropdowns.Menu) `
|
|
1835
|
+
width: auto !important;
|
|
1836
|
+
`;
|
|
1834
1837
|
/**
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
const Menu = (props) => jsxRuntime.jsx(
|
|
1838
|
+
* A Menu is a wrapper for items elements
|
|
1839
|
+
**/
|
|
1840
|
+
const Menu = (props) => jsxRuntime.jsx(StyledMenu, Object.assign({}, props));
|
|
1838
1841
|
// Extras
|
|
1839
|
-
const PreviousItem = (props) => jsxRuntime.jsx(reactDropdowns.PreviousItem, Object.assign({}, props));
|
|
1840
|
-
const Separator = (props) => jsxRuntime.jsx(reactDropdowns.Separator, Object.assign({}, props));
|
|
1842
|
+
const PreviousItem = (props) => (jsxRuntime.jsx(reactDropdowns.PreviousItem, Object.assign({}, props)));
|
|
1843
|
+
const Separator = (props) => (jsxRuntime.jsx(reactDropdowns.Separator, Object.assign({}, props)));
|
|
1841
1844
|
const NextItem = (props) => jsxRuntime.jsx(reactDropdowns.NextItem, Object.assign({}, props));
|
|
1842
|
-
const ItemMeta = (props) => jsxRuntime.jsx(reactDropdowns.ItemMeta, Object.assign({}, props));
|
|
1843
|
-
const MediaBody = (props) => jsxRuntime.jsx(reactDropdowns.MediaBody, Object.assign({}, props));
|
|
1844
|
-
const MediaFigure = (props) => jsxRuntime.jsx(reactDropdowns.MediaFigure, Object.assign({}, props));
|
|
1845
|
-
const MediaItem = (props) => jsxRuntime.jsx(reactDropdowns.MediaItem, Object.assign({}, props));
|
|
1845
|
+
const ItemMeta = (props) => (jsxRuntime.jsx(reactDropdowns.ItemMeta, Object.assign({}, props)));
|
|
1846
|
+
const MediaBody = (props) => (jsxRuntime.jsx(reactDropdowns.MediaBody, Object.assign({}, props)));
|
|
1847
|
+
const MediaFigure = (props) => (jsxRuntime.jsx(reactDropdowns.MediaFigure, Object.assign({}, props)));
|
|
1848
|
+
const MediaItem = (props) => (jsxRuntime.jsx(reactDropdowns.MediaItem, Object.assign({}, props)));
|
|
1849
|
+
|
|
1850
|
+
const StyledAutocomplete$1 = styled__default["default"](reactDropdowns.Autocomplete) `
|
|
1851
|
+
width: 100%;
|
|
1852
|
+
`;
|
|
1853
|
+
/**
|
|
1854
|
+
* Autocomplete is an input field that filters results as users type. This helps users find something quickly in a large list of options.
|
|
1855
|
+
* <hr>
|
|
1856
|
+
* Used for this:
|
|
1857
|
+
- To filter down a large list of options
|
|
1858
|
+
- To quickly find a known option
|
|
1859
|
+
* Not for this:
|
|
1860
|
+
- To make more than one selection, use Multiselect instead
|
|
1861
|
+
*/
|
|
1862
|
+
const Autocomplete = (props) => (jsxRuntime.jsx(StyledAutocomplete$1, Object.assign({}, props)));
|
|
1863
|
+
|
|
1864
|
+
const StyledLabel$2 = styled__default["default"](reactForms.Label) ``;
|
|
1865
|
+
/**
|
|
1866
|
+
* A Label is used to specify a title for an input.
|
|
1867
|
+
* <hr>
|
|
1868
|
+
**/
|
|
1869
|
+
const Label = (props) => jsxRuntime.jsx(StyledLabel$2, Object.assign({}, props));
|
|
1870
|
+
|
|
1871
|
+
const UgSelect = styled__default["default"](reactDropdowns.Select) `
|
|
1872
|
+
${(props) => props.isPrimary &&
|
|
1873
|
+
`
|
|
1874
|
+
background-color: ${props.theme.palette.blue[600]};
|
|
1875
|
+
color: white;
|
|
1876
|
+
& svg[data-garden-id="forms.media_figure"] {
|
|
1877
|
+
color: white;
|
|
1878
|
+
}
|
|
1879
|
+
`}
|
|
1880
|
+
`;
|
|
1881
|
+
/**
|
|
1882
|
+
* Select allows a user to pick one option from a list. This helps simplify the UI when space is limited
|
|
1883
|
+
* <hr>
|
|
1884
|
+
* Used for this:
|
|
1885
|
+
- To make a selection from a list of options
|
|
1886
|
+
* Not for this:
|
|
1887
|
+
- To filter a large list of options, use Autocomplete instead
|
|
1888
|
+
- To make multiple selections from a list, use Multiselect instead
|
|
1889
|
+
- To select from a list on mobile, use a native Select instead
|
|
1890
|
+
*/
|
|
1891
|
+
const Select = (props) => jsxRuntime.jsx(UgSelect, Object.assign({}, props));
|
|
1892
|
+
const StyledDropdown = styled__default["default"].div `
|
|
1893
|
+
${StyledLabel$2} {
|
|
1894
|
+
display: block;
|
|
1895
|
+
}
|
|
1896
|
+
`;
|
|
1897
|
+
const Dropdown = (props) => (jsxRuntime.jsx(StyledDropdown, { children: jsxRuntime.jsx(reactDropdowns.Dropdown, Object.assign({}, props)) }));
|
|
1898
|
+
const Message = (props) => jsxRuntime.jsx(reactDropdowns.Message, Object.assign({}, props));
|
|
1846
1899
|
|
|
1847
|
-
const StyledAutocomplete = styled__default["default"](
|
|
1900
|
+
const StyledAutocomplete = styled__default["default"](Autocomplete) `
|
|
1848
1901
|
${(props) => props.hasSelectedItems &&
|
|
1849
1902
|
`
|
|
1850
1903
|
border-color: ${props.theme.colors.primaryHue};
|
|
@@ -1870,7 +1923,7 @@ const CounterMultiselect = ({ options, label, i18n, onChange, isCompact, }) => {
|
|
|
1870
1923
|
setSelectedItems(options.filter((o) => o.selected));
|
|
1871
1924
|
}, [options]);
|
|
1872
1925
|
const hasSelectedItems = selectedItems.length > 0;
|
|
1873
|
-
return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsxs(
|
|
1926
|
+
return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsxs(Dropdown, Object.assign({ inputValue: inputValue, selectedItems: selectedItems, onSelect: (items) => {
|
|
1874
1927
|
if (items) {
|
|
1875
1928
|
setSelectedItems(items);
|
|
1876
1929
|
if (onChange)
|
|
@@ -1878,48 +1931,13 @@ const CounterMultiselect = ({ options, label, i18n, onChange, isCompact, }) => {
|
|
|
1878
1931
|
}
|
|
1879
1932
|
}, downshiftProps: {
|
|
1880
1933
|
itemToString: (item) => item && item.id,
|
|
1881
|
-
}, onInputValueChange: (value) => setInputValue(value) }, { children: [jsxRuntime.jsxs(
|
|
1934
|
+
}, onInputValueChange: (value) => setInputValue(value) }, { children: [jsxRuntime.jsxs(Field$1, { children: [label && jsxRuntime.jsx(Label, { children: label }), jsxRuntime.jsx(StyledAutocomplete, Object.assign({ isCompact: isCompact, hasSelectedItems: hasSelectedItems }, { children: hasSelectedItems
|
|
1882
1935
|
? (i18n === null || i18n === void 0 ? void 0 : i18n.counterText)
|
|
1883
1936
|
? i18n.counterText(selectedItems.length)
|
|
1884
1937
|
: `Items (${selectedItems.length})`
|
|
1885
|
-
: (_a = i18n === null || i18n === void 0 ? void 0 : i18n.noItems) !== null && _a !== void 0 ? _a : "No items" }))] }), jsxRuntime.jsx(
|
|
1938
|
+
: (_a = i18n === null || i18n === void 0 ? void 0 : i18n.noItems) !== null && _a !== void 0 ? _a : "No items" }))] }), jsxRuntime.jsx(Menu, Object.assign({ isCompact: isCompact }, { children: matchingOptions.length === 0 ? (jsxRuntime.jsx(Item$1, Object.assign({ disabled: true }, { children: (_b = i18n === null || i18n === void 0 ? void 0 : i18n.noMatches) !== null && _b !== void 0 ? _b : "No matches found" }))) : (matchingOptions.map((option) => (jsxRuntime.jsx(Item$1, Object.assign({ value: option }, { children: jsxRuntime.jsx("span", { children: option.label }) }), option.id)))) }))] })) }));
|
|
1886
1939
|
};
|
|
1887
1940
|
|
|
1888
|
-
const UgSelect = styled__default["default"](reactDropdowns.Select) `
|
|
1889
|
-
${(props) => props.isPrimary &&
|
|
1890
|
-
`
|
|
1891
|
-
background-color: ${props.theme.palette.blue[600]};
|
|
1892
|
-
color: white;
|
|
1893
|
-
& svg[data-garden-id="forms.media_figure"] {
|
|
1894
|
-
color: white;
|
|
1895
|
-
}
|
|
1896
|
-
`}
|
|
1897
|
-
`;
|
|
1898
|
-
/**
|
|
1899
|
-
* Select allows a user to pick one option from a list. This helps simplify the UI when space is limited
|
|
1900
|
-
* <hr>
|
|
1901
|
-
* Used for this:
|
|
1902
|
-
- To make a selection from a list of options
|
|
1903
|
-
* Not for this:
|
|
1904
|
-
- To filter a large list of options, use Autocomplete instead
|
|
1905
|
-
- To make multiple selections from a list, use Multiselect instead
|
|
1906
|
-
- To select from a list on mobile, use a native Select instead
|
|
1907
|
-
*/
|
|
1908
|
-
const Select = (props) => jsxRuntime.jsx(UgSelect, Object.assign({}, props));
|
|
1909
|
-
const Dropdown = (props) => (jsxRuntime.jsx(reactDropdowns.Dropdown, Object.assign({}, props)));
|
|
1910
|
-
const Message = (props) => jsxRuntime.jsx(reactDropdowns.Message, Object.assign({}, props));
|
|
1911
|
-
|
|
1912
|
-
/**
|
|
1913
|
-
* Autocomplete is an input field that filters results as users type. This helps users find something quickly in a large list of options.
|
|
1914
|
-
* <hr>
|
|
1915
|
-
* Used for this:
|
|
1916
|
-
- To filter down a large list of options
|
|
1917
|
-
- To quickly find a known option
|
|
1918
|
-
* Not for this:
|
|
1919
|
-
- To make more than one selection, use Multiselect instead
|
|
1920
|
-
*/
|
|
1921
|
-
const Autocomplete = (props) => jsxRuntime.jsx(reactDropdowns.Autocomplete, Object.assign({}, props));
|
|
1922
|
-
|
|
1923
1941
|
const MenuHeaderItem = (props) => (jsxRuntime.jsx(reactDropdowns.HeaderItem, Object.assign({}, props)));
|
|
1924
1942
|
|
|
1925
1943
|
const editorStyle = styled.css `
|
|
@@ -2498,13 +2516,6 @@ const UgCheckbox = styled__default["default"](reactForms.Checkbox) ``;
|
|
|
2498
2516
|
**/
|
|
2499
2517
|
const Checkbox = (props) => jsxRuntime.jsx(UgCheckbox, Object.assign({}, props));
|
|
2500
2518
|
|
|
2501
|
-
const UgLabel$1 = styled__default["default"](reactForms.Label) ``;
|
|
2502
|
-
/**
|
|
2503
|
-
* A Label is used to specify a title for an input.
|
|
2504
|
-
* <hr>
|
|
2505
|
-
**/
|
|
2506
|
-
const Label = (props) => jsxRuntime.jsx(UgLabel$1, Object.assign({}, props));
|
|
2507
|
-
|
|
2508
2519
|
const StyledLabel$1 = styled__default["default"](Label) `
|
|
2509
2520
|
margin: ${({ theme }) => theme.space.base}px auto;
|
|
2510
2521
|
`;
|
|
@@ -3622,7 +3633,7 @@ const Item = ({ option, checked, }) => {
|
|
|
3622
3633
|
return (jsxRuntime.jsx(CustomItem, Object.assign({ value: option, checked: checked }, { children: jsxRuntime.jsx("span", { children: option.label }) }), `${option.label}-${option.id}`));
|
|
3623
3634
|
};
|
|
3624
3635
|
|
|
3625
|
-
const DisabledItem = ({ label }) => (jsxRuntime.jsx(
|
|
3636
|
+
const DisabledItem = ({ label }) => (jsxRuntime.jsx(Item$1, Object.assign({ disabled: true }, { children: label })));
|
|
3626
3637
|
const MultiSelect = ({ options, onChange, creatable, i18n, maxItems, size, menuHeight, }) => {
|
|
3627
3638
|
var _a, _b, _c;
|
|
3628
3639
|
const [inputValue, setInputValue] = React.useState("");
|
|
@@ -3635,9 +3646,9 @@ const MultiSelect = ({ options, onChange, creatable, i18n, maxItems, size, menuH
|
|
|
3635
3646
|
.indexOf(inputValue.trim().toLowerCase()) !== -1);
|
|
3636
3647
|
setMatchingOptions(matchedOptions);
|
|
3637
3648
|
}, [inputValue, options]);
|
|
3638
|
-
return (jsxRuntime.jsxs(
|
|
3639
|
-
onChange(options.map((o) => (Object.assign(Object.assign({}, o), { selected: items.some((i) => i.id === o.id) })))), downshiftProps: { itemToString }, onInputValueChange: (value) => setInputValue(value) }, { children: [jsxRuntime.jsxs(
|
|
3640
|
-
onChange(options.map((o) => (Object.assign(Object.assign({}, o), { selected: o.selected && o.id !== value.id })))) })] }))) })] }), jsxRuntime.jsxs(
|
|
3649
|
+
return (jsxRuntime.jsxs(Dropdown, Object.assign({ inputValue: inputValue, selectedItems: options.filter((option) => option.selected), onSelect: (items) => onChange &&
|
|
3650
|
+
onChange(options.map((o) => (Object.assign(Object.assign({}, o), { selected: items.some((i) => i.id === o.id) })))), downshiftProps: { itemToString }, onInputValueChange: (value) => setInputValue(value) }, { children: [jsxRuntime.jsxs(Field$1, { children: [jsxRuntime.jsx(Label, Object.assign({ hidden: true }, { children: (_a = i18n === null || i18n === void 0 ? void 0 : i18n.label) !== null && _a !== void 0 ? _a : "Multiselect" })), jsxRuntime.jsx(reactDropdowns.Multiselect, { placeholder: (_b = i18n === null || i18n === void 0 ? void 0 : i18n.placeholder) !== null && _b !== void 0 ? _b : "Select Items", isCompact: size !== "medium", maxItems: maxItems, renderItem: ({ value }) => (jsxRuntime.jsxs(reactTags.Tag, Object.assign({ isPill: true }, { children: [jsxRuntime.jsx("span", { children: value.label }), jsxRuntime.jsx(reactTags.Tag.Close, { onClick: () => onChange &&
|
|
3651
|
+
onChange(options.map((o) => (Object.assign(Object.assign({}, o), { selected: o.selected && o.id !== value.id })))) })] }))) })] }), jsxRuntime.jsxs(Menu, { children: [jsxRuntime.jsxs("div", Object.assign({ style: { maxHeight: menuHeight !== null && menuHeight !== void 0 ? menuHeight : "200px" } }, { children: [matchingOptions.map((option) => {
|
|
3641
3652
|
const items = options
|
|
3642
3653
|
.filter((o) => o.selected)
|
|
3643
3654
|
.map((item) => itemToString(item));
|
|
@@ -5493,6 +5504,7 @@ exports.SpecialCard = SpecialCard;
|
|
|
5493
5504
|
exports.Spinner = Spinner;
|
|
5494
5505
|
exports.SplitButton = SplitButton;
|
|
5495
5506
|
exports.Stepper = Stepper;
|
|
5507
|
+
exports.StyledLabel = StyledLabel$2;
|
|
5496
5508
|
exports.SunburstChart = SunburstChart;
|
|
5497
5509
|
exports.Table = Table;
|
|
5498
5510
|
exports.TableBody = Body;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MenuArgs, NextItemArgs, PreviousItemArgs } from "./_types";
|
|
2
2
|
import { HTMLAttributes, LiHTMLAttributes } from "react";
|
|
3
3
|
/**
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
* A Menu is a wrapper for items elements
|
|
5
|
+
**/
|
|
6
6
|
declare const Menu: (props: MenuArgs) => JSX.Element;
|
|
7
7
|
declare const PreviousItem: (props: PreviousItemArgs) => JSX.Element;
|
|
8
8
|
declare const Separator: (props: LiHTMLAttributes<HTMLLIElement>) => JSX.Element;
|
|
@@ -11,4 +11,4 @@ declare const ItemMeta: (props: HTMLAttributes<HTMLSpanElement>) => JSX.Element;
|
|
|
11
11
|
declare const MediaBody: (props: HTMLAttributes<HTMLDivElement>) => JSX.Element;
|
|
12
12
|
declare const MediaFigure: (props: HTMLAttributes<Element>) => JSX.Element;
|
|
13
13
|
declare const MediaItem: (props: LiHTMLAttributes<HTMLLIElement>) => JSX.Element;
|
|
14
|
-
export { Menu, PreviousItem, Separator, NextItem, ItemMeta, MediaBody, MediaFigure, MediaItem };
|
|
14
|
+
export { Menu, PreviousItem, Separator, NextItem, ItemMeta, MediaBody, MediaFigure, MediaItem, };
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { LabelArgs } from "./_types";
|
|
3
|
+
export declare const StyledLabel: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@zendeskgarden/react-forms").ILabelProps & import("react").RefAttributes<HTMLLabelElement>>, any, {}, never>;
|
|
2
4
|
/**
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
5
|
+
* A Label is used to specify a title for an input.
|
|
6
|
+
* <hr>
|
|
7
|
+
**/
|
|
6
8
|
declare const Label: (props: LabelArgs) => JSX.Element;
|
|
7
9
|
export { Label };
|