@ultraviolet/plus 0.4.0 → 0.4.2

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.
@@ -172,6 +172,7 @@ const ContentCard = /*#__PURE__*/forwardRef((_ref14, ref) => {
172
172
  ref: subContainerRef,
173
173
  children: [icon ?? null, jsxs(Stack, {
174
174
  gap: 2,
175
+ justifyContent: "center",
175
176
  children: [jsxs(Stack, {
176
177
  gap: 0.5,
177
178
  children: [jsxs(Stack, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/plus",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "Ultraviolet Plus",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -40,22 +40,22 @@
40
40
  "devDependencies": {
41
41
  "@babel/core": "7.23.2",
42
42
  "@emotion/babel-plugin": "11.11.0",
43
- "@types/react": "18.2.33",
43
+ "@types/react": "18.2.34",
44
44
  "@types/react-dom": "18.2.14",
45
- "@ultraviolet/icons": "2.5.1"
45
+ "@ultraviolet/icons": "2.5.2"
46
46
  },
47
47
  "dependencies": {
48
- "@formatjs/ecma402-abstract": "1.17.2",
48
+ "@formatjs/ecma402-abstract": "1.17.3",
49
49
  "@formatjs/fast-memoize": "2.2.0",
50
50
  "@uiw/codemirror-extensions-langs": "4.21.20",
51
51
  "@uiw/codemirror-theme-material": "4.21.20",
52
52
  "@uiw/react-codemirror": "4.21.20",
53
53
  "deepmerge": "4.3.1",
54
- "intl-messageformat": "10.5.4",
54
+ "intl-messageformat": "10.5.5",
55
55
  "react-flatten-children": "1.1.2",
56
56
  "react-intersection-observer": "9.5.2",
57
- "@ultraviolet/themes": "1.3.0",
58
- "@ultraviolet/ui": "1.24.0"
57
+ "@ultraviolet/themes": "1.4.0",
58
+ "@ultraviolet/ui": "1.24.1"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "rollup -c ../../rollup.config.mjs"