@atlaskit/form 14.2.5 → 14.2.6
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
package/dist/cjs/label.js
CHANGED
|
@@ -29,7 +29,7 @@ var Label = exports.Label = function Label(_ref) {
|
|
|
29
29
|
id: id,
|
|
30
30
|
htmlFor: htmlFor,
|
|
31
31
|
"data-testid": testId,
|
|
32
|
-
className: (0, _runtime.ax)(["_11c8dcr7 _1e0c1o8l
|
|
32
|
+
className: (0, _runtime.ax)(["_11c8dcr7 _1e0c1o8l _syazazsu _k48pmoej _6rth1b66 _1pfhze3t"])
|
|
33
33
|
}, children);
|
|
34
34
|
};
|
|
35
35
|
|
|
@@ -41,6 +41,6 @@ var Label = exports.Label = function Label(_ref) {
|
|
|
41
41
|
var Legend = exports.Legend = function Legend(_ref2) {
|
|
42
42
|
var children = _ref2.children;
|
|
43
43
|
return /*#__PURE__*/React.createElement("legend", {
|
|
44
|
-
className: (0, _runtime.ax)(["_11c8dcr7 _1e0c1o8l
|
|
44
|
+
className: (0, _runtime.ax)(["_11c8dcr7 _1e0c1o8l _syazazsu _k48pmoej _6rth1b66 _1pfhze3t"])
|
|
45
45
|
}, children);
|
|
46
46
|
};
|
package/dist/es2019/label.js
CHANGED
|
@@ -21,7 +21,7 @@ export const Label = ({
|
|
|
21
21
|
id: id,
|
|
22
22
|
htmlFor: htmlFor,
|
|
23
23
|
"data-testid": testId,
|
|
24
|
-
className: ax(["_11c8dcr7 _1e0c1o8l
|
|
24
|
+
className: ax(["_11c8dcr7 _1e0c1o8l _syazazsu _k48pmoej _6rth1b66 _1pfhze3t"])
|
|
25
25
|
}, children);
|
|
26
26
|
|
|
27
27
|
/**
|
|
@@ -33,6 +33,6 @@ export const Legend = ({
|
|
|
33
33
|
children
|
|
34
34
|
}) => {
|
|
35
35
|
return /*#__PURE__*/React.createElement("legend", {
|
|
36
|
-
className: ax(["_11c8dcr7 _1e0c1o8l
|
|
36
|
+
className: ax(["_11c8dcr7 _1e0c1o8l _syazazsu _k48pmoej _6rth1b66 _1pfhze3t"])
|
|
37
37
|
}, children);
|
|
38
38
|
};
|
package/dist/esm/label.js
CHANGED
|
@@ -21,7 +21,7 @@ export var Label = function Label(_ref) {
|
|
|
21
21
|
id: id,
|
|
22
22
|
htmlFor: htmlFor,
|
|
23
23
|
"data-testid": testId,
|
|
24
|
-
className: ax(["_11c8dcr7 _1e0c1o8l
|
|
24
|
+
className: ax(["_11c8dcr7 _1e0c1o8l _syazazsu _k48pmoej _6rth1b66 _1pfhze3t"])
|
|
25
25
|
}, children);
|
|
26
26
|
};
|
|
27
27
|
|
|
@@ -33,6 +33,6 @@ export var Label = function Label(_ref) {
|
|
|
33
33
|
export var Legend = function Legend(_ref2) {
|
|
34
34
|
var children = _ref2.children;
|
|
35
35
|
return /*#__PURE__*/React.createElement("legend", {
|
|
36
|
-
className: ax(["_11c8dcr7 _1e0c1o8l
|
|
36
|
+
className: ax(["_11c8dcr7 _1e0c1o8l _syazazsu _k48pmoej _6rth1b66 _1pfhze3t"])
|
|
37
37
|
}, children);
|
|
38
38
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/form",
|
|
3
|
-
"version": "14.2.
|
|
3
|
+
"version": "14.2.6",
|
|
4
4
|
"description": "A form allows users to input information.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@atlaskit/css": "^0.15.0",
|
|
29
29
|
"@atlaskit/ds-lib": "^5.2.0",
|
|
30
30
|
"@atlaskit/heading": "^5.2.0",
|
|
31
|
-
"@atlaskit/icon": "^
|
|
31
|
+
"@atlaskit/icon": "^29.0.0",
|
|
32
32
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
33
33
|
"@atlaskit/primitives": "^16.1.0",
|
|
34
34
|
"@atlaskit/tokens": "^8.0.0",
|