sag_components 2.0.0-beta249 → 2.0.0-beta250

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
@@ -36108,19 +36108,15 @@ const ToggleInput = styled__default["default"].input`
36108
36108
  const ToggleSlider = styled__default["default"].span`
36109
36109
  display: block;
36110
36110
  position: relative;
36111
- background: ${_ref => {
36112
- let {
36113
- checked,
36114
- disabled
36115
- } = _ref;
36116
- return checked ? "#006d6a" : disabled ? "#B1B1B1" : "#D0D0D0";
36117
- }};
36111
+ background: ${({
36112
+ checked,
36113
+ disabled
36114
+ }) => checked ? "#006d6a" : disabled ? "#B1B1B1" : "#D0D0D0"};
36118
36115
  border-radius: 999px;
36119
36116
  transition: background 0.2s;
36120
- ${_ref2 => {
36121
- let {
36122
- size
36123
- } = _ref2;
36117
+ ${({
36118
+ size
36119
+ }) => {
36124
36120
  switch (size) {
36125
36121
  case "s":
36126
36122
  return styled.css`width: 40px; height: 20px;`;
@@ -36136,18 +36132,14 @@ const ToggleSlider = styled__default["default"].span`
36136
36132
  left: 3px;
36137
36133
  top: 50%;
36138
36134
  transform: translateY(-50%);
36139
- background: ${_ref3 => {
36140
- let {
36141
- disabled
36142
- } = _ref3;
36143
- return disabled ? "#D0D0D0" : "#fff";
36144
- }};
36135
+ background: ${({
36136
+ disabled
36137
+ }) => disabled ? "#D0D0D0" : "#fff"};
36145
36138
  border-radius: 50%;
36146
36139
  transition: left 0.2s, width 0.2s, height 0.2s;
36147
- ${_ref4 => {
36148
- let {
36149
- size
36150
- } = _ref4;
36140
+ ${({
36141
+ size
36142
+ }) => {
36151
36143
  switch (size) {
36152
36144
  case "s":
36153
36145
  return styled.css`width: 14px; height: 14px;`;
@@ -36157,11 +36149,10 @@ const ToggleSlider = styled__default["default"].span`
36157
36149
  return styled.css`width: 20px; height: 20px;`;
36158
36150
  }
36159
36151
  }}
36160
- left: ${_ref5 => {
36161
- let {
36162
- checked,
36163
- size
36164
- } = _ref5;
36152
+ left: ${({
36153
+ checked,
36154
+ size
36155
+ }) => {
36165
36156
  if (!checked) return "3px";
36166
36157
  switch (size) {
36167
36158
  case "s":
@@ -47432,7 +47423,7 @@ const VendorName$1 = styled__default["default"].div`
47432
47423
  max-width: 250px;
47433
47424
  }
47434
47425
  }
47435
- font-size: 16px;
47426
+ font-size: 14px;
47436
47427
  font-weight: 500;
47437
47428
  `;
47438
47429
  const MarkVendorName = styled__default["default"].mark`