@ultraviolet/plus 0.1.2 → 0.1.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.
@@ -177,7 +177,7 @@ const ContentCard = /*#__PURE__*/forwardRef((_ref13, ref) => {
177
177
  children: subtitle
178
178
  }) : null, jsx(Text, {
179
179
  as: "h3",
180
- variant: "bodyStrong",
180
+ variant: "bodyStronger",
181
181
  children: title
182
182
  })]
183
183
  }), description ? jsx(Text, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/plus",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Ultraviolet Plus",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -42,7 +42,7 @@
42
42
  "@emotion/babel-plugin": "11.11.0",
43
43
  "@types/react": "18.2.25",
44
44
  "@types/react-dom": "18.2.10",
45
- "@ultraviolet/icons": "2.3.0"
45
+ "@ultraviolet/icons": "2.4.0"
46
46
  },
47
47
  "dependencies": {
48
48
  "@formatjs/ecma402-abstract": "1.17.2",
@@ -53,6 +53,6 @@
53
53
  "react-flatten-children": "1.1.2",
54
54
  "react-intersection-observer": "9.5.2",
55
55
  "@ultraviolet/themes": "1.2.1",
56
- "@ultraviolet/ui": "1.18.1"
56
+ "@ultraviolet/ui": "1.19.0"
57
57
  }
58
58
  }