update deps
This commit is contained in:
parent
14e44d1592
commit
d64b855a90
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
import { Section } from './section'
|
||||
import { H2, Text } from './text'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
|
||||
export const Box = define('Box', {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
import { VStack, HStack } from './stack'
|
||||
import { Section } from './section'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
|
||||
// Code block container
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
import { Section } from './section'
|
||||
import { H2 } from './text'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
import { VStack, HStack } from './stack'
|
||||
import { Button } from './button'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
import * as icons from 'lucide-static'
|
||||
import { Grid } from './grid'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { Section } from './section'
|
||||
import { H2, H3, H4, H5, Text } from './text'
|
||||
import { VStack, HStack } from './stack'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Re-export Forge utilities
|
||||
export { Styles, extendThemes } from 'forge'
|
||||
export { Styles, extendThemes } from '@because/forge'
|
||||
export { theme } from './theme'
|
||||
|
||||
export { cn } from './cn'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
import { Section } from './section'
|
||||
import { H2 } from './text'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
|
||||
// Dark mode toggle button
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
|
||||
export const Section = define('Section', {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
import { Section } from './section'
|
||||
import { H2 } from './text'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
import { H2 } from './text'
|
||||
import { RedBox, GreenBox, BlueBox } from './box'
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { define } from 'forge'
|
||||
import { define } from '@because/forge'
|
||||
import { theme } from './theme'
|
||||
|
||||
export const H1 = define('H1', {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { createThemes } from 'forge'
|
||||
import { createThemes } from '@because/forge'
|
||||
|
||||
const lightTheme = {
|
||||
// Colors
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import "hono/jsx"
|
||||
import { raw } from "hono/html"
|
||||
import { Styles } from "forge"
|
||||
import { Styles } from '@because/forge'
|
||||
import {
|
||||
DarkModeToggle,
|
||||
PageTitle,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user