@ultraviolet/plus 0.21.10 → 0.21.12
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/Components/Item.cjs +8 -8
- package/dist/components/EstimateCost/Components/Item.js +8 -8
- package/dist/components/EstimateCost/Components/LineThrough.d.ts +1 -1
- package/dist/components/EstimateCost/EstimateCost.d.ts +1 -1
- package/dist/components/EstimateCost/componentStyle.d.ts +9 -9
- package/package.json +9 -9
|
@@ -3,6 +3,6 @@ type LineThroughProps = {
|
|
|
3
3
|
};
|
|
4
4
|
export declare const LineThrough: import("@emotion/styled").StyledComponent<{
|
|
5
5
|
theme?: import("@emotion/react").Theme;
|
|
6
|
-
as?:
|
|
6
|
+
as?: React.ElementType;
|
|
7
7
|
} & LineThroughProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
8
8
|
export {};
|
|
@@ -5,7 +5,7 @@ declare const EstimateCost: {
|
|
|
5
5
|
({ description, alert, alertTitle, alertVariant, defaultTimeUnit, timeUnits, hideOverlay, disableOverlayLeft, disableOverlayRight, hideTimeUnit, hideTotal, discount, OverlayRight, OverlayLeft, overlayMargin, isBeta, commitmentFees, commitmentFeesContent, monthlyFees, monthlyFeesLabel, monthlyFeesContent, overlayUnit, children, locales, numberLocales, currency, onTotalPriceChange, }: EstimateCostProps): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
6
6
|
LineThrough: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: import("@emotion/react").Theme;
|
|
8
|
-
as?:
|
|
8
|
+
as?: React.ElementType;
|
|
9
9
|
} & {
|
|
10
10
|
isActive?: boolean;
|
|
11
11
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -5,13 +5,13 @@ export declare const StyledDiv: import("@emotion/styled").StyledComponent<{
|
|
|
5
5
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
6
|
export declare const StyledTable: import("@emotion/styled").StyledComponent<{
|
|
7
7
|
theme?: Theme;
|
|
8
|
-
as?:
|
|
8
|
+
as?: React.ElementType;
|
|
9
9
|
} & {
|
|
10
10
|
noTotal: boolean;
|
|
11
11
|
}, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
|
|
12
12
|
export declare const StyledFeesTable: import("@emotion/styled").StyledComponent<{
|
|
13
13
|
theme?: Theme;
|
|
14
|
-
as?:
|
|
14
|
+
as?: React.ElementType;
|
|
15
15
|
}, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
|
|
16
16
|
export declare const PriceCol: import("@emotion/styled").StyledComponent<{
|
|
17
17
|
theme?: Theme;
|
|
@@ -20,7 +20,7 @@ export declare const PriceCol: import("@emotion/styled").StyledComponent<{
|
|
|
20
20
|
export declare const PriceCell: (theme: Theme) => import("@emotion/react").SerializedStyles;
|
|
21
21
|
export declare const Cell: import("@emotion/styled").StyledComponent<{
|
|
22
22
|
theme?: Theme;
|
|
23
|
-
as?:
|
|
23
|
+
as?: React.ElementType;
|
|
24
24
|
} & {
|
|
25
25
|
hasBorder?: boolean;
|
|
26
26
|
tabulation?: number;
|
|
@@ -28,7 +28,7 @@ export declare const Cell: import("@emotion/styled").StyledComponent<{
|
|
|
28
28
|
}, import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>;
|
|
29
29
|
export declare const TotalPriceCell: import("@emotion/styled").StyledComponent<{
|
|
30
30
|
theme?: Theme;
|
|
31
|
-
as?:
|
|
31
|
+
as?: React.ElementType;
|
|
32
32
|
} & {
|
|
33
33
|
hasBorder?: boolean;
|
|
34
34
|
tabulation?: number;
|
|
@@ -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" | "stop" | "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" | "
|
|
59
|
+
icon?: "address" | "search" | "filter" | "stop" | "view" | "anchor" | "id" | "download" | "send" | "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" | "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;
|
|
@@ -68,7 +68,7 @@ export declare const BadgeBeta: import("@emotion/styled").StyledComponent<{
|
|
|
68
68
|
}, {}, {}>;
|
|
69
69
|
export declare const StyledTr: import("@emotion/styled").StyledComponent<{
|
|
70
70
|
theme?: Theme;
|
|
71
|
-
as?:
|
|
71
|
+
as?: React.ElementType;
|
|
72
72
|
} & {
|
|
73
73
|
isFirstElement?: boolean;
|
|
74
74
|
shouldBeHidden?: boolean;
|
|
@@ -76,7 +76,7 @@ export declare const StyledTr: import("@emotion/styled").StyledComponent<{
|
|
|
76
76
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, {}>;
|
|
77
77
|
export declare const OverlayRow: import("@emotion/styled").StyledComponent<{
|
|
78
78
|
theme?: Theme;
|
|
79
|
-
as?:
|
|
79
|
+
as?: React.ElementType;
|
|
80
80
|
} & {
|
|
81
81
|
isFirstElement?: boolean;
|
|
82
82
|
shouldBeHidden?: boolean;
|
|
@@ -88,7 +88,7 @@ export declare const StyledLeftSide: import("@emotion/styled").StyledComponent<{
|
|
|
88
88
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
89
89
|
export declare const ItemResourceName: import("@emotion/styled").StyledComponent<{
|
|
90
90
|
theme?: Theme;
|
|
91
|
-
as?:
|
|
91
|
+
as?: React.ElementType;
|
|
92
92
|
} & {
|
|
93
93
|
animated: boolean;
|
|
94
94
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -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" | "stop" | "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" | "
|
|
99
|
+
icon?: "address" | "search" | "filter" | "stop" | "view" | "anchor" | "id" | "download" | "send" | "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" | "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;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/plus",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.12",
|
|
4
4
|
"description": "Ultraviolet Plus",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -60,21 +60,21 @@
|
|
|
60
60
|
"@babel/core": "7.25.2",
|
|
61
61
|
"@emotion/react": "11.13.3",
|
|
62
62
|
"@emotion/styled": "11.13.0",
|
|
63
|
-
"@types/react": "18.3.
|
|
63
|
+
"@types/react": "18.3.9",
|
|
64
64
|
"@types/react-dom": "18.3.0",
|
|
65
65
|
"react": "18.3.1",
|
|
66
66
|
"react-dom": "18.3.1",
|
|
67
|
-
"@ultraviolet/illustrations": "3.3.
|
|
67
|
+
"@ultraviolet/illustrations": "3.3.3",
|
|
68
68
|
"@utils/test": "0.0.1"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@uiw/codemirror-extensions-langs": "4.23.
|
|
72
|
-
"@uiw/codemirror-theme-material": "4.23.
|
|
73
|
-
"@uiw/react-codemirror": "4.23.
|
|
71
|
+
"@uiw/codemirror-extensions-langs": "4.23.3",
|
|
72
|
+
"@uiw/codemirror-theme-material": "4.23.3",
|
|
73
|
+
"@uiw/react-codemirror": "4.23.3",
|
|
74
74
|
"react-intersection-observer": "9.13.1",
|
|
75
|
-
"@ultraviolet/icons": "3.
|
|
76
|
-
"@ultraviolet/themes": "1.14.
|
|
77
|
-
"@ultraviolet/ui": "1.
|
|
75
|
+
"@ultraviolet/icons": "3.1.1",
|
|
76
|
+
"@ultraviolet/themes": "1.14.1",
|
|
77
|
+
"@ultraviolet/ui": "1.71.0"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"prebuild": "shx rm -rf dist",
|