@vitus-labs/core 2.7.1 → 2.7.2

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.
package/README.md CHANGED
@@ -1,3 +1,19 @@
1
+ <!-- LOGO:BEGIN -->
2
+ <div align="center">
3
+ <a href="https://github.com/vitus-labs/ui-system">
4
+ <picture>
5
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/vitus-labs/ui-system/main/.github/assets/vitus-labs-mark-dark.svg">
6
+ <img alt="vitus·labs" src="https://raw.githubusercontent.com/vitus-labs/ui-system/main/.github/assets/vitus-labs-mark-light.svg" height="64">
7
+ </picture>
8
+ </a>
9
+ &nbsp;&nbsp;&nbsp;&nbsp;
10
+ <picture>
11
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/vitus-labs/ui-system/main/packages/core/assets/logo-dark.svg">
12
+ <img alt="@vitus-labs/core" src="https://raw.githubusercontent.com/vitus-labs/ui-system/main/packages/core/assets/logo-light.svg" height="64">
13
+ </picture>
14
+ </div>
15
+ <!-- LOGO:END -->
16
+
1
17
  # @vitus-labs/core
2
18
 
3
19
  Shared foundation for the UI System ecosystem.
package/lib/index.js CHANGED
@@ -217,7 +217,7 @@ const Provider = ({ theme, children, ...props }) => {
217
217
  if (ExternalProvider) return /* @__PURE__ */ jsx(VitusLabsProvider, {
218
218
  value: context,
219
219
  children: /* @__PURE__ */ jsx(ExternalProvider, {
220
- theme,
220
+ theme: context.theme,
221
221
  children
222
222
  })
223
223
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitus-labs/core",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "license": "MIT",
5
5
  "author": "Vit Bokisch <vit@bokisch.cz>",
6
6
  "maintainers": [