@theroutingcompany/components 0.0.26-alpha.19 → 0.0.26-alpha.20
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/trc-components.es.js +3 -5
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +3 -2
- package/dist/trc-components.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/types/components/Input/InlineEdit/InlineEdit.d.ts +1 -1
|
@@ -14862,11 +14862,7 @@ const n4 = H.forwardRef(
|
|
|
14862
14862
|
({ dateString: e, timeZone: t, onChange: r, ...n }, o) => {
|
|
14863
14863
|
const a = new Date(e), [i, s] = J(!1), l = t4(a, t), c = e4(a, t), [d, u] = J(l), [f, m] = J(new Ce(c.year ?? 0, c.month ?? 0, c.day ?? 0));
|
|
14864
14864
|
Y(() => {
|
|
14865
|
-
|
|
14866
|
-
...f,
|
|
14867
|
-
...d,
|
|
14868
|
-
timeZone: t
|
|
14869
|
-
}), r && r({
|
|
14865
|
+
r && r({
|
|
14870
14866
|
...f,
|
|
14871
14867
|
...d,
|
|
14872
14868
|
timeZone: t
|
|
@@ -28657,6 +28653,7 @@ const kM = Ex, TM = uM, EM = bM, CM = _M, RM = Rx, IM = Ix, Xd = 25, AM = Ve`
|
|
|
28657
28653
|
background-color: var(--color-background-notification);
|
|
28658
28654
|
color: var(--color-notification);
|
|
28659
28655
|
box-shadow: ${p.elevation_interactive_low};
|
|
28656
|
+
${({ sentiment: e }) => e === "info" && `border: 1px solid ${p.color_gray_opacity_94};`}
|
|
28660
28657
|
border-radius: ${p.border_radius_400};
|
|
28661
28658
|
|
|
28662
28659
|
& > svg {
|
|
@@ -28708,6 +28705,7 @@ function hF({
|
|
|
28708
28705
|
"--color-background-notification": a,
|
|
28709
28706
|
"--color-notification": i
|
|
28710
28707
|
},
|
|
28708
|
+
sentiment: r,
|
|
28711
28709
|
...o,
|
|
28712
28710
|
children: [
|
|
28713
28711
|
r === "negative" ? /* @__PURE__ */ w(f2, { height: 18 }) : null,
|