@atlaskit/range 9.2.11 → 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,17 @@
1
1
  # @atlaskit/range
2
2
 
3
+ ## 9.2.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.2.12
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.2.11
4
16
 
5
17
  ### Patch Changes
@@ -424,7 +436,6 @@
424
436
  - [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
425
437
  [`78741dd1644`](https://bitbucket.org/atlassian/atlassian-frontend/commits/78741dd1644) - [ux]
426
438
  Breaking visual changes to range to afford better contrast:
427
-
428
439
  - The scrubber now applies the same color as the foreground
429
440
  - The disabled state has been altered; it's now a consistently applied opacity state overlay
430
441
  across the whole element
@@ -704,7 +715,6 @@
704
715
  In `4.0.0` we bring significant performance improvements all for just the cost of 1 breaking
705
716
  change 😮. That's not all folks because this update comes with a 🤑 FREE 🤑 codemod for you to
706
717
  upgrade with.
707
-
708
718
  - Range no longer has a `peerDependency` on `styled-components@3`. Internally range is now using
709
719
  `@emotion/core` for styling
710
720
  - A performance issue made the range noticeably laggy with large ranges. With this change we are
@@ -727,7 +737,6 @@
727
737
  ```
728
738
 
729
739
  #### Notes
730
-
731
740
  - You first need to upgrade to `4.0.0` **before** you run the codemod cli. This is because the cli
732
741
  will look in your local `node_modules` for the codemod which is published inside the `spinner`
733
742
  package.
@@ -763,7 +772,6 @@
763
772
 
764
773
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
765
774
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
766
-
767
775
  - @atlaskit/docs@8.3.2
768
776
  - @atlaskit/visual-regression@0.1.9
769
777
  - @atlaskit/checkbox@10.1.7
@@ -891,21 +899,18 @@
891
899
  ## 2.0.0
892
900
 
893
901
  - [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
894
-
895
902
  - Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
896
903
  this package, please ensure you use at least this version of react and react-dom.
897
904
 
898
905
  ## 1.0.0
899
906
 
900
907
  - [major][546b636a36](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/546b636a36):
901
-
902
908
  - This major release indicates that this package is no longer under dev preview but is ready for
903
909
  use
904
910
 
905
911
  ## 0.2.2
906
912
 
907
913
  - [patch][1f2a181b0f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1f2a181b0f):
908
-
909
914
  - onChange is no longer overridden by spread props. As a result this component should now work in
910
915
  uncontrolled mode
911
916
 
@@ -921,7 +926,6 @@
921
926
  ## 0.2.0
922
927
 
923
928
  - [minor][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
924
-
925
929
  - Drop ES5 from all the flow modules
926
930
 
927
931
  ### Dropping CJS support in all @atlaskit packages
@@ -966,7 +970,6 @@
966
970
  ## 0.1.3
967
971
 
968
972
  - [patch][aab267bb3a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/aab267bb3a):
969
-
970
973
  - Added test to make sure the props are passed down to hidden input
971
974
 
972
975
  ## 0.1.2
@@ -980,12 +983,10 @@
980
983
  ## 0.1.1
981
984
 
982
985
  - [patch][d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
983
-
984
986
  - Change API to experimental theming API to namespace component themes into separate contexts and
985
987
  make theming simpler. Update all dependant components.
986
988
 
987
989
  ## 0.1.0
988
990
 
989
991
  - [minor][8945a58](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/8945a58):
990
-
991
992
  - Initial release
@@ -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.11",
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,12 +25,12 @@
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": "^6.5.0",
31
+ "@atlaskit/tokens": "^8.0.0",
32
32
  "@babel/runtime": "^7.0.0",
33
- "@compiled/react": "^0.18.3"
33
+ "@compiled/react": "^0.18.6"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "^18.2.0"
@@ -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
- "@atlaskit/docs": "^11.1.0",
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
- }