@festo-ui/react 3.2.1 → 4.0.0-pre-20220920.2

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.
@@ -145,9 +145,6 @@
145
145
  .fr-accordion-item--collapsed .fr-accordion-item-header {
146
146
  font-weight: var(--fwe-font-weight-normal);
147
147
  }
148
- .fr-button .fr-button-text {
149
- margin: -1px 0px 1px 0px;
150
- }
151
148
  .fwe-chip-container .fr-chip .fwe-icon-menu-close {
152
149
  position: absolute;
153
150
  right: 5px;
@@ -166,18 +163,7 @@
166
163
  .fwe-chip-container .fr-chip.fwe-chip.fwe-selected.fwe-category::after {
167
164
  content: none;
168
165
  }
169
- .fr-waiting-container {
170
- width: 100%;
171
- height: 100%;
172
- display: flex;
173
- flex-direction: column;
174
- justify-content: center;
175
- align-items: center;
176
- }
177
166
 
178
- .fr-waiting-indicator {
179
- margin-bottom: 16px;
180
- }
181
167
  .fr-modal {
182
168
  opacity: 0;
183
169
  }
@@ -662,7 +648,6 @@
662
648
  font-family: var(--fwe-font-family-sans-serif);
663
649
  -webkit-user-select: none;
664
650
  -moz-user-select: none;
665
- -ms-user-select: none;
666
651
  user-select: none;
667
652
  cursor: pointer;
668
653
  display: flex;
@@ -696,9 +681,8 @@
696
681
  line-height: 24px;
697
682
  color: var(--fwe-text);
698
683
  -webkit-user-select: none;
699
- -moz-user-select: none;
700
- -ms-user-select: none;
701
- user-select: none;
684
+ -moz-user-select: none;
685
+ user-select: none;
702
686
  }
703
687
  .fwe-checkbox-container .fwe-checkbox-indicator-background {
704
688
  box-sizing: border-box;
@@ -786,7 +770,7 @@
786
770
  font-size: var(--fwe-font-size-md);
787
771
  line-height: 1rem;
788
772
  box-shadow: 0px 1px 4px #33333333;
789
- border-radius: 8px;
773
+ border-radius: 4px;
790
774
  }
791
775
  .fwe-color-indicator .fwe-backdrop {
792
776
  background: transparent;
@@ -1282,7 +1266,6 @@ label.fwe-slider .fr-slider-value {
1282
1266
  bottom: 0px;
1283
1267
  -webkit-user-select: none;
1284
1268
  -moz-user-select: none;
1285
- -ms-user-select: none;
1286
1269
  user-select: none;
1287
1270
  }
1288
1271
  label.fwe-input-text .fwe-input-text-count {