@ultraviolet/plus 0.24.3 → 0.24.5

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.
@@ -1,5 +1,5 @@
1
1
  import { jsx } from "@emotion/react/jsx-runtime";
2
- import { createContext, useContext, useState, useReducer, useRef, useCallback, useMemo } from "react";
2
+ import { useContext, useState, useReducer, useRef, useCallback, useMemo, createContext } from "react";
3
3
  import { NAVIGATION_WIDTH, ANIMATION_DURATION } from "./constants.js";
4
4
  import NavigationLocales from "./locales/en.js";
5
5
  const NavigationContext = createContext({
@@ -1,9 +1,9 @@
1
1
  import { jsx, jsxs } from "@emotion/react/jsx-runtime";
2
2
  import _styled from "@emotion/styled/base";
3
- import { Text, Stack } from "@ultraviolet/ui";
3
+ import { Stack, Text } from "@ultraviolet/ui";
4
4
  import { Children } from "react";
5
5
  import { useNavigation } from "../NavigationProvider.js";
6
- import { ANIMATION_DURATION, groupAnimation } from "../constants.js";
6
+ import { groupAnimation, ANIMATION_DURATION } from "../constants.js";
7
7
  const StyledText = /* @__PURE__ */ _styled(Text, process.env.NODE_ENV === "production" ? {
8
8
  target: "eh4zgrv2"
9
9
  } : {
@@ -1,12 +1,12 @@
1
1
  import { jsxs, Fragment, jsx } from "@emotion/react/jsx-runtime";
2
2
  import _styled from "@emotion/styled/base";
3
- import { PinOutlineIcon, UnpinIcon, DragIcon, OpenInNewIcon, ArrowDownIcon, ArrowRightIcon } from "@ultraviolet/icons";
3
+ import { ArrowDownIcon, ArrowRightIcon, DragIcon, UnpinIcon, PinOutlineIcon, OpenInNewIcon } from "@ultraviolet/icons";
4
4
  import * as CategoryIcon from "@ultraviolet/icons/category";
5
5
  import { ConsoleCategoryIcon } from "@ultraviolet/icons/category";
6
- import { Button, Badge, MenuV2, Stack, Text, fadeIn, Tooltip, Expandable } from "@ultraviolet/ui";
6
+ import { Stack, Tooltip, Expandable, Button, fadeIn, Text, Badge, MenuV2 } from "@ultraviolet/ui";
7
7
  import { memo, useEffect, useReducer, useCallback, useMemo, Children, isValidElement, cloneElement } from "react";
8
8
  import { useNavigation } from "../NavigationProvider.js";
9
- import { shrinkHeight, ANIMATION_DURATION } from "../constants.js";
9
+ import { ANIMATION_DURATION, shrinkHeight } from "../constants.js";
10
10
  function _EMOTION_STRINGIFIED_CSS_ERROR__() {
11
11
  return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop).";
12
12
  }
@@ -1,6 +1,6 @@
1
1
  import { jsx } from "@emotion/react/jsx-runtime";
2
2
  import _styled from "@emotion/styled/base";
3
- import { Text, StepList } from "@ultraviolet/ui";
3
+ import { StepList, Text } from "@ultraviolet/ui";
4
4
  import { useContext } from "react";
5
5
  import { Data } from "./helper.js";
6
6
  function _EMOTION_STRINGIFIED_CSS_ERROR__() {
@@ -1,6 +1,6 @@
1
1
  import { jsx, jsxs } from "@emotion/react/jsx-runtime";
2
2
  import _styled from "@emotion/styled/base";
3
- import { Card, Stack, Row, Text, Button, StepList } from "@ultraviolet/ui";
3
+ import { Stack, Row, Text, Button, StepList, Card } from "@ultraviolet/ui";
4
4
  import { Children, useState, useMemo } from "react";
5
5
  import { SteppedList } from "./Step.js";
6
6
  import { SteppedListContent } from "./SteppedListContent.js";
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from "@emotion/react/jsx-runtime";
2
2
  import _styled from "@emotion/styled/base";
3
- import { Stack, Text } from "@ultraviolet/ui";
3
+ import { Text, Stack } from "@ultraviolet/ui";
4
4
  import { useContext } from "react";
5
5
  import { Data, nextStep } from "./helper.js";
6
6
  function _EMOTION_STRINGIFIED_CSS_ERROR__() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/plus",
3
- "version": "0.24.3",
3
+ "version": "0.24.5",
4
4
  "description": "Ultraviolet Plus",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -57,24 +57,24 @@
57
57
  "react-dom": "18.x || 19.x"
58
58
  },
59
59
  "devDependencies": {
60
- "@babel/core": "7.26.7",
60
+ "@babel/core": "7.26.9",
61
61
  "@emotion/react": "11.14.0",
62
62
  "@emotion/styled": "11.14.0",
63
- "@types/react": "19.0.8",
64
- "@types/react-dom": "19.0.3",
63
+ "@types/react": "19.0.10",
64
+ "@types/react-dom": "19.0.4",
65
65
  "react": "19.0.0",
66
66
  "react-dom": "19.0.0",
67
67
  "@ultraviolet/illustrations": "4.2.0",
68
68
  "@utils/test": "0.0.1"
69
69
  },
70
70
  "dependencies": {
71
- "@uiw/codemirror-extensions-langs": "4.23.7",
72
- "@uiw/codemirror-theme-material": "4.23.7",
73
- "@uiw/react-codemirror": "4.23.7",
71
+ "@uiw/codemirror-extensions-langs": "4.23.8",
72
+ "@uiw/codemirror-theme-material": "4.23.8",
73
+ "@uiw/react-codemirror": "4.23.8",
74
74
  "react-intersection-observer": "9.15.1",
75
- "@ultraviolet/icons": "3.11.2",
75
+ "@ultraviolet/icons": "3.11.4",
76
76
  "@ultraviolet/themes": "1.16.0",
77
- "@ultraviolet/ui": "1.87.3"
77
+ "@ultraviolet/ui": "1.88.1"
78
78
  },
79
79
  "scripts": {
80
80
  "prebuild": "shx rm -rf dist",