@gravitee/graphene-core 2.10.1-datepicker.cc6d43d → 2.10.1-datepicker.fbd1c9d
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateRangePicker.d.ts","sourceRoot":"","sources":["../../../src/composed/DatePicker/DateRangePicker.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAO1D,UAAU,oBAAoB;IAC5B,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC;IAC3B,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,KAAK,IAAI,CAAC;IAC3D,yEAAyE;IACzE,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;IAClC,gEAAgE;IAChE,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,iBAAS,eAAe,CAAC,EACvB,EAAE,EACF,KAAK,EACL,QAAQ,EACR,WAA2B,EAC3B,QAAgB,EAChB,UAAwB,EACxB,MAAM,EACN,cAAkB,EAClB,SAAS,EACT,YAAY,EAAE,SAAS,GACxB,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"DateRangePicker.d.ts","sourceRoot":"","sources":["../../../src/composed/DatePicker/DateRangePicker.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAO1D,UAAU,oBAAoB;IAC5B,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC;IAC3B,QAAQ,CAAC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,SAAS,GAAG,SAAS,KAAK,IAAI,CAAC;IAC3D,yEAAyE;IACzE,QAAQ,CAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B;;;;OAIG;IACH,QAAQ,CAAC,UAAU,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;OAIG;IACH,QAAQ,CAAC,MAAM,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,CAAC;IAClC,gEAAgE;IAChE,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;IACjC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,YAAY,CAAC,EAAE,MAAM,CAAC;CAChC;AAED,iBAAS,eAAe,CAAC,EACvB,EAAE,EACF,KAAK,EACL,QAAQ,EACR,WAA2B,EAC3B,QAAgB,EAChB,UAAwB,EACxB,MAAM,EACN,cAAkB,EAClB,SAAS,EACT,YAAY,EAAE,SAAS,GACxB,EAAE,oBAAoB,2CAkDtB;AAED,OAAO,EAAE,eAAe,EAAE,CAAC;AAC3B,YAAY,EAAE,oBAAoB,EAAE,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -27616,12 +27616,12 @@ function rU({ id: e, value: n, onChange: r, placeholder: i = "Pick a date", disa
|
|
|
27616
27616
|
"aria-haspopup": "dialog",
|
|
27617
27617
|
"aria-expanded": d,
|
|
27618
27618
|
"aria-label": u,
|
|
27619
|
-
className: q("w-full min-w-[15rem] justify-between font-normal", !n?.from && "text-muted-foreground", l),
|
|
27620
|
-
children: [n?.from ? n.to ? /* @__PURE__ */ W(H, { children: [
|
|
27619
|
+
className: q("w-full min-w-[15rem] justify-between font-normal", !(n?.from || n?.to) && "text-muted-foreground", l),
|
|
27620
|
+
children: [n?.from || n?.to ? n.from ? n.to ? /* @__PURE__ */ W(H, { children: [
|
|
27621
27621
|
jb(n.from, o),
|
|
27622
27622
|
" → ",
|
|
27623
27623
|
jb(n.to, o)
|
|
27624
|
-
] }) : /* @__PURE__ */ W(H, { children: [jb(n.from, o), " → …"] }) : /* @__PURE__ */ U("span", { children: i }), /* @__PURE__ */ U(t, { "aria-hidden": "true" })]
|
|
27624
|
+
] }) : /* @__PURE__ */ W(H, { children: [jb(n.from, o), " → …"] }) : /* @__PURE__ */ W(H, { children: ["… → ", jb(n.to, o)] }) : /* @__PURE__ */ U("span", { children: i }), /* @__PURE__ */ U(t, { "aria-hidden": "true" })]
|
|
27625
27625
|
})
|
|
27626
27626
|
}), /* @__PURE__ */ U(WI, {
|
|
27627
27627
|
className: "w-auto p-0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/graphene-core",
|
|
3
|
-
"version": "2.10.1-datepicker.
|
|
3
|
+
"version": "2.10.1-datepicker.fbd1c9d",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Gravitee's Graphene design system: accessible React components, design tokens, icons, and shared ESLint/TypeScript configs. Built on shadcn/ui and Tailwind.",
|
|
6
6
|
"keywords": [
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"@fontsource/dm-sans": ">=5.0.0",
|
|
91
|
-
"@gravitee/graphene-core": "2.10.1-datepicker.
|
|
91
|
+
"@gravitee/graphene-core": "2.10.1-datepicker.fbd1c9d",
|
|
92
92
|
"@tanstack/react-table": "^8.0.0",
|
|
93
93
|
"@testing-library/dom": ">=10.0.0",
|
|
94
94
|
"@testing-library/react": ">=16.0.0",
|