@atlaskit/range 7.0.1 → 7.0.2

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
+ ## 7.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 7.0.1
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "7.0.1",
3
+ "version": "7.0.2",
4
4
  "description": "A range lets users choose an approximate value on a slider.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@atlaskit/ds-lib": "^2.1.0",
35
35
  "@atlaskit/theme": "^12.2.0",
36
- "@atlaskit/tokens": "^0.11.0",
36
+ "@atlaskit/tokens": "^0.12.0",
37
37
  "@babel/runtime": "^7.0.0",
38
38
  "@emotion/react": "^11.7.1"
39
39
  },
@@ -41,10 +41,10 @@
41
41
  "react": "^16.8.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@atlaskit/button": "^16.4.0",
44
+ "@atlaskit/button": "^16.5.0",
45
45
  "@atlaskit/checkbox": "^12.4.0",
46
46
  "@atlaskit/docs": "*",
47
- "@atlaskit/form": "^8.7.0",
47
+ "@atlaskit/form": "^8.8.0",
48
48
  "@atlaskit/section-message": "^6.3.0",
49
49
  "@atlaskit/ssr": "*",
50
50
  "@atlaskit/tooltip": "^17.6.0",
package/report.api.md CHANGED
@@ -1,12 +1,17 @@
1
+ <!-- API Report Version: 2.2 -->
2
+
1
3
  ## API Report File for "@atlaskit/range"
2
4
 
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
5
+ > Do not edit this file. This report is auto-generated using [API Extractor](https://api-extractor.com/).
6
+ > [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
7
+
8
+ ### Table of contents
4
9
 
5
- <!--
6
- Generated API Report version: 2.0
7
- -->
10
+ - [Main Entry Types](#main-entry-types)
8
11
 
9
- [Learn more about API reports](https://hello.atlassian.net/wiki/spaces/UR/pages/1825484529/Package+API+Reports)
12
+ ### Main Entry Types
13
+
14
+ <!--SECTION START: Main Entry Types-->
10
15
 
11
16
  ```ts
12
17
  import { default as React_2 } from 'react';
@@ -19,7 +24,7 @@ const _default: React_2.ForwardRefExoticComponent<
19
24
  Omit<
20
25
  Omit<
21
26
  React_2.InputHTMLAttributes<HTMLInputElement>,
22
- 'disabled' | 'checked' | 'required'
27
+ 'checked' | 'disabled' | 'required'
23
28
  >,
24
29
  keyof OwnProps
25
30
  > &
@@ -44,10 +49,12 @@ type OwnProps = {
44
49
  export type RangeProps = Combine<
45
50
  Omit<
46
51
  React_2.InputHTMLAttributes<HTMLInputElement>,
47
- 'disabled' | 'required' | 'checked'
52
+ 'checked' | 'disabled' | 'required'
48
53
  >,
49
54
  OwnProps
50
55
  >;
51
56
 
52
57
  // (No @packageDocumentation comment for this package)
53
58
  ```
59
+
60
+ <!--SECTION END: Main Entry Types-->