@atlaskit/rating 1.0.4 → 1.1.0

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,23 @@
1
1
  # @atlaskit/rating
2
2
 
3
+ ## 1.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#109060](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109060)
8
+ [`4660ec858a305`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4660ec858a305) -
9
+ Update `React` from v16 to v18
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 1.0.5
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 1.0.4
4
22
 
5
23
  ### Patch Changes
@@ -51,6 +51,7 @@ function RatingGroup(_ref) {
51
51
  ,
52
52
  css: (0, _react2.css)({
53
53
  display: 'inline-flex',
54
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
54
55
  fontSize: 0,
55
56
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
56
57
  '[data-rating-icon-checked]': {
@@ -39,6 +39,7 @@ Use "defaultValue" or "value" happy days :-).
39
39
  ,
40
40
  css: css({
41
41
  display: 'inline-flex',
42
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
42
43
  fontSize: 0,
43
44
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
44
45
  '[data-rating-icon-checked]': {
@@ -43,6 +43,7 @@ export default function RatingGroup(_ref) {
43
43
  ,
44
44
  css: css({
45
45
  display: 'inline-flex',
46
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
46
47
  fontSize: 0,
47
48
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
48
49
  '[data-rating-icon-checked]': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "1.0.4",
3
+ "version": "1.1.0",
4
4
  "description": "An accessible rating component that can be heavily customized.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,12 +30,12 @@
30
30
  "runReact18": true
31
31
  },
32
32
  "dependencies": {
33
- "@atlaskit/icon": "^23.1.0",
34
- "@atlaskit/motion": "^1.9.0",
35
- "@atlaskit/theme": "^14.0.0",
36
- "@atlaskit/tokens": "^2.4.0",
37
- "@atlaskit/tooltip": "^19.0.0",
38
- "@atlaskit/visually-hidden": "^1.5.0",
33
+ "@atlaskit/icon": "^23.5.0",
34
+ "@atlaskit/motion": "^1.10.0",
35
+ "@atlaskit/theme": "^14.1.0",
36
+ "@atlaskit/tokens": "^3.3.0",
37
+ "@atlaskit/tooltip": "^19.1.0",
38
+ "@atlaskit/visually-hidden": "^1.6.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@emotion/react": "^11.7.1"
41
41
  },
@@ -45,7 +45,7 @@
45
45
  },
46
46
  "devDependencies": {
47
47
  "@atlaskit/visual-regression": "*",
48
- "@testing-library/react": "^12.1.5",
48
+ "@testing-library/react": "^13.4.0",
49
49
  "typescript": "~5.4.2"
50
50
  },
51
51
  "techstack": {