@festo-ui/web-essentials 11.0.0-dev.961 → 11.0.0-dev.963

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
  /*!
2
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v11.0.0-dev.963 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -926,7 +926,7 @@ template {
926
926
  }
927
927
 
928
928
  /*!
929
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
929
+ * Festo UI - Web Essentials v11.0.0-dev.963 (https://storybook.festo.design/)
930
930
  * Copyright 2022 Festo SE & Co. KG
931
931
  * Licensed under Apache-2.0
932
932
  */
@@ -12385,7 +12385,7 @@ header.fwe-fixed-header {
12385
12385
  }
12386
12386
 
12387
12387
  /*!
12388
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
12388
+ * Festo UI - Web Essentials v11.0.0-dev.963 (https://storybook.festo.design/)
12389
12389
  * Copyright 2022 Festo SE & Co. KG
12390
12390
  * Licensed under Apache-2.0
12391
12391
  */
@@ -13558,21 +13558,26 @@ button.fwe-btn.fwe-disabled {
13558
13558
  background: var(--fwe-control-disabled);
13559
13559
  color: var(--fwe-text-disabled);
13560
13560
  }
13561
- a.fwe-btn.fwe-btn-hero,
13561
+ a.fwe-btn.fwe-btn-primary, a.fwe-btn.fwe-btn-hero,
13562
+ button.fwe-btn.fwe-btn-primary,
13562
13563
  button.fwe-btn.fwe-btn-hero {
13563
13564
  color: var(--fwe-white);
13564
13565
  background: var(--fwe-hero);
13565
13566
  }
13566
- a.fwe-btn.fwe-btn-hero:hover,
13567
+ a.fwe-btn.fwe-btn-primary:hover, a.fwe-btn.fwe-btn-hero:hover,
13568
+ button.fwe-btn.fwe-btn-primary:hover,
13567
13569
  button.fwe-btn.fwe-btn-hero:hover {
13568
13570
  color: var(--fwe-white);
13569
13571
  background: var(--fwe-hero-hover);
13570
13572
  }
13571
- a.fwe-btn.fwe-btn-hero:active,
13573
+ a.fwe-btn.fwe-btn-primary:active, a.fwe-btn.fwe-btn-hero:active,
13574
+ button.fwe-btn.fwe-btn-primary:active,
13572
13575
  button.fwe-btn.fwe-btn-hero:active {
13573
13576
  background: var(--fwe-hero-active);
13574
13577
  }
13575
- a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
13578
+ a.fwe-btn.fwe-btn-primary:disabled, a.fwe-btn.fwe-btn-primary.fwe-disabled, a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
13579
+ button.fwe-btn.fwe-btn-primary:disabled,
13580
+ button.fwe-btn.fwe-btn-primary.fwe-disabled,
13576
13581
  button.fwe-btn.fwe-btn-hero:disabled,
13577
13582
  button.fwe-btn.fwe-btn-hero.fwe-disabled {
13578
13583
  background: var(--fwe-control-disabled);
@@ -13582,37 +13587,48 @@ a.fwe-btn.fwe-btn-block,
13582
13587
  button.fwe-btn.fwe-btn-block {
13583
13588
  width: 100%;
13584
13589
  }
13585
- a.fwe-btn.fwe-btn-link,
13586
- button.fwe-btn.fwe-btn-link {
13590
+ a.fwe-btn.fwe-btn-link, a.fwe-btn.fwe-btn-tertiary,
13591
+ button.fwe-btn.fwe-btn-link,
13592
+ button.fwe-btn.fwe-btn-tertiary {
13587
13593
  background: none;
13588
13594
  color: var(--fwe-hero);
13589
13595
  padding: 0;
13590
13596
  }
13591
13597
  a.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
13592
13598
  a.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
13593
- a.fwe-btn.fwe-btn-link .fwe-svg-icon,
13599
+ a.fwe-btn.fwe-btn-link .fwe-svg-icon, a.fwe-btn.fwe-btn-tertiary i[class^=fwe-icon-],
13600
+ a.fwe-btn.fwe-btn-tertiary i[class*=" fwe-icon-"],
13601
+ a.fwe-btn.fwe-btn-tertiary .fwe-svg-icon,
13594
13602
  button.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
13595
13603
  button.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
13596
- button.fwe-btn.fwe-btn-link .fwe-svg-icon {
13604
+ button.fwe-btn.fwe-btn-link .fwe-svg-icon,
13605
+ button.fwe-btn.fwe-btn-tertiary i[class^=fwe-icon-],
13606
+ button.fwe-btn.fwe-btn-tertiary i[class*=" fwe-icon-"],
13607
+ button.fwe-btn.fwe-btn-tertiary .fwe-svg-icon {
13597
13608
  margin-right: 4px;
13598
13609
  }
13599
- a.fwe-btn.fwe-btn-link.fwe-dark,
13600
- button.fwe-btn.fwe-btn-link.fwe-dark {
13610
+ a.fwe-btn.fwe-btn-link.fwe-dark, a.fwe-btn.fwe-btn-tertiary.fwe-dark,
13611
+ button.fwe-btn.fwe-btn-link.fwe-dark,
13612
+ button.fwe-btn.fwe-btn-tertiary.fwe-dark {
13601
13613
  color: var(--fwe-text);
13602
13614
  }
13603
- a.fwe-btn.fwe-btn-link:hover,
13604
- button.fwe-btn.fwe-btn-link:hover {
13615
+ a.fwe-btn.fwe-btn-link:hover, a.fwe-btn.fwe-btn-tertiary:hover,
13616
+ button.fwe-btn.fwe-btn-link:hover,
13617
+ button.fwe-btn.fwe-btn-tertiary:hover {
13605
13618
  background: none;
13606
13619
  color: var(--fwe-hero-hover);
13607
13620
  }
13608
- a.fwe-btn.fwe-btn-link:active,
13609
- button.fwe-btn.fwe-btn-link:active {
13621
+ a.fwe-btn.fwe-btn-link:active, a.fwe-btn.fwe-btn-tertiary:active,
13622
+ button.fwe-btn.fwe-btn-link:active,
13623
+ button.fwe-btn.fwe-btn-tertiary:active {
13610
13624
  background: none;
13611
13625
  color: var(--fwe-hero-hover);
13612
13626
  }
13613
- a.fwe-btn.fwe-btn-link:disabled, a.fwe-btn.fwe-btn-link.fwe-disabled,
13627
+ a.fwe-btn.fwe-btn-link:disabled, a.fwe-btn.fwe-btn-link.fwe-disabled, a.fwe-btn.fwe-btn-tertiary:disabled, a.fwe-btn.fwe-btn-tertiary.fwe-disabled,
13614
13628
  button.fwe-btn.fwe-btn-link:disabled,
13615
- button.fwe-btn.fwe-btn-link.fwe-disabled {
13629
+ button.fwe-btn.fwe-btn-link.fwe-disabled,
13630
+ button.fwe-btn.fwe-btn-tertiary:disabled,
13631
+ button.fwe-btn.fwe-btn-tertiary.fwe-disabled {
13616
13632
  color: var(--fwe-text-disabled);
13617
13633
  }
13618
13634
  a.fwe-btn.fwe-btn-lg,
@@ -13657,7 +13673,7 @@ a.fwe-btn.fwe-disabled {
13657
13673
  }
13658
13674
 
13659
13675
  /*!
13660
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
13676
+ * Festo UI - Web Essentials v11.0.0-dev.963 (https://storybook.festo.design/)
13661
13677
  * Copyright 2022 Festo SE & Co. KG
13662
13678
  * Licensed under Apache-2.0
13663
13679
  */
@@ -14569,7 +14585,7 @@ fieldset.fwe-progress-container label {
14569
14585
  }
14570
14586
 
14571
14587
  /*!
14572
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
14588
+ * Festo UI - Web Essentials v11.0.0-dev.963 (https://storybook.festo.design/)
14573
14589
  * Copyright 2022 Festo SE & Co. KG
14574
14590
  * Licensed under Apache-2.0
14575
14591
  */
@@ -14676,7 +14692,7 @@ fieldset.fwe-progress-container label {
14676
14692
  .fwe-modal--with-indicator-bar {
14677
14693
  border-left: 8px solid var(--fwe-hero);
14678
14694
  }
14679
- .fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-link, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-link {
14695
+ .fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-tertiary, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-tertiary {
14680
14696
  color: var(--fwe-text);
14681
14697
  }
14682
14698
  .fwe-modal--info .fwe-modal-h2, .fwe-modal--warning .fwe-modal-h2, .fwe-modal--error .fwe-modal-h2 {
@@ -14800,7 +14816,7 @@ fieldset.fwe-progress-container label {
14800
14816
  }
14801
14817
  }
14802
14818
  /*!
14803
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
14819
+ * Festo UI - Web Essentials v11.0.0-dev.963 (https://storybook.festo.design/)
14804
14820
  * Copyright 2022 Festo SE & Co. KG
14805
14821
  * Licensed under Apache-2.0
14806
14822
  */
@@ -15536,7 +15552,7 @@ fieldset.fwe-progress-container label {
15536
15552
  }
15537
15553
 
15538
15554
  /*!
15539
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
15555
+ * Festo UI - Web Essentials v11.0.0-dev.963 (https://storybook.festo.design/)
15540
15556
  * Copyright 2022 Festo SE & Co. KG
15541
15557
  * Licensed under Apache-2.0
15542
15558
  */
@@ -16035,7 +16051,7 @@ input[type=search]::-webkit-search-cancel-button {
16035
16051
  }
16036
16052
  }
16037
16053
  /*!
16038
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
16054
+ * Festo UI - Web Essentials v11.0.0-dev.963 (https://storybook.festo.design/)
16039
16055
  * Copyright 2022 Festo SE & Co. KG
16040
16056
  * Licensed under Apache-2.0
16041
16057
  */
@@ -16251,12 +16267,12 @@ input[type=search]::-webkit-search-cancel-button {
16251
16267
  margin-left: 16px;
16252
16268
  }
16253
16269
 
16254
- .fwe-btn.fwe-btn-link.fwe-btn--tree-node-toggle {
16270
+ .fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-toggle {
16255
16271
  color: var(--fwe-text);
16256
16272
  padding: 0 8px 0 16px;
16257
16273
  justify-content: flex-start;
16258
16274
  }
16259
- .fwe-btn.fwe-btn-link.fwe-btn--tree-node-select {
16275
+ .fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-select {
16260
16276
  color: var(--fwe-text);
16261
16277
  justify-content: flex-start;
16262
16278
  min-width: 0;
@@ -16319,7 +16335,7 @@ input[type=search]::-webkit-search-cancel-button {
16319
16335
  }
16320
16336
 
16321
16337
  /*!
16322
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
16338
+ * Festo UI - Web Essentials v11.0.0-dev.963 (https://storybook.festo.design/)
16323
16339
  * Copyright 2022 Festo SE & Co. KG
16324
16340
  * Licensed under Apache-2.0
16325
16341
  */