@dmsi/wedgekit-react 0.0.282 → 0.0.284
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/{chunk-MIX7MTLR.js → chunk-7AULYQHT.js} +1 -1
- package/dist/components/CalendarRange.cjs +1 -1
- package/dist/components/CalendarRange.css +3 -0
- package/dist/components/CalendarRange.js +1 -1
- package/dist/components/DateInput.cjs +1 -1
- package/dist/components/DateInput.css +3 -0
- package/dist/components/DateInput.js +1 -1
- package/dist/components/DateRangeInput.cjs +1 -1
- package/dist/components/DateRangeInput.css +3 -0
- package/dist/components/DateRangeInput.js +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.css +3 -0
- package/dist/components/index.js +1 -1
- package/dist/index.css +3 -0
- package/package.json +1 -1
- package/src/components/DataGrid/index.tsx +1 -1
|
@@ -916,7 +916,7 @@ function DataGrid({
|
|
|
916
916
|
{
|
|
917
917
|
id,
|
|
918
918
|
"data-testid": testid,
|
|
919
|
-
className: "flex flex-col
|
|
919
|
+
className: "flex flex-col grow-0 h-fit w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
|
|
920
920
|
children: [
|
|
921
921
|
/* @__PURE__ */ jsxs5(
|
|
922
922
|
"div",
|
|
@@ -3184,7 +3184,7 @@ function DataGrid({
|
|
|
3184
3184
|
{
|
|
3185
3185
|
id,
|
|
3186
3186
|
"data-testid": testid,
|
|
3187
|
-
className: "flex flex-col
|
|
3187
|
+
className: "flex flex-col grow-0 h-fit w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
|
|
3188
3188
|
children: [
|
|
3189
3189
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
3190
3190
|
"div",
|
|
@@ -3254,7 +3254,7 @@ function DataGrid({
|
|
|
3254
3254
|
{
|
|
3255
3255
|
id,
|
|
3256
3256
|
"data-testid": testid,
|
|
3257
|
-
className: "flex flex-col
|
|
3257
|
+
className: "flex flex-col grow-0 h-fit w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
|
|
3258
3258
|
children: [
|
|
3259
3259
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
3260
3260
|
"div",
|
|
@@ -3262,7 +3262,7 @@ function DataGrid({
|
|
|
3262
3262
|
{
|
|
3263
3263
|
id,
|
|
3264
3264
|
"data-testid": testid,
|
|
3265
|
-
className: "flex flex-col
|
|
3265
|
+
className: "flex flex-col grow-0 h-fit w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
|
|
3266
3266
|
children: [
|
|
3267
3267
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
3268
3268
|
"div",
|
|
@@ -3195,7 +3195,7 @@ function DataGrid({
|
|
|
3195
3195
|
{
|
|
3196
3196
|
id,
|
|
3197
3197
|
"data-testid": testid,
|
|
3198
|
-
className: "flex flex-col
|
|
3198
|
+
className: "flex flex-col grow-0 h-fit w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
|
|
3199
3199
|
children: [
|
|
3200
3200
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
3201
3201
|
"div",
|
package/dist/components/index.js
CHANGED
package/dist/index.css
CHANGED
package/package.json
CHANGED
|
@@ -406,7 +406,7 @@ export function DataGrid<T extends Record<string, unknown>>({
|
|
|
406
406
|
<div
|
|
407
407
|
id={id}
|
|
408
408
|
data-testid={testid}
|
|
409
|
-
className="flex flex-col
|
|
409
|
+
className="flex flex-col grow-0 h-fit w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal"
|
|
410
410
|
>
|
|
411
411
|
<div
|
|
412
412
|
className={clsx(
|