@ultraviolet/ui 1.4.7 → 1.6.0
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/index.d.ts
CHANGED
|
@@ -800,6 +800,10 @@ declare const ICONS: {
|
|
|
800
800
|
readonly 'email-remove-outline': () => _emotion_react_jsx_runtime.JSX.Element;
|
|
801
801
|
};
|
|
802
802
|
type IconName = keyof typeof ICONS;
|
|
803
|
+
/**
|
|
804
|
+
* @deprecated This component is deprecated. Please use `Icon` from `@ultraviolet/icons` instead.
|
|
805
|
+
* The component is same but has been move on another package.
|
|
806
|
+
*/
|
|
803
807
|
declare const Icon: react.ForwardRefExoticComponent<{
|
|
804
808
|
size?: string | number | undefined;
|
|
805
809
|
name?: "filter" | "view" | "sort" | "id" | "alert" | "search" | "anchor" | "arrow-down" | "arrow-left" | "arrow-left-double" | "arrow-right" | "arrow-right-bottom" | "arrow-right-double" | "arrow-up" | "asterisk" | "auto-fix" | "bullhorn" | "burger" | "book-open-outline" | "calculator" | "calendar-range" | "cancel" | "check" | "checkbox-circle-outline" | "clock-outline" | "close" | "close-circle-outline" | "copy-content" | "credentials" | "credit-card" | "delete" | "detach" | "doc" | "dots-horizontal" | "dots-vertical" | "download" | "drag-variant" | "drag-vertical" | "east" | "email-outline" | "expand" | "eye" | "eye-off" | "github" | "help-circle-outline" | "information-outline" | "lock" | "logout" | "members" | "minus" | "moon" | "open-in-new" | "organization" | "pencil" | "play-circle-outline" | "plus" | "privacy" | "profile" | "progress-check" | "ray-end-arrow" | "ray-start-arrow" | "ray-start-end" | "ray-top-arrow" | "reboot" | "restore" | "revoke" | "rocket" | "send" | "settings" | "sun" | "support" | "switch_orga" | "unlock" | "upload" | "weather-night" | "attach" | "phone" | "earth" | "email-remove-outline" | undefined;
|
|
@@ -316,6 +316,10 @@ const StyledIcon = /*#__PURE__*/_styled('svg', {
|
|
|
316
316
|
const icon = `icon${definedProminence}${disabled ? 'Disabled' : ''}`;
|
|
317
317
|
return theme.colors?.[color]?.[icon] || color;
|
|
318
318
|
}, ";", sizeStyles, ";");
|
|
319
|
+
/**
|
|
320
|
+
* @deprecated This component is deprecated. Please use `Icon` from `@ultraviolet/icons` instead.
|
|
321
|
+
* The component is same but has been move on another package.
|
|
322
|
+
*/
|
|
319
323
|
const Icon = /*#__PURE__*/forwardRef((_ref3, ref) => {
|
|
320
324
|
let {
|
|
321
325
|
name = 'alert',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Ultraviolet UI",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
"@nivo/pie": "0.80.0",
|
|
58
58
|
"@nivo/scales": "0.80.0",
|
|
59
59
|
"@nivo/tooltip": "0.80.0",
|
|
60
|
-
"@scaleway/random-name": "4.0.
|
|
60
|
+
"@scaleway/random-name": "4.0.2",
|
|
61
61
|
"@scaleway/use-media": "2.0.1",
|
|
62
62
|
"deepmerge": "4.3.1",
|
|
63
63
|
"prop-types": "15.8.1",
|
|
64
|
-
"react-datepicker": "4.
|
|
64
|
+
"react-datepicker": "4.16.0",
|
|
65
65
|
"react-flatten-children": "1.1.2",
|
|
66
|
-
"react-select": "5.7.
|
|
66
|
+
"react-select": "5.7.4",
|
|
67
67
|
"react-toastify": "9.1.3",
|
|
68
68
|
"react-use-clipboard": "1.0.9",
|
|
69
69
|
"reakit": "1.3.11",
|
|
70
|
-
"@ultraviolet/themes": "1.
|
|
70
|
+
"@ultraviolet/themes": "1.2.0"
|
|
71
71
|
}
|
|
72
72
|
}
|