@atlaskit/spotlight 0.0.3 → 0.0.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/spotlight
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
@@ -1,8 +1,8 @@
1
1
  /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./index.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
- import React, { forwardRef } from "react";
5
- import { Flex } from "@atlaskit/primitives/compiled";
4
+ import React, { forwardRef } from 'react';
5
+ import { Flex } from '@atlaskit/primitives/compiled';
6
6
  const styles = {
7
7
  root: "_bozgpxbi _y4tiutpp _1q51utpp _85i5utpp"
8
8
  };
@@ -1,8 +1,8 @@
1
1
  /* index.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./index.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
- import React, { forwardRef } from "react";
5
- import { Flex } from "@atlaskit/primitives/compiled";
4
+ import React, { forwardRef } from 'react';
5
+ import { Flex } from '@atlaskit/primitives/compiled';
6
6
  var styles = {
7
7
  root: "_bozgpxbi _y4tiutpp _1q51utpp _85i5utpp"
8
8
  };
@@ -1,4 +1,4 @@
1
- import React, { type ReactNode } from "react";
1
+ import React, { type ReactNode } from 'react';
2
2
  export interface SpotlightHeaderProps {
3
3
  /**
4
4
  * A `testId` prop is provided for specified elements, which is a unique
@@ -1,4 +1,4 @@
1
- import React, { type ReactNode } from "react";
1
+ import React, { type ReactNode } from 'react';
2
2
  export interface SpotlightHeaderProps {
3
3
  /**
4
4
  * A `testId` prop is provided for specified elements, which is a unique
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/spotlight",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "A spotlight introduces users to various points of interest across Atlassian through focused messages or multi-step tours.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/css": "^0.12.0",
33
33
  "@atlaskit/heading": "^5.2.0",
34
34
  "@atlaskit/primitives": "^14.11.0",
35
- "@atlaskit/tokens": "^5.6.0",
35
+ "@atlaskit/tokens": "^6.0.0",
36
36
  "@babel/runtime": "^7.0.0",
37
37
  "@compiled/react": "^0.18.3"
38
38
  },