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:
parent
42ce56083d
commit
77879f73e7
30 changed files with 30 additions and 30 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
2
@packages/@plugins/src/styled.d.ts
vendored
2
@packages/@plugins/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
2
@packages/@ui/ui-analytics/src/styled.d.ts
vendored
2
@packages/@ui/ui-analytics/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
2
@packages/@ui/ui-animated/src/styled.d.ts
vendored
2
@packages/@ui/ui-animated/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
2
@packages/@ui/ui-charts/src/styled.d.ts
vendored
2
@packages/@ui/ui-charts/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
2
@packages/@ui/ui-creator/src/styled.d.ts
vendored
2
@packages/@ui/ui-creator/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
2
@packages/@ui/ui-forms/src/styled.d.ts
vendored
2
@packages/@ui/ui-forms/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
2
@packages/@ui/ui-messaging/src/styled.d.ts
vendored
2
@packages/@ui/ui-messaging/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
2
@packages/@ui/ui-navigation/src/styled.d.ts
vendored
2
@packages/@ui/ui-navigation/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
2
@packages/@ui/ui-payment/src/styled.d.ts
vendored
2
@packages/@ui/ui-payment/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
2
@packages/@ui/ui-ranking/src/styled.d.ts
vendored
2
@packages/@ui/ui-ranking/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
|
|
@ -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', () => {
|
||||
|
|
|
|||
2
@packages/@ui/ui-realtime/src/styled.d.ts
vendored
2
@packages/@ui/ui-realtime/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
2
@packages/@ui/ui-typography/src/styled.d.ts
vendored
2
@packages/@ui/ui-typography/src/styled.d.ts
vendored
|
|
@ -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 {}
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue