@atlaskit/range 10.0.3 → 10.0.4

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
+ ## 10.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 10.0.3
4
10
 
5
11
  ### Patch Changes
@@ -16,7 +16,7 @@ The default form of a range.
16
16
 
17
17
  ## Form
18
18
 
19
- Range used with the [form component](/components/form/).
19
+ Range used with the [form component](/components/form).
20
20
 
21
21
  <Example Component={RangeForm} packageName="@atlaskit/range" />
22
22
 
@@ -4,10 +4,10 @@ order: 2
4
4
 
5
5
  ## Usage
6
6
 
7
- Use ranges in [forms](/patterns/forms) to let people select a value within a given range of minimum
7
+ Use ranges in [forms](/components/form) to let people select a value within a given range of minimum
8
8
  and maximum values.
9
9
 
10
- ![A diagram showing the range component UI, which is composed of a horizontal track, and a circle that indicates the current selected position on the range.](images/range-anatomy.png)
10
+ ![A diagram showing the range component UI, which is composed of a horizontal track, and a circle that indicates the current selected position on the range.](./images/range-anatomy.png)
11
11
 
12
12
  1. **Track:** The track is a horizontal line that displays the range available for the user to
13
13
  select from.
@@ -37,4 +37,4 @@ and maximum values.
37
37
 
38
38
  ## Related
39
39
 
40
- - Ranges are used in [forms](/patterns/forms).
40
+ - Ranges are used in [forms](/components/form).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/range",
3
- "version": "10.0.3",
3
+ "version": "10.0.4",
4
4
  "description": "A range lets users choose an approximate value on a slider.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/css": "^0.19.0",
35
35
  "@atlaskit/ds-lib": "^6.0.0",
36
36
  "@atlaskit/platform-feature-flags": "^1.1.0",
37
- "@atlaskit/theme": "^22.0.0",
37
+ "@atlaskit/theme": "^23.0.0",
38
38
  "@atlaskit/tokens": "^11.4.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@compiled/react": "^0.20.0"
@@ -46,11 +46,11 @@
46
46
  "@af/accessibility-testing": "workspace:^",
47
47
  "@af/integration-testing": "workspace:^",
48
48
  "@af/visual-regression": "workspace:^",
49
- "@atlaskit/button": "^23.10.0",
49
+ "@atlaskit/button": "^23.11.0",
50
50
  "@atlaskit/checkbox": "^17.3.0",
51
51
  "@atlaskit/docs": "^11.7.0",
52
52
  "@atlaskit/form": "^15.5.0",
53
- "@atlaskit/link": "^3.3.0",
53
+ "@atlaskit/link": "^3.4.0",
54
54
  "@atlaskit/primitives": "^18.1.0",
55
55
  "@atlaskit/section-message": "^8.12.0",
56
56
  "@atlaskit/tooltip": "^21.1.0",