@atlaskit/form 15.2.0 → 15.3.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/CHANGELOG.md
CHANGED
|
@@ -30,8 +30,6 @@ var ErrorIconWithWrapper = function ErrorIconWithWrapper() {
|
|
|
30
30
|
return /*#__PURE__*/React.createElement("span", {
|
|
31
31
|
className: (0, _runtime.ax)(["_1e0c1txw _4t3i7vkz _4cvr1h6o"])
|
|
32
32
|
}, /*#__PURE__*/React.createElement(_statusError.default, {
|
|
33
|
-
LEGACY_margin: "0 -2px 0 0",
|
|
34
|
-
LEGACY_size: "small",
|
|
35
33
|
label: "error",
|
|
36
34
|
size: "small"
|
|
37
35
|
}));
|
package/dist/cjs/messages.js
CHANGED
|
@@ -42,16 +42,12 @@ var IconWrapper = function IconWrapper(_ref) {
|
|
|
42
42
|
};
|
|
43
43
|
var messageIcons = {
|
|
44
44
|
error: /*#__PURE__*/React.createElement(_statusError.default, {
|
|
45
|
-
LEGACY_margin: "0 -2px 0 0",
|
|
46
45
|
color: "currentColor",
|
|
47
|
-
LEGACY_size: "small",
|
|
48
46
|
label: "error",
|
|
49
47
|
size: "small"
|
|
50
48
|
}),
|
|
51
49
|
valid: /*#__PURE__*/React.createElement(_statusSuccess.default, {
|
|
52
|
-
LEGACY_margin: "0 -2px 0 0",
|
|
53
50
|
color: "currentColor",
|
|
54
|
-
LEGACY_size: "small",
|
|
55
51
|
label: "success",
|
|
56
52
|
size: "small"
|
|
57
53
|
})
|
|
@@ -20,8 +20,6 @@ const errorIconWrapperStyles = null;
|
|
|
20
20
|
const ErrorIconWithWrapper = () => /*#__PURE__*/React.createElement("span", {
|
|
21
21
|
className: ax(["_1e0c1txw _4t3i7vkz _4cvr1h6o"])
|
|
22
22
|
}, /*#__PURE__*/React.createElement(ErrorIcon, {
|
|
23
|
-
LEGACY_margin: "0 -2px 0 0",
|
|
24
|
-
LEGACY_size: "small",
|
|
25
23
|
label: "error",
|
|
26
24
|
size: "small"
|
|
27
25
|
}));
|
package/dist/es2019/messages.js
CHANGED
|
@@ -32,16 +32,12 @@ const IconWrapper = ({
|
|
|
32
32
|
}, children);
|
|
33
33
|
const messageIcons = {
|
|
34
34
|
error: /*#__PURE__*/React.createElement(ErrorIcon, {
|
|
35
|
-
LEGACY_margin: "0 -2px 0 0",
|
|
36
35
|
color: "currentColor",
|
|
37
|
-
LEGACY_size: "small",
|
|
38
36
|
label: "error",
|
|
39
37
|
size: "small"
|
|
40
38
|
}),
|
|
41
39
|
valid: /*#__PURE__*/React.createElement(SuccessIcon, {
|
|
42
|
-
LEGACY_margin: "0 -2px 0 0",
|
|
43
40
|
color: "currentColor",
|
|
44
|
-
LEGACY_size: "small",
|
|
45
41
|
label: "success",
|
|
46
42
|
size: "small"
|
|
47
43
|
})
|
|
@@ -22,8 +22,6 @@ var ErrorIconWithWrapper = function ErrorIconWithWrapper() {
|
|
|
22
22
|
return /*#__PURE__*/React.createElement("span", {
|
|
23
23
|
className: ax(["_1e0c1txw _4t3i7vkz _4cvr1h6o"])
|
|
24
24
|
}, /*#__PURE__*/React.createElement(ErrorIcon, {
|
|
25
|
-
LEGACY_margin: "0 -2px 0 0",
|
|
26
|
-
LEGACY_size: "small",
|
|
27
25
|
label: "error",
|
|
28
26
|
size: "small"
|
|
29
27
|
}));
|
package/dist/esm/messages.js
CHANGED
|
@@ -34,16 +34,12 @@ var IconWrapper = function IconWrapper(_ref) {
|
|
|
34
34
|
};
|
|
35
35
|
var messageIcons = {
|
|
36
36
|
error: /*#__PURE__*/React.createElement(ErrorIcon, {
|
|
37
|
-
LEGACY_margin: "0 -2px 0 0",
|
|
38
37
|
color: "currentColor",
|
|
39
|
-
LEGACY_size: "small",
|
|
40
38
|
label: "error",
|
|
41
39
|
size: "small"
|
|
42
40
|
}),
|
|
43
41
|
valid: /*#__PURE__*/React.createElement(SuccessIcon, {
|
|
44
|
-
LEGACY_margin: "0 -2px 0 0",
|
|
45
42
|
color: "currentColor",
|
|
46
|
-
LEGACY_size: "small",
|
|
47
43
|
label: "success",
|
|
48
44
|
size: "small"
|
|
49
45
|
})
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/form",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.3.0",
|
|
4
4
|
"description": "A form allows people to input information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
"@atlaskit/css": "^0.19.0",
|
|
29
29
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
30
30
|
"@atlaskit/heading": "^5.2.0",
|
|
31
|
-
"@atlaskit/icon": "^29.
|
|
31
|
+
"@atlaskit/icon": "^29.4.0",
|
|
32
32
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
33
33
|
"@atlaskit/primitives": "^17.0.0",
|
|
34
|
-
"@atlaskit/tokens": "^9.
|
|
34
|
+
"@atlaskit/tokens": "^9.1.0",
|
|
35
35
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@compiled/react": "^0.18.6",
|
|
@@ -49,16 +49,16 @@
|
|
|
49
49
|
"@af/visual-regression": "workspace:^",
|
|
50
50
|
"@atlaskit/banner": "^14.0.0",
|
|
51
51
|
"@atlaskit/button": "^23.9.0",
|
|
52
|
-
"@atlaskit/checkbox": "^17.
|
|
52
|
+
"@atlaskit/checkbox": "^17.3.0",
|
|
53
53
|
"@atlaskit/codemod-utils": "^4.2.0",
|
|
54
|
-
"@atlaskit/datetime-picker": "^17.
|
|
54
|
+
"@atlaskit/datetime-picker": "^17.4.0",
|
|
55
55
|
"@atlaskit/docs": "^11.2.0",
|
|
56
|
-
"@atlaskit/link": "^3.
|
|
57
|
-
"@atlaskit/lozenge": "^13.
|
|
56
|
+
"@atlaskit/link": "^3.3.0",
|
|
57
|
+
"@atlaskit/lozenge": "^13.3.0",
|
|
58
58
|
"@atlaskit/modal-dialog": "^14.9.0",
|
|
59
|
-
"@atlaskit/radio": "^8.
|
|
59
|
+
"@atlaskit/radio": "^8.4.0",
|
|
60
60
|
"@atlaskit/range": "^9.3.0",
|
|
61
|
-
"@atlaskit/section-message": "^8.
|
|
61
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
62
62
|
"@atlaskit/select": "^21.6.0",
|
|
63
63
|
"@atlaskit/textarea": "^8.2.0",
|
|
64
64
|
"@atlaskit/textfield": "^8.2.0",
|