@ultraviolet/ui 3.5.0 → 3.5.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/components/Avatar/styles.css.js +1 -0
- package/dist/components/Avatar/variables.css.js +0 -1
- package/dist/components/Chip/index.d.ts +1 -1
- package/dist/components/Link/styles.css.d.ts +31 -31
- package/dist/components/Link/styles.css.d.ts.map +1 -1
- package/dist/components/Link/styles.css.js +1 -1
- package/dist/components/List/index.d.ts +0 -3
- package/dist/components/List/index.d.ts.map +1 -1
- package/dist/components/NumberInput/index.d.ts +1 -1
- package/dist/components/SelectInput/components/Dropdown.d.ts +14 -1
- package/dist/components/SelectInput/components/Dropdown.d.ts.map +1 -1
- package/dist/components/SelectInput/components/Dropdown.js +304 -131
- package/dist/components/SelectInput/components/SearchBarDropdown.d.ts.map +1 -1
- package/dist/components/SelectInput/components/SearchBarDropdown.js +10 -4
- package/dist/components/SelectInput/components/SelectBar.d.ts.map +1 -1
- package/dist/components/SelectInput/components/SelectBar.js +1 -4
- package/dist/components/SelectInput/components/dropdown.css.d.ts +7 -5
- package/dist/components/SelectInput/components/dropdown.css.d.ts.map +1 -1
- package/dist/components/SelectInput/components/dropdown.css.js +13 -9
- package/dist/components/SelectInput/constants.d.ts +13 -0
- package/dist/components/SelectInput/constants.d.ts.map +1 -0
- package/dist/components/SelectInput/constants.js +18 -0
- package/dist/components/SelectInput/index.d.ts +11 -5
- package/dist/components/SelectInput/index.d.ts.map +1 -1
- package/dist/components/SelectInput/index.js +7 -1
- package/dist/components/SelectInput/types.d.ts +0 -5
- package/dist/components/SelectInput/types.d.ts.map +1 -1
- package/dist/components/Slider/components/DoubleSlider.d.ts +1 -1
- package/dist/components/Slider/components/DoubleSlider.d.ts.map +1 -1
- package/dist/components/Slider/components/DoubleSlider.js +14 -10
- package/dist/components/Slider/components/SingleSlider.d.ts +1 -1
- package/dist/components/Slider/components/SingleSlider.d.ts.map +1 -1
- package/dist/components/Slider/components/SingleSlider.js +9 -3
- package/dist/components/Slider/index.d.ts +1 -1
- package/dist/components/Slider/index.d.ts.map +1 -1
- package/dist/components/Slider/index.js +3 -0
- package/dist/components/Slider/types.d.ts +5 -0
- package/dist/components/Slider/types.d.ts.map +1 -1
- package/dist/components/Stack/index.d.ts +2 -3
- package/dist/components/Stack/index.d.ts.map +1 -1
- package/dist/components/Stack/index.js +67 -65
- package/dist/components/Tabs/index.d.ts +1 -1
- package/dist/components/Text/style.css.js +1 -0
- package/dist/components/Text/variables.css.js +0 -1
- package/dist/components/TextInput/index.d.ts +1 -1
- package/dist/components/Tooltip/index.d.ts +1 -1
- package/dist/ui.css +1 -1
- package/package.json +4 -4
- package/dist/components/SelectInput/types.js +0 -9
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* empty css */
|
|
1
2
|
/* empty css */
|
|
2
3
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
4
|
var containerAvatar = createRuntimeFn({ defaultClassName: "uv_19x8y1k0", variantClassNames: { sentiment: { neutral: "uv_19x8y1k1", primary: "uv_19x8y1k2" }, shape: { circle: "uv_19x8y1k3", square: "uv_19x8y1k4" }, size: { large: "uv_19x8y1k5", medium: "uv_19x8y1k6", small: "uv_19x8y1k7", xsmall: "uv_19x8y1k8" } }, defaultVariants: {}, compoundVariants: [[{ shape: "square", size: "large" }, "uv_19x8y1k9"], [{ shape: "square", size: "medium" }, "uv_19x8y1ka"], [{ shape: "square", size: "small" }, "uv_19x8y1kb"], [{ shape: "square", size: "xsmall" }, "uv_19x8y1kc"]] });
|
|
@@ -15,7 +15,7 @@ type ChipType = {
|
|
|
15
15
|
export declare const Chip: {
|
|
16
16
|
({ children, size, disabled, active, className, "data-testid": dataTestId, onClick, style, }: ChipType): import("react/jsx-runtime").JSX.Element;
|
|
17
17
|
Icon: ({ name, onClick, "data-testid": dataTestId, }: {
|
|
18
|
-
name: "search" | "anchor" | "bold" | "filter" | "sort" | "italic" | "underline" | "drag" | "address" | "audio" | "video" | "image" | "stop" | "view" | "id" | "
|
|
18
|
+
name: "search" | "anchor" | "bold" | "filter" | "sort" | "italic" | "underline" | "drag" | "address" | "audio" | "video" | "image" | "stop" | "view" | "id" | "send" | "email" | "arrowLeft" | "cancel" | "close" | "play" | "download" | "pen" | "upload" | "addressOutline" | "addressPlay" | "adjustmentsHorizontal" | "adjustmentsHorizontalOutline" | "alertCircle" | "alertCircleOutline" | "arrowDown" | "arrowLeftBottom" | "arrowLeftDouble" | "arrowRightBottom" | "arrowRightDouble" | "arrowRight" | "arrowUp" | "attach" | "autoFix" | "autoFixOutline" | "bookOpenOutline" | "bookOpenOutlineOutline" | "boxEssentials" | "boxEssentialsOutline" | "bullhorn" | "bullhornOutline" | "burger" | "calculator" | "calculatorOutline" | "calendarRange" | "calendarRangeOutline" | "chat" | "chatOutline" | "checkCircle" | "checkCircleOutline" | "check" | "clickhouse" | "lock" | "clock" | "lockOutline" | "clockOutline" | "closeCircle" | "closeCircleOutline" | "console" | "consoleOutline" | "copyContent" | "credential" | "credentialOutline" | "creditCard" | "creditCardOutline" | "database" | "databaseOutline" | "delete" | "deleteOutline" | "detach" | "doc" | "docOutline" | "docPaper" | "docPaperOutline" | "dotsHorizontal" | "dotsVertical" | "earth" | "earthOutline" | "east" | "eastShort" | "emailOutline" | "emailRemove" | "emailRemoveOutline" | "equal" | "escape" | "expand" | "expandMore" | "eye" | "eyeOff" | "eyeOffOutline" | "eyeOutline" | "filterOutline" | "folder" | "folderOutline" | "github" | "helpCircle" | "helpCircleOutline" | "home" | "homeOutline" | "idOutline" | "imageOutline" | "information" | "informationOutline" | "instagram" | "leaf" | "leafOutline" | "leftRightArrow" | "lightBulb" | "lightBulbOutline" | "linkedin" | "listBullet" | "listNumber" | "logout" | "members" | "membersOutline" | "minus" | "moon" | "moonOutline" | "mosaic" | "mosaicOutline" | "music" | "musicOutline" | "north" | "northShort" | "notification" | "notificationOutline" | "openInNew" | "organization" | "paperclip" | "partnerSpace" | "pen2" | "pen2Outline" | "pencil" | "pencilOutline" | "penOutline" | "phone" | "phoneOutline" | "pin" | "pinOutline" | "playOutline" | "plus" | "privacy" | "privacyOutline" | "profile" | "profileOutline" | "progressCheck" | "rayEndArrow" | "rayStartArrow" | "rayStartEnd" | "rayTopArrow" | "reboot" | "restore" | "revoke" | "rocket" | "rocketOutline" | "rss" | "sendOutline" | "settings" | "settingsOutline" | "sidebar" | "sidebarOutline" | "slack" | "south" | "southShort" | "sparkles" | "sparklesOutline" | "star" | "starOutline" | "stopOutline" | "sun" | "sunOutline" | "support" | "supportOutline" | "switchOrga" | "thumbsDown" | "thumbsDownOutline" | "thumbsUp" | "thumbsUpOutline" | "twitter" | "unlock" | "unlockOutline" | "unpin" | "unpinOutline" | "videoOutline" | "weatherNight" | "weatherNightOutline" | "west" | "westShort" | "youtube";
|
|
19
19
|
onClick?: () => void;
|
|
20
20
|
'data-testid'?: string;
|
|
21
21
|
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,69 +1,62 @@
|
|
|
1
1
|
export declare const link: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
2
|
-
oneLine: {
|
|
3
|
-
false: {
|
|
4
|
-
width: "fit-content";
|
|
5
|
-
};
|
|
6
|
-
true: {
|
|
7
|
-
display: "block";
|
|
8
|
-
overflow: "hidden";
|
|
9
|
-
textOverflow: "ellipsis";
|
|
10
|
-
whiteSpace: "nowrap";
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
prominence: {
|
|
14
|
-
[k: string]: {};
|
|
15
|
-
};
|
|
16
2
|
sentiment: {
|
|
17
|
-
|
|
3
|
+
primary: {
|
|
18
4
|
selectors: {
|
|
19
|
-
'&:
|
|
5
|
+
'&:hover::after': {
|
|
20
6
|
backgroundColor: `var(--${string})`;
|
|
21
7
|
};
|
|
22
|
-
'&:
|
|
8
|
+
'&:focus::after': {
|
|
23
9
|
backgroundColor: `var(--${string})`;
|
|
24
10
|
};
|
|
25
11
|
};
|
|
26
12
|
};
|
|
27
|
-
|
|
13
|
+
info: {
|
|
28
14
|
selectors: {
|
|
29
|
-
'&:
|
|
15
|
+
'&:hover::after': {
|
|
30
16
|
backgroundColor: `var(--${string})`;
|
|
31
17
|
};
|
|
32
|
-
'&:
|
|
18
|
+
'&:focus::after': {
|
|
33
19
|
backgroundColor: `var(--${string})`;
|
|
34
20
|
};
|
|
35
21
|
};
|
|
36
22
|
};
|
|
37
23
|
};
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
24
|
+
prominence: {
|
|
25
|
+
[k: string]: {};
|
|
26
|
+
};
|
|
27
|
+
oneLine: {
|
|
28
|
+
true: {
|
|
29
|
+
whiteSpace: "nowrap";
|
|
30
|
+
textOverflow: "ellipsis";
|
|
31
|
+
overflow: "hidden";
|
|
32
|
+
display: "block";
|
|
33
|
+
};
|
|
34
|
+
false: {
|
|
35
|
+
width: "fit-content";
|
|
42
36
|
};
|
|
43
|
-
standalone: {};
|
|
44
37
|
};
|
|
45
38
|
variant: {
|
|
46
|
-
|
|
47
|
-
fontFamily: `var(--${string})`;
|
|
39
|
+
captionStrong: {
|
|
48
40
|
fontSize: `var(--${string})`;
|
|
41
|
+
fontFamily: `var(--${string})`;
|
|
49
42
|
fontWeight: `var(--${string})`;
|
|
50
43
|
letterSpacing: `var(--${string})`;
|
|
51
44
|
lineHeight: `var(--${string})`;
|
|
52
45
|
paragraphSpacing: `var(--${string})`;
|
|
53
46
|
textCase: `var(--${string})`;
|
|
54
47
|
};
|
|
55
|
-
|
|
56
|
-
fontFamily: `var(--${string})`;
|
|
48
|
+
bodySmallStrong: {
|
|
57
49
|
fontSize: `var(--${string})`;
|
|
50
|
+
fontFamily: `var(--${string})`;
|
|
58
51
|
fontWeight: `var(--${string})`;
|
|
59
52
|
letterSpacing: `var(--${string})`;
|
|
60
53
|
lineHeight: `var(--${string})`;
|
|
61
54
|
paragraphSpacing: `var(--${string})`;
|
|
62
55
|
textCase: `var(--${string})`;
|
|
63
56
|
};
|
|
64
|
-
|
|
65
|
-
fontFamily: `var(--${string})`;
|
|
57
|
+
bodyStrong: {
|
|
66
58
|
fontSize: `var(--${string})`;
|
|
59
|
+
fontFamily: `var(--${string})`;
|
|
67
60
|
fontWeight: `var(--${string})`;
|
|
68
61
|
letterSpacing: `var(--${string})`;
|
|
69
62
|
lineHeight: `var(--${string})`;
|
|
@@ -71,6 +64,13 @@ export declare const link: import("@vanilla-extract/recipes").RuntimeFn<{
|
|
|
71
64
|
textCase: `var(--${string})`;
|
|
72
65
|
};
|
|
73
66
|
};
|
|
67
|
+
type: {
|
|
68
|
+
inline: {
|
|
69
|
+
textDecoration: "underline";
|
|
70
|
+
textDecorationThickness: number;
|
|
71
|
+
};
|
|
72
|
+
standalone: {};
|
|
73
|
+
};
|
|
74
74
|
}>;
|
|
75
75
|
export declare const containerIconLink: string;
|
|
76
76
|
export declare const defaultLink: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Link/styles.css.ts"],"names":[],"mappings":"AAuDA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"styles.css.d.ts","sourceRoot":"","sources":["../../../src/components/Link/styles.css.ts"],"names":[],"mappings":"AAuDA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6Ff,CAAA;AAEF,eAAO,MAAM,iBAAiB,QAG5B,CAAA;AAKF,eAAO,MAAM,WAAW,QAAY,CAAA;AAEpC,eAAO,MAAM,YAAY,QAWvB,CAAA;AAGF,eAAO,MAAM,aAAa,QAWxB,CAAA"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* empty css */
|
|
2
2
|
import { createRuntimeFn } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
-
var link = createRuntimeFn({ defaultClassName: "uv_1dtqm9e0", variantClassNames: {
|
|
3
|
+
var link = createRuntimeFn({ defaultClassName: "uv_1dtqm9e0", variantClassNames: { sentiment: { primary: "uv_1dtqm9e1", info: "uv_1dtqm9e2" }, prominence: { "default": "uv_1dtqm9e3", strong: "uv_1dtqm9e4", stronger: "uv_1dtqm9e5", weak: "uv_1dtqm9e6" }, oneLine: { true: "uv_1dtqm9e7", false: "uv_1dtqm9e8" }, variant: { captionStrong: "uv_1dtqm9e9", bodySmallStrong: "uv_1dtqm9ea", bodyStrong: "uv_1dtqm9eb" }, type: { inline: "uv_1dtqm9ec", standalone: "uv_1dtqm9ed" } }, defaultVariants: { prominence: "default", sentiment: "info", oneLine: false, variant: "bodyStrong", type: "standalone" }, compoundVariants: [[{ sentiment: "primary", prominence: "default" }, "uv_1dtqm9ee"], [{ sentiment: "primary", prominence: "strong" }, "uv_1dtqm9ef"], [{ sentiment: "primary", prominence: "stronger" }, "uv_1dtqm9eg"], [{ sentiment: "primary", prominence: "weak" }, "uv_1dtqm9eh"], [{ sentiment: "info", prominence: "default" }, "uv_1dtqm9ei"], [{ sentiment: "info", prominence: "strong" }, "uv_1dtqm9ej"], [{ sentiment: "info", prominence: "stronger" }, "uv_1dtqm9ek"], [{ sentiment: "info", prominence: "weak" }, "uv_1dtqm9el"]] });
|
|
4
4
|
var containerIconLink = "uv_1dtqm9em";
|
|
5
5
|
var defaultLink = "uv_1dtqm9en";
|
|
6
6
|
var iconLeftLink = "uv_1dtqm9eo";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/List/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,aAAa,EACb,QAAQ,EACR,SAAS,EACT,aAAa,EACb,cAAc,EACf,MAAM,OAAO,CAAA;AAEd,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAG7B,OAAO,EAAgB,cAAc,EAAE,MAAM,eAAe,CAAA;AAC5D,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAGvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAG1C,KAAK,SAAS,GAAG;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,EAAE,WAAW,EAAE,CAAA;IACtB,QAAQ,EAAE,SAAS,CAAA;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAA;IACrD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,OAAO,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAA;CAC3C,CAAA;AAED,KAAK,YAAY,GAAG,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,GAAG;IAC/C,OAAO,EAAE,QAAQ,CAAA;CAClB,CAAA;AACD,KAAK,eAAe,GAAG,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,GAAG;IAClD
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/List/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,aAAa,EACb,QAAQ,EACR,SAAS,EACT,aAAa,EACb,cAAc,EACf,MAAM,OAAO,CAAA;AAEd,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAA;AAG7B,OAAO,EAAgB,cAAc,EAAE,MAAM,eAAe,CAAA;AAC5D,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAA;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAA;AAGvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAG1C,KAAK,SAAS,GAAG;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,EAAE,WAAW,EAAE,CAAA;IACtB,QAAQ,EAAE,SAAS,CAAA;IACnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,QAAQ,CAAC,cAAc,CAAC,MAAM,EAAE,CAAC,CAAC,CAAA;IACrD,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,KAAK,CAAC,EAAE,aAAa,CAAA;IACrB,OAAO,EAAE,QAAQ,GAAG,UAAU,GAAG,SAAS,CAAA;CAC3C,CAAA;AAED,KAAK,YAAY,GAAG,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,GAAG;IAC/C,OAAO,EAAE,QAAQ,CAAA;CAClB,CAAA;AACD,KAAK,eAAe,GAAG,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,GAAG;IAClD,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAA;CACjC,CAAA;AAiFD;;GAEG;AACH,KAAK,QAAQ,GAAG;IAEd,CAAC,KAAK,EAAE,YAAY,GAAG,aAAa,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAA;IAClE;;OAEG;IACH,CAAC,KAAK,EAAE,eAAe,GAAG,aAAa,CAAC,gBAAgB,CAAC,GAAG,SAAS,CAAA;IACrE,IAAI,EAAE,OAAO,IAAI,CAAA;IACjB,GAAG,EAAE,OAAO,GAAG,CAAA;IACf,SAAS,EAAE,OAAO,SAAS,CAAA;IAC3B,cAAc,EAAE,OAAO,cAAc,CAAA;CACtC,CAAA;AAED,eAAO,MAAM,IAAI,EAAE,QAKjB,CAAA"}
|
|
@@ -30,6 +30,6 @@ export declare const NumberInput: import("react").ForwardRefExoticComponent<{
|
|
|
30
30
|
onChange?: (newValue: number | null) => void;
|
|
31
31
|
min?: number;
|
|
32
32
|
max?: number;
|
|
33
|
-
} & Pick<InputHTMLAttributes<HTMLInputElement>, "style" | "disabled" | "id" | "autoFocus" | "aria-label" | "onFocus" | "onBlur" | "
|
|
33
|
+
} & Pick<InputHTMLAttributes<HTMLInputElement>, "style" | "disabled" | "id" | "autoFocus" | "aria-label" | "onFocus" | "onBlur" | "step" | "name" | "required" | "placeholder" | "readOnly"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
34
34
|
export {};
|
|
35
35
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -15,6 +15,12 @@ export type DropdownProps = {
|
|
|
15
15
|
size: 'small' | 'medium' | 'large';
|
|
16
16
|
dropdownAlign?: ComponentProps<typeof Popup>['align'];
|
|
17
17
|
portalTarget?: ComponentProps<typeof Popup>['portalTarget'];
|
|
18
|
+
groupError?: Record<string, ReactNode>;
|
|
19
|
+
groupEmptyState?: Record<string, ReactNode>;
|
|
20
|
+
addOption?: {
|
|
21
|
+
text: string;
|
|
22
|
+
onClick: (searchText: string) => void;
|
|
23
|
+
};
|
|
18
24
|
};
|
|
19
25
|
export type CreateDropdownProps = {
|
|
20
26
|
isEmpty: boolean;
|
|
@@ -24,6 +30,13 @@ export type CreateDropdownProps = {
|
|
|
24
30
|
optionalInfoPlacement: 'left' | 'right';
|
|
25
31
|
defaultSearchValue: string | null;
|
|
26
32
|
isLoading?: boolean;
|
|
33
|
+
groupError?: Record<string, ReactNode>;
|
|
34
|
+
groupEmptyState?: Record<string, ReactNode>;
|
|
35
|
+
addOption?: {
|
|
36
|
+
text: string;
|
|
37
|
+
onClick: (searchText: string) => void;
|
|
38
|
+
};
|
|
39
|
+
searchable?: boolean;
|
|
27
40
|
};
|
|
28
|
-
export declare const Dropdown: ({ children, emptyState, descriptionDirection, searchable, placeholder, footer, refSelect, loadMore, optionalInfoPlacement, isLoading, size, dropdownAlign, portalTarget, id, }: DropdownProps) => import("react/jsx-runtime").JSX.Element;
|
|
41
|
+
export declare const Dropdown: ({ children, emptyState, descriptionDirection, searchable, placeholder, footer, refSelect, loadMore, optionalInfoPlacement, isLoading, size, dropdownAlign, portalTarget, id, groupError, groupEmptyState, addOption, }: DropdownProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
42
|
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/SelectInput/components/Dropdown.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../../src/components/SelectInput/components/Dropdown.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAEV,cAAc,EAId,SAAS,EACT,SAAS,EAEV,MAAM,OAAO,CAAA;AAYd,OAAO,EAAE,KAAK,EAAE,MAAM,aAAa,CAAA;AA8BnC,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,QAAQ,EAAE,SAAS,CAAA;IACnB,UAAU,EAAE,SAAS,CAAA;IACrB,oBAAoB,EAAE,KAAK,GAAG,QAAQ,CAAA;IACtC,UAAU,EAAE,OAAO,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,CAAC,EAAE,CAAC,CAAC,aAAa,EAAE,MAAM,IAAI,KAAK,SAAS,CAAC,GAAG,SAAS,CAAA;IAC/D,SAAS,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAA;IAC3C,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAA;IACvC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAA;IAClC,aAAa,CAAC,EAAE,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC,OAAO,CAAC,CAAA;IACrD,YAAY,CAAC,EAAE,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC,cAAc,CAAC,CAAA;IAC3D,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAA;IACtC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAA;IAC3C,SAAS,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAA;KAAE,CAAA;CACpE,CAAA;AAED,MAAM,MAAM,mBAAmB,GAAG;IAChC,OAAO,EAAE,OAAO,CAAA;IAChB,UAAU,EAAE,SAAS,CAAA;IACrB,oBAAoB,EAAE,KAAK,GAAG,QAAQ,CAAA;IACtC,QAAQ,CAAC,EAAE,SAAS,CAAA;IACpB,qBAAqB,EAAE,MAAM,GAAG,OAAO,CAAA;IACvC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAA;IACtC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAA;IAC3C,SAAS,CAAC,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAA;KAAE,CAAA;IACnE,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAA;AAkuBD,eAAO,MAAM,QAAQ,GAAI,wNAkBtB,aAAa,4CA2Mf,CAAA"}
|