rbro-tat-uds 1.5.37 → 1.5.38

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.es.js CHANGED
@@ -4066,8 +4066,7 @@ const x6 = [14, 16, 18, 20, 24], m6 = [200, 300, 400, 500, 700, 800], y6 = H.div
4066
4066
  `, S6 = H.div`
4067
4067
  display: flex;
4068
4068
  gap: 4px;
4069
- align-items: center;
4070
- height: 16px;
4069
+ align-items: flex-start;
4071
4070
 
4072
4071
  ${(e) => !e.$leftHelperText && e.$rightHelperText && f`
4073
4072
  justify-content: end;
@@ -4076,9 +4075,8 @@ const x6 = [14, 16, 18, 20, 24], m6 = [200, 300, 400, 500, 700, 800], y6 = H.div
4076
4075
  & > div {
4077
4076
  flex: 1;
4078
4077
  display: flex;
4079
- align-items: center;
4078
+ align-items: flex-start;
4080
4079
  gap: 4px;
4081
- height: inherit;
4082
4080
 
4083
4081
  & > span {
4084
4082
  flex: 1;
@@ -4113,42 +4111,10 @@ const x6 = [14, 16, 18, 20, 24], m6 = [200, 300, 400, 500, 700, 800], y6 = H.div
4113
4111
  ..._
4114
4112
  }, y) => {
4115
4113
  const v = {
4116
- info: /* @__PURE__ */ i.jsx(
4117
- P,
4118
- {
4119
- icon: "info_filled",
4120
- color: t.gray_500,
4121
- size: 14,
4122
- style: { paddingTop: "1px" }
4123
- }
4124
- ),
4125
- success: /* @__PURE__ */ i.jsx(
4126
- P,
4127
- {
4128
- icon: "checkmark_filled",
4129
- color: t.success_600,
4130
- size: 14,
4131
- style: { paddingTop: "1px" }
4132
- }
4133
- ),
4134
- warning: /* @__PURE__ */ i.jsx(
4135
- P,
4136
- {
4137
- icon: "warning_filled",
4138
- color: t.warning_500,
4139
- size: 14,
4140
- style: { paddingTop: "1px" }
4141
- }
4142
- ),
4143
- danger: /* @__PURE__ */ i.jsx(
4144
- P,
4145
- {
4146
- icon: "warning_filled",
4147
- color: t.danger_500,
4148
- size: 14,
4149
- style: { paddingTop: "1px" }
4150
- }
4151
- )
4114
+ info: /* @__PURE__ */ i.jsx(P, { icon: "info_filled", color: t.gray_500, size: 14 }),
4115
+ success: /* @__PURE__ */ i.jsx(P, { icon: "checkmark_filled", color: t.success_600, size: 14 }),
4116
+ warning: /* @__PURE__ */ i.jsx(P, { icon: "warning_filled", color: t.warning_500, size: 14 }),
4117
+ danger: /* @__PURE__ */ i.jsx(P, { icon: "warning_filled", color: t.danger_500, size: 14 })
4152
4118
  };
4153
4119
  return /* @__PURE__ */ i.jsxs(
4154
4120
  M6,