@snapcall/design-system 1.20.0-beta.1 → 1.20.0-beta.2
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-
|
|
10
|
+
} from "../../chunk-RXPKLOY4.mjs";
|
|
11
11
|
import "../../chunk-ZT2KTEGZ.mjs";
|
|
12
|
-
import "../../chunk-PDYIMMJH.mjs";
|
|
13
12
|
import "../../chunk-XWD63VYR.mjs";
|
|
14
13
|
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";
|
|
1
4
|
import {
|
|
2
5
|
Command,
|
|
3
6
|
CommandItem,
|
|
4
7
|
CommandList,
|
|
5
8
|
CommandLoading
|
|
6
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-RXPKLOY4.mjs";
|
|
7
10
|
import {
|
|
8
11
|
XCloseIcon
|
|
9
12
|
} from "../../chunk-ZT2KTEGZ.mjs";
|
|
10
|
-
import {
|
|
11
|
-
Badge
|
|
12
|
-
} from "../../chunk-I7KGDNNG.mjs";
|
|
13
|
-
import "../../chunk-PDYIMMJH.mjs";
|
|
14
13
|
import "../../chunk-XWD63VYR.mjs";
|
|
15
14
|
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.
|
|
3
|
+
"version": "1.20.0-beta.2",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -26,9 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "ISC",
|
|
28
28
|
"peerDependencies": {
|
|
29
|
+
"date-fns": ">=4",
|
|
29
30
|
"react": ">= 18",
|
|
31
|
+
"react-day-picker": ">=9",
|
|
30
32
|
"react-dom": ">= 18",
|
|
31
|
-
"react-hook-form": ">= 7
|
|
33
|
+
"react-hook-form": ">= 7"
|
|
32
34
|
},
|
|
33
35
|
"dependencies": {
|
|
34
36
|
"@radix-ui/react-accordion": "^1.0.4",
|
|
@@ -49,9 +51,7 @@
|
|
|
49
51
|
"class-variance-authority": "^0.7.0",
|
|
50
52
|
"clsx": "^2.1.0",
|
|
51
53
|
"cmdk": "^1.0.0",
|
|
52
|
-
"date-fns": "^4.1.0",
|
|
53
54
|
"embla-carousel-react": "^8.0.0-rc22",
|
|
54
|
-
"react-day-picker": "^9.1.0",
|
|
55
55
|
"tailwind-merge": "^2.2.1",
|
|
56
56
|
"tailwindcss-animate": "^1.0.7"
|
|
57
57
|
},
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
"@typescript-eslint/parser": "^6.21.0",
|
|
76
76
|
"autoprefixer": "^10.4.17",
|
|
77
77
|
"concurrently": "^8.2.2",
|
|
78
|
+
"date-fns": "^4.1.0",
|
|
78
79
|
"eslint": "^8.56.0",
|
|
79
80
|
"eslint-config-prettier": "^9.1.0",
|
|
80
81
|
"eslint-plugin-react": "^7.33.2",
|
|
@@ -84,6 +85,7 @@
|
|
|
84
85
|
"postcss": "^8.4.33",
|
|
85
86
|
"prettier": "^3.2.4",
|
|
86
87
|
"react": "^18.2.0",
|
|
88
|
+
"react-day-picker": "^9.1.0",
|
|
87
89
|
"react-dom": "^18.2.0",
|
|
88
90
|
"react-hook-form": "^7.49.3",
|
|
89
91
|
"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";
|
|
4
7
|
import {
|
|
5
8
|
Button,
|
|
6
9
|
SpinnerIcon
|
|
7
10
|
} from "./chunk-PDYIMMJH.mjs";
|
|
8
|
-
import {
|
|
9
|
-
Checkbox
|
|
10
|
-
} from "./chunk-XWD63VYR.mjs";
|
|
11
11
|
import {
|
|
12
12
|
__objRest,
|
|
13
13
|
__spreadProps,
|