-
Notifications
You must be signed in to change notification settings - Fork 731
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Description 1. What is this PR about (link the issue and add a short description) ## Steps for reproduction 1. click button 2. expect xyz ## Code Review - [ ] hi @kof, I need you to do - conceptual review (architecture, feature-correctness) - detailed review (read every line) - test it on preview ## Before requesting a review - [ ] made a self-review - [ ] added inline comments where things may be not obvious (the "why", not "what") ## Before merging - [ ] tested locally and on preview environment (preview dev login: 5de6) - [ ] updated [test cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md) document - [ ] added tests - [ ] if any new env variables are added, added them to `.env.example` and the `builder/env-check.js` if mandatory
- Loading branch information
Showing
27 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/asset-uploader", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Asset Uploader", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/authorization-token", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Authorization Token", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "webstudio", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio CLI", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/css-data", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "CSS Data", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/css-engine", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "CSS Renderer for Webstudio", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/dashboard", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Dashboard", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/design-system", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Design System", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/domain", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Domain", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/error-utils", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Error utils for all Webstudio packages", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/fonts", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Fonts utils", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/form-handlers", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Form Handlers", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/generate-arg-types", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Generate components property types", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/html-data", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "HTML Data", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/http-client", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio HTTP Client", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/icons", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Icons", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/image", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Image optimization", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/prisma-client", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Prisma layer", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/project-build", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Project Build", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/project", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio Project", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/react-sdk", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio JavaScript / TypeScript API", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/sdk-components-react-radix", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio wrapper for radix library", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/sdk-components-react-remix", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio components for Remix", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/sdk-components-react", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio default library for react", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/sdk", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio site data schema", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@webstudio-is/trpc-interface", | ||
"version": "0.118.0", | ||
"version": "0.119.0", | ||
"description": "Webstudio TRPC Interface", | ||
"author": "Webstudio <[email protected]>", | ||
"homepage": "https://webstudio.is", | ||
|