@atlaskit/rating 3.0.0 → 3.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,19 @@
|
|
|
1
1
|
# @atlaskit/rating
|
|
2
2
|
|
|
3
|
+
## 3.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.0.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#142352](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/142352)
|
|
14
|
+
[`05903fde6d94d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/05903fde6d94d) -
|
|
15
|
+
Internal change to use Compiled variant of `@atlaskit/primitives`.
|
|
16
|
+
|
|
3
17
|
## 3.0.0
|
|
4
18
|
|
|
5
19
|
### Major Changes
|
|
@@ -15,10 +15,10 @@ export interface StarProps extends RatingProps {
|
|
|
15
15
|
*/
|
|
16
16
|
color?: string;
|
|
17
17
|
/**
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
* Spacing between the star and the text.
|
|
19
|
+
*
|
|
20
|
+
* Defaults to `"spacious"`.
|
|
21
|
+
*/
|
|
22
22
|
spacing?: 'none' | 'spacious';
|
|
23
23
|
}
|
|
24
24
|
declare const Star: React.ForwardRefExoticComponent<StarProps & React.RefAttributes<HTMLLabelElement>>;
|
|
@@ -15,10 +15,10 @@ export interface StarProps extends RatingProps {
|
|
|
15
15
|
*/
|
|
16
16
|
color?: string;
|
|
17
17
|
/**
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
* Spacing between the star and the text.
|
|
19
|
+
*
|
|
20
|
+
* Defaults to `"spacious"`.
|
|
21
|
+
*/
|
|
22
22
|
spacing?: 'none' | 'spacious';
|
|
23
23
|
}
|
|
24
24
|
declare const Star: React.ForwardRefExoticComponent<StarProps & React.RefAttributes<HTMLLabelElement>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/rating",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "An accessible rating component that can be heavily customized.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"runReact18": true
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/icon": "^
|
|
35
|
+
"@atlaskit/icon": "^26.0.0",
|
|
36
36
|
"@atlaskit/motion": "^5.1.0",
|
|
37
37
|
"@atlaskit/theme": "^18.0.0",
|
|
38
|
-
"@atlaskit/tokens": "^4.
|
|
38
|
+
"@atlaskit/tokens": "^4.8.0",
|
|
39
39
|
"@atlaskit/tooltip": "^20.0.0",
|
|
40
40
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
41
41
|
"@babel/runtime": "^7.0.0",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"react-dom": "^18.2.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@atlaskit/visual-regression": "
|
|
49
|
+
"@atlaskit/visual-regression": "workspace:^",
|
|
50
50
|
"@testing-library/react": "^13.4.0",
|
|
51
51
|
"typescript": "~5.4.2"
|
|
52
52
|
},
|