@snapcall/design-system 1.20.0-beta.2 → 1.20.0-beta.3

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.
@@ -7,11 +7,11 @@ import {
7
7
  CommandList,
8
8
  CommandLoading,
9
9
  CommandSeparator
10
- } from "../../chunk-RXPKLOY4.mjs";
10
+ } from "../../chunk-R3S6KBX3.mjs";
11
11
  import "../../chunk-ZT2KTEGZ.mjs";
12
+ import "../../chunk-PDYIMMJH.mjs";
12
13
  import "../../chunk-XWD63VYR.mjs";
13
14
  import "../../chunk-4TUMP4TB.mjs";
14
- import "../../chunk-PDYIMMJH.mjs";
15
15
  import "../../chunk-JKJ6VK4H.mjs";
16
16
  export {
17
17
  Command,
@@ -1,18 +1,18 @@
1
- import {
2
- Badge
3
- } from "../../chunk-I7KGDNNG.mjs";
4
1
  import {
5
2
  Command,
6
3
  CommandItem,
7
4
  CommandList,
8
5
  CommandLoading
9
- } from "../../chunk-RXPKLOY4.mjs";
6
+ } from "../../chunk-R3S6KBX3.mjs";
10
7
  import {
11
8
  XCloseIcon
12
9
  } from "../../chunk-ZT2KTEGZ.mjs";
10
+ import {
11
+ Badge
12
+ } from "../../chunk-I7KGDNNG.mjs";
13
+ import "../../chunk-PDYIMMJH.mjs";
13
14
  import "../../chunk-XWD63VYR.mjs";
14
15
  import "../../chunk-4TUMP4TB.mjs";
15
- import "../../chunk-PDYIMMJH.mjs";
16
16
  import {
17
17
  __objRest,
18
18
  __spreadValues,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/design-system",
3
- "version": "1.20.0-beta.2",
3
+ "version": "1.20.0-beta.3",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -26,11 +26,10 @@
26
26
  },
27
27
  "license": "ISC",
28
28
  "peerDependencies": {
29
- "date-fns": ">=4",
30
29
  "react": ">= 18",
31
- "react-day-picker": ">=9",
32
30
  "react-dom": ">= 18",
33
- "react-hook-form": ">= 7"
31
+ "react-hook-form": ">= 7",
32
+ "react-day-picker": ">= 9"
34
33
  },
35
34
  "dependencies": {
36
35
  "@radix-ui/react-accordion": "^1.0.4",
@@ -85,7 +84,7 @@
85
84
  "postcss": "^8.4.33",
86
85
  "prettier": "^3.2.4",
87
86
  "react": "^18.2.0",
88
- "react-day-picker": "^9.1.0",
87
+ "react-day-picker": "^9.1.2",
89
88
  "react-dom": "^18.2.0",
90
89
  "react-hook-form": "^7.49.3",
91
90
  "storybook": "^7.6.10",
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  XCloseIcon
3
3
  } from "./chunk-ZT2KTEGZ.mjs";
4
- import {
5
- Checkbox
6
- } from "./chunk-XWD63VYR.mjs";
7
4
  import {
8
5
  Button,
9
6
  SpinnerIcon
10
7
  } from "./chunk-PDYIMMJH.mjs";
8
+ import {
9
+ Checkbox
10
+ } from "./chunk-XWD63VYR.mjs";
11
11
  import {
12
12
  __objRest,
13
13
  __spreadProps,