@atlaskit/textfield 6.7.0 → 6.7.2
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 +14 -0
- package/dist/cjs/styles.js +1 -0
- package/dist/cjs/text-field.js +1 -1
- package/dist/es2019/styles.js +1 -0
- package/dist/es2019/text-field.js +1 -1
- package/dist/esm/styles.js +1 -0
- package/dist/esm/text-field.js +1 -1
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/textfield
|
|
2
2
|
|
|
3
|
+
## 6.7.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#103999](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/103999)
|
|
8
|
+
[`9f62ecec4d422`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9f62ecec4d422) -
|
|
9
|
+
Update dependencies.
|
|
10
|
+
|
|
11
|
+
## 6.7.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 6.7.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/dist/cjs/styles.js
CHANGED
|
@@ -133,6 +133,7 @@ var inputStyles = exports.inputStyles = function inputStyles() {
|
|
|
133
133
|
fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)"
|
|
134
134
|
}, _primitives.media.above.xs, {
|
|
135
135
|
// Reapply the monospaced font family as the font declaration in a breakpoint on the root will override it otherwise
|
|
136
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
136
137
|
fontFamily: (0, _platformFeatureFlags.fg)('platform_design_system_team_safari_input_fix') ? "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)" : undefined
|
|
137
138
|
}),
|
|
138
139
|
'&[data-compact]': {
|
package/dist/cjs/text-field.js
CHANGED
package/dist/es2019/styles.js
CHANGED
|
@@ -120,6 +120,7 @@ export const inputStyles = () => ({
|
|
|
120
120
|
fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)",
|
|
121
121
|
[media.above.xs]: {
|
|
122
122
|
// Reapply the monospaced font family as the font declaration in a breakpoint on the root will override it otherwise
|
|
123
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
123
124
|
fontFamily: fg('platform_design_system_team_safari_input_fix') ? "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)" : undefined
|
|
124
125
|
}
|
|
125
126
|
},
|
package/dist/esm/styles.js
CHANGED
|
@@ -126,6 +126,7 @@ export var inputStyles = function inputStyles() {
|
|
|
126
126
|
fontFamily: "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)"
|
|
127
127
|
}, media.above.xs, {
|
|
128
128
|
// Reapply the monospaced font family as the font declaration in a breakpoint on the root will override it otherwise
|
|
129
|
+
// eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
|
|
129
130
|
fontFamily: fg('platform_design_system_team_safari_input_fix') ? "var(--ds-font-family-code, ui-monospace, Menlo, \"Segoe UI Mono\", \"Ubuntu Mono\", monospace)" : undefined
|
|
130
131
|
}),
|
|
131
132
|
'&[data-compact]': {
|
package/dist/esm/text-field.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/textfield",
|
|
3
|
-
"version": "6.7.
|
|
3
|
+
"version": "6.7.2",
|
|
4
4
|
"description": "A text field is an input that allows a user to write or edit text.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@atlaskit/analytics-next": "^10.
|
|
28
|
+
"@atlaskit/analytics-next": "^10.2.0",
|
|
29
29
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
30
30
|
"@atlaskit/primitives": "^13.3.0",
|
|
31
31
|
"@atlaskit/theme": "^14.0.0",
|
|
32
|
-
"@atlaskit/tokens": "^
|
|
32
|
+
"@atlaskit/tokens": "^3.1.0",
|
|
33
33
|
"@babel/runtime": "^7.0.0",
|
|
34
34
|
"@emotion/react": "^11.7.1"
|
|
35
35
|
},
|
|
@@ -50,8 +50,7 @@
|
|
|
50
50
|
"jscodeshift": "^0.13.0",
|
|
51
51
|
"react-dom": "^16.8.0",
|
|
52
52
|
"storybook-addon-performance": "^0.17.3",
|
|
53
|
-
"typescript": "~5.4.2"
|
|
54
|
-
"wait-for-expect": "^1.2.0"
|
|
53
|
+
"typescript": "~5.4.2"
|
|
55
54
|
},
|
|
56
55
|
"keywords": [
|
|
57
56
|
"atlaskit",
|