@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.
@@ -916,7 +916,7 @@ function DataGrid({
916
916
  {
917
917
  id,
918
918
  "data-testid": testid,
919
- className: "flex flex-col flex-1 h-full w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
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 flex-1 h-full w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
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",
@@ -930,6 +930,9 @@
930
930
  .grow {
931
931
  flex-grow: 1;
932
932
  }
933
+ .grow-0 {
934
+ flex-grow: 0;
935
+ }
933
936
  .translate-x-0 {
934
937
  --tw-translate-x: calc(var(--spacing) * 0);
935
938
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -3,7 +3,7 @@ import {
3
3
  CalendarRange_default,
4
4
  isWeekend
5
5
  } from "../chunk-NXGUDYRR.js";
6
- import "../chunk-MIX7MTLR.js";
6
+ import "../chunk-7AULYQHT.js";
7
7
  import "../chunk-QQ5G773N.js";
8
8
  import "../chunk-J5V2JRIK.js";
9
9
  import "../chunk-YCKRVNJ3.js";
@@ -3254,7 +3254,7 @@ function DataGrid({
3254
3254
  {
3255
3255
  id,
3256
3256
  "data-testid": testid,
3257
- className: "flex flex-col flex-1 h-full w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
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",
@@ -930,6 +930,9 @@
930
930
  .grow {
931
931
  flex-grow: 1;
932
932
  }
933
+ .grow-0 {
934
+ flex-grow: 0;
935
+ }
933
936
  .translate-x-0 {
934
937
  --tw-translate-x: calc(var(--spacing) * 0);
935
938
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  CalendarRange
3
3
  } from "../chunk-NXGUDYRR.js";
4
- import "../chunk-MIX7MTLR.js";
4
+ import "../chunk-7AULYQHT.js";
5
5
  import "../chunk-QQ5G773N.js";
6
6
  import "../chunk-J5V2JRIK.js";
7
7
  import "../chunk-YCKRVNJ3.js";
@@ -3262,7 +3262,7 @@ function DataGrid({
3262
3262
  {
3263
3263
  id,
3264
3264
  "data-testid": testid,
3265
- className: "flex flex-col flex-1 h-full w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
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",
@@ -930,6 +930,9 @@
930
930
  .grow {
931
931
  flex-grow: 1;
932
932
  }
933
+ .grow-0 {
934
+ flex-grow: 0;
935
+ }
933
936
  .translate-x-0 {
934
937
  --tw-translate-x: calc(var(--spacing) * 0);
935
938
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  CalendarRange
3
3
  } from "../chunk-NXGUDYRR.js";
4
- import "../chunk-MIX7MTLR.js";
4
+ import "../chunk-7AULYQHT.js";
5
5
  import "../chunk-QQ5G773N.js";
6
6
  import "../chunk-J5V2JRIK.js";
7
7
  import "../chunk-YCKRVNJ3.js";
@@ -3195,7 +3195,7 @@ function DataGrid({
3195
3195
  {
3196
3196
  id,
3197
3197
  "data-testid": testid,
3198
- className: "flex flex-col flex-1 h-full w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal",
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",
@@ -930,6 +930,9 @@
930
930
  .grow {
931
931
  flex-grow: 1;
932
932
  }
933
+ .grow-0 {
934
+ flex-grow: 0;
935
+ }
933
936
  .translate-x-0 {
934
937
  --tw-translate-x: calc(var(--spacing) * 0);
935
938
  translate: var(--tw-translate-x) var(--tw-translate-y);
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  DataGrid
3
- } from "../chunk-MIX7MTLR.js";
3
+ } from "../chunk-7AULYQHT.js";
4
4
  import {
5
5
  Tooltip
6
6
  } from "../chunk-QQ5G773N.js";
package/dist/index.css CHANGED
@@ -908,6 +908,9 @@
908
908
  .grow {
909
909
  flex-grow: 1;
910
910
  }
911
+ .grow-0 {
912
+ flex-grow: 0;
913
+ }
911
914
  .translate-x-0 {
912
915
  --tw-translate-x: calc(var(--spacing) * 0);
913
916
  translate: var(--tw-translate-x) var(--tw-translate-y);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsi/wedgekit-react",
3
3
  "private": false,
4
- "version": "0.0.282",
4
+ "version": "0.0.284",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup",
@@ -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 flex-1 h-full w-full rounded border border-border-primary-normal overflow-hidden text-text-primary-normal"
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(