@upstart.gg/style-system 0.0.27 → 0.0.28

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @upstart.gg/style-system
2
2
 
3
+ ## 0.0.28
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7e505d1`](https://github.com/enpage/enpage/commit/7e505d1c9ac7cb57be895feafb5b5e47015ae0a2) Thanks [@mattallty](https://github.com/mattallty)! - twind.config -> twind-config
8
+
3
9
  ## 0.0.27
4
10
 
5
11
  ### Patch Changes
package/dist/twind.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import install from "@twind/with-react";
2
2
  import { twind, virtual, cssom, tx as tx$, css as css$, style as style$, apply as apply$, injectGlobal as injectGlobal$, keyframes as keyframes$, observe as observe$, } from "@twind/core";
3
- import config from "./twind.config";
3
+ import config from "./twind-config";
4
4
  export { getSheet } from "@twind/core";
5
5
  export { default as inline } from "@twind/with-react/inline";
6
6
  export const colors = config.theme.colors;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@upstart.gg/style-system",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "description": "Base tailwindcss setup with some extra plugins as well as colors and editor styles",
5
5
  "type": "module",
6
6
  "exports": {
package/src/twind.ts CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  keyframes as keyframes$,
12
12
  observe as observe$,
13
13
  } from "@twind/core";
14
- import config from "./twind.config";
14
+ import config from "./twind-config";
15
15
 
16
16
  export { getSheet } from "@twind/core";
17
17
  export { default as inline } from "@twind/with-react/inline";
File without changes
File without changes
File without changes