Skip to content

Commit

Permalink
Refactor workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-phan committed May 22, 2024
1 parent 39cd578 commit 48ac2ca
Show file tree
Hide file tree
Showing 5 changed files with 578 additions and 786 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [["@weaverse/core", "@weaverse/react", "@weaverse/hydrogen", "@weaverse/shopify"]],
"fixed": [["@weaverse/core", "@weaverse/react", "@weaverse/hydrogen"]],
"linked": [],
"access": "public",
"baseBranch": "main",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"eslint-plugin-react": "7.34.1",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"rimraf": "5.0.5",
"tsup": "8.0.2",
"turbo": "1.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { stitchesUtils } from './utils/stitches'

// Simple types
export type PlatformTypeEnum = 'shopify-section' | 'shopify-hydrogen' | 'nextjs'
export type ToolbarAction = 'general-settings' | 'settings-level-2' | 'duplicate' | 'delete'
export type ToolbarAction = 'general-settings' | 'settings-level-2' | 'duplicate' | 'delete' | 'global-sections'
export type AdvancedGroupType =
| 'border'
| 'alignment'
Expand Down
Loading

0 comments on commit 48ac2ca

Please sign in to comment.