sag_components 2.0.0-beta77 → 2.0.0-beta78

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.js CHANGED
@@ -23894,7 +23894,6 @@ const Label$2 = styled__default["default"].label`
23894
23894
  font-size: 14px;
23895
23895
  font-weight: 500;
23896
23896
  color: ${props => props.disabled ? '#D0D0D0' : '212121'};
23897
- font-family: "Poppins";
23898
23897
  white-space: nowrap;
23899
23898
  `;
23900
23899
  const InputContainer$1 = styled__default["default"].div`
@@ -23906,7 +23905,6 @@ const InputContainer$1 = styled__default["default"].div`
23906
23905
  overflow: hidden;
23907
23906
  padding: 6px 16px;
23908
23907
  margin-bottom: 8px;
23909
- width: 256px;
23910
23908
  height: 24px;
23911
23909
  border: 1px solid
23912
23910
  ${props => props.disabled ? '#bdbdbd' : props.error ? 'red' : '#B1B1B1'};
@@ -23966,7 +23964,6 @@ const OptionsSubContainer$1 = styled__default["default"].ul`
23966
23964
  left: 0;
23967
23965
  z-index: 101;
23968
23966
  width: calc(100% - 23px);
23969
- font-family: "Poppins";
23970
23967
  border-radius: 4px;
23971
23968
  background-color: white;
23972
23969
  display: ${props => props.showoptions && props.filteredoptions?.length > 0 ? 'block' : 'none'};
@@ -23978,9 +23975,7 @@ const OptionItem$1 = styled__default["default"].li`
23978
23975
  padding: 10px;
23979
23976
  cursor: pointer;
23980
23977
  color: #212121;
23981
- font-family: "Poppins";
23982
23978
  font-size: 14px;
23983
- font-style: normal;
23984
23979
  font-weight: 400;
23985
23980
  transition: background-color 0.3s;
23986
23981
  background-color: ${props => props.selected ? '#C7E4FF' : '#fff'};