@spies-ui/react 1.0.3 → 1.0.5

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 {
@@ -314,7 +314,7 @@ var Heading = styled("h2", {
314
314
  });
315
315
  Heading.displayName = "Heading";
316
316
 
317
- // src/components/Avatar/styles.ts
317
+ // src/components/Avatar/styles.tsx
318
318
  var Avatar = __toESM(require("@radix-ui/react-avatar"));
319
319
  var AvatarContainer = styled(Avatar.Root, {
320
320
  borderRadius: "$full",
@@ -581,7 +581,7 @@ TextArea.displayName = "TextArea";
581
581
  // src/components/Checkbox/index.tsx
582
582
  var import_phosphor_react2 = require("phosphor-react");
583
583
 
584
- // src/components/Checkbox/styles.ts
584
+ // src/components/Checkbox/styles.tsx
585
585
  var Checkbox = __toESM(require("@radix-ui/react-checkbox"));
586
586
  var CheckboxBox = styled("div", {
587
587
  display: "flex",
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 {
@@ -285,7 +285,7 @@ var Heading = styled("h2", {
285
285
  });
286
286
  Heading.displayName = "Heading";
287
287
 
288
- // src/components/Avatar/styles.ts
288
+ // src/components/Avatar/styles.tsx
289
289
  import * as Avatar from "@radix-ui/react-avatar";
290
290
  var AvatarContainer = styled(Avatar.Root, {
291
291
  borderRadius: "$full",
@@ -552,7 +552,7 @@ TextArea.displayName = "TextArea";
552
552
  // src/components/Checkbox/index.tsx
553
553
  import { Check } from "phosphor-react";
554
554
 
555
- // src/components/Checkbox/styles.ts
555
+ // src/components/Checkbox/styles.tsx
556
556
  import * as Checkbox from "@radix-ui/react-checkbox";
557
557
  var CheckboxBox = styled("div", {
558
558
  display: "flex",
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.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.js",