Skip to content

Commit

Permalink
updating publish
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Mar 28, 2024
1 parent f1a9d5f commit 8682fe0
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
8 changes: 8 additions & 0 deletions .changeset/chilled-wombats-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@red-elements/accordion": patch
"@red-elements/tooltip": patch
"@red-elements/avatar": patch
"@red-elements/tabs": patch
---

deploying to red-elements
8 changes: 0 additions & 8 deletions .changeset/good-hats-grab.md

This file was deleted.

4 changes: 2 additions & 2 deletions apps/showcase/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</head>
<body>
<div id="root"></div>
<!-- <script type="module" src="./node_modules/@web-elements/primitives/dist/primitives.mjs"></script>-->
<!-- <script type="module" src="./node_modules/@web-elements/tabs/dist/tabs.mjs"></script>-->
<!-- <script type="module" src="./node_modules/@red-elements/primitives/dist/primitives.mjs"></script>-->
<!-- <script type="module" src="./node_modules/@red-elements/tabs/dist/tabs.mjs"></script>-->
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
8 changes: 4 additions & 4 deletions apps/showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"preview": "vite preview"
},
"dependencies": {
"@web-elements/accordion": "workspace:*",
"@web-elements/avatar": "workspace:*",
"@web-elements/tabs": "workspace:*",
"@web-elements/tooltip": "workspace:*",
"@red-elements/accordion": "workspace:*",
"@red-elements/avatar": "workspace:*",
"@red-elements/tabs": "workspace:*",
"@red-elements/tooltip": "workspace:*",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.363.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/src/primitives/accordion.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ChevronDown } from "lucide-react"
import {AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger} from "@web-elements/accordion";
import {AccordionContent, AccordionItem, AccordionRoot, AccordionTrigger} from "@red-elements/accordion";

export function Accordion() {
return (
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/src/primitives/avatar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {AvatarFallback, AvatarImage, AvatarRoot} from "@web-elements/avatar";
import {AvatarFallback, AvatarImage, AvatarRoot} from "@red-elements/avatar";

export function Avatar() {
return (
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/src/primitives/tabs.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {TabContent, TabsList, TabsRoot, TabTrigger} from "@web-elements/tabs";
import {TabContent, TabsList, TabsRoot, TabTrigger} from "@red-elements/tabs";

export function Tabs() {
return (
Expand Down
2 changes: 1 addition & 1 deletion apps/showcase/src/primitives/tooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {TooltipContent, TooltipRoot, TooltipTrigger} from "@web-elements/tooltip";
import {TooltipContent, TooltipRoot, TooltipTrigger} from "@red-elements/tooltip";
import {PlusIcon} from "lucide-react";

export function Tooltip() {
Expand Down
2 changes: 1 addition & 1 deletion packages/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@web-elements/accordion",
"name": "@red-elements/accordion",
"version": "0.0.0",
"private": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@web-elements/avatar",
"name": "@red-elements/avatar",
"version": "0.0.0",
"private": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@web-elements/tabs",
"name": "@red-elements/tabs",
"version": "0.0.0",
"private": false,
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@web-elements/tooltip",
"name": "@red-elements/tooltip",
"version": "0.0.0",
"private": false,
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 8682fe0

Please sign in to comment.