@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
|
@@ -4,10 +4,10 @@ order: 2
|
|
|
4
4
|
|
|
5
5
|
## Usage
|
|
6
6
|
|
|
7
|
-
Use ranges in [forms](/
|
|
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
|
-

|
|
10
|
+

|
|
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](/
|
|
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
|
+
"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": "^
|
|
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.
|
|
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.
|
|
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",
|