@atlaskit/quick-search 10.0.24 → 10.0.26

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,18 @@
1
1
  # @atlaskit/quick-search
2
2
 
3
+ ## 10.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.0.25
10
+
11
+ ### Patch Changes
12
+
13
+ - [`386838c84de1a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/386838c84de1a) -
14
+ Auto-fix duplicate import statements in platform/packages/search
15
+
3
16
  ## 10.0.24
4
17
 
5
18
  ### Patch Changes
@@ -25,13 +25,13 @@ var ResultItemAfterWrapper = exports.ResultItemAfterWrapper = _styledComponents.
25
25
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
26
26
  var ResultItemCaption = exports.ResultItemCaption = _styledComponents.default.span({
27
27
  color: _colors.N200,
28
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
28
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
29
29
  marginLeft: "var(--ds-space-100, 8px)"
30
30
  });
31
31
 
32
32
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
33
33
  var ResultItemSubText = exports.ResultItemSubText = _styledComponents.default.span({
34
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
34
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
35
35
  color: _colors.N200
36
36
  });
37
37
 
@@ -15,13 +15,13 @@ export const ResultItemAfterWrapper = styled.div({
15
15
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
16
16
  export const ResultItemCaption = styled.span({
17
17
  color: N200,
18
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
18
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
19
19
  marginLeft: "var(--ds-space-100, 8px)"
20
20
  });
21
21
 
22
22
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
23
23
  export const ResultItemSubText = styled.span({
24
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
24
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
25
25
  color: N200
26
26
  });
27
27
 
@@ -17,13 +17,13 @@ export var ResultItemAfterWrapper = styled.div({
17
17
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
18
18
  export var ResultItemCaption = styled.span({
19
19
  color: N200,
20
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
20
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
21
21
  marginLeft: "var(--ds-space-100, 8px)"
22
22
  });
23
23
 
24
24
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
25
25
  export var ResultItemSubText = styled.span({
26
- font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
26
+ font: "var(--ds-font-body-UNSAFE_small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
27
27
  color: N200
28
28
  });
29
29
 
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- import { type ComponentType } from 'react';
1
+ import React, { type ComponentType } from 'react';
3
2
  import { type ResultData, type ResultId, type SelectedResultId } from './Results/types';
4
3
  import { type ResultBase } from './Results/ResultBase';
5
4
  export type ResultContextType = {
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
- import { type ComponentType } from 'react';
1
+ import React, { type ComponentType } from 'react';
3
2
  import { type ResultData, type ResultId, type SelectedResultId } from './Results/types';
4
3
  import { type ResultBase } from './Results/ResultBase';
5
4
  export type ResultContextType = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/quick-search",
3
- "version": "10.0.24",
3
+ "version": "10.0.26",
4
4
  "description": "A quick-search component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,11 +30,11 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@atlaskit/analytics": "^9.0.0",
33
- "@atlaskit/avatar": "^25.6.0",
33
+ "@atlaskit/avatar": "^25.7.0",
34
34
  "@atlaskit/menu": "^8.4.0",
35
35
  "@atlaskit/spinner": "^19.0.0",
36
36
  "@atlaskit/theme": "^21.0.0",
37
- "@atlaskit/tokens": "^9.0.0",
37
+ "@atlaskit/tokens": "^10.0.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "keycode": "^2.1.7"
40
40
  },
@@ -1,23 +0,0 @@
1
- {
2
- "extends": "../tsconfig",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "paths": {}
7
- },
8
- "include": [
9
- "../src/**/*.ts",
10
- "../src/**/*.tsx"
11
- ],
12
- "exclude": [
13
- "../src/**/__tests__/*",
14
- "../src/**/*.test.*",
15
- "../src/**/test.*",
16
- "../src/**/examples.*",
17
- "../src/**/examples/*",
18
- "../src/**/examples/**/*",
19
- "../src/**/*.stories.*",
20
- "../src/**/stories/*",
21
- "../src/**/stories/**/*"
22
- ]
23
- }