@atlaskit/onboarding 14.6.0 → 14.6.1

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.
Files changed (68) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +4 -4
  3. package/types/package.json +5 -5
  4. package/dist/cjs/entry-points/modal-transition.js +0 -13
  5. package/dist/cjs/entry-points/modal.js +0 -13
  6. package/dist/cjs/entry-points/spotlight-card.js +0 -13
  7. package/dist/cjs/entry-points/spotlight-manager.js +0 -32
  8. package/dist/cjs/entry-points/spotlight-target.js +0 -13
  9. package/dist/cjs/entry-points/spotlight-transition.js +0 -20
  10. package/dist/cjs/entry-points/spotlight.js +0 -13
  11. package/dist/cjs/entry-points/target.js +0 -24
  12. package/dist/cjs/entry-points/theme.js +0 -18
  13. package/dist/cjs/entry-points/types.js +0 -1
  14. package/dist/cjs/entry-points/use-spotlight.js +0 -13
  15. package/dist/es2019/entry-points/modal-transition.js +0 -1
  16. package/dist/es2019/entry-points/modal.js +0 -1
  17. package/dist/es2019/entry-points/spotlight-card.js +0 -1
  18. package/dist/es2019/entry-points/spotlight-manager.js +0 -2
  19. package/dist/es2019/entry-points/spotlight-target.js +0 -1
  20. package/dist/es2019/entry-points/spotlight-transition.js +0 -2
  21. package/dist/es2019/entry-points/spotlight.js +0 -1
  22. package/dist/es2019/entry-points/target.js +0 -1
  23. package/dist/es2019/entry-points/theme.js +0 -1
  24. package/dist/es2019/entry-points/types.js +0 -0
  25. package/dist/es2019/entry-points/use-spotlight.js +0 -1
  26. package/dist/esm/entry-points/modal-transition.js +0 -1
  27. package/dist/esm/entry-points/modal.js +0 -1
  28. package/dist/esm/entry-points/spotlight-card.js +0 -1
  29. package/dist/esm/entry-points/spotlight-manager.js +0 -2
  30. package/dist/esm/entry-points/spotlight-target.js +0 -1
  31. package/dist/esm/entry-points/spotlight-transition.js +0 -2
  32. package/dist/esm/entry-points/spotlight.js +0 -1
  33. package/dist/esm/entry-points/target.js +0 -1
  34. package/dist/esm/entry-points/theme.js +0 -1
  35. package/dist/esm/entry-points/types.js +0 -0
  36. package/dist/esm/entry-points/use-spotlight.js +0 -1
  37. package/dist/types/entry-points/modal-transition.d.ts +0 -1
  38. package/dist/types/entry-points/modal.d.ts +0 -1
  39. package/dist/types/entry-points/spotlight-card.d.ts +0 -1
  40. package/dist/types/entry-points/spotlight-manager.d.ts +0 -3
  41. package/dist/types/entry-points/spotlight-target.d.ts +0 -1
  42. package/dist/types/entry-points/spotlight-transition.d.ts +0 -2
  43. package/dist/types/entry-points/spotlight.d.ts +0 -1
  44. package/dist/types/entry-points/target.d.ts +0 -1
  45. package/dist/types/entry-points/theme.d.ts +0 -1
  46. package/dist/types/entry-points/types.d.ts +0 -1
  47. package/dist/types/entry-points/use-spotlight.d.ts +0 -1
  48. package/dist/types-ts4.5/entry-points/modal-transition.d.ts +0 -1
  49. package/dist/types-ts4.5/entry-points/modal.d.ts +0 -1
  50. package/dist/types-ts4.5/entry-points/spotlight-card.d.ts +0 -1
  51. package/dist/types-ts4.5/entry-points/spotlight-manager.d.ts +0 -3
  52. package/dist/types-ts4.5/entry-points/spotlight-target.d.ts +0 -1
  53. package/dist/types-ts4.5/entry-points/spotlight-transition.d.ts +0 -2
  54. package/dist/types-ts4.5/entry-points/spotlight.d.ts +0 -1
  55. package/dist/types-ts4.5/entry-points/target.d.ts +0 -1
  56. package/dist/types-ts4.5/entry-points/theme.d.ts +0 -1
  57. package/dist/types-ts4.5/entry-points/types.d.ts +0 -1
  58. package/dist/types-ts4.5/entry-points/use-spotlight.d.ts +0 -1
  59. package/modal/package.json +0 -17
  60. package/modal-transition/package.json +0 -17
  61. package/spotlight/package.json +0 -17
  62. package/spotlight-card/package.json +0 -17
  63. package/spotlight-manager/package.json +0 -17
  64. package/spotlight-target/package.json +0 -17
  65. package/spotlight-transition/package.json +0 -17
  66. package/target/package.json +0 -17
  67. package/theme/package.json +0 -17
  68. package/use-spotlight/package.json +0 -17
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/onboarding
2
2
 
3
+ ## 14.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 14.6.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding",
3
- "version": "14.6.0",
3
+ "version": "14.6.1",
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/"
@@ -66,9 +66,9 @@
66
66
  "@atlaskit/css": "^0.19.0",
67
67
  "@atlaskit/ds-lib": "^7.0.0",
68
68
  "@atlaskit/heading": "^5.4.0",
69
- "@atlaskit/layering": "^3.6.0",
70
- "@atlaskit/modal-dialog": "^14.15.0",
71
- "@atlaskit/motion": "^5.6.0",
69
+ "@atlaskit/layering": "^3.7.0",
70
+ "@atlaskit/modal-dialog": "^14.18.0",
71
+ "@atlaskit/motion": "^6.0.0",
72
72
  "@atlaskit/platform-feature-flags": "^1.1.0",
73
73
  "@atlaskit/popper": "^7.2.0",
74
74
  "@atlaskit/portal": "^5.4.0",
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@atlaskit/onboarding/types",
3
- "main": "../dist/cjs/entry-points/types.js",
4
- "module": "../dist/esm/entry-points/types.js",
5
- "module:es2019": "../dist/es2019/entry-points/types.js",
3
+ "main": "../dist/cjs/types.js",
4
+ "module": "../dist/esm/types.js",
5
+ "module:es2019": "../dist/es2019/types.js",
6
6
  "sideEffects": [
7
7
  "**/*.compiled.css"
8
8
  ],
9
- "types": "../dist/types/entry-points/types.d.ts",
9
+ "types": "../dist/types/types.d.ts",
10
10
  "typesVersions": {
11
11
  ">=4.5 <5.9": {
12
12
  "*": [
13
- "../dist/types-ts4.5/entry-points/types.d.ts"
13
+ "../dist/types-ts4.5/types.d.ts"
14
14
  ]
15
15
  }
16
16
  }
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "default", {
8
- enumerable: true,
9
- get: function get() {
10
- return _modalTransition.default;
11
- }
12
- });
13
- var _modalTransition = _interopRequireDefault(require("../components/modal-transition"));
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "default", {
8
- enumerable: true,
9
- get: function get() {
10
- return _modal.default;
11
- }
12
- });
13
- var _modal = _interopRequireDefault(require("../components/modal"));
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "default", {
8
- enumerable: true,
9
- get: function get() {
10
- return _spotlightCard.default;
11
- }
12
- });
13
- var _spotlightCard = _interopRequireDefault(require("../components/spotlight-card"));
@@ -1,32 +0,0 @@
1
- "use strict";
2
-
3
- var _typeof = require("@babel/runtime/helpers/typeof");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "SpotlightConsumer", {
8
- enumerable: true,
9
- get: function get() {
10
- return _spotlightManager.SpotlightConsumer;
11
- }
12
- });
13
- Object.defineProperty(exports, "SpotlightContext", {
14
- enumerable: true,
15
- get: function get() {
16
- return _spotlightManager.SpotlightContext;
17
- }
18
- });
19
- Object.defineProperty(exports, "TargetConsumer", {
20
- enumerable: true,
21
- get: function get() {
22
- return _spotlightManager.TargetConsumer;
23
- }
24
- });
25
- Object.defineProperty(exports, "default", {
26
- enumerable: true,
27
- get: function get() {
28
- return _spotlightManager.default;
29
- }
30
- });
31
- var _spotlightManager = _interopRequireWildcard(require("../components/spotlight-manager"));
32
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "default", {
8
- enumerable: true,
9
- get: function get() {
10
- return _spotlightTarget.default;
11
- }
12
- });
13
- var _spotlightTarget = _interopRequireDefault(require("../components/spotlight-target"));
@@ -1,20 +0,0 @@
1
- "use strict";
2
-
3
- var _typeof = require("@babel/runtime/helpers/typeof");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "SpotlightTransitionConsumer", {
8
- enumerable: true,
9
- get: function get() {
10
- return _spotlightTransition.SpotlightTransitionConsumer;
11
- }
12
- });
13
- Object.defineProperty(exports, "default", {
14
- enumerable: true,
15
- get: function get() {
16
- return _spotlightTransition.default;
17
- }
18
- });
19
- var _spotlightTransition = _interopRequireWildcard(require("../components/spotlight-transition"));
20
- function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "default", {
8
- enumerable: true,
9
- get: function get() {
10
- return _spotlight.default;
11
- }
12
- });
13
- var _spotlight = _interopRequireDefault(require("../components/spotlight"));
@@ -1,24 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "Pulse", {
7
- enumerable: true,
8
- get: function get() {
9
- return _target.Pulse;
10
- }
11
- });
12
- Object.defineProperty(exports, "TargetInner", {
13
- enumerable: true,
14
- get: function get() {
15
- return _target.TargetInner;
16
- }
17
- });
18
- Object.defineProperty(exports, "TargetOverlay", {
19
- enumerable: true,
20
- get: function get() {
21
- return _target.TargetOverlay;
22
- }
23
- });
24
- var _target = require("../styled/target");
@@ -1,18 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "modalButtonTheme", {
7
- enumerable: true,
8
- get: function get() {
9
- return _theme.modalButtonTheme;
10
- }
11
- });
12
- Object.defineProperty(exports, "spotlightButtonTheme", {
13
- enumerable: true,
14
- get: function get() {
15
- return _theme.spotlightButtonTheme;
16
- }
17
- });
18
- var _theme = require("../components/theme");
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- Object.defineProperty(exports, "default", {
8
- enumerable: true,
9
- get: function get() {
10
- return _useSpotlight.default;
11
- }
12
- });
13
- var _useSpotlight = _interopRequireDefault(require("../components/use-spotlight"));
@@ -1 +0,0 @@
1
- export { default } from '../components/modal-transition';
@@ -1 +0,0 @@
1
- export { default } from '../components/modal';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight-card';
@@ -1,2 +0,0 @@
1
- export { SpotlightConsumer, SpotlightContext, TargetConsumer } from '../components/spotlight-manager';
2
- export { default } from '../components/spotlight-manager';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight-target';
@@ -1,2 +0,0 @@
1
- export { SpotlightTransitionConsumer } from '../components/spotlight-transition';
2
- export { default } from '../components/spotlight-transition';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight';
@@ -1 +0,0 @@
1
- export { Pulse, TargetInner, TargetOverlay } from '../styled/target';
@@ -1 +0,0 @@
1
- export { modalButtonTheme, spotlightButtonTheme } from '../components/theme';
File without changes
@@ -1 +0,0 @@
1
- export { default } from '../components/use-spotlight';
@@ -1 +0,0 @@
1
- export { default } from '../components/modal-transition';
@@ -1 +0,0 @@
1
- export { default } from '../components/modal';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight-card';
@@ -1,2 +0,0 @@
1
- export { SpotlightConsumer, SpotlightContext, TargetConsumer } from '../components/spotlight-manager';
2
- export { default } from '../components/spotlight-manager';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight-target';
@@ -1,2 +0,0 @@
1
- export { SpotlightTransitionConsumer } from '../components/spotlight-transition';
2
- export { default } from '../components/spotlight-transition';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight';
@@ -1 +0,0 @@
1
- export { Pulse, TargetInner, TargetOverlay } from '../styled/target';
@@ -1 +0,0 @@
1
- export { modalButtonTheme, spotlightButtonTheme } from '../components/theme';
File without changes
@@ -1 +0,0 @@
1
- export { default } from '../components/use-spotlight';
@@ -1 +0,0 @@
1
- export { default } from '../components/modal-transition';
@@ -1 +0,0 @@
1
- export { default } from '../components/modal';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight-card';
@@ -1,3 +0,0 @@
1
- export { SpotlightConsumer, SpotlightContext, TargetConsumer, } from '../components/spotlight-manager';
2
- export type { GetTargetRef, TargetRef } from '../components/spotlight-manager';
3
- export { default } from '../components/spotlight-manager';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight-target';
@@ -1,2 +0,0 @@
1
- export { SpotlightTransitionConsumer } from '../components/spotlight-transition';
2
- export { default } from '../components/spotlight-transition';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight';
@@ -1 +0,0 @@
1
- export { Pulse, TargetInner, TargetOverlay } from '../styled/target';
@@ -1 +0,0 @@
1
- export { modalButtonTheme, spotlightButtonTheme } from '../components/theme';
@@ -1 +0,0 @@
1
- export type { Actions, ScrollLogicalPosition, SpotlightCardProps, SpotlightProps } from '../types';
@@ -1 +0,0 @@
1
- export { default } from '../components/use-spotlight';
@@ -1 +0,0 @@
1
- export { default } from '../components/modal-transition';
@@ -1 +0,0 @@
1
- export { default } from '../components/modal';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight-card';
@@ -1,3 +0,0 @@
1
- export { SpotlightConsumer, SpotlightContext, TargetConsumer, } from '../components/spotlight-manager';
2
- export type { GetTargetRef, TargetRef } from '../components/spotlight-manager';
3
- export { default } from '../components/spotlight-manager';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight-target';
@@ -1,2 +0,0 @@
1
- export { SpotlightTransitionConsumer } from '../components/spotlight-transition';
2
- export { default } from '../components/spotlight-transition';
@@ -1 +0,0 @@
1
- export { default } from '../components/spotlight';
@@ -1 +0,0 @@
1
- export { Pulse, TargetInner, TargetOverlay } from '../styled/target';
@@ -1 +0,0 @@
1
- export { modalButtonTheme, spotlightButtonTheme } from '../components/theme';
@@ -1 +0,0 @@
1
- export type { Actions, ScrollLogicalPosition, SpotlightCardProps, SpotlightProps } from '../types';
@@ -1 +0,0 @@
1
- export { default } from '../components/use-spotlight';
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/modal",
3
- "main": "../dist/cjs/entry-points/modal.js",
4
- "module": "../dist/esm/entry-points/modal.js",
5
- "module:es2019": "../dist/es2019/entry-points/modal.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/modal.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/modal.d.ts"
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/modal-transition",
3
- "main": "../dist/cjs/entry-points/modal-transition.js",
4
- "module": "../dist/esm/entry-points/modal-transition.js",
5
- "module:es2019": "../dist/es2019/entry-points/modal-transition.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/modal-transition.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/modal-transition.d.ts"
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/spotlight",
3
- "main": "../dist/cjs/entry-points/spotlight.js",
4
- "module": "../dist/esm/entry-points/spotlight.js",
5
- "module:es2019": "../dist/es2019/entry-points/spotlight.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/spotlight.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/spotlight.d.ts"
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/spotlight-card",
3
- "main": "../dist/cjs/entry-points/spotlight-card.js",
4
- "module": "../dist/esm/entry-points/spotlight-card.js",
5
- "module:es2019": "../dist/es2019/entry-points/spotlight-card.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/spotlight-card.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/spotlight-card.d.ts"
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/spotlight-manager",
3
- "main": "../dist/cjs/entry-points/spotlight-manager.js",
4
- "module": "../dist/esm/entry-points/spotlight-manager.js",
5
- "module:es2019": "../dist/es2019/entry-points/spotlight-manager.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/spotlight-manager.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/spotlight-manager.d.ts"
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/spotlight-target",
3
- "main": "../dist/cjs/entry-points/spotlight-target.js",
4
- "module": "../dist/esm/entry-points/spotlight-target.js",
5
- "module:es2019": "../dist/es2019/entry-points/spotlight-target.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/spotlight-target.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/spotlight-target.d.ts"
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/spotlight-transition",
3
- "main": "../dist/cjs/entry-points/spotlight-transition.js",
4
- "module": "../dist/esm/entry-points/spotlight-transition.js",
5
- "module:es2019": "../dist/es2019/entry-points/spotlight-transition.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/spotlight-transition.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/spotlight-transition.d.ts"
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/target",
3
- "main": "../dist/cjs/entry-points/target.js",
4
- "module": "../dist/esm/entry-points/target.js",
5
- "module:es2019": "../dist/es2019/entry-points/target.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/target.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/target.d.ts"
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/theme",
3
- "main": "../dist/cjs/entry-points/theme.js",
4
- "module": "../dist/esm/entry-points/theme.js",
5
- "module:es2019": "../dist/es2019/entry-points/theme.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/theme.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/theme.d.ts"
14
- ]
15
- }
16
- }
17
- }
@@ -1,17 +0,0 @@
1
- {
2
- "name": "@atlaskit/onboarding/use-spotlight",
3
- "main": "../dist/cjs/entry-points/use-spotlight.js",
4
- "module": "../dist/esm/entry-points/use-spotlight.js",
5
- "module:es2019": "../dist/es2019/entry-points/use-spotlight.js",
6
- "sideEffects": [
7
- "**/*.compiled.css"
8
- ],
9
- "types": "../dist/types/entry-points/use-spotlight.d.ts",
10
- "typesVersions": {
11
- ">=4.5 <5.9": {
12
- "*": [
13
- "../dist/types-ts4.5/entry-points/use-spotlight.d.ts"
14
- ]
15
- }
16
- }
17
- }