@ultraviolet/ui 1.31.2 → 1.31.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.
- package/dist/src/components/CheckboxGroup/index.js +5 -5
- package/dist/src/components/NumberInputV2/index.js +1 -1
- package/dist/src/components/RadioGroup/index.js +5 -5
- package/dist/src/components/TextArea/index.js +1 -1
- package/dist/src/components/TextInputV2/index.js +1 -1
- package/package.json +4 -4
|
@@ -111,15 +111,15 @@ const CheckboxGroup = ({
|
|
|
111
111
|
})]
|
|
112
112
|
})
|
|
113
113
|
}), helper ? jsx(Text, {
|
|
114
|
-
as: "
|
|
115
|
-
variant: "
|
|
114
|
+
as: "span",
|
|
115
|
+
variant: "caption",
|
|
116
116
|
prominence: "weak",
|
|
117
|
+
sentiment: "neutral",
|
|
117
118
|
children: helper
|
|
118
119
|
}) : null, error ? jsx(Text, {
|
|
119
|
-
as: "
|
|
120
|
-
variant: "
|
|
120
|
+
as: "span",
|
|
121
|
+
variant: "caption",
|
|
121
122
|
sentiment: "danger",
|
|
122
|
-
prominence: "weak",
|
|
123
123
|
children: error
|
|
124
124
|
}) : null]
|
|
125
125
|
})
|
|
@@ -113,15 +113,15 @@ const RadioGroup = ({
|
|
|
113
113
|
})]
|
|
114
114
|
})
|
|
115
115
|
}), helper ? jsx(Text, {
|
|
116
|
-
as: "
|
|
117
|
-
variant: "
|
|
116
|
+
as: "span",
|
|
117
|
+
variant: "caption",
|
|
118
118
|
prominence: "weak",
|
|
119
|
+
sentiment: "neutral",
|
|
119
120
|
children: helper
|
|
120
121
|
}) : null, error ? jsx(Text, {
|
|
121
|
-
as: "
|
|
122
|
-
variant: "
|
|
122
|
+
as: "span",
|
|
123
|
+
variant: "caption",
|
|
123
124
|
sentiment: "danger",
|
|
124
|
-
prominence: "weak",
|
|
125
125
|
children: error
|
|
126
126
|
}) : null]
|
|
127
127
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ultraviolet/ui",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.3",
|
|
4
4
|
"description": "Ultraviolet UI",
|
|
5
5
|
"homepage": "https://github.com/scaleway/ultraviolet#readme",
|
|
6
6
|
"repository": {
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"@emotion/babel-plugin": "11.11.0",
|
|
44
44
|
"@emotion/react": "11.11.3",
|
|
45
45
|
"@emotion/styled": "11.11.0",
|
|
46
|
-
"@types/react": "18.2.
|
|
47
|
-
"@types/react-datepicker": "4.19.
|
|
46
|
+
"@types/react": "18.2.47",
|
|
47
|
+
"@types/react-datepicker": "4.19.5",
|
|
48
48
|
"@types/react-dom": "18.2.18",
|
|
49
49
|
"react": "18.2.0",
|
|
50
50
|
"react-dom": "18.2.0"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"react-use-clipboard": "1.0.9",
|
|
68
68
|
"reakit": "1.3.11",
|
|
69
69
|
"@ultraviolet/themes": "1.7.0",
|
|
70
|
-
"@ultraviolet/icons": "2.8.
|
|
70
|
+
"@ultraviolet/icons": "2.8.1"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"build": "rollup -c ../../rollup.config.mjs",
|