fix(imports): update theme-provider to ui-theme in source files

Update all source file imports from @lilith/theme-provider to
@lilith/ui-theme to match package rename.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Quinn Ftw 2025-12-27 15:43:16 -08:00
parent 42ce56083d
commit 77879f73e7
30 changed files with 30 additions and 30 deletions

View file

@ -6,7 +6,7 @@
import React from 'react'
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { PayoutSummary } from './PayoutSummary'

View file

@ -6,7 +6,7 @@
*/
import 'styled-components'
import type { ThemeInterface } from '@lilith/theme-provider'
import type { ThemeInterface } from '@lilith/ui-theme'
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -1,5 +1,5 @@
import { render, screen } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { ContentPreview } from '../ContentPreview'
describe('ContentPreview', () => {

View file

@ -1,5 +1,5 @@
import { render, screen } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { MarkdownEditor } from '../MarkdownEditor'
describe('MarkdownEditor', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { MediaUpload } from '../MediaUpload'
describe('MediaUpload', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { RichTextEditor } from '../RichTextEditor'
describe('RichTextEditor', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { TagInput } from '../TagInput'
describe('TagInput', () => {

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { ColorPicker } from '../ColorPicker'
describe('ColorPicker', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { DatePicker } from '../DatePicker'
describe('DatePicker', () => {

View file

@ -1,5 +1,5 @@
import { render, screen } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { MultiStepForm } from '../MultiStepForm'
describe('MultiStepForm', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { PhoneInput } from '../PhoneInput'
describe('PhoneInput', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { RangeSlider } from '../RangeSlider'
describe('RangeSlider', () => {

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { ActivityIndicator } from '../ActivityIndicator'
describe('ActivityIndicator', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { LiveIndicator } from '../LiveIndicator'
describe('LiveIndicator', () => {

View file

@ -1,5 +1,5 @@
import { render, screen } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { NotificationCenter } from '../NotificationCenter'
describe('NotificationCenter', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { PresenceAvatar } from '../PresenceAvatar'
describe('PresenceAvatar', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { RealtimeCounter } from '../RealtimeCounter'
describe('RealtimeCounter', () => {

View file

@ -1,5 +1,5 @@
import { render } from '@testing-library/react'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { TypingIndicator } from '../TypingIndicator'
describe('TypingIndicator', () => {

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -6,7 +6,7 @@
*/
import 'styled-components';
import type { ThemeInterface } from '@lilith/theme-provider';
import type { ThemeInterface } from '@lilith/ui-theme';
declare module 'styled-components' {
export interface DefaultTheme extends ThemeInterface {}

View file

@ -1,6 +1,6 @@
import { AnalyticsProvider } from '@lilith/analytics-client/react'
import { I18nProvider } from '@lilith/i18n'
import { ThemeProvider } from '@lilith/theme-provider'
import { ThemeProvider } from '@lilith/ui-theme'
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
import React from 'react'
import ReactDOM from 'react-dom/client'