@adamjanicki/ui 1.0.1 → 1.0.3

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": "@adamjanicki/ui",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Basic UI components and hooks for React in TypeScript",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
package/sandbox/README.md DELETED
@@ -1 +0,0 @@
1
- # Sandbox
@@ -1,43 +0,0 @@
1
- {
2
- "name": "sandbox",
3
- "version": "0.1.0",
4
- "homepage": "https://adamjanicki2.github.io/sandbox",
5
- "private": true,
6
- "dependencies": {
7
- "@adamjanicki/core-ui": "^1.0.4",
8
- "react": ">=18",
9
- "react-dom": ">=18",
10
- "react-scripts": "5.0.1",
11
- "tachyons": "^4.12.0",
12
- "typescript": "^4.9.5"
13
- },
14
- "scripts": {
15
- "start": "react-scripts start",
16
- "build": "GENERATE_SOURCEMAP=false react-scripts build; cp build/index.html build/404.html",
17
- "predeploy": "npm run build",
18
- "deploy": "gh-pages -d build"
19
- },
20
- "eslintConfig": {
21
- "extends": [
22
- "react-app"
23
- ]
24
- },
25
- "browserslist": {
26
- "production": [
27
- ">0.2%",
28
- "not dead",
29
- "not op_mini all"
30
- ],
31
- "development": [
32
- "last 1 chrome version",
33
- "last 1 firefox version",
34
- "last 1 safari version"
35
- ]
36
- },
37
- "devDependencies": {
38
- "@types/node": "^20.6.2",
39
- "@types/react": "^18.2.22",
40
- "@types/react-dom": "^18.2.7",
41
- "gh-pages": "^6.0.0"
42
- }
43
- }
Binary file
@@ -1,21 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="utf-8" />
5
- <link
6
- rel="icon"
7
- href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🏖️</text></svg>"
8
- />
9
- <meta name="viewport" content="width=device-width, initial-scale=1" />
10
- <meta name="theme-color" content="#000000" />
11
- <meta name="description" content="Site built from React Skeleton" />
12
- <meta name="og:title" content="Sandbox" />
13
- <meta name="og:image" content="%PUBLIC_URL%/og-image.png" />
14
- <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
15
- <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
16
- <title>Sandbox</title>
17
- </head>
18
- <body>
19
- <div id="root"></div>
20
- </body>
21
- </html>
Binary file
Binary file
@@ -1,24 +0,0 @@
1
- {
2
- "name": "Sandbox",
3
- "icons": [
4
- {
5
- "src": "favicon.ico",
6
- "sizes": "64x64 32x32 24x24 16x16",
7
- "type": "image/x-icon"
8
- },
9
- {
10
- "src": "logo192.png",
11
- "type": "image/png",
12
- "sizes": "192x192"
13
- },
14
- {
15
- "src": "logo512.png",
16
- "type": "image/png",
17
- "sizes": "512x512"
18
- }
19
- ],
20
- "start_url": ".",
21
- "display": "standalone",
22
- "theme_color": "#000000",
23
- "background_color": "#ffffff"
24
- }
Binary file