@aws-amplify/ui-react 2.18.0 → 2.18.1

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.
Files changed (2) hide show
  1. package/dist/styles.css +5 -3
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  /**
6
6
  * Do not edit directly
7
- * Generated on Tue, 17 May 2022 21:59:14 GMT
7
+ * Generated on Thu, 19 May 2022 22:35:34 GMT
8
8
  */
9
9
 
10
10
  :root, [data-amplify-theme] {
@@ -442,7 +442,7 @@
442
442
  --amplify-components-switchfield-small-font-size: var(--amplify-font-sizes-small);
443
443
  --amplify-components-switchfield-large-font-size: var(--amplify-font-sizes-large);
444
444
  --amplify-components-switchfield-disabled-opacity: var(--amplify-opacities-60);
445
- --amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-small);
445
+ --amplify-components-sliderfield-thumb-border-width: var(--amplify-border-widths-medium);
446
446
  --amplify-components-sliderfield-padding-block: var(--amplify-space-xs);
447
447
  --amplify-components-select-icon-wrapper-right: var(--amplify-space-medium);
448
448
  --amplify-components-select-padding-inline-end: var(--amplify-space-xxl);
@@ -800,7 +800,8 @@
800
800
  --amplify-components-tabs-item-focus-color: var(--amplify-colors-font-focus);
801
801
  --amplify-components-tabs-item-hover-color: var(--amplify-colors-font-hover);
802
802
  --amplify-components-switchfield-focused-shadow: 0px 0px 0px 2px var(--amplify-colors-border-focus);
803
- --amplify-components-sliderfield-thumb-focus-box-shadow: 0 0 0 3px var(--amplify-colors-border-focus);
803
+ --amplify-components-sliderfield-thumb-focus-box-shadow: 0 0 0 2px var(--amplify-colors-border-focus);
804
+ --amplify-components-sliderfield-thumb-focus-border-color: var(--amplify-colors-border-focus);
804
805
  --amplify-components-sliderfield-thumb-hover-border-color: var(--amplify-colors-border-focus);
805
806
  --amplify-components-sliderfield-thumb-disabled-background-color: var(--amplify-colors-background-disabled);
806
807
  --amplify-components-sliderfield-range-disabled-background-color: var(--amplify-colors-background-disabled);
@@ -3030,6 +3031,7 @@ html[dir=rtl] .amplify-field-group__inner-start {
3030
3031
  }
3031
3032
 
3032
3033
  .amplify-sliderfield__thumb:focus {
3034
+ border-color: var(--amplify-components-sliderfield-thumb-focus-border-color);
3033
3035
  box-shadow: var(--amplify-components-sliderfield-thumb-focus-box-shadow);
3034
3036
  }
3035
3037
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-amplify/ui-react",
3
- "version": "2.18.0",
3
+ "version": "2.18.1",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "exports": {
@@ -58,7 +58,7 @@
58
58
  "size": "yarn run size-limit"
59
59
  },
60
60
  "dependencies": {
61
- "@aws-amplify/ui": "3.9.0",
61
+ "@aws-amplify/ui": "3.9.1",
62
62
  "@aws-amplify/ui-react-v1": "npm:@aws-amplify/ui-react@1.2.9",
63
63
  "@radix-ui/react-accordion": "0.1.6",
64
64
  "@radix-ui/react-dropdown-menu": "0.1.6",