@yourdash/uikit 1.0.27 → 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.27",
3
+ "version": "1.0.28",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -13,18 +13,17 @@
13
13
  ],
14
14
  "main": "./dist/main.js",
15
15
  "scripts": {
16
- "build": "vite build",
17
- "publish": "yarn build && npm publish"
16
+ "build": "vite build"
18
17
  },
19
18
  "author": "Ewsgit <ewsgit@duck.com>",
20
19
  "dependencies": {
21
- "react": "^18.3.1",
22
- "react-dom": "^18.3.1",
23
20
  "@types/react": "^18.3.5",
24
21
  "@types/react-dom": "^18.3.0",
25
- "typescript": "^5.6.2",
22
+ "@yourdash/shared": "*",
23
+ "react": "^18.3.1",
24
+ "react-dom": "^18.3.1",
26
25
  "sass": "^1.78.0",
27
- "vite": "^5.4.5",
28
- "@yourdash/shared": "*"
26
+ "typescript": "^5.6.2",
27
+ "vite": "^5.4.5"
29
28
  }
30
29
  }