@trackunit/react-table-base-components 1.4.58 → 1.4.60

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-table-base-components",
3
- "version": "1.4.58",
3
+ "version": "1.4.60",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -9,15 +9,15 @@
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
11
  "@js-temporal/polyfill": "^0.4.4",
12
- "@trackunit/react-components": "1.5.52",
13
- "@trackunit/ui-icons": "1.4.34",
14
- "@trackunit/react-form-components": "1.4.58",
15
- "@trackunit/css-class-variance-utilities": "1.4.34",
16
- "@trackunit/date-and-time-utils": "1.4.34",
17
- "@trackunit/shared-utils": "1.6.34",
18
- "@trackunit/react-test-setup": "1.1.34"
12
+ "@trackunit/react-components": "1.5.53",
13
+ "@trackunit/ui-icons": "1.4.35",
14
+ "@trackunit/react-form-components": "1.4.60",
15
+ "@trackunit/css-class-variance-utilities": "1.4.35",
16
+ "@trackunit/date-and-time-utils": "1.4.35",
17
+ "@trackunit/shared-utils": "1.6.35",
18
+ "@trackunit/react-test-setup": "1.1.35"
19
19
  },
20
20
  "module": "./index.esm.js",
21
21
  "main": "./index.cjs.js",
22
- "types": "./index.esm.d.ts"
22
+ "types": "./index.d.ts"
23
23
  }
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { TableRoot } from "./components/TableRoot";
3
3
  type Story = StoryObj<typeof TableRoot>;
4
4
  declare const meta: Meta<typeof TableRoot>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { ButtonCell } from "./ButtonCell";
3
3
  type Story = StoryObj<typeof ButtonCell>;
4
4
  declare const meta: Meta<typeof ButtonCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { CheckboxCell } from "./CheckboxCell";
3
3
  import "./CheckboxCell.variants";
4
4
  type Story = StoryObj<typeof CheckboxCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { DateTimeCell } from "./DateTimeCell";
3
3
  import "./DateTimeCell.variants";
4
4
  type Story = StoryObj<typeof DateTimeCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { IdentityCell } from "./IdentityCell";
3
3
  type Story = StoryObj<typeof IdentityCell>;
4
4
  declare const meta: Meta<typeof IdentityCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  type Story = StoryObj<typeof Image>;
3
3
  declare const meta: Meta<typeof Image>;
4
4
  export default meta;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { IndicatorCell } from "./IndicatorCell";
3
3
  type Story = StoryObj<typeof IndicatorCell>;
4
4
  declare const meta: Meta<typeof IndicatorCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { LinkCell } from "./LinkCell";
3
3
  type Story = StoryObj<typeof LinkCell>;
4
4
  declare const meta: Meta<typeof LinkCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { MultiRowTableCell } from "./MultiRowTableCell";
3
3
  type Story = StoryObj<typeof MultiRowTableCell>;
4
4
  declare const meta: Meta<typeof MultiRowTableCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { MultiValueTextCell } from "./MultiValueTextCell";
3
3
  import "./MultiValueTextCell.variants";
4
4
  type Story = StoryObj<typeof MultiValueTextCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { NoticeCell } from "./NoticeCell";
3
3
  type Story = StoryObj<typeof NoticeCell>;
4
4
  declare const meta: Meta<typeof NoticeCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { NumberCell } from "./NumberCell";
3
3
  import "./NumberCell.variants";
4
4
  type Story = StoryObj<typeof NumberCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { PlainDateCell } from "./PlainDateCell";
3
3
  import "./PlainDateCell.variants";
4
4
  type Story = StoryObj<typeof PlainDateCell>;
@@ -1,9 +1,10 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { RowActions } from "./RowActions";
3
+ type Story = StoryObj<typeof RowActions>;
3
4
  declare const meta: Meta<typeof RowActions>;
4
5
  export default meta;
5
6
  export declare const packageName: () => import("react/jsx-runtime").JSX.Element;
6
- export declare const SingleAction: StoryObj<typeof RowActions>;
7
- export declare const MultipleActions: StoryObj<typeof RowActions>;
8
- export declare const NoActions: StoryObj<typeof RowActions>;
9
- export declare const OnlyDangerActions: StoryObj<typeof RowActions>;
7
+ export declare const SingleAction: Story;
8
+ export declare const MultipleActions: Story;
9
+ export declare const NoActions: Story;
10
+ export declare const OnlyDangerActions: Story;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { SortIndicator } from "./SortIndicator";
3
3
  type Story = StoryObj<typeof SortIndicator>;
4
4
  declare const meta: Meta<typeof SortIndicator>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { TagsCell } from "./TagsCell";
3
3
  type Story = StoryObj<typeof TagsCell>;
4
4
  declare const meta: Meta<typeof TagsCell>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { TextCell } from "./TextCell";
3
3
  import "./TextCell.variants";
4
4
  type Story = StoryObj<typeof TextCell>;
package/index.esm.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./src/index";
File without changes