@true-engineering/true-react-common-ui-kit 4.0.0-alpha7 → 4.0.0-alpha8

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.
@@ -9897,14 +9897,14 @@
9897
9897
  boxSizing: "border-box",
9898
9898
  zIndex: 0
9899
9899
  },
9900
- invalid: {
9901
- zIndex: Z_INDEX$1.CONTROL_INVALID
9902
- },
9903
9900
  disabled: {},
9904
9901
  focused: {
9905
9902
  position: "relative",
9906
9903
  zIndex: Z_INDEX$1.CONTROL_FOCUS
9907
9904
  },
9905
+ invalid: {
9906
+ zIndex: Z_INDEX$1.CONTROL_INVALID
9907
+ },
9908
9908
  withValue: {},
9909
9909
  loading: {},
9910
9910
  minContent: {