@atlaskit/quiz-widget 2.2.5 → 2.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
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/quiz-widget
|
|
2
2
|
|
|
3
|
+
## 2.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#178053](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/178053)
|
|
8
|
+
[`cb318c8c28c26`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb318c8c28c26) -
|
|
9
|
+
Internal changes to typography.
|
|
10
|
+
|
|
3
11
|
## 2.2.5
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -25,7 +25,7 @@ var Quiz = exports.Quiz = _styled.default.div({
|
|
|
25
25
|
var QuizName = exports.QuizName = _styled.default.div({
|
|
26
26
|
margin: '3px 0',
|
|
27
27
|
fontSize: '24px',
|
|
28
|
-
fontWeight: 500,
|
|
28
|
+
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
29
29
|
paddingLeft: "var(--ds-space-250, 20px)"
|
|
30
30
|
});
|
|
31
31
|
|
|
@@ -80,7 +80,7 @@ var NavQuiz = exports.NavQuiz = _styled.default.div({
|
|
|
80
80
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
81
81
|
var NavAction = exports.NavAction = _styled.default.span({
|
|
82
82
|
fontSize: '14px',
|
|
83
|
-
fontWeight: 500,
|
|
83
|
+
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
84
84
|
display: 'flex',
|
|
85
85
|
alignItems: 'center'
|
|
86
86
|
});
|
|
@@ -93,7 +93,7 @@ var Score = exports.Score = _styled.default.div({
|
|
|
93
93
|
display: 'flex',
|
|
94
94
|
flexDirection: 'column',
|
|
95
95
|
textAlign: 'start',
|
|
96
|
-
fontWeight: 400,
|
|
96
|
+
fontWeight: "var(--ds-font-weight-regular, 400)",
|
|
97
97
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space -- needs manual remediation
|
|
98
98
|
gap: '5px'
|
|
99
99
|
});
|
|
@@ -17,7 +17,7 @@ export const Quiz = styled.div({
|
|
|
17
17
|
export const QuizName = styled.div({
|
|
18
18
|
margin: '3px 0',
|
|
19
19
|
fontSize: '24px',
|
|
20
|
-
fontWeight: 500,
|
|
20
|
+
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
21
21
|
paddingLeft: "var(--ds-space-250, 20px)"
|
|
22
22
|
});
|
|
23
23
|
|
|
@@ -72,7 +72,7 @@ export const NavQuiz = styled.div({
|
|
|
72
72
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
73
73
|
export const NavAction = styled.span({
|
|
74
74
|
fontSize: '14px',
|
|
75
|
-
fontWeight: 500,
|
|
75
|
+
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
76
76
|
display: 'flex',
|
|
77
77
|
alignItems: 'center'
|
|
78
78
|
});
|
|
@@ -85,7 +85,7 @@ export const Score = styled.div({
|
|
|
85
85
|
display: 'flex',
|
|
86
86
|
flexDirection: 'column',
|
|
87
87
|
textAlign: 'start',
|
|
88
|
-
fontWeight: 400,
|
|
88
|
+
fontWeight: "var(--ds-font-weight-regular, 400)",
|
|
89
89
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space -- needs manual remediation
|
|
90
90
|
gap: '5px'
|
|
91
91
|
});
|
|
@@ -17,7 +17,7 @@ export var Quiz = styled.div({
|
|
|
17
17
|
export var QuizName = styled.div({
|
|
18
18
|
margin: '3px 0',
|
|
19
19
|
fontSize: '24px',
|
|
20
|
-
fontWeight: 500,
|
|
20
|
+
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
21
21
|
paddingLeft: "var(--ds-space-250, 20px)"
|
|
22
22
|
});
|
|
23
23
|
|
|
@@ -72,7 +72,7 @@ export var NavQuiz = styled.div({
|
|
|
72
72
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
73
73
|
export var NavAction = styled.span({
|
|
74
74
|
fontSize: '14px',
|
|
75
|
-
fontWeight: 500,
|
|
75
|
+
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
76
76
|
display: 'flex',
|
|
77
77
|
alignItems: 'center'
|
|
78
78
|
});
|
|
@@ -85,7 +85,7 @@ export var Score = styled.div({
|
|
|
85
85
|
display: 'flex',
|
|
86
86
|
flexDirection: 'column',
|
|
87
87
|
textAlign: 'start',
|
|
88
|
-
fontWeight: 400,
|
|
88
|
+
fontWeight: "var(--ds-font-weight-regular, 400)",
|
|
89
89
|
// eslint-disable-next-line @atlaskit/design-system/use-tokens-space -- needs manual remediation
|
|
90
90
|
gap: '5px'
|
|
91
91
|
});
|