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

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.962 (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.962 (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.962 (https://storybook.festo.design/)
12389
12389
  * Copyright 2022 Festo SE & Co. KG
12390
12390
  * Licensed under Apache-2.0
12391
12391
  */
@@ -13582,37 +13582,48 @@ a.fwe-btn.fwe-btn-block,
13582
13582
  button.fwe-btn.fwe-btn-block {
13583
13583
  width: 100%;
13584
13584
  }
13585
- a.fwe-btn.fwe-btn-link,
13586
- button.fwe-btn.fwe-btn-link {
13585
+ a.fwe-btn.fwe-btn-link, a.fwe-btn.fwe-btn-tertiary,
13586
+ button.fwe-btn.fwe-btn-link,
13587
+ button.fwe-btn.fwe-btn-tertiary {
13587
13588
  background: none;
13588
13589
  color: var(--fwe-hero);
13589
13590
  padding: 0;
13590
13591
  }
13591
13592
  a.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
13592
13593
  a.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
13593
- a.fwe-btn.fwe-btn-link .fwe-svg-icon,
13594
+ a.fwe-btn.fwe-btn-link .fwe-svg-icon, a.fwe-btn.fwe-btn-tertiary i[class^=fwe-icon-],
13595
+ a.fwe-btn.fwe-btn-tertiary i[class*=" fwe-icon-"],
13596
+ a.fwe-btn.fwe-btn-tertiary .fwe-svg-icon,
13594
13597
  button.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
13595
13598
  button.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
13596
- button.fwe-btn.fwe-btn-link .fwe-svg-icon {
13599
+ button.fwe-btn.fwe-btn-link .fwe-svg-icon,
13600
+ button.fwe-btn.fwe-btn-tertiary i[class^=fwe-icon-],
13601
+ button.fwe-btn.fwe-btn-tertiary i[class*=" fwe-icon-"],
13602
+ button.fwe-btn.fwe-btn-tertiary .fwe-svg-icon {
13597
13603
  margin-right: 4px;
13598
13604
  }
13599
- a.fwe-btn.fwe-btn-link.fwe-dark,
13600
- button.fwe-btn.fwe-btn-link.fwe-dark {
13605
+ a.fwe-btn.fwe-btn-link.fwe-dark, a.fwe-btn.fwe-btn-tertiary.fwe-dark,
13606
+ button.fwe-btn.fwe-btn-link.fwe-dark,
13607
+ button.fwe-btn.fwe-btn-tertiary.fwe-dark {
13601
13608
  color: var(--fwe-text);
13602
13609
  }
13603
- a.fwe-btn.fwe-btn-link:hover,
13604
- button.fwe-btn.fwe-btn-link:hover {
13610
+ a.fwe-btn.fwe-btn-link:hover, a.fwe-btn.fwe-btn-tertiary:hover,
13611
+ button.fwe-btn.fwe-btn-link:hover,
13612
+ button.fwe-btn.fwe-btn-tertiary:hover {
13605
13613
  background: none;
13606
13614
  color: var(--fwe-hero-hover);
13607
13615
  }
13608
- a.fwe-btn.fwe-btn-link:active,
13609
- button.fwe-btn.fwe-btn-link:active {
13616
+ a.fwe-btn.fwe-btn-link:active, a.fwe-btn.fwe-btn-tertiary:active,
13617
+ button.fwe-btn.fwe-btn-link:active,
13618
+ button.fwe-btn.fwe-btn-tertiary:active {
13610
13619
  background: none;
13611
13620
  color: var(--fwe-hero-hover);
13612
13621
  }
13613
- a.fwe-btn.fwe-btn-link:disabled, a.fwe-btn.fwe-btn-link.fwe-disabled,
13622
+ 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
13623
  button.fwe-btn.fwe-btn-link:disabled,
13615
- button.fwe-btn.fwe-btn-link.fwe-disabled {
13624
+ button.fwe-btn.fwe-btn-link.fwe-disabled,
13625
+ button.fwe-btn.fwe-btn-tertiary:disabled,
13626
+ button.fwe-btn.fwe-btn-tertiary.fwe-disabled {
13616
13627
  color: var(--fwe-text-disabled);
13617
13628
  }
13618
13629
  a.fwe-btn.fwe-btn-lg,
@@ -13657,7 +13668,7 @@ a.fwe-btn.fwe-disabled {
13657
13668
  }
13658
13669
 
13659
13670
  /*!
13660
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
13671
+ * Festo UI - Web Essentials v11.0.0-dev.962 (https://storybook.festo.design/)
13661
13672
  * Copyright 2022 Festo SE & Co. KG
13662
13673
  * Licensed under Apache-2.0
13663
13674
  */
@@ -14569,7 +14580,7 @@ fieldset.fwe-progress-container label {
14569
14580
  }
14570
14581
 
14571
14582
  /*!
14572
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
14583
+ * Festo UI - Web Essentials v11.0.0-dev.962 (https://storybook.festo.design/)
14573
14584
  * Copyright 2022 Festo SE & Co. KG
14574
14585
  * Licensed under Apache-2.0
14575
14586
  */
@@ -14676,7 +14687,7 @@ fieldset.fwe-progress-container label {
14676
14687
  .fwe-modal--with-indicator-bar {
14677
14688
  border-left: 8px solid var(--fwe-hero);
14678
14689
  }
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 {
14690
+ .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
14691
  color: var(--fwe-text);
14681
14692
  }
14682
14693
  .fwe-modal--info .fwe-modal-h2, .fwe-modal--warning .fwe-modal-h2, .fwe-modal--error .fwe-modal-h2 {
@@ -14800,7 +14811,7 @@ fieldset.fwe-progress-container label {
14800
14811
  }
14801
14812
  }
14802
14813
  /*!
14803
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
14814
+ * Festo UI - Web Essentials v11.0.0-dev.962 (https://storybook.festo.design/)
14804
14815
  * Copyright 2022 Festo SE & Co. KG
14805
14816
  * Licensed under Apache-2.0
14806
14817
  */
@@ -15536,7 +15547,7 @@ fieldset.fwe-progress-container label {
15536
15547
  }
15537
15548
 
15538
15549
  /*!
15539
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
15550
+ * Festo UI - Web Essentials v11.0.0-dev.962 (https://storybook.festo.design/)
15540
15551
  * Copyright 2022 Festo SE & Co. KG
15541
15552
  * Licensed under Apache-2.0
15542
15553
  */
@@ -16035,7 +16046,7 @@ input[type=search]::-webkit-search-cancel-button {
16035
16046
  }
16036
16047
  }
16037
16048
  /*!
16038
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
16049
+ * Festo UI - Web Essentials v11.0.0-dev.962 (https://storybook.festo.design/)
16039
16050
  * Copyright 2022 Festo SE & Co. KG
16040
16051
  * Licensed under Apache-2.0
16041
16052
  */
@@ -16251,12 +16262,12 @@ input[type=search]::-webkit-search-cancel-button {
16251
16262
  margin-left: 16px;
16252
16263
  }
16253
16264
 
16254
- .fwe-btn.fwe-btn-link.fwe-btn--tree-node-toggle {
16265
+ .fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-toggle {
16255
16266
  color: var(--fwe-text);
16256
16267
  padding: 0 8px 0 16px;
16257
16268
  justify-content: flex-start;
16258
16269
  }
16259
- .fwe-btn.fwe-btn-link.fwe-btn--tree-node-select {
16270
+ .fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-select {
16260
16271
  color: var(--fwe-text);
16261
16272
  justify-content: flex-start;
16262
16273
  min-width: 0;
@@ -16319,7 +16330,7 @@ input[type=search]::-webkit-search-cancel-button {
16319
16330
  }
16320
16331
 
16321
16332
  /*!
16322
- * Festo UI - Web Essentials v11.0.0-dev.961 (https://storybook.festo.design/)
16333
+ * Festo UI - Web Essentials v11.0.0-dev.962 (https://storybook.festo.design/)
16323
16334
  * Copyright 2022 Festo SE & Co. KG
16324
16335
  * Licensed under Apache-2.0
16325
16336
  */