@dust-tt/sparkle 0.2.151-alpha → 0.2.151
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/dist/cjs/_index.d.ts +4 -4
- package/dist/cjs/components/AssistantPreview.d.ts +7 -6
- package/dist/cjs/components/ContentMessage.d.ts +0 -5
- package/dist/cjs/components/Hoverable.d.ts +2 -7
- package/dist/cjs/components/Page.d.ts +1 -4
- package/dist/cjs/icons/solid/Scan.d.ts +4 -0
- package/dist/cjs/icons/solid/index.d.ts +1 -1
- package/dist/cjs/icons/stroke/Scan.d.ts +4 -0
- package/dist/cjs/icons/stroke/index.d.ts +1 -1
- package/dist/cjs/index.js +59 -45
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/utils.d.ts +0 -2
- package/dist/esm/_index.d.ts +4 -4
- package/dist/esm/components/AssistantPreview.d.ts +7 -6
- package/dist/esm/components/ContentMessage.d.ts +0 -5
- package/dist/esm/components/Hoverable.d.ts +2 -7
- package/dist/esm/components/Page.d.ts +1 -4
- package/dist/esm/icons/solid/Scan.d.ts +4 -0
- package/dist/esm/icons/solid/index.d.ts +1 -1
- package/dist/esm/icons/stroke/Scan.d.ts +4 -0
- package/dist/esm/icons/stroke/index.d.ts +1 -1
- package/dist/esm/index.js +58 -44
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lib/utils.d.ts +0 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +11 -18
- package/dist/cjs/icons/solid/ShapesShare.d.ts +0 -4
- package/dist/cjs/icons/stroke/ShapesShare.d.ts +0 -4
- package/dist/esm/icons/solid/ShapesShare.d.ts +0 -4
- package/dist/esm/icons/stroke/ShapesShare.d.ts +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dust-tt/sparkle",
|
|
3
|
-
"version": "0.2.151
|
|
3
|
+
"version": "0.2.151",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "rm -rf dist && rollup -c",
|
|
6
6
|
"build:with-tw-base": "rollup -c --environment INCLUDE_TW_BASE:true",
|
|
@@ -39,17 +39,16 @@
|
|
|
39
39
|
"@tailwindcss/forms": "^0.5.3",
|
|
40
40
|
"@types/react": "^18.0.28",
|
|
41
41
|
"@types/uuid": "^9.0.6",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
43
|
-
"@typescript-eslint/parser": "^
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^7.9.0",
|
|
43
|
+
"@typescript-eslint/parser": "^7.9.0",
|
|
44
44
|
"autoprefixer": "^10.4.14",
|
|
45
45
|
"babel-loader": "^9.1.3",
|
|
46
46
|
"babel-preset-react-app": "^10.0.1",
|
|
47
|
-
"eslint": "^8.
|
|
48
|
-
"eslint-config-
|
|
49
|
-
"eslint-
|
|
50
|
-
"eslint-plugin-
|
|
51
|
-
"eslint-plugin-
|
|
52
|
-
"eslint-plugin-unused-imports": "^2.0.0",
|
|
47
|
+
"eslint": "^8.56.0",
|
|
48
|
+
"eslint-config-prettier": "^9.1.0",
|
|
49
|
+
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
50
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
51
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
53
52
|
"prettier": "^2.8.7",
|
|
54
53
|
"prettier-plugin-tailwindcss": "^0.2.7",
|
|
55
54
|
"react": "^18.2.0",
|
|
@@ -60,7 +59,7 @@
|
|
|
60
59
|
"sass-loader": "^13.3.2",
|
|
61
60
|
"storybook": "^7.4.6",
|
|
62
61
|
"tailwindcss": "^3.2.4",
|
|
63
|
-
"typescript": "^5.
|
|
62
|
+
"typescript": "^5.4.5",
|
|
64
63
|
"uuid": "^9.0.1"
|
|
65
64
|
},
|
|
66
65
|
"peerDependencies": {
|
|
@@ -81,18 +80,12 @@
|
|
|
81
80
|
"@emoji-mart/data": "^1.1.2",
|
|
82
81
|
"@emoji-mart/react": "^1.1.1",
|
|
83
82
|
"@headlessui/react": "^1.7.17",
|
|
84
|
-
"@radix-ui/react-slot": "^1.0.2",
|
|
85
|
-
"class-variance-authority": "^0.7.0",
|
|
86
|
-
"clsx": "^2.1.1",
|
|
87
83
|
"emoji-mart": "^5.5.2",
|
|
88
84
|
"esbuild": "^0.20.0",
|
|
89
|
-
"
|
|
85
|
+
"eslint-plugin-import": "^2.29.1",
|
|
90
86
|
"lottie-react": "^2.4.0",
|
|
91
|
-
"lucide-react": "^0.376.0",
|
|
92
87
|
"react-confetti": "^6.1.0",
|
|
93
88
|
"react-markdown": "^9.0.1",
|
|
94
|
-
"tailwind-
|
|
95
|
-
"tailwind-scrollbar-hide": "^1.1.7",
|
|
96
|
-
"tailwindcss-animate": "^1.0.7"
|
|
89
|
+
"tailwind-scrollbar-hide": "^1.1.7"
|
|
97
90
|
}
|
|
98
91
|
}
|