@atlaskit/onboarding 14.5.3 → 14.5.4
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 +8 -0
- package/dist/cjs/components/clone.js +1 -3
- package/dist/cjs/components/spotlight-dialog.js +1 -3
- package/dist/cjs/components/spotlight-inner.js +1 -3
- package/dist/cjs/components/spotlight-manager.js +1 -2
- package/dist/es2019/components/clone.js +1 -3
- package/dist/es2019/components/spotlight-dialog.js +1 -3
- package/dist/es2019/components/spotlight-inner.js +1 -3
- package/dist/es2019/components/spotlight-manager.js +1 -2
- package/dist/esm/components/clone.js +1 -3
- package/dist/esm/components/spotlight-dialog.js +1 -3
- package/dist/esm/components/spotlight-inner.js +1 -3
- package/dist/esm/components/spotlight-manager.js +1 -2
- package/dist/types/styled/modal.d.ts +1 -1
- package/dist/types-ts4.5/styled/modal.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/onboarding
|
|
2
2
|
|
|
3
|
+
## 14.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5db9e3f21a52f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5db9e3f21a52f) -
|
|
8
|
+
Internal refactoring
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 14.5.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -55,9 +55,7 @@ var Clone = function Clone(props) {
|
|
|
55
55
|
"data-testid": testId,
|
|
56
56
|
pulse: pulse,
|
|
57
57
|
bgColor: targetBgColor,
|
|
58
|
-
radius: targetRadius
|
|
59
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
60
|
-
,
|
|
58
|
+
radius: targetRadius,
|
|
61
59
|
style: style
|
|
62
60
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
63
61
|
dangerouslySetInnerHTML: {
|
|
@@ -127,9 +127,7 @@ var SpotlightDialogComponent = /*#__PURE__*/function (_Component) {
|
|
|
127
127
|
disabled: focusLockDisabled,
|
|
128
128
|
returnFocus: false,
|
|
129
129
|
autoFocus: true
|
|
130
|
-
}, /*#__PURE__*/_react.default.createElement(_compiled.Box
|
|
131
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
132
|
-
, {
|
|
130
|
+
}, /*#__PURE__*/_react.default.createElement(_compiled.Box, {
|
|
133
131
|
style: style,
|
|
134
132
|
ref: ref,
|
|
135
133
|
"aria-modal": true,
|
|
@@ -168,9 +168,7 @@ var SpotlightInner = /*#__PURE__*/function (_React$Component) {
|
|
|
168
168
|
ref: ref
|
|
169
169
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
170
170
|
,
|
|
171
|
-
className: className
|
|
172
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
|
|
173
|
-
,
|
|
171
|
+
className: className,
|
|
174
172
|
style: style
|
|
175
173
|
}, /*#__PURE__*/_react.default.createElement(_spotlightDialog.default, {
|
|
176
174
|
testId: "".concat(testId, "--dialog"),
|
|
@@ -150,8 +150,7 @@ var SpotlightManager = exports.default = /*#__PURE__*/function (_PureComponent)
|
|
|
150
150
|
ref: ref
|
|
151
151
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
152
152
|
,
|
|
153
|
-
className: className
|
|
154
|
-
/* eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766 */,
|
|
153
|
+
className: className,
|
|
155
154
|
style: style,
|
|
156
155
|
isTinted: blanketIsTinted,
|
|
157
156
|
onBlanketClicked: onBlanketClicked
|
|
@@ -47,9 +47,7 @@ const Clone = props => {
|
|
|
47
47
|
"data-testid": testId,
|
|
48
48
|
pulse: pulse,
|
|
49
49
|
bgColor: targetBgColor,
|
|
50
|
-
radius: targetRadius
|
|
51
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
52
|
-
,
|
|
50
|
+
radius: targetRadius,
|
|
53
51
|
style: style
|
|
54
52
|
}, /*#__PURE__*/React.createElement("div", {
|
|
55
53
|
dangerouslySetInnerHTML: {
|
|
@@ -99,9 +99,7 @@ class SpotlightDialogComponent extends Component {
|
|
|
99
99
|
disabled: focusLockDisabled,
|
|
100
100
|
returnFocus: false,
|
|
101
101
|
autoFocus: true
|
|
102
|
-
}, /*#__PURE__*/React.createElement(Box
|
|
103
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
104
|
-
, {
|
|
102
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
105
103
|
style: style,
|
|
106
104
|
ref: ref,
|
|
107
105
|
"aria-modal": true,
|
|
@@ -138,9 +138,7 @@ class SpotlightInner extends React.Component {
|
|
|
138
138
|
ref: ref
|
|
139
139
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
140
140
|
,
|
|
141
|
-
className: className
|
|
142
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
|
|
143
|
-
,
|
|
141
|
+
className: className,
|
|
144
142
|
style: style
|
|
145
143
|
}, /*#__PURE__*/React.createElement(SpotlightDialog, {
|
|
146
144
|
testId: `${testId}--dialog`,
|
|
@@ -115,8 +115,7 @@ export default class SpotlightManager extends PureComponent {
|
|
|
115
115
|
ref: ref
|
|
116
116
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
117
117
|
,
|
|
118
|
-
className: className
|
|
119
|
-
/* eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766 */,
|
|
118
|
+
className: className,
|
|
120
119
|
style: style,
|
|
121
120
|
isTinted: blanketIsTinted,
|
|
122
121
|
onBlanketClicked: onBlanketClicked
|
|
@@ -47,9 +47,7 @@ var Clone = function Clone(props) {
|
|
|
47
47
|
"data-testid": testId,
|
|
48
48
|
pulse: pulse,
|
|
49
49
|
bgColor: targetBgColor,
|
|
50
|
-
radius: targetRadius
|
|
51
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
52
|
-
,
|
|
50
|
+
radius: targetRadius,
|
|
53
51
|
style: style
|
|
54
52
|
}, /*#__PURE__*/React.createElement("div", {
|
|
55
53
|
dangerouslySetInnerHTML: {
|
|
@@ -118,9 +118,7 @@ var SpotlightDialogComponent = /*#__PURE__*/function (_Component) {
|
|
|
118
118
|
disabled: focusLockDisabled,
|
|
119
119
|
returnFocus: false,
|
|
120
120
|
autoFocus: true
|
|
121
|
-
}, /*#__PURE__*/React.createElement(Box
|
|
122
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
123
|
-
, {
|
|
121
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
124
122
|
style: style,
|
|
125
123
|
ref: ref,
|
|
126
124
|
"aria-modal": true,
|
|
@@ -161,9 +161,7 @@ var SpotlightInner = /*#__PURE__*/function (_React$Component) {
|
|
|
161
161
|
ref: ref
|
|
162
162
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
163
163
|
,
|
|
164
|
-
className: className
|
|
165
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
|
|
166
|
-
,
|
|
164
|
+
className: className,
|
|
167
165
|
style: style
|
|
168
166
|
}, /*#__PURE__*/React.createElement(SpotlightDialog, {
|
|
169
167
|
testId: "".concat(testId, "--dialog"),
|
|
@@ -143,8 +143,7 @@ var SpotlightManager = /*#__PURE__*/function (_PureComponent) {
|
|
|
143
143
|
ref: ref
|
|
144
144
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
|
|
145
145
|
,
|
|
146
|
-
className: className
|
|
147
|
-
/* eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766 */,
|
|
146
|
+
className: className,
|
|
148
147
|
style: style,
|
|
149
148
|
isTinted: blanketIsTinted,
|
|
150
149
|
onBlanketClicked: onBlanketClicked
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/onboarding",
|
|
3
|
-
"version": "14.5.
|
|
3
|
+
"version": "14.5.4",
|
|
4
4
|
"description": "An onboarding spotlight introduces new features to users through focused messages or multi-step tours.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -55,9 +55,9 @@
|
|
|
55
55
|
"@atlaskit/button": "^23.9.0",
|
|
56
56
|
"@atlaskit/css": "^0.19.0",
|
|
57
57
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
58
|
-
"@atlaskit/heading": "^5.
|
|
58
|
+
"@atlaskit/heading": "^5.3.0",
|
|
59
59
|
"@atlaskit/layering": "^3.6.0",
|
|
60
|
-
"@atlaskit/modal-dialog": "^14.
|
|
60
|
+
"@atlaskit/modal-dialog": "^14.11.0",
|
|
61
61
|
"@atlaskit/motion": "^5.3.0",
|
|
62
62
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
63
63
|
"@atlaskit/popper": "^7.1.0",
|