diff --git a/package-lock.json b/package-lock.json index aed02b9a1..c8b0da162 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,8 +8,8 @@ "name": "@appwrite/console", "version": "0.0.1", "dependencies": { - "@aw-labs/icons": "^0.0.0-13", - "@aw-labs/ui": "^0.0.0-13" + "@aw-labs/icons": "^0.0.0-14", + "@aw-labs/ui": "^0.0.0-14" }, "devDependencies": { "@playwright/test": "^1.22.2", @@ -57,14 +57,14 @@ } }, "node_modules/@aw-labs/icons": { - "version": "0.0.0-13", - "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-13.tgz", - "integrity": "sha512-ZzCoaxfhcaE3j57xzpFsw+QQ79wpDSRN+vi9VGZJRBKpVTE1j3T860SrYsh6viNGXmq2molf79ICb4/hyK4t7Q==" + "version": "0.0.0-14", + "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-14.tgz", + "integrity": "sha512-cvh/SXMdxc07w3ygA/fGiIN8d0+7L4k5nhf5cn9tjgN2x1qFco4oaqxqRc6h4AB/ScPnlusDuKqcXfSQYnGiEA==" }, "node_modules/@aw-labs/ui": { - "version": "0.0.0-13", - "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-13.tgz", - "integrity": "sha512-r00vTDAB72L1nCKgJWyqJIpA67eO9LEyezz5hBDwls02TOMmkungJaJidlmLDJHhzLpRpqNik8Ey1udp7Wve0Q==", + "version": "0.0.0-14", + "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-14.tgz", + "integrity": "sha512-IZhFmuFdM0Dkmse8q5lRPClhrlLIKhin231yV4weeujlIyd35B4cCR+J3TpsFZ6zs+2Sn2fV9PNDEBjiGwKanQ==", "dependencies": { "@aw-labs/icons": "*" } @@ -7779,14 +7779,14 @@ } }, "@aw-labs/icons": { - "version": "0.0.0-13", - "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-13.tgz", - "integrity": "sha512-ZzCoaxfhcaE3j57xzpFsw+QQ79wpDSRN+vi9VGZJRBKpVTE1j3T860SrYsh6viNGXmq2molf79ICb4/hyK4t7Q==" + "version": "0.0.0-14", + "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-14.tgz", + "integrity": "sha512-cvh/SXMdxc07w3ygA/fGiIN8d0+7L4k5nhf5cn9tjgN2x1qFco4oaqxqRc6h4AB/ScPnlusDuKqcXfSQYnGiEA==" }, "@aw-labs/ui": { - "version": "0.0.0-13", - "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-13.tgz", - "integrity": "sha512-r00vTDAB72L1nCKgJWyqJIpA67eO9LEyezz5hBDwls02TOMmkungJaJidlmLDJHhzLpRpqNik8Ey1udp7Wve0Q==", + "version": "0.0.0-14", + "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-14.tgz", + "integrity": "sha512-IZhFmuFdM0Dkmse8q5lRPClhrlLIKhin231yV4weeujlIyd35B4cCR+J3TpsFZ6zs+2Sn2fV9PNDEBjiGwKanQ==", "requires": { "@aw-labs/icons": "*" } diff --git a/package.json b/package.json index 814a92dac..b8835959b 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "e2e": "playwright test tests/e2e" }, "dependencies": { - "@aw-labs/ui": "^0.0.0-13", - "@aw-labs/icons": "^0.0.0-13" + "@aw-labs/ui": "^0.0.0-14", + "@aw-labs/icons": "^0.0.0-14" }, "devDependencies": { "@playwright/test": "^1.22.2", diff --git a/src/lib/components/box.svelte b/src/lib/components/box.svelte new file mode 100644 index 000000000..c16d116ea --- /dev/null +++ b/src/lib/components/box.svelte @@ -0,0 +1,9 @@ +