Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export shapeStyleHelpers #6

Merged
merged 3 commits into from
Jun 22, 2022
Merged

export shapeStyleHelpers #6

merged 3 commits into from
Jun 22, 2022

Conversation

thatsjonsense
Copy link

No description provided.

@@ -1,6 +1,7 @@
export * from './Tldraw'
export * from './types'
export * from './state/shapes'
export * as shapeStyleHelpers from './state/shapes/shared/shape-styles'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This feels like a strange one off to have as a top level export.

Can we try adding export * from './shared to ./state/shapes/index.ts` instead?

https://github.com/gamma-app/tldraw/blob/main/packages/tldraw/src/state/shapes/index.ts

@thatsjonsense thatsjonsense merged commit 888012f into main Jun 22, 2022
thatsjonsense pushed a commit that referenced this pull request Sep 9, 2022
june commits

export vec

version bump

remove curve

revert export of core packages

export shapeStyleHelpers

shapesShared

version bump

Merge pull request #6 from gamma-app/export-style-helpers

export shapeStyleHelpers

Disable image box shadow

Disable image box shadow

Add attrs for shape styles

Expose colors on text labels

Version bump

cleanup

Merge pull request #7 from gamma-app/jon/style-classes

Add deploy step for core (#9)

* Add deploy step for core

* Alias tldraw core

* Pin core version

First deploy core

Deploy core script

Fix core permissions

Consume core from tldraw

yarnrc

.yarnrc

.yarnrc for child packages

try workspace

Revert "try workspace"

This reverts commit 1999219.

add top level npmrc

Increase line height, bump versions

Revert "yarnrc"

This reverts commit 48b0625.

core first ugh

Revert "Revert "yarnrc""

This reverts commit 8dd73bb.

restore yarn.lock

bump tldraw to use new core

bump core dependency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants