@aws-amplify/ui 6.0.16 → 6.0.17

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.
@@ -1,5 +1,5 @@
1
1
  .amplify-rating {
2
- display: inline-flex;
2
+ display: flex;
3
3
  position: relative;
4
4
  text-align: left;
5
5
  font-size: var(--amplify-components-rating-default-size);
@@ -1,6 +1,6 @@
1
1
  @layer amplify.components {
2
2
  .amplify-rating {
3
- display: inline-flex;
3
+ display: flex;
4
4
  position: relative;
5
5
  text-align: left;
6
6
  font-size: var(--amplify-components-rating-default-size);
package/dist/styles.css CHANGED
@@ -4682,7 +4682,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
4682
4682
  }
4683
4683
 
4684
4684
  .amplify-rating {
4685
- display: inline-flex;
4685
+ display: flex;
4686
4686
  position: relative;
4687
4687
  text-align: left;
4688
4688
  font-size: var(--amplify-components-rating-default-size);
@@ -4683,7 +4683,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
4683
4683
  }
4684
4684
 
4685
4685
  .amplify-rating {
4686
- display: inline-flex;
4686
+ display: flex;
4687
4687
  position: relative;
4688
4688
  text-align: left;
4689
4689
  font-size: var(--amplify-components-rating-default-size);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui",
3
- "version": "6.0.16",
3
+ "version": "6.0.17",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.mjs",
6
6
  "exports": {