@borisj74/bv-ds 0.1.11 → 0.1.12
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": "@borisj74/bv-ds",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"description": "bv-ds — React component library synced from Figma (Untitled UI v8.0), built on Tailwind CSS",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
"@tiptap/starter-kit": ">=2.0.0",
|
|
42
42
|
"date-fns": ">=2.0.0",
|
|
43
43
|
"react": ">=18.0.0",
|
|
44
|
-
"react-
|
|
45
|
-
"react-
|
|
44
|
+
"react-big-calendar": ">=1.8.0",
|
|
45
|
+
"react-dom": ">=18.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@borisj74/bv-ds-icons": "^0.1.
|
|
48
|
+
"@borisj74/bv-ds-icons": "^0.1.4",
|
|
49
49
|
"@storybook/addon-a11y": "^8.0.0",
|
|
50
50
|
"@storybook/addon-essentials": "^8.6.14",
|
|
51
51
|
"@storybook/react-vite": "^8.0.0",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
// The @borisj74/bv-ds-icons package (v0.1.0) ships runtime JS but its published
|
|
2
|
-
// tarball is missing the `dist/index.d.ts` its package.json points at, so TS
|
|
3
|
-
// can't resolve types for the icon imports (TS7016). Declare it as an untyped
|
|
4
|
-
// module until the icons package ships its declarations. Icons are simple SVG
|
|
5
|
-
// React components that accept standard SVG props (className, etc.).
|
|
6
|
-
declare module "@borisj74/bv-ds-icons";
|