From 303d5b4fa54516feddd581b16825ed24db09c30d Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 7 Sep 2022 11:07:59 +0200 Subject: [PATCH 1/3] chore: bump css to 0.0.0-53 --- package-lock.json | 28 ++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c63e3246..e55007247 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,8 +9,8 @@ "version": "0.0.1", "dependencies": { "@aw-labs/appwrite-console": "^1.0.0-0", - "@aw-labs/icons": "0.0.0-52", - "@aw-labs/ui": "0.0.0-52", + "@aw-labs/icons": "0.0.0-53", + "@aw-labs/ui": "0.0.0-53", "echarts": "^5.3.3", "tippy.js": "^6.3.7", "web-vitals": "^2.1.4" @@ -77,14 +77,14 @@ } }, "node_modules/@aw-labs/icons": { - "version": "0.0.0-52", - "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-52.tgz", - "integrity": "sha512-A2bqLMTETaWUYiXuruw8zkW292rjGOeAtII+FbgasHkoJvC8cf2Ne2av4rzqenJdx6zRDQTRmwJl8FW7hcwI8Q==" + "version": "0.0.0-53", + "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-53.tgz", + "integrity": "sha512-9UhHTGajh2HJun2uYbcMyxRtPsgIQ5CXf8mn/sCiRyZJIw5FYtuxTSkP/35hv2zJsVq/mY09HvfdX3w4XVKItg==" }, "node_modules/@aw-labs/ui": { - "version": "0.0.0-52", - "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-52.tgz", - "integrity": "sha512-4xS+rCd/UDI+p0JMceIbNO4uZ3HYz5TcfCWdgHFA5seBJ6rN0wS/bZPxjHd95BL0on5RtruME0t151gD4dFFxQ==", + "version": "0.0.0-53", + "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-53.tgz", + "integrity": "sha512-5ftq05SZ9lVdXGHgHIyxwtGznfKsCa1fKPpZhS+279IUTIB+H7GIq0g2U2EzRBj7ht0PXNZJNO4n9hO2ItDJwA==", "dependencies": { "@aw-labs/icons": "*" } @@ -7698,14 +7698,14 @@ } }, "@aw-labs/icons": { - "version": "0.0.0-52", - "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-52.tgz", - "integrity": "sha512-A2bqLMTETaWUYiXuruw8zkW292rjGOeAtII+FbgasHkoJvC8cf2Ne2av4rzqenJdx6zRDQTRmwJl8FW7hcwI8Q==" + "version": "0.0.0-53", + "resolved": "https://registry.npmjs.org/@aw-labs/icons/-/icons-0.0.0-53.tgz", + "integrity": "sha512-9UhHTGajh2HJun2uYbcMyxRtPsgIQ5CXf8mn/sCiRyZJIw5FYtuxTSkP/35hv2zJsVq/mY09HvfdX3w4XVKItg==" }, "@aw-labs/ui": { - "version": "0.0.0-52", - "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-52.tgz", - "integrity": "sha512-4xS+rCd/UDI+p0JMceIbNO4uZ3HYz5TcfCWdgHFA5seBJ6rN0wS/bZPxjHd95BL0on5RtruME0t151gD4dFFxQ==", + "version": "0.0.0-53", + "resolved": "https://registry.npmjs.org/@aw-labs/ui/-/ui-0.0.0-53.tgz", + "integrity": "sha512-5ftq05SZ9lVdXGHgHIyxwtGznfKsCa1fKPpZhS+279IUTIB+H7GIq0g2U2EzRBj7ht0PXNZJNO4n9hO2ItDJwA==", "requires": { "@aw-labs/icons": "*" } diff --git a/package.json b/package.json index 73f4f7fb6..3c1f7f036 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ }, "dependencies": { "@aw-labs/appwrite-console": "^1.0.0-0", - "@aw-labs/icons": "0.0.0-52", - "@aw-labs/ui": "0.0.0-52", + "@aw-labs/icons": "0.0.0-53", + "@aw-labs/ui": "0.0.0-53", "echarts": "^5.3.3", "tippy.js": "^6.3.7", "web-vitals": "^2.1.4" From 33984b932581ff87e285d4812fcd8dd058a7bbf6 Mon Sep 17 00:00:00 2001 From: Arman Date: Wed, 7 Sep 2022 11:08:34 +0200 Subject: [PATCH 2/3] fix: breaking changes from css `bucket` to `grid-item-1` --- src/lib/components/bucket.svelte | 8 ++++---- .../console/organization-[organization]/index.svelte | 2 +- src/routes/console/project-[project]/storage/index.svelte | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/components/bucket.svelte b/src/lib/components/bucket.svelte index fd91e058b..2b78f6c2e 100644 --- a/src/lib/components/bucket.svelte +++ b/src/lib/components/bucket.svelte @@ -3,16 +3,16 @@ -
+

-
+
-
+
-
    +
diff --git a/src/routes/console/organization-[organization]/index.svelte b/src/routes/console/organization-[organization]/index.svelte index 6ad5c314f..dca00d712 100644 --- a/src/routes/console/organization-[organization]/index.svelte +++ b/src/routes/console/organization-[organization]/index.svelte @@ -125,7 +125,7 @@
{:else} -
+
{:else} -
+