groundfloor-react-ui 1.3.12 → 1.3.14

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/dist/index.es.js CHANGED
@@ -444,7 +444,7 @@ ${({customStyles:e})=>e}
444
444
  ${({theme:e,defaultStyle:t})=>T(e,t)}
445
445
  &:disabled {
446
446
  color: #929eac;
447
- border: 1px solid ${({theme:e})=>e.neutral["neutral-3"]};
447
+ border: none;
448
448
  cursor: not-allowed;
449
449
  }
450
450
  &:hover {
@@ -453,7 +453,7 @@ ${({customStyles:e})=>e}
453
453
 
454
454
  svg {
455
455
  path {
456
- fill: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.backgroundColor:e.variant.white)};
456
+ fill: ${({theme:e,disabled:t,btnStyle:l})=>t?"#929eac":l.color?l.backgroundColor:e.variant.white};
457
457
  }
458
458
  }
459
459
  }
package/dist/index.js CHANGED
@@ -444,7 +444,7 @@ ${({customStyles:e})=>e}
444
444
  ${({theme:e,defaultStyle:t})=>P(e,t)}
445
445
  &:disabled {
446
446
  color: #929eac;
447
- border: 1px solid ${({theme:e})=>e.neutral["neutral-3"]};
447
+ border: none;
448
448
  cursor: not-allowed;
449
449
  }
450
450
  &:hover {
@@ -453,7 +453,7 @@ ${({customStyles:e})=>e}
453
453
 
454
454
  svg {
455
455
  path {
456
- fill: ${({theme:e,disabled:t,btnStyle:l})=>!t&&(l.color?l.backgroundColor:e.variant.white)};
456
+ fill: ${({theme:e,disabled:t,btnStyle:l})=>t?"#929eac":l.color?l.backgroundColor:e.variant.white};
457
457
  }
458
458
  }
459
459
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "groundfloor-react-ui",
3
3
  "description": "Official component library for Ground Floor",
4
- "version": "1.3.12",
4
+ "version": "1.3.14",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
7
7
  "private": false,