@atlaskit/range 9.2.12 → 9.2.13

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/range
2
2
 
3
+ ## 9.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.2.12
4
10
 
5
11
  ### Patch Changes
@@ -1,9 +1,9 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.volt.json",
2
+ "extends": "../../../../tsconfig.entry-points.products.json",
3
3
  "compilerOptions": {
4
4
  "declaration": true,
5
5
  "target": "es5",
6
- "outDir": "../../../../../volt/tsDist/@atlaskit__range/app",
6
+ "outDir": "../../../../../tsDist/@atlaskit__range/app",
7
7
  "rootDir": "../",
8
8
  "composite": true
9
9
  },
@@ -24,19 +24,19 @@
24
24
  ],
25
25
  "references": [
26
26
  {
27
- "path": "../../css/afm-volt/tsconfig.json"
27
+ "path": "../../css/afm-products/tsconfig.json"
28
28
  },
29
29
  {
30
- "path": "../../ds-lib/afm-volt/tsconfig.json"
30
+ "path": "../../ds-lib/afm-products/tsconfig.json"
31
31
  },
32
32
  {
33
- "path": "../../../platform/feature-flags/afm-volt/tsconfig.json"
33
+ "path": "../../../platform/feature-flags/afm-products/tsconfig.json"
34
34
  },
35
35
  {
36
- "path": "../../theme/afm-volt/tsconfig.json"
36
+ "path": "../../theme/afm-products/tsconfig.json"
37
37
  },
38
38
  {
39
- "path": "../../tokens/afm-volt/tsconfig.json"
39
+ "path": "../../tokens/afm-products/tsconfig.json"
40
40
  }
41
41
  ]
42
42
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "9.2.12",
3
+ "version": "9.2.13",
4
4
  "description": "A range lets users choose an approximate value on a slider.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/css": "^0.15.0",
28
- "@atlaskit/ds-lib": "^5.1.0",
28
+ "@atlaskit/ds-lib": "^5.2.0",
29
29
  "@atlaskit/platform-feature-flags": "^1.1.0",
30
30
  "@atlaskit/theme": "^21.0.0",
31
- "@atlaskit/tokens": "^7.0.0",
31
+ "@atlaskit/tokens": "^8.0.0",
32
32
  "@babel/runtime": "^7.0.0",
33
33
  "@compiled/react": "^0.18.6"
34
34
  },
@@ -39,16 +39,16 @@
39
39
  "@af/accessibility-testing": "workspace:^",
40
40
  "@af/integration-testing": "workspace:^",
41
41
  "@af/visual-regression": "workspace:^",
42
- "@atlaskit/button": "^23.5.0",
42
+ "@atlaskit/button": "^23.6.0",
43
43
  "@atlaskit/checkbox": "^17.1.0",
44
44
  "@atlaskit/docs": "^11.2.0",
45
45
  "@atlaskit/form": "^14.2.0",
46
46
  "@atlaskit/link": "^3.2.0",
47
- "@atlaskit/primitives": "^15.0.0",
48
- "@atlaskit/section-message": "^8.7.0",
47
+ "@atlaskit/primitives": "^16.1.0",
48
+ "@atlaskit/section-message": "^8.9.0",
49
49
  "@atlaskit/ssr": "workspace:^",
50
- "@atlaskit/tooltip": "^20.5.0",
51
- "@atlassian/ssr-tests": "^0.3.0",
50
+ "@atlaskit/tooltip": "^20.8.0",
51
+ "@atlassian/ssr-tests": "workspace:^",
52
52
  "@testing-library/react": "^13.4.0",
53
53
  "lodash": "^4.17.21",
54
54
  "react-dom": "^18.2.0"
@@ -1,42 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.dev-agents.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../dev-agents/tsDist/@atlaskit__range/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-dev-agents/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-dev-agents/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../platform/feature-flags/afm-dev-agents/tsconfig.json"
34
- },
35
- {
36
- "path": "../../theme/afm-dev-agents/tsconfig.json"
37
- },
38
- {
39
- "path": "../../tokens/afm-dev-agents/tsconfig.json"
40
- }
41
- ]
42
- }
@@ -1,42 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.passionfruit.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../passionfruit/tsDist/@atlaskit__range/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-passionfruit/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-passionfruit/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../platform/feature-flags/afm-passionfruit/tsconfig.json"
34
- },
35
- {
36
- "path": "../../theme/afm-passionfruit/tsconfig.json"
37
- },
38
- {
39
- "path": "../../tokens/afm-passionfruit/tsconfig.json"
40
- }
41
- ]
42
- }
@@ -1,42 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../post-office/tsDist/@atlaskit__range/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-post-office/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-post-office/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
34
- },
35
- {
36
- "path": "../../theme/afm-post-office/tsconfig.json"
37
- },
38
- {
39
- "path": "../../tokens/afm-post-office/tsconfig.json"
40
- }
41
- ]
42
- }
@@ -1,42 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.rovo-extension.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../rovo-extension/tsDist/@atlaskit__range/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-rovo-extension/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-rovo-extension/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../platform/feature-flags/afm-rovo-extension/tsconfig.json"
34
- },
35
- {
36
- "path": "../../theme/afm-rovo-extension/tsconfig.json"
37
- },
38
- {
39
- "path": "../../tokens/afm-rovo-extension/tsconfig.json"
40
- }
41
- ]
42
- }
@@ -1,42 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../townsquare/tsDist/@atlaskit__range/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../css/afm-townsquare/tsconfig.json"
28
- },
29
- {
30
- "path": "../../ds-lib/afm-townsquare/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
34
- },
35
- {
36
- "path": "../../theme/afm-townsquare/tsconfig.json"
37
- },
38
- {
39
- "path": "../../tokens/afm-townsquare/tsconfig.json"
40
- }
41
- ]
42
- }