Skip to content

Commit

Permalink
fix(headless-react): remove unnecessary exports and update docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
fthts committed Aug 15, 2024
1 parent d476a30 commit 476bb74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 3 additions & 1 deletion packages/headless-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

This package is a set of fully customizable React components that can be used to build a headless UI for a Firmhouse Storefront.

You can find the full documentation at [https://developer.firmhouse.com/sdks/headless-react](https://developer.firmhouse.com/sdks/headless-react)
You can find the full documentation at [https://developer.firmhouse.com/sdks/headless-react](https://developer.firmhouse.com/~/changes/1JxsjBJuo94JOj1BO5j9/sdks/headless-react)

> **Note:** This package is still in development and can be subject to breaking changes.
## Installation

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ export interface OrderedProductProps {
t?: TranslationFunction;
}

export interface OrderedProductCopy {
includedInPlan: string;
}
export function OrderedProduct({
orderedProduct,
cart,
Expand Down
1 change: 0 additions & 1 deletion packages/headless-react/src/lib/components/translated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useFirmhouseCart } from '../hooks';
export interface TranslatedProps {
value: string;
options?: Record<string, string | number>;
defaultValue?: string;
}

export function Translated({ value, options }: TranslatedProps) {
Expand Down

0 comments on commit 476bb74

Please # to comment.