@spies-ui/react 1.0.3 → 1.0.4

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/dist/index.js CHANGED
@@ -199,7 +199,7 @@ __export(src_exports, {
199
199
  });
200
200
  module.exports = __toCommonJS(src_exports);
201
201
 
202
- // src/styles/index.ts
202
+ // src/styles/index.tsx
203
203
  var import_tokens = __toESM(require_dist());
204
204
  var import_react = require("@stitches/react");
205
205
  var {
package/dist/index.mjs CHANGED
@@ -170,7 +170,7 @@ var require_dist = __commonJS({
170
170
  }
171
171
  });
172
172
 
173
- // src/styles/index.ts
173
+ // src/styles/index.tsx
174
174
  var import_tokens = __toESM(require_dist());
175
175
  import { createStitches, defaultThemeMap } from "@stitches/react";
176
176
  var {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spies-ui/react",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.js",