@trackunit/react-date-and-time-components 1.7.31 → 1.7.35

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-date-and-time-components",
3
- "version": "1.7.31",
3
+ "version": "1.7.35",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,20 +8,20 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/react-components": "1.5.52",
12
- "@trackunit/date-and-time-utils": "1.4.34",
13
- "@trackunit/react-date-and-time-hooks": "1.4.43",
14
- "@trackunit/css-class-variance-utilities": "1.4.34",
15
- "@trackunit/ui-icons": "1.4.34",
16
- "@trackunit/shared-utils": "1.6.34",
17
- "@trackunit/i18n-library-translation": "1.4.43",
18
- "@trackunit/react-test-setup": "1.1.34",
19
- "@trackunit/react-form-components": "1.4.58",
11
+ "@trackunit/react-components": "1.5.55",
12
+ "@trackunit/date-and-time-utils": "1.4.37",
13
+ "@trackunit/react-date-and-time-hooks": "1.4.47",
14
+ "@trackunit/css-class-variance-utilities": "1.4.37",
15
+ "@trackunit/ui-icons": "1.4.37",
16
+ "@trackunit/shared-utils": "1.6.37",
17
+ "@trackunit/i18n-library-translation": "1.4.47",
18
+ "@trackunit/react-test-setup": "1.1.37",
19
+ "@trackunit/react-form-components": "1.4.62",
20
20
  "string-ts": "^2.0.0",
21
21
  "tailwind-merge": "^2.0.0",
22
22
  "react-calendar": "^6.0.0"
23
23
  },
24
24
  "module": "./index.esm.js",
25
25
  "main": "./index.cjs.js",
26
- "types": "./index.esm.d.ts"
26
+ "types": "./index.d.ts"
27
27
  }
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { DayRangePicker } from "./DayRangePicker";
3
3
  type Story = StoryObj<typeof DayRangePicker>;
4
4
  declare const meta: Meta<typeof DayRangePicker>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { DayRangeSelect } from "./DayRangeSelect";
3
3
  type Story = StoryObj<typeof DayRangeSelect>;
4
4
  declare const meta: Meta<typeof DayRangeSelect>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { Timeline } from "./Timeline";
3
3
  type Story = StoryObj<typeof Timeline>;
4
4
  declare const meta: Meta<typeof Timeline>;
@@ -1,4 +1,4 @@
1
- import { Meta, StoryObj } from "@storybook/react";
1
+ import { Meta, StoryObj } from "@storybook/react-webpack5";
2
2
  import { DateTime } from "./DateTime";
3
3
  type Story = StoryObj<typeof DateTime>;
4
4
  declare const meta: Meta<typeof DateTime>;
package/index.esm.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from "./src/index";
File without changes