@atlaskit/onboarding 14.5.5 → 14.5.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 +6 -0
- package/dist/cjs/components/node-resolver-spotlight-target.js +1 -1
- package/dist/cjs/components/spotlight-card.js +1 -1
- package/dist/cjs/styled/blanket.js +1 -1
- package/dist/cjs/styled/dialog.js +1 -1
- package/dist/cjs/styled/modal.js +1 -1
- package/dist/cjs/styled/target.js +1 -1
- package/dist/es2019/components/node-resolver-spotlight-target.js +1 -1
- package/dist/es2019/components/spotlight-card.js +1 -1
- package/dist/es2019/styled/blanket.js +1 -1
- package/dist/es2019/styled/dialog.js +1 -1
- package/dist/es2019/styled/modal.js +1 -1
- package/dist/es2019/styled/target.js +1 -1
- package/dist/esm/components/node-resolver-spotlight-target.js +1 -1
- package/dist/esm/components/spotlight-card.js +1 -1
- package/dist/esm/styled/blanket.js +1 -1
- package/dist/esm/styled/dialog.js +1 -1
- package/dist/esm/styled/modal.js +1 -1
- package/dist/esm/styled/target.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
package/dist/cjs/styled/modal.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./node-resolver-spotlight-target.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* node-resolver-spotlight-target.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import "./node-resolver-spotlight-target.compiled.css";
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* spotlight-card.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* spotlight-card.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
3
|
var _excluded = ["text", "key"];
|
|
4
4
|
import "./spotlight-card.compiled.css";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* dialog.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* dialog.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
4
4
|
var _excluded = ["alt"];
|
package/dist/esm/styled/modal.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* target.tsx generated by @compiled/babel-plugin v0.
|
|
1
|
+
/* target.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
3
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
4
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/onboarding",
|
|
3
|
-
"version": "14.5.
|
|
3
|
+
"version": "14.5.6",
|
|
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/"
|
|
@@ -54,16 +54,16 @@
|
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@atlaskit/button": "^23.10.0",
|
|
56
56
|
"@atlaskit/css": "^0.19.0",
|
|
57
|
-
"@atlaskit/ds-lib": "^
|
|
57
|
+
"@atlaskit/ds-lib": "^6.0.0",
|
|
58
58
|
"@atlaskit/heading": "^5.3.0",
|
|
59
59
|
"@atlaskit/layering": "^3.6.0",
|
|
60
60
|
"@atlaskit/modal-dialog": "^14.11.0",
|
|
61
|
-
"@atlaskit/motion": "^5.
|
|
61
|
+
"@atlaskit/motion": "^5.4.0",
|
|
62
62
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
63
63
|
"@atlaskit/popper": "^7.1.0",
|
|
64
64
|
"@atlaskit/portal": "^5.2.0",
|
|
65
65
|
"@atlaskit/primitives": "^18.0.0",
|
|
66
|
-
"@atlaskit/tokens": "^11.
|
|
66
|
+
"@atlaskit/tokens": "^11.1.0",
|
|
67
67
|
"@babel/runtime": "^7.0.0",
|
|
68
68
|
"@compiled/react": "^0.20.0",
|
|
69
69
|
"bind-event-listener": "^3.0.0",
|