@atlaskit/checkbox 13.1.4 → 13.1.5
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 +6 -0
- package/dist/cjs/checkbox.js +1 -1
- package/dist/cjs/internal/label.js +1 -2
- package/dist/es2019/checkbox.js +1 -1
- package/dist/es2019/internal/label.js +1 -2
- package/dist/esm/checkbox.js +1 -1
- package/dist/esm/internal/label.js +1 -2
- package/package.json +2 -2
- package/dist/cjs/internal/constants.js +0 -8
- package/dist/es2019/internal/constants.js +0 -2
- package/dist/esm/internal/constants.js +0 -2
- package/dist/types/internal/constants.d.ts +0 -1
- package/dist/types-ts4.5/internal/constants.d.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/checkbox
|
|
2
2
|
|
|
3
|
+
## 13.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#89923](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89923) [`32bc9f9f09b3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32bc9f9f09b3) - Internal changes to typography, no visual change.
|
|
8
|
+
|
|
3
9
|
## 13.1.4
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/cjs/checkbox.js
CHANGED
|
@@ -164,7 +164,7 @@ var Checkbox = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef
|
|
|
164
164
|
analyticsData: analyticsContext,
|
|
165
165
|
componentName: 'checkbox',
|
|
166
166
|
packageName: "@atlaskit/checkbox",
|
|
167
|
-
packageVersion: "13.1.
|
|
167
|
+
packageVersion: "13.1.5"
|
|
168
168
|
});
|
|
169
169
|
var internalRef = (0, _react.useRef)(null);
|
|
170
170
|
var mergedRefs = (0, _mergeRefs.default)([internalRef, ref]);
|
|
@@ -7,7 +7,6 @@ exports.default = Label;
|
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
8
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
9
9
|
var _colors = require("@atlaskit/theme/colors");
|
|
10
|
-
var _constants = require("./constants");
|
|
11
10
|
/** @jsx jsx */
|
|
12
11
|
|
|
13
12
|
var baseStyles = (0, _react.css)({
|
|
@@ -16,7 +15,7 @@ var baseStyles = (0, _react.css)({
|
|
|
16
15
|
gridAutoRows: 'min-content',
|
|
17
16
|
color: "var(--ds-text, ".concat(_colors.N900, ")"),
|
|
18
17
|
cursor: 'default',
|
|
19
|
-
|
|
18
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
|
|
20
19
|
});
|
|
21
20
|
var textLabelLayoutStyles = (0, _react.css)({
|
|
22
21
|
gap: "var(--ds-space-0, 0px)".concat(" ", "var(--ds-space-050, 4px)"),
|
package/dist/es2019/checkbox.js
CHANGED
|
@@ -148,7 +148,7 @@ const Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(pr
|
|
|
148
148
|
analyticsData: analyticsContext,
|
|
149
149
|
componentName: 'checkbox',
|
|
150
150
|
packageName: "@atlaskit/checkbox",
|
|
151
|
-
packageVersion: "13.1.
|
|
151
|
+
packageVersion: "13.1.5"
|
|
152
152
|
});
|
|
153
153
|
const internalRef = useRef(null);
|
|
154
154
|
const mergedRefs = mergeRefs([internalRef, ref]);
|
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
import { css, jsx } from '@emotion/react';
|
|
3
3
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
4
4
|
import { B200, B300, B400, B50, N10, N100, N20, N30, N40, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
|
|
5
|
-
import { fontFamily } from './constants';
|
|
6
5
|
const baseStyles = css({
|
|
7
6
|
display: 'grid',
|
|
8
7
|
gridAutoColumns: '1fr',
|
|
9
8
|
gridAutoRows: 'min-content',
|
|
10
9
|
color: `var(--ds-text, ${N900})`,
|
|
11
10
|
cursor: 'default',
|
|
12
|
-
|
|
11
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
|
|
13
12
|
});
|
|
14
13
|
const textLabelLayoutStyles = css({
|
|
15
14
|
gap: `${"var(--ds-space-0, 0px)"} ${"var(--ds-space-050, 4px)"}`,
|
package/dist/esm/checkbox.js
CHANGED
|
@@ -157,7 +157,7 @@ var Checkbox = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Checkbox(prop
|
|
|
157
157
|
analyticsData: analyticsContext,
|
|
158
158
|
componentName: 'checkbox',
|
|
159
159
|
packageName: "@atlaskit/checkbox",
|
|
160
|
-
packageVersion: "13.1.
|
|
160
|
+
packageVersion: "13.1.5"
|
|
161
161
|
});
|
|
162
162
|
var internalRef = useRef(null);
|
|
163
163
|
var mergedRefs = mergeRefs([internalRef, ref]);
|
|
@@ -2,14 +2,13 @@
|
|
|
2
2
|
import { css, jsx } from '@emotion/react';
|
|
3
3
|
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
4
4
|
import { B200, B300, B400, B50, N10, N100, N20, N30, N40, N70, N80, N900, R300 } from '@atlaskit/theme/colors';
|
|
5
|
-
import { fontFamily } from './constants';
|
|
6
5
|
var baseStyles = css({
|
|
7
6
|
display: 'grid',
|
|
8
7
|
gridAutoColumns: '1fr',
|
|
9
8
|
gridAutoRows: 'min-content',
|
|
10
9
|
color: "var(--ds-text, ".concat(N900, ")"),
|
|
11
10
|
cursor: 'default',
|
|
12
|
-
|
|
11
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)"
|
|
13
12
|
});
|
|
14
13
|
var textLabelLayoutStyles = css({
|
|
15
14
|
gap: "var(--ds-space-0, 0px)".concat(" ", "var(--ds-space-050, 4px)"),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/checkbox",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.5",
|
|
4
4
|
"description": "A checkbox is an input control that allows a user to select one or more options from a number of choices.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@atlaskit/icon": "^22.1.0",
|
|
43
43
|
"@atlaskit/platform-feature-flags": "^0.2.0",
|
|
44
44
|
"@atlaskit/theme": "^12.7.0",
|
|
45
|
-
"@atlaskit/tokens": "^1.
|
|
45
|
+
"@atlaskit/tokens": "^1.43.0",
|
|
46
46
|
"@babel/runtime": "^7.0.0",
|
|
47
47
|
"@emotion/react": "^11.7.1"
|
|
48
48
|
},
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const fontFamily: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const fontFamily: string;
|