@revisium/admin 0.11.0-alpha.1 → 0.11.0-alpha.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.
@@ -0,0 +1,7 @@
1
+ <svg width="420" height="420" viewBox="0 0 420 420" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M25.7474 25.7474C0 51.4947 0 92.9345 0 175.814V244.186C0 327.066 0 368.505 25.7474 394.253C51.4947 420 92.9345 420 175.814 420H244.186C327.066 420 368.505 420 394.253 394.253C420 368.505 420 327.066 420 244.186V175.814C420 92.9345 420 51.4947 394.253 25.7474C368.505 0 327.066 0 244.186 0H175.814C92.9345 0 51.4947 0 25.7474 25.7474Z" fill="white"/>
3
+ <path d="M151.395 105C141.955 105 134.302 112.653 134.302 122.093C134.302 131.533 141.955 139.186 151.395 139.186C160.836 139.186 168.488 131.533 168.488 122.093C168.488 112.653 160.836 105 151.395 105Z" fill="black"/>
4
+ <path d="M268.605 183.14C259.164 183.14 251.512 190.792 251.512 200.233C251.512 209.673 259.164 217.326 268.605 217.326C278.045 217.326 285.698 209.673 285.698 200.233C285.698 190.792 278.045 183.14 268.605 183.14Z" fill="black"/>
5
+ <path d="M268.605 280.814C259.164 280.814 251.512 288.467 251.512 297.907C251.512 307.347 259.164 315 268.605 315C278.045 315 285.698 307.347 285.698 297.907C285.698 288.467 278.045 280.814 268.605 280.814Z" fill="black"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M34.186 151.395C34.186 96.1423 34.186 68.5158 51.3509 51.3509C68.5158 34.186 96.1424 34.186 151.395 34.186H268.605C323.858 34.186 351.484 34.186 368.649 51.3509C385.814 68.5158 385.814 96.1423 385.814 151.395V156.344C385.814 168.503 386.407 177.41 389.887 184.763C393.367 192.115 406.66 195.791 420 195.791V224.209C406.66 224.209 393.367 227.885 389.887 235.237C386.407 242.59 385.814 251.497 385.814 263.656V268.605C385.814 323.858 385.814 351.484 368.649 368.649C351.484 385.814 323.858 385.814 268.605 385.814H151.395C96.1424 385.814 68.5158 385.814 51.3509 368.649C34.186 351.484 34.186 323.858 34.186 268.605V263.656C34.186 251.497 33.5929 242.59 30.113 235.237C26.6331 227.885 13.3396 224.209 0 224.209V195.726C13.3396 195.726 26.6331 192.05 30.113 184.698C33.5929 177.346 34.186 168.438 34.186 156.279V151.395ZM109.884 122.093C109.884 99.1668 128.469 80.5814 151.395 80.5814C174.322 80.5814 192.907 99.1668 192.907 122.093C192.907 140.773 180.571 156.565 163.605 161.779V188.023H228.918C234.132 171.057 249.925 158.721 268.605 158.721C291.531 158.721 310.116 177.306 310.116 200.233C310.116 223.159 291.531 241.744 268.605 241.744C249.925 241.744 234.132 229.408 228.918 212.442H163.605V285.698H228.918C234.132 268.731 249.925 256.395 268.605 256.395C291.531 256.395 310.116 274.981 310.116 297.907C310.116 320.833 291.531 339.419 268.605 339.419C249.925 339.419 234.132 327.083 228.918 310.116H151.395C144.652 310.116 139.186 304.65 139.186 297.907V161.779C122.22 156.565 109.884 140.773 109.884 122.093Z" fill="black"/>
7
+ </svg>
package/dist/index.html CHANGED
@@ -2,11 +2,11 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="/vite.svg" />
5
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Revisium</title>
8
8
  <script type="text/javascript" src="/env.js"></script>
9
- <script type="module" crossorigin src="/assets/index-C1PEdzfM.js"></script>
9
+ <script type="module" crossorigin src="/assets/index-CD9QMoCN.js"></script>
10
10
  <link rel="stylesheet" crossorigin href="/assets/index-B8hvGl6j.css">
11
11
  </head>
12
12
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revisium/admin",
3
- "version": "0.11.0-alpha.1",
3
+ "version": "0.11.0-alpha.3",
4
4
  "description": "Revisium is a tool (UI/API) inspired by JSON (JSON Schema) and Git, designed to provide a flexible and low-level headless CMS solution.",
5
5
  "private": false,
6
6
  "homepage": "https://revisium.io",
@@ -27,7 +27,9 @@
27
27
  "preview": "vite preview",
28
28
  "prettier": "prettier . --write",
29
29
  "gql:codegen": "graphql-codegen && npm run prettier",
30
- "gql:codegen:download": "graphql-codegen --download"
30
+ "gql:codegen:download": "graphql-codegen --download",
31
+ "version:minor": "npm version minor --no-git-tag-version",
32
+ "version:patch": "npm version patch --no-git-tag-version"
31
33
  },
32
34
  "dependencies": {
33
35
  "@apollo/client": "3.10.4",
package/dist/vite.svg DELETED
@@ -1 +0,0 @@
1
- <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 256 256" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M192.14,42.55C174.94,33.17,152.16,28,128,28S81.06,33.17,63.86,42.55C45.89,52.35,36,65.65,36,80v96c0,14.35,9.89,27.65,27.86,37.45,17.2,9.38,40,14.55,64.14,14.55s46.94-5.17,64.14-14.55c18-9.8,27.86-23.1,27.86-37.45V80C220,65.65,210.11,52.35,192.14,42.55ZM212,176c0,11.29-8.41,22.1-23.69,30.43C172.27,215.18,150.85,220,128,220s-44.27-4.82-60.31-13.57C52.41,198.1,44,187.29,44,176V149.48c4.69,5.93,11.37,11.34,19.86,16,17.2,9.38,40,14.55,64.14,14.55s46.94-5.17,64.14-14.55c8.49-4.63,15.17-10,19.86-16Zm0-48c0,11.29-8.41,22.1-23.69,30.43C172.27,167.18,150.85,172,128,172s-44.27-4.82-60.31-13.57C52.41,150.1,44,139.29,44,128V101.48c4.69,5.93,11.37,11.34,19.86,16,17.2,9.38,40,14.55,64.14,14.55s46.94-5.17,64.14-14.55c8.49-4.63,15.17-10,19.86-16Zm-23.69-17.57C172.27,119.18,150.85,124,128,124s-44.27-4.82-60.31-13.57C52.41,102.1,44,91.29,44,80s8.41-22.1,23.69-30.43C83.73,40.82,105.15,36,128,36s44.27,4.82,60.31,13.57C203.59,57.9,212,68.71,212,80S203.59,102.1,188.31,110.43Z"></path></svg>