Skip to content

Commit

Permalink
reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
pinotalexandre committed Jan 6, 2025
1 parent e1955c6 commit 0507922
Show file tree
Hide file tree
Showing 350 changed files with 8 additions and 4,007 deletions.
4 changes: 2 additions & 2 deletions sparkle/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sparkle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dust-tt/sparkle",
"version": "0.2.355",
"version": "0.2.356",
"scripts": {
"build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
"tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",
Expand Down
4 changes: 2 additions & 2 deletions sparkle/src/components/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { cva } from "class-variance-authority";
import React, { forwardRef } from "react";

import { Icon } from "@sparkle/components/Icon";
import { InformationCircleStrokeIcon } from "@sparkle/icons";
import { InformationCircleIcon } from "@sparkle/icons";
import { cn } from "@sparkle/lib/utils";

import { Label } from "./Label";
Expand Down Expand Up @@ -108,7 +108,7 @@ export const Input = forwardRef<HTMLInputElement, InputProps>(
)}
>
{messageStatus === "info" && (
<Icon visual={InformationCircleStrokeIcon} size="xs" />
<Icon visual={InformationCircleIcon} size="xs" />
)}
{message}
</div>
Expand Down
3 changes: 0 additions & 3 deletions sparkle/src/icons/deprecated_src/mini/key.svg

This file was deleted.

3 changes: 0 additions & 3 deletions sparkle/src/icons/deprecated_src/mini/paper-airplane.svg

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions sparkle/src/icons/deprecated_src/solid/key.svg

This file was deleted.

3 changes: 0 additions & 3 deletions sparkle/src/icons/deprecated_src/solid/paper-airplane.svg

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions sparkle/src/icons/deprecated_src/solid_stroke/key.svg

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion sparkle/src/icons/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from "./solid";
export * from "./stroke";
20 changes: 0 additions & 20 deletions sparkle/src/icons/solid/Backspace.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/Bookmark.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions sparkle/src/icons/solid/CloudX.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions sparkle/src/icons/solid/Equalizer.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/Fire.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/HeartAlt.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/Key.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/ListDeselect.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/ListSelect.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/MarkPen.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/PaperAirplane.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions sparkle/src/icons/solid/Pause.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/Pushpin.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/Puzzle.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions sparkle/src/icons/solid/QuestionMarkCircle.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions sparkle/src/icons/solid/Reaction.tsx

This file was deleted.

Loading

0 comments on commit 0507922

Please sign in to comment.