@atlaskit/radio 8.4.0 → 8.4.1
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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._14mj1qll:after{border-radius:var(--ds-radius-full,50%)}
|
|
4
4
|
._16r2ucr4:after{background:var(--radio-dot-color)}
|
|
5
5
|
._18s8ze3t{margin:var(--ds-space-0,0)}
|
package/dist/cjs/radio.js
CHANGED
|
@@ -55,7 +55,7 @@ var InnerRadio = /*#__PURE__*/(0, _react.forwardRef)(function Radio(props, ref)
|
|
|
55
55
|
return /*#__PURE__*/React.createElement("label", {
|
|
56
56
|
"data-testid": testId && "".concat(testId, "--radio-label"),
|
|
57
57
|
"data-disabled": isDisabled ? 'true' : undefined,
|
|
58
|
-
className: (0, _runtime.ax)(["
|
|
58
|
+
className: (0, _runtime.ax)(["_11c8fhey _1e0c1txw _vchhusvi _kqswh2mm _4cvr1y6m _syazovqm _mqf87wap _g7st13gf"]),
|
|
59
59
|
style: {
|
|
60
60
|
"--_5xk3r4": (0, _runtime.ix)("var(--ds-text, ".concat(_colors.N900, ")")),
|
|
61
61
|
"--_1ynhf1h": (0, _runtime.ix)("var(--ds-text-disabled, ".concat(_colors.N80, ")"))
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._14mj1qll:after{border-radius:var(--ds-radius-full,50%)}
|
|
4
4
|
._16r2ucr4:after{background:var(--radio-dot-color)}
|
|
5
5
|
._18s8ze3t{margin:var(--ds-space-0,0)}
|
package/dist/es2019/radio.js
CHANGED
|
@@ -44,7 +44,7 @@ const InnerRadio = /*#__PURE__*/forwardRef(function Radio(props, ref) {
|
|
|
44
44
|
return /*#__PURE__*/React.createElement("label", {
|
|
45
45
|
"data-testid": testId && `${testId}--radio-label`,
|
|
46
46
|
"data-disabled": isDisabled ? 'true' : undefined,
|
|
47
|
-
className: ax(["
|
|
47
|
+
className: ax(["_11c8fhey _1e0c1txw _vchhusvi _kqswh2mm _4cvr1y6m _syazj3m3 _mqf81tvo _g7st13gf"])
|
|
48
48
|
}, /*#__PURE__*/React.createElement("input", _extends({}, rest, {
|
|
49
49
|
// It is necessary only for Safari. It allows to render focus styles.
|
|
50
50
|
tabIndex: 0,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._14mj1qll:after{border-radius:var(--ds-radius-full,50%)}
|
|
4
4
|
._16r2ucr4:after{background:var(--radio-dot-color)}
|
|
5
5
|
._18s8ze3t{margin:var(--ds-space-0,0)}
|
package/dist/esm/radio.js
CHANGED
|
@@ -47,7 +47,7 @@ var InnerRadio = /*#__PURE__*/forwardRef(function Radio(props, ref) {
|
|
|
47
47
|
return /*#__PURE__*/React.createElement("label", {
|
|
48
48
|
"data-testid": testId && "".concat(testId, "--radio-label"),
|
|
49
49
|
"data-disabled": isDisabled ? 'true' : undefined,
|
|
50
|
-
className: ax(["
|
|
50
|
+
className: ax(["_11c8fhey _1e0c1txw _vchhusvi _kqswh2mm _4cvr1y6m _syazovqm _mqf87wap _g7st13gf"]),
|
|
51
51
|
style: {
|
|
52
52
|
"--_5xk3r4": ix("var(--ds-text, ".concat(N900, ")")),
|
|
53
53
|
"--_1ynhf1h": ix("var(--ds-text-disabled, ".concat(N80, ")"))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/radio",
|
|
3
|
-
"version": "8.4.
|
|
3
|
+
"version": "8.4.1",
|
|
4
4
|
"description": "A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
39
|
"@atlaskit/theme": "^21.0.0",
|
|
40
|
-
"@atlaskit/tokens": "^
|
|
40
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
42
42
|
"@compiled/react": "^0.18.6"
|
|
43
43
|
},
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"@af/visual-regression": "workspace:^",
|
|
51
51
|
"@atlaskit/button": "^23.9.0",
|
|
52
52
|
"@atlaskit/checkbox": "^17.3.0",
|
|
53
|
-
"@atlaskit/docs": "^11.
|
|
54
|
-
"@atlaskit/form": "^15.
|
|
53
|
+
"@atlaskit/docs": "^11.3.0",
|
|
54
|
+
"@atlaskit/form": "^15.3.0",
|
|
55
55
|
"@atlaskit/link": "^3.3.0",
|
|
56
|
-
"@atlaskit/primitives": "^17.
|
|
57
|
-
"@atlaskit/section-message": "^8.
|
|
56
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
57
|
+
"@atlaskit/section-message": "^8.12.0",
|
|
58
58
|
"@atlassian/ssr-tests": "workspace:^",
|
|
59
|
-
"@testing-library/react": "^
|
|
59
|
+
"@testing-library/react": "^16.3.0",
|
|
60
60
|
"@testing-library/user-event": "^14.4.3",
|
|
61
61
|
"jscodeshift": "^17.0.0",
|
|
62
62
|
"react-dom": "^18.2.0"
|