@asantemedia-org/edwardsvacuum-design-system 1.4.8 → 1.4.9

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.css CHANGED
@@ -477,6 +477,10 @@
477
477
  padding: 0 3rem 0 1rem;
478
478
  transition: all 0.3s ease-in-out;
479
479
  border: 2px solid transparent;
480
+ text-decoration: none;
481
+ }
482
+ .Button-module__cmp-button___SMjDF:visited {
483
+ color: inherit;
480
484
  }
481
485
  .Button-module__cmp-button--style-primary___hfLAd {
482
486
  background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
@@ -487,9 +491,6 @@
487
491
  background: rgb(255, 255, 255);
488
492
  color: #2d363a;
489
493
  }
490
- .Button-module__cmp-button--style-primary___hfLAd:hover:visited {
491
- color: #2d363a;
492
- }
493
494
  .Button-module__cmp-button--style-primary___hfLAd:visited {
494
495
  color: rgb(255, 255, 255);
495
496
  }
@@ -513,9 +514,6 @@
513
514
  background: #2d363a;
514
515
  color: rgb(255, 255, 255);
515
516
  }
516
- .Button-module__cmp-button--style-tertiary___Akcep:hover:visited {
517
- color: rgb(255, 255, 255);
518
- }
519
517
  .Button-module__cmp-button--style-tertiary___Akcep:visited {
520
518
  color: #2d363a;
521
519
  }
@@ -529,9 +527,6 @@
529
527
  color: #2d363a;
530
528
  border-color: rgb(255, 255, 255);
531
529
  }
532
- .Button-module__cmp-button--style-outlineWhite___v69nN:hover:visited {
533
- color: rgb(255, 255, 255);
534
- }
535
530
  .Button-module__cmp-button--style-outlineWhite___v69nN:visited {
536
531
  color: rgb(255, 255, 255);
537
532
  }
@@ -545,12 +540,6 @@
545
540
  color: rgb(255, 255, 255);
546
541
  border-color: #2d363a;
547
542
  }
548
- .Button-module__cmp-button--style-outlineGrey___sG5nd:hover:visited {
549
- color: rgb(255, 255, 255);
550
- }
551
543
  .Button-module__cmp-button--style-outlineGrey___sG5nd:visited {
552
544
  color: #2d363a;
553
- }
554
- .Button-module__cmp-button___SMjDF:hover {
555
- text-decoration: none;
556
545
  }
@@ -477,6 +477,10 @@
477
477
  padding: 0 3rem 0 1rem;
478
478
  transition: all 0.3s ease-in-out;
479
479
  border: 2px solid transparent;
480
+ text-decoration: none;
481
+ }
482
+ .Button-module__cmp-button___SMjDF:visited {
483
+ color: inherit;
480
484
  }
481
485
  .Button-module__cmp-button--style-primary___hfLAd {
482
486
  background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
@@ -487,9 +491,6 @@
487
491
  background: rgb(255, 255, 255);
488
492
  color: #2d363a;
489
493
  }
490
- .Button-module__cmp-button--style-primary___hfLAd:hover:visited {
491
- color: #2d363a;
492
- }
493
494
  .Button-module__cmp-button--style-primary___hfLAd:visited {
494
495
  color: rgb(255, 255, 255);
495
496
  }
@@ -513,9 +514,6 @@
513
514
  background: #2d363a;
514
515
  color: rgb(255, 255, 255);
515
516
  }
516
- .Button-module__cmp-button--style-tertiary___Akcep:hover:visited {
517
- color: rgb(255, 255, 255);
518
- }
519
517
  .Button-module__cmp-button--style-tertiary___Akcep:visited {
520
518
  color: #2d363a;
521
519
  }
@@ -529,9 +527,6 @@
529
527
  color: #2d363a;
530
528
  border-color: rgb(255, 255, 255);
531
529
  }
532
- .Button-module__cmp-button--style-outlineWhite___v69nN:hover:visited {
533
- color: rgb(255, 255, 255);
534
- }
535
530
  .Button-module__cmp-button--style-outlineWhite___v69nN:visited {
536
531
  color: rgb(255, 255, 255);
537
532
  }
@@ -545,12 +540,6 @@
545
540
  color: rgb(255, 255, 255);
546
541
  border-color: #2d363a;
547
542
  }
548
- .Button-module__cmp-button--style-outlineGrey___sG5nd:hover:visited {
549
- color: rgb(255, 255, 255);
550
- }
551
543
  .Button-module__cmp-button--style-outlineGrey___sG5nd:visited {
552
544
  color: #2d363a;
553
- }
554
- .Button-module__cmp-button___SMjDF:hover {
555
- text-decoration: none;
556
545
  }
package/dist/index.js CHANGED
@@ -1,6 +1,4 @@
1
- 'use strict';
2
-
3
- var React = require('react');
1
+ import React, { useState, useEffect } from 'react';
4
2
 
5
3
  /******************************************************************************
6
4
  Copyright (c) Microsoft Corporation.
@@ -4825,10 +4823,10 @@ var AlgoliaDynamicSearch = function (_a) {
4825
4823
  isLoading = _f === void 0 ? false : _f,
4826
4824
  placeholder = _a.placeholder,
4827
4825
  analytics = _a.analytics;
4828
- var _g = React.useState(isLoading),
4826
+ var _g = useState(isLoading),
4829
4827
  isLoadingState = _g[0],
4830
4828
  setIsLoadingState = _g[1];
4831
- React.useEffect(function () {
4829
+ useEffect(function () {
4832
4830
  if (isLoading !== isLoadingState) {
4833
4831
  setIsLoadingState(isLoading);
4834
4832
  }
@@ -4944,5 +4942,6 @@ var AlgoliaDynamicSearch = function (_a) {
4944
4942
  }))));
4945
4943
  };
4946
4944
 
4947
- exports.AlgoliaDynamicSearch = AlgoliaDynamicSearch;
4945
+ export { AlgoliaDynamicSearch };
4946
+ = AlgoliaDynamicSearch;
4948
4947
  //# sourceMappingURL=index.js.map
package/dist/index.scss CHANGED
@@ -477,6 +477,10 @@
477
477
  padding: 0 3rem 0 1rem;
478
478
  transition: all 0.3s ease-in-out;
479
479
  border: 2px solid transparent;
480
+ text-decoration: none;
481
+ }
482
+ .Button-module__cmp-button___SMjDF:visited {
483
+ color: inherit;
480
484
  }
481
485
  .Button-module__cmp-button--style-primary___hfLAd {
482
486
  background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
@@ -487,9 +491,6 @@
487
491
  background: rgb(255, 255, 255);
488
492
  color: #2d363a;
489
493
  }
490
- .Button-module__cmp-button--style-primary___hfLAd:hover:visited {
491
- color: #2d363a;
492
- }
493
494
  .Button-module__cmp-button--style-primary___hfLAd:visited {
494
495
  color: rgb(255, 255, 255);
495
496
  }
@@ -513,9 +514,6 @@
513
514
  background: #2d363a;
514
515
  color: rgb(255, 255, 255);
515
516
  }
516
- .Button-module__cmp-button--style-tertiary___Akcep:hover:visited {
517
- color: rgb(255, 255, 255);
518
- }
519
517
  .Button-module__cmp-button--style-tertiary___Akcep:visited {
520
518
  color: #2d363a;
521
519
  }
@@ -529,9 +527,6 @@
529
527
  color: #2d363a;
530
528
  border-color: rgb(255, 255, 255);
531
529
  }
532
- .Button-module__cmp-button--style-outlineWhite___v69nN:hover:visited {
533
- color: rgb(255, 255, 255);
534
- }
535
530
  .Button-module__cmp-button--style-outlineWhite___v69nN:visited {
536
531
  color: rgb(255, 255, 255);
537
532
  }
@@ -545,12 +540,6 @@
545
540
  color: rgb(255, 255, 255);
546
541
  border-color: #2d363a;
547
542
  }
548
- .Button-module__cmp-button--style-outlineGrey___sG5nd:hover:visited {
549
- color: rgb(255, 255, 255);
550
- }
551
543
  .Button-module__cmp-button--style-outlineGrey___sG5nd:visited {
552
544
  color: #2d363a;
553
- }
554
- .Button-module__cmp-button___SMjDF:hover {
555
- text-decoration: none;
556
545
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asantemedia-org/edwardsvacuum-design-system",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "Design system for EdwardsVacuum",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",