@spies-ui/react 1.0.4 → 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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -314,7 +314,7 @@ var Heading = styled("h2", {
|
|
|
314
314
|
});
|
|
315
315
|
Heading.displayName = "Heading";
|
|
316
316
|
|
|
317
|
-
// src/components/Avatar/styles.
|
|
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.
|
|
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
|
@@ -285,7 +285,7 @@ var Heading = styled("h2", {
|
|
|
285
285
|
});
|
|
286
286
|
Heading.displayName = "Heading";
|
|
287
287
|
|
|
288
|
-
// src/components/Avatar/styles.
|
|
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.
|
|
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",
|