@yourdash/uikit 1.0.26 → 1.0.28

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ export { default as HasBeenShown } from './hasBeenShown/hasBeenShown.tsx';
2
+ export { default as OnInView } from './onInView/onInView.tsx';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yourdash/uikit",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -17,13 +17,13 @@
17
17
  },
18
18
  "author": "Ewsgit <ewsgit@duck.com>",
19
19
  "dependencies": {
20
- "react": "^18.3.1",
21
- "react-dom": "^18.3.1",
22
20
  "@types/react": "^18.3.5",
23
21
  "@types/react-dom": "^18.3.0",
24
- "typescript": "^5.6.2",
22
+ "@yourdash/shared": "*",
23
+ "react": "^18.3.1",
24
+ "react-dom": "^18.3.1",
25
25
  "sass": "^1.78.0",
26
- "vite": "^5.4.5",
27
- "@yourdash/shared": "*"
26
+ "typescript": "^5.6.2",
27
+ "vite": "^5.4.5"
28
28
  }
29
29
  }