@atxp/design-system 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -485,7 +485,7 @@ declare const HoverCardDescription: React.ForwardRefExoticComponent<HoverCardDes
485
485
  *
486
486
  * @example
487
487
  * ```tsx
488
- * import { Icon } from '@circuitandchisel/design-system';
488
+ * import { Icon } from '@atxp/design-system';
489
489
  * import { AlertCircle } from 'lucide-react';
490
490
  *
491
491
  * <Icon icon={AlertCircle} />
@@ -1205,7 +1205,7 @@ interface ThemeProviderProps {
1205
1205
  *
1206
1206
  * @example
1207
1207
  * ```tsx
1208
- * import { ThemeProvider } from '@circuitandchisel/design-system';
1208
+ * import { ThemeProvider } from '@atxp/design-system';
1209
1209
  *
1210
1210
  * function App() {
1211
1211
  * return (
package/dist/index.d.ts CHANGED
@@ -485,7 +485,7 @@ declare const HoverCardDescription: React.ForwardRefExoticComponent<HoverCardDes
485
485
  *
486
486
  * @example
487
487
  * ```tsx
488
- * import { Icon } from '@circuitandchisel/design-system';
488
+ * import { Icon } from '@atxp/design-system';
489
489
  * import { AlertCircle } from 'lucide-react';
490
490
  *
491
491
  * <Icon icon={AlertCircle} />
@@ -1205,7 +1205,7 @@ interface ThemeProviderProps {
1205
1205
  *
1206
1206
  * @example
1207
1207
  * ```tsx
1208
- * import { ThemeProvider } from '@circuitandchisel/design-system';
1208
+ * import { ThemeProvider } from '@atxp/design-system';
1209
1209
  *
1210
1210
  * function App() {
1211
1211
  * return (