From d24e556d6dbf98fa402bb6bb4c37838679a95baf Mon Sep 17 00:00:00 2001 From: Jared Lunde Date: Thu, 28 Oct 2021 19:16:13 -0600 Subject: [PATCH 01/13] feat: make it compatible with styles alpha Updates types, tests, and README to be compatible with new styles alpha BREAKING CHANGE: Updates some types to be compatible with the latest alpha of Dash --- README.md | 44 +- package.json | 203 +++--- pnpm-lock.yaml | 1402 +++++++++++++++++++------------------ server/src/index.test.tsx | 8 +- server/src/index.tsx | 5 +- src/index.tsx | 6 +- 6 files changed, 850 insertions(+), 818 deletions(-) diff --git a/README.md b/README.md index 11e90b9..69ebc31 100755 --- a/README.md +++ b/README.md @@ -70,16 +70,16 @@ const Heading = () => { ### Components -| Component | Description | -| --------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -| [``](#dashprovider) | A Dash context provider. Use this to control the `styles()` instance your app is using in its Dash hooks/components. | -| [``](#inline) | A component for creating an inline `"`; + exports[`"`; exports[`"`; diff --git a/server/src/index.test.tsx b/server/src/index.test.tsx index 016a87a..423260f 100755 --- a/server/src/index.test.tsx +++ b/server/src/index.test.tsx @@ -58,4 +58,16 @@ describe("