@theroutingcompany/components 0.0.128-alpha.4 → 0.0.128
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 +28 -30
- package/dist/trc-components.es.js.map +1 -1
- package/dist/trc-components.umd.js +75 -75
- package/dist/trc-components.umd.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/types/components/Input/DateInput/DateInput.d.ts +0 -1
|
@@ -25709,8 +25709,7 @@ function mB({
|
|
|
25709
25709
|
) : null
|
|
25710
25710
|
] });
|
|
25711
25711
|
}
|
|
25712
|
-
const
|
|
25713
|
-
}, uM = M(dt)`
|
|
25712
|
+
const uM = M(dt)`
|
|
25714
25713
|
font-family: ${f.font_family_pingo};
|
|
25715
25714
|
font-size: 0.875rem;
|
|
25716
25715
|
font-style: normal;
|
|
@@ -25722,7 +25721,7 @@ const vB = () => {
|
|
|
25722
25721
|
`, fM = ({ label: e, value: t, truncate: n = !1 }) => /* @__PURE__ */ oe(me, { role: "group", title: e, children: [
|
|
25723
25722
|
/* @__PURE__ */ w(Ye, { htmlFor: `labeled-text-${e}`, color: f.color_gray_52, size: "medium", bold: !0, title: e, "aria-label": e, children: e }),
|
|
25724
25723
|
/* @__PURE__ */ w(uM, { id: `labeled-text-${e}`, title: typeof t == "string" ? t : e, "aria-label": typeof t == "string" ? t : e, truncate: n, children: t })
|
|
25725
|
-
] }),
|
|
25724
|
+
] }), vB = fM;
|
|
25726
25725
|
function k2(e) {
|
|
25727
25726
|
var t, n, r = "";
|
|
25728
25727
|
if (typeof e == "string" || typeof e == "number")
|
|
@@ -26456,12 +26455,12 @@ const L2 = M.div`
|
|
|
26456
26455
|
border-top: 1px solid hsl(0deg 0% 0% / 12%);
|
|
26457
26456
|
`;
|
|
26458
26457
|
yo.Separator = L2;
|
|
26459
|
-
const
|
|
26458
|
+
const $B = Object.assign(yo, {
|
|
26460
26459
|
Trigger: O2,
|
|
26461
26460
|
List: M2,
|
|
26462
26461
|
Item: F2,
|
|
26463
26462
|
Separator: L2
|
|
26464
|
-
}),
|
|
26463
|
+
}), yB = () => /* @__PURE__ */ w("div", { id: Cf }), _B = M(me)`
|
|
26465
26464
|
display: grid;
|
|
26466
26465
|
grid-template-columns: repeat(12, minmax(var(--min-col-width, 0), 150px));
|
|
26467
26466
|
column-gap: ${f.sizing_600};
|
|
@@ -26478,7 +26477,7 @@ const yB = Object.assign(yo, {
|
|
|
26478
26477
|
min-height: 100%;
|
|
26479
26478
|
margin: 0 auto;
|
|
26480
26479
|
padding: 0 ${f.sizing_100};
|
|
26481
|
-
`,
|
|
26480
|
+
`, xB = M(me)`
|
|
26482
26481
|
padding-top: ${f.sizing_600};
|
|
26483
26482
|
padding-bottom: ${f.sizing_800};
|
|
26484
26483
|
`, AM = M.header`
|
|
@@ -26497,10 +26496,10 @@ const yB = Object.assign(yo, {
|
|
|
26497
26496
|
rgba(0, 0, 0, 0.07) 0px 0px 2px, rgba(0, 0, 0, 0.1) 0px 1px 1px,
|
|
26498
26497
|
rgba(0, 0, 0, 0.05) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
|
|
26499
26498
|
rgba(0, 0, 0, 0.08) 0px 1px 4px;
|
|
26500
|
-
`,
|
|
26499
|
+
`, wB = ({
|
|
26501
26500
|
children: e,
|
|
26502
26501
|
className: t
|
|
26503
|
-
}) => /* @__PURE__ */ w(IM, { className: t, children: /* @__PURE__ */ w(RM, { children: /* @__PURE__ */ w(AM, { as: "div", children: e }) }) }),
|
|
26502
|
+
}) => /* @__PURE__ */ w(IM, { className: t, children: /* @__PURE__ */ w(RM, { children: /* @__PURE__ */ w(AM, { as: "div", children: e }) }) }), SB = M(me)`
|
|
26504
26503
|
display: flex;
|
|
26505
26504
|
align-items: center;
|
|
26506
26505
|
|
|
@@ -26537,7 +26536,7 @@ const yB = Object.assign(yo, {
|
|
|
26537
26536
|
border-radius: ${f.border_radius_800};
|
|
26538
26537
|
${({ size: e }) => LM(e)}
|
|
26539
26538
|
${({ variant: e }) => KM(e)}
|
|
26540
|
-
`,
|
|
26539
|
+
`, EB = N.forwardRef(
|
|
26541
26540
|
function(t, n) {
|
|
26542
26541
|
const {
|
|
26543
26542
|
"data-id": r,
|
|
@@ -26651,7 +26650,7 @@ const qM = [
|
|
|
26651
26650
|
"ArrowDown",
|
|
26652
26651
|
"ArrowLeft",
|
|
26653
26652
|
"ArrowRight"
|
|
26654
|
-
], B2 = "RadioGroup", [XM,
|
|
26653
|
+
], B2 = "RadioGroup", [XM, DB] = We(B2, [
|
|
26655
26654
|
Bn,
|
|
26656
26655
|
K2
|
|
26657
26656
|
]), j2 = Bn(), U2 = K2(), [JM, ZM] = XM(B2), QM = /* @__PURE__ */ H((e, t) => {
|
|
@@ -26810,7 +26809,7 @@ const qM = [
|
|
|
26810
26809
|
background-color: var(--inner-circle-color);
|
|
26811
26810
|
}
|
|
26812
26811
|
`;
|
|
26813
|
-
function
|
|
26812
|
+
function PB({
|
|
26814
26813
|
children: e,
|
|
26815
26814
|
disabled: t,
|
|
26816
26815
|
loop: n,
|
|
@@ -26830,7 +26829,7 @@ function TB({
|
|
|
26830
26829
|
}
|
|
26831
26830
|
);
|
|
26832
26831
|
}
|
|
26833
|
-
function
|
|
26832
|
+
function TB({
|
|
26834
26833
|
disabled: e,
|
|
26835
26834
|
...t
|
|
26836
26835
|
}) {
|
|
@@ -30279,7 +30278,7 @@ const Yz = M.div`
|
|
|
30279
30278
|
}
|
|
30280
30279
|
);
|
|
30281
30280
|
Jz.displayName = "Search";
|
|
30282
|
-
const i5 = "Switch", [Zz,
|
|
30281
|
+
const i5 = "Switch", [Zz, kB] = We(i5), [Qz, eK] = Zz(i5), tK = /* @__PURE__ */ H((e, t) => {
|
|
30283
30282
|
const { __scopeSwitch: n, name: r, checked: o, defaultChecked: a, required: i, disabled: l, value: s = "on", onCheckedChange: c, ...d } = e, [u, g] = ee(null), p = Ee(
|
|
30284
30283
|
t,
|
|
30285
30284
|
(v) => g(v)
|
|
@@ -30432,7 +30431,7 @@ const sK = M(aK)`
|
|
|
30432
30431
|
return /* @__PURE__ */ w(sK, { ...r, ...o, ref: t, children: /* @__PURE__ */ w(cK, {}) });
|
|
30433
30432
|
});
|
|
30434
30433
|
dK.displayName = "Switch";
|
|
30435
|
-
const s5 = "Tabs", [uK,
|
|
30434
|
+
const s5 = "Tabs", [uK, CB] = We(s5, [
|
|
30436
30435
|
Bn
|
|
30437
30436
|
]), c5 = Bn(), [fK, Uf] = uK(s5), pK = /* @__PURE__ */ H((e, t) => {
|
|
30438
30437
|
const { __scopeTabs: n, value: r, onValueChange: o, defaultValue: a, orientation: i = "horizontal", dir: l, activationMode: s = "automatic", ...c } = e, d = go(l), [u, g] = Ze({
|
|
@@ -30739,7 +30738,7 @@ Defaulting to \`${zd}\`.`;
|
|
|
30739
30738
|
function x5(e) {
|
|
30740
30739
|
return EK.includes(e);
|
|
30741
30740
|
}
|
|
30742
|
-
const PK = _5, w5 = "ToastProvider", [Hf, TK, kK] = ll("Toast"), [S5,
|
|
30741
|
+
const PK = _5, w5 = "ToastProvider", [Hf, TK, kK] = ll("Toast"), [S5, RB] = We("Toast", [
|
|
30743
30742
|
kK
|
|
30744
30743
|
]), [CK, ts] = S5(w5), E5 = (e) => {
|
|
30745
30744
|
const { __scopeToast: t, label: n = "Notification", duration: r = 5e3, swipeDirection: o = "right", swipeThreshold: a = 50, children: i } = e, [l, s] = ee(null), [c, d] = ee(0), u = K(!1), g = K(!1);
|
|
@@ -31269,7 +31268,7 @@ const qK = E5, XK = IK, JK = zK, ZK = jK, QK = P5, eV = T5, Gf = 25, tV = Je`
|
|
|
31269
31268
|
info: f.color_gray_opacity_94,
|
|
31270
31269
|
primary: f.color_white,
|
|
31271
31270
|
negative: f.color_white
|
|
31272
|
-
},
|
|
31271
|
+
}, AB = M(XK)`
|
|
31273
31272
|
position: fixed;
|
|
31274
31273
|
bottom: 0;
|
|
31275
31274
|
right: 0;
|
|
@@ -31322,7 +31321,7 @@ const qK = E5, XK = IK, JK = zK, ZK = jK, QK = P5, eV = T5, Gf = 25, tV = Je`
|
|
|
31322
31321
|
transform: translateX(var(--radix-toast-swipe-move-x));
|
|
31323
31322
|
}
|
|
31324
31323
|
`;
|
|
31325
|
-
function
|
|
31324
|
+
function IB({
|
|
31326
31325
|
children: e,
|
|
31327
31326
|
...t
|
|
31328
31327
|
}) {
|
|
@@ -31429,33 +31428,33 @@ export {
|
|
|
31429
31428
|
jt as InputWrapper,
|
|
31430
31429
|
F2 as Item,
|
|
31431
31430
|
Ye as Label,
|
|
31432
|
-
|
|
31431
|
+
vB as LabeledText,
|
|
31433
31432
|
yV as Modal,
|
|
31434
31433
|
SM as MultiSelect,
|
|
31435
31434
|
I2 as MultiSelectComponent,
|
|
31436
31435
|
qi as MultiSelectItem,
|
|
31437
31436
|
K9 as MultiSelectSection,
|
|
31438
|
-
|
|
31439
|
-
|
|
31437
|
+
$B as NavigationMenu,
|
|
31438
|
+
yB as NavigationMenuPortal,
|
|
31440
31439
|
JO as NumberFormControl,
|
|
31441
31440
|
x2 as NumberInput,
|
|
31442
31441
|
RM as Page,
|
|
31443
|
-
|
|
31444
|
-
|
|
31442
|
+
xB as PageContent,
|
|
31443
|
+
_B as PageGrid,
|
|
31445
31444
|
AM as PageHeader,
|
|
31446
|
-
|
|
31445
|
+
SB as PageHeaderContent,
|
|
31447
31446
|
BV as Pagination,
|
|
31448
31447
|
Bi as PaginatorButton,
|
|
31449
31448
|
dd as PaginatorNumber,
|
|
31450
|
-
|
|
31449
|
+
EB as Panel,
|
|
31451
31450
|
R2 as Placeholder,
|
|
31452
31451
|
cB as Popover,
|
|
31453
31452
|
mh as PopoverClose,
|
|
31454
31453
|
sB as PopoverCloseCross,
|
|
31455
31454
|
QI as PopoverContent,
|
|
31456
31455
|
dB as PopoverTrigger,
|
|
31457
|
-
|
|
31458
|
-
|
|
31456
|
+
TB as Radio,
|
|
31457
|
+
PB as RadioGroup,
|
|
31459
31458
|
lF as RadioGroupIndicator,
|
|
31460
31459
|
iF as RadioGroupRadio,
|
|
31461
31460
|
VV as RangeCalendar,
|
|
@@ -31473,7 +31472,7 @@ export {
|
|
|
31473
31472
|
wR as SkeletonFooter,
|
|
31474
31473
|
V_ as SkeletonHeader,
|
|
31475
31474
|
Lu as Stack,
|
|
31476
|
-
|
|
31475
|
+
wB as StickyPageHeader,
|
|
31477
31476
|
Xp as StyledButtonBox,
|
|
31478
31477
|
zk as StyledButtonGroup,
|
|
31479
31478
|
nk as StyledFieldSet,
|
|
@@ -31492,9 +31491,9 @@ export {
|
|
|
31492
31491
|
no as Title,
|
|
31493
31492
|
ur as TitleBase,
|
|
31494
31493
|
A5 as Toast,
|
|
31495
|
-
|
|
31494
|
+
IB as ToastProvider,
|
|
31496
31495
|
iV as ToastSeparator,
|
|
31497
|
-
|
|
31496
|
+
AB as ToastViewport,
|
|
31498
31497
|
d9 as Tooltip,
|
|
31499
31498
|
u9 as TooltipContent,
|
|
31500
31499
|
c9 as TooltipProvider,
|
|
@@ -31511,7 +31510,6 @@ export {
|
|
|
31511
31510
|
Jm as dialogDescriptionStyles,
|
|
31512
31511
|
Xm as dialogTitleStyles,
|
|
31513
31512
|
Eu as dialogWidths,
|
|
31514
|
-
vB as getCalendarDateFromInputValue,
|
|
31515
31513
|
dM as getNextMonth,
|
|
31516
31514
|
cM as getPreviousMonth,
|
|
31517
31515
|
NO as getSelectedName,
|