@ultraviolet/plus 0.20.1 → 0.20.3
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/EstimateCost/componentStyle.d.ts +2 -2
- package/dist/components/Navigation/Navigation.d.ts +2 -1
- package/dist/components/Navigation/NavigationContent.cjs +10 -10
- package/dist/components/Navigation/NavigationContent.js +10 -10
- package/dist/components/Navigation/components/Item.cjs +20 -19
- package/dist/components/Navigation/components/Item.d.ts +2 -1
- package/dist/components/Navigation/components/Item.js +20 -19
- package/dist/components/Navigation/components/PinnedItems.cjs +4 -4
- package/dist/components/Navigation/components/PinnedItems.js +4 -4
- package/package.json +7 -7
|
@@ -56,7 +56,7 @@ export declare const BadgeBeta: import("@emotion/styled").StyledComponent<{
|
|
|
56
56
|
sentiment?: import("node_modules/@ultraviolet/ui/dist/theme").Color;
|
|
57
57
|
size?: keyof typeof import("node_modules/@ultraviolet/ui/dist/components/Badge").SIZES;
|
|
58
58
|
prominence?: keyof typeof import("node_modules/@ultraviolet/ui/dist/components/Badge").PROMINENCES;
|
|
59
|
-
icon?: "address" | "search" | "filter" | "view" | "anchor" | "id" | "download" | "alert" | "open-in-new" | "arrow-down" | "arrow-left-bottom" | "arrow-left-double" | "arrow-left" | "arrow-right-bottom" | "arrow-right-double" | "arrow-right" | "arrow-up" | "asterisk" | "attach" | "burger" | "cancel" | "check" | "close" | "close-circle-outline" | "copy-content" | "detach" | "dots-horizontal" | "dots-vertical" | "drag-vertical" | "drag-variant" | "east-short" | "east" | "equal" | "escape" | "expand" | "expand-more" | "github" | "instagram" | "linkedIn" | "logout" | "minus" | "north-short" | "north" | "organization" | "plus" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rss" | "send" | "slack" | "sort" | "south-short" | "south" | "switch_orga" | "x" | "upload" | "west-short" | "west" | "youtube" | "auto-fix" | "book-open-outline" | "bullhorn" | "calculator" | "calendar-range" | "chat" | "checkbox-circle-outline" | "clock-outline" | "console" | "credentials" | "credit-card" | "database" | "delete" | "doc" | "earth" | "email-remove-outline" | "email-outline" | "eye-off" | "eye" | "folder" | "help-circle-outline" | "information-outline" | "lock" | "members" | "moon" | "mosaic" | "pen" | "pencil" | "phone" | "play-circle-outline" | "privacy" | "profile" | "rocket" | "settings" | "sun" | "support" | "unlock" | "weather-night" | "pin" | "unpin" | "sparkles" | undefined;
|
|
59
|
+
icon?: "address" | "search" | "filter" | "view" | "anchor" | "id" | "download" | "alert" | "open-in-new" | "arrow-down" | "arrow-left-bottom" | "arrow-left-double" | "arrow-left" | "arrow-right-bottom" | "arrow-right-double" | "arrow-right" | "arrow-up" | "asterisk" | "attach" | "burger" | "cancel" | "check" | "close" | "close-circle-outline" | "copy-content" | "detach" | "dots-horizontal" | "dots-vertical" | "drag-vertical" | "drag-variant" | "east-short" | "east" | "equal" | "escape" | "expand" | "expand-more" | "github" | "instagram" | "linkedIn" | "logout" | "minus" | "north-short" | "north" | "organization" | "plus" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rss" | "send" | "slack" | "sort" | "south-short" | "south" | "switch_orga" | "x" | "upload" | "west-short" | "west" | "youtube" | "auto-fix" | "book-open-outline" | "bullhorn" | "calculator" | "calendar-range" | "chat" | "checkbox-circle-outline" | "clock-outline" | "console" | "credentials" | "credit-card" | "database" | "delete" | "doc" | "earth" | "email-remove-outline" | "email-outline" | "eye-off" | "eye" | "folder" | "help-circle-outline" | "information-outline" | "lock" | "members" | "moon" | "mosaic" | "pen" | "pencil" | "phone" | "play-circle-outline" | "privacy" | "profile" | "rocket" | "settings" | "sun" | "support" | "unlock" | "weather-night" | "pin" | "unpin" | "sparkles" | "light-bulb" | undefined;
|
|
60
60
|
disabled?: boolean;
|
|
61
61
|
className?: string;
|
|
62
62
|
children: import("react").ReactNode;
|
|
@@ -96,7 +96,7 @@ export declare const StyledBadge: import("@emotion/styled").StyledComponent<{
|
|
|
96
96
|
sentiment?: import("node_modules/@ultraviolet/ui/dist/theme").Color;
|
|
97
97
|
size?: keyof typeof import("node_modules/@ultraviolet/ui/dist/components/Badge").SIZES;
|
|
98
98
|
prominence?: keyof typeof import("node_modules/@ultraviolet/ui/dist/components/Badge").PROMINENCES;
|
|
99
|
-
icon?: "address" | "search" | "filter" | "view" | "anchor" | "id" | "download" | "alert" | "open-in-new" | "arrow-down" | "arrow-left-bottom" | "arrow-left-double" | "arrow-left" | "arrow-right-bottom" | "arrow-right-double" | "arrow-right" | "arrow-up" | "asterisk" | "attach" | "burger" | "cancel" | "check" | "close" | "close-circle-outline" | "copy-content" | "detach" | "dots-horizontal" | "dots-vertical" | "drag-vertical" | "drag-variant" | "east-short" | "east" | "equal" | "escape" | "expand" | "expand-more" | "github" | "instagram" | "linkedIn" | "logout" | "minus" | "north-short" | "north" | "organization" | "plus" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rss" | "send" | "slack" | "sort" | "south-short" | "south" | "switch_orga" | "x" | "upload" | "west-short" | "west" | "youtube" | "auto-fix" | "book-open-outline" | "bullhorn" | "calculator" | "calendar-range" | "chat" | "checkbox-circle-outline" | "clock-outline" | "console" | "credentials" | "credit-card" | "database" | "delete" | "doc" | "earth" | "email-remove-outline" | "email-outline" | "eye-off" | "eye" | "folder" | "help-circle-outline" | "information-outline" | "lock" | "members" | "moon" | "mosaic" | "pen" | "pencil" | "phone" | "play-circle-outline" | "privacy" | "profile" | "rocket" | "settings" | "sun" | "support" | "unlock" | "weather-night" | "pin" | "unpin" | "sparkles" | undefined;
|
|
99
|
+
icon?: "address" | "search" | "filter" | "view" | "anchor" | "id" | "download" | "alert" | "open-in-new" | "arrow-down" | "arrow-left-bottom" | "arrow-left-double" | "arrow-left" | "arrow-right-bottom" | "arrow-right-double" | "arrow-right" | "arrow-up" | "asterisk" | "attach" | "burger" | "cancel" | "check" | "close" | "close-circle-outline" | "copy-content" | "detach" | "dots-horizontal" | "dots-vertical" | "drag-vertical" | "drag-variant" | "east-short" | "east" | "equal" | "escape" | "expand" | "expand-more" | "github" | "instagram" | "linkedIn" | "logout" | "minus" | "north-short" | "north" | "organization" | "plus" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rss" | "send" | "slack" | "sort" | "south-short" | "south" | "switch_orga" | "x" | "upload" | "west-short" | "west" | "youtube" | "auto-fix" | "book-open-outline" | "bullhorn" | "calculator" | "calendar-range" | "chat" | "checkbox-circle-outline" | "clock-outline" | "console" | "credentials" | "credit-card" | "database" | "delete" | "doc" | "earth" | "email-remove-outline" | "email-outline" | "eye-off" | "eye" | "folder" | "help-circle-outline" | "information-outline" | "lock" | "members" | "moon" | "mosaic" | "pen" | "pencil" | "phone" | "play-circle-outline" | "privacy" | "profile" | "rocket" | "settings" | "sun" | "support" | "unlock" | "weather-night" | "pin" | "unpin" | "sparkles" | "light-bulb" | undefined;
|
|
100
100
|
disabled?: boolean;
|
|
101
101
|
className?: string;
|
|
102
102
|
children: import("react").ReactNode;
|
|
@@ -10,7 +10,7 @@ export declare const Navigation: {
|
|
|
10
10
|
children: import("react").ReactNode;
|
|
11
11
|
label: string;
|
|
12
12
|
}) => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
13
|
-
Item: ({ children, categoryIcon, categoryIconVariant, label, subLabel, badgeText, badgeSentiment, href, onClick, onClickPinUnpin, toggle, active, noPinButton, type, hasParents, as, disabled, noExpand, index, id, }: {
|
|
13
|
+
Item: ({ children, categoryIcon, categoryIconVariant, label, subLabel, badgeText, badgeSentiment, href, onClick, onClickPinUnpin, toggle, active, noPinButton, type, hasParents, as, disabled, noExpand, index, id, "data-testid": dataTestId, }: {
|
|
14
14
|
children?: import("react").ReactNode;
|
|
15
15
|
categoryIcon?: import("react").ComponentProps<typeof import("@ultraviolet/icons").CategoryIcon>["name"];
|
|
16
16
|
categoryIconVariant?: import("react").ComponentProps<typeof import("@ultraviolet/icons").CategoryIcon>["variant"];
|
|
@@ -31,6 +31,7 @@ export declare const Navigation: {
|
|
|
31
31
|
as?: keyof import("react").JSX.IntrinsicElements;
|
|
32
32
|
noExpand?: boolean;
|
|
33
33
|
disabled?: boolean;
|
|
34
|
+
'data-testid'?: string;
|
|
34
35
|
}) => import("@emotion/react/jsx-runtime").JSX.Element | null;
|
|
35
36
|
PinnedItems: ({ toggle, onReorder }: {
|
|
36
37
|
toggle?: boolean;
|