@schematichq/schematic-components 0.3.8 → 0.3.9
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.
|
@@ -8882,7 +8882,7 @@ var EmbedProvider = ({
|
|
|
8882
8882
|
(0, import_react2.useEffect)(() => {
|
|
8883
8883
|
if (accessToken) {
|
|
8884
8884
|
const { headers = {} } = apiConfig ?? {};
|
|
8885
|
-
headers["X-Schematic-Components-Version"] = "0.3.
|
|
8885
|
+
headers["X-Schematic-Components-Version"] = "0.3.9";
|
|
8886
8886
|
headers["X-Schematic-Session-ID"] = sessionIdRef.current;
|
|
8887
8887
|
const config = new Configuration({
|
|
8888
8888
|
...apiConfig,
|
|
@@ -1200,7 +1200,7 @@ declare interface DesignProps_5 {
|
|
|
1200
1200
|
callToAction: {
|
|
1201
1201
|
isVisible: boolean;
|
|
1202
1202
|
buttonSize: "sm" | "md" | "lg";
|
|
1203
|
-
buttonStyle: "primary" | "secondary"
|
|
1203
|
+
buttonStyle: "primary" | "secondary";
|
|
1204
1204
|
};
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
@@ -1234,7 +1234,7 @@ declare interface ElementProps {
|
|
|
1234
1234
|
|
|
1235
1235
|
export declare const EmbedButton: IStyledComponentBase<"web", Substitute<ButtonProps, {
|
|
1236
1236
|
$size?: "sm" | "md" | "lg";
|
|
1237
|
-
$color?: "primary" | "secondary"
|
|
1237
|
+
$color?: "primary" | "secondary";
|
|
1238
1238
|
$variant?: "outline" | "filled";
|
|
1239
1239
|
}>> & string & Omit<({ color, size, variant, disabled, isLoading, children, ...props }: ButtonProps) => JSX_2.Element, keyof Component<any, {}, any>>;
|
|
1240
1240
|
|
|
@@ -8842,7 +8842,7 @@ var EmbedProvider = ({
|
|
|
8842
8842
|
useEffect(() => {
|
|
8843
8843
|
if (accessToken) {
|
|
8844
8844
|
const { headers = {} } = apiConfig ?? {};
|
|
8845
|
-
headers["X-Schematic-Components-Version"] = "0.3.
|
|
8845
|
+
headers["X-Schematic-Components-Version"] = "0.3.9";
|
|
8846
8846
|
headers["X-Schematic-Session-ID"] = sessionIdRef.current;
|
|
8847
8847
|
const config = new Configuration({
|
|
8848
8848
|
...apiConfig,
|