@atlaskit/range 7.4.4 → 7.4.5

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,13 @@
1
1
  # @atlaskit/range
2
2
 
3
+ ## 7.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#165531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165531)
8
+ [`57f451bda8919`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57f451bda8919) -
9
+ Adds side-effect config to support Compiled css extraction in third-party apps
10
+
3
11
  ## 7.4.4
4
12
 
5
13
  ### Patch Changes
@@ -5,8 +5,7 @@
5
5
  "target": "es5",
6
6
  "composite": true,
7
7
  "outDir": "../dist",
8
- "rootDir": "../",
9
- "baseUrl": "../"
8
+ "rootDir": "../"
10
9
  },
11
10
  "include": [
12
11
  "../src/**/*.ts",
@@ -1,30 +1,30 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.jira.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__range/app",
7
- "composite": true,
8
- "rootDir": "../"
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../ds-lib/afm-jira/tsconfig.json"
22
- },
23
- {
24
- "path": "../../theme/afm-jira/tsconfig.json"
25
- },
26
- {
27
- "path": "../../tokens/afm-jira/tsconfig.json"
28
- }
29
- ]
30
- }
2
+ "extends": "../../../../tsconfig.entry-points.jira.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../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
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../ds-lib/afm-jira/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../theme/afm-jira/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../tokens/afm-jira/tsconfig.json"
28
+ }
29
+ ]
30
+ }
@@ -1,30 +1,30 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__range/app",
7
- "composite": true,
8
- "rootDir": "../"
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../ds-lib/afm-post-office/tsconfig.json"
22
- },
23
- {
24
- "path": "../../theme/afm-post-office/tsconfig.json"
25
- },
26
- {
27
- "path": "../../tokens/afm-post-office/tsconfig.json"
28
- }
29
- ]
30
- }
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
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../ds-lib/afm-post-office/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../theme/afm-post-office/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../tokens/afm-post-office/tsconfig.json"
28
+ }
29
+ ]
30
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "7.4.4",
3
+ "version": "7.4.5",
4
4
  "description": "A range lets users choose an approximate value on a slider.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,7 +12,9 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "sideEffects": false,
15
+ "sideEffects": [
16
+ "**/*.compiled.css"
17
+ ],
16
18
  "atlaskit:src": "src/index.tsx",
17
19
  "atlassian": {
18
20
  "team": "Design System Team",
@@ -23,9 +25,9 @@
23
25
  }
24
26
  },
25
27
  "dependencies": {
26
- "@atlaskit/ds-lib": "^3.1.0",
28
+ "@atlaskit/ds-lib": "^3.2.0",
27
29
  "@atlaskit/theme": "^14.0.0",
28
- "@atlaskit/tokens": "^2.0.0",
30
+ "@atlaskit/tokens": "^2.2.0",
29
31
  "@babel/runtime": "^7.0.0",
30
32
  "@emotion/react": "^11.7.1"
31
33
  },
@@ -35,9 +37,9 @@
35
37
  "devDependencies": {
36
38
  "@af/accessibility-testing": "*",
37
39
  "@af/visual-regression": "*",
38
- "@atlaskit/checkbox": "^15.0.0",
40
+ "@atlaskit/checkbox": "^15.1.0",
39
41
  "@atlaskit/ssr": "*",
40
- "@atlaskit/tooltip": "^18.8.0",
42
+ "@atlaskit/tooltip": "^18.9.0",
41
43
  "@atlaskit/visual-regression": "*",
42
44
  "@emotion/styled": "^11.0.0",
43
45
  "@testing-library/react": "^12.1.5",
@@ -45,7 +47,7 @@
45
47
  "jscodeshift": "^0.13.0",
46
48
  "lodash": "^4.17.21",
47
49
  "react-dom": "^16.8.0",
48
- "storybook-addon-performance": "^0.16.0",
50
+ "storybook-addon-performance": "^0.17.3",
49
51
  "typescript": "~5.4.2"
50
52
  },
51
53
  "keywords": [
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/range.js",
4
4
  "module": "../dist/esm/range.js",
5
5
  "module:es2019": "../dist/es2019/range.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/range.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/styled.js",
4
4
  "module": "../dist/esm/styled.js",
5
5
  "module:es2019": "../dist/es2019/styled.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/styled.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {
@@ -3,7 +3,9 @@
3
3
  "main": "../dist/cjs/theme.js",
4
4
  "module": "../dist/esm/theme.js",
5
5
  "module:es2019": "../dist/es2019/theme.js",
6
- "sideEffects": false,
6
+ "sideEffects": [
7
+ "**/*.compiled.css"
8
+ ],
7
9
  "types": "../dist/types/theme.d.ts",
8
10
  "typesVersions": {
9
11
  ">=4.5 <5.4": {