@schematichq/schematic-components 2.23.0 → 2.24.0
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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { ButtonHTMLAttributes } from 'react';
|
|
2
2
|
import { Context } from 'react';
|
|
3
3
|
import { CSSProperties } from 'react';
|
|
4
|
-
import { CSSProperties as CSSProperties_2 } from 'styled-components';
|
|
5
4
|
import { CSSPropertiesWithVars } from 'styled-components/dist/types';
|
|
6
5
|
import { DetailedHTMLProps } from 'react';
|
|
7
6
|
import { FastOmit } from 'styled-components';
|
|
@@ -1058,9 +1057,10 @@ declare interface BillingPlanCreditGrantResponseData {
|
|
|
1058
1057
|
*/
|
|
1059
1058
|
autoTopupThresholdPercent?: number | null;
|
|
1060
1059
|
/**
|
|
1061
|
-
*
|
|
1060
|
+
* Deprecated: bundle availability is a per-bundle plan compatibility set now; use compatible_plan_ids on credit bundles instead.
|
|
1062
1061
|
* @type {boolean}
|
|
1063
1062
|
* @memberof BillingPlanCreditGrantResponseData
|
|
1063
|
+
* @deprecated
|
|
1064
1064
|
*/
|
|
1065
1065
|
canBuyBundles: boolean;
|
|
1066
1066
|
/**
|
|
@@ -3244,11 +3244,11 @@ declare const ChargeType_2: {
|
|
|
3244
3244
|
|
|
3245
3245
|
declare type ChargeType_2 = (typeof ChargeType_2)[keyof typeof ChargeType_2];
|
|
3246
3246
|
|
|
3247
|
-
export declare const Checkbox: IStyledComponentBase<"web",
|
|
3247
|
+
export declare const Checkbox: IStyledComponentBase<"web", Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "style"> & {
|
|
3248
3248
|
style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
3249
|
-
},
|
|
3249
|
+
}, "type"> & Partial<Pick<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "style"> & {
|
|
3250
3250
|
style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
3251
|
-
},
|
|
3251
|
+
}, "type">>> & string;
|
|
3252
3252
|
|
|
3253
3253
|
export declare const Checkout: ({ collectTaxId, customCheckoutFields, customFieldValues, isPaymentMethodRequired, onCustomFieldChange, taxIdValues, onTaxIdChange, onTaxIdBlur, taxIdError, optInRequired, optInTitle, optInText, optInAccepted, setOptInAccepted, setPaymentMethodId, promoCode, updatePromoCode, confirmPaymentIntentProps, financeData, onPaymentMethodSaved, }: CheckoutProps) => JSX.Element | null;
|
|
3254
3254
|
|
|
@@ -6687,7 +6687,7 @@ style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
|
6687
6687
|
as?: WebTarget | undefined;
|
|
6688
6688
|
forwardedAs?: WebTarget | undefined;
|
|
6689
6689
|
}, "style"> & {
|
|
6690
|
-
style?: CSSProperties | CSSPropertiesWithVars | (
|
|
6690
|
+
style?: CSSProperties | CSSPropertiesWithVars | (CSSProperties & {
|
|
6691
6691
|
[key: `--${string}`]: string | number | undefined;
|
|
6692
6692
|
}) | undefined;
|
|
6693
6693
|
}> & string;
|
|
@@ -8424,7 +8424,7 @@ style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
|
8424
8424
|
as?: WebTarget | undefined;
|
|
8425
8425
|
forwardedAs?: WebTarget | undefined;
|
|
8426
8426
|
}, "style"> & {
|
|
8427
|
-
style?: CSSProperties | CSSPropertiesWithVars | (
|
|
8427
|
+
style?: CSSProperties | CSSPropertiesWithVars | (CSSProperties & {
|
|
8428
8428
|
[key: `--${string}`]: string | number | undefined;
|
|
8429
8429
|
}) | undefined;
|
|
8430
8430
|
}> & string;
|
|
@@ -8448,14 +8448,14 @@ style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
|
8448
8448
|
as?: WebTarget | undefined;
|
|
8449
8449
|
forwardedAs?: WebTarget | undefined;
|
|
8450
8450
|
}, "style"> & {
|
|
8451
|
-
style?: CSSProperties | CSSPropertiesWithVars | (
|
|
8451
|
+
style?: CSSProperties | CSSPropertiesWithVars | (CSSProperties & {
|
|
8452
8452
|
[key: `--${string}`]: string | number | undefined;
|
|
8453
8453
|
}) | undefined;
|
|
8454
8454
|
}, "as" | "forwardedAs"> & {
|
|
8455
8455
|
as?: WebTarget | undefined;
|
|
8456
8456
|
forwardedAs?: WebTarget | undefined;
|
|
8457
8457
|
}, "style"> & {
|
|
8458
|
-
style?: CSSProperties | CSSPropertiesWithVars | (
|
|
8458
|
+
style?: CSSProperties | CSSPropertiesWithVars | (CSSProperties & {
|
|
8459
8459
|
[key: `--${string}`]: string | number | undefined;
|
|
8460
8460
|
}) | undefined;
|
|
8461
8461
|
}> & string;
|
|
@@ -8982,7 +8982,7 @@ style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
|
8982
8982
|
as?: WebTarget | undefined;
|
|
8983
8983
|
forwardedAs?: WebTarget | undefined;
|
|
8984
8984
|
}, "style"> & {
|
|
8985
|
-
style?: CSSProperties | CSSPropertiesWithVars | (
|
|
8985
|
+
style?: CSSProperties | CSSPropertiesWithVars | (CSSProperties & {
|
|
8986
8986
|
[key: `--${string}`]: string | number | undefined;
|
|
8987
8987
|
}) | undefined;
|
|
8988
8988
|
}> & string;
|
|
@@ -8993,14 +8993,14 @@ style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
|
8993
8993
|
as?: WebTarget | undefined;
|
|
8994
8994
|
forwardedAs?: WebTarget | undefined;
|
|
8995
8995
|
}, "style"> & {
|
|
8996
|
-
style?: CSSProperties | CSSPropertiesWithVars | (
|
|
8996
|
+
style?: CSSProperties | CSSPropertiesWithVars | (CSSProperties & {
|
|
8997
8997
|
[key: `--${string}`]: string | number | undefined;
|
|
8998
8998
|
}) | undefined;
|
|
8999
8999
|
}, "as" | "forwardedAs"> & {
|
|
9000
9000
|
as?: WebTarget | undefined;
|
|
9001
9001
|
forwardedAs?: WebTarget | undefined;
|
|
9002
9002
|
}, "style"> & {
|
|
9003
|
-
style?: CSSProperties | CSSPropertiesWithVars | (
|
|
9003
|
+
style?: CSSProperties | CSSPropertiesWithVars | (CSSProperties & {
|
|
9004
9004
|
[key: `--${string}`]: string | number | undefined;
|
|
9005
9005
|
}) | undefined;
|
|
9006
9006
|
}> & string;
|
|
@@ -12655,11 +12655,11 @@ declare type TaxIdValues = {
|
|
|
12655
12655
|
value: string;
|
|
12656
12656
|
};
|
|
12657
12657
|
|
|
12658
|
-
declare const Text_2: IStyledComponentBase<"web",
|
|
12658
|
+
declare const Text_2: IStyledComponentBase<"web", Omit<Merged<Omit<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "style"> & {
|
|
12659
12659
|
style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
12660
|
-
},
|
|
12660
|
+
}, TextProps>, "tabIndex"> & Partial<Pick<Merged<Omit<DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "style"> & {
|
|
12661
12661
|
style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
12662
|
-
},
|
|
12662
|
+
}, TextProps>, "tabIndex">>> & string;
|
|
12663
12663
|
export { Text_2 as Text }
|
|
12664
12664
|
|
|
12665
12665
|
export declare const TextElement: ForwardRefExoticComponent<ElementProps & DeepPartial<DesignProps_8> & HTMLAttributes<HTMLDivElement> & {
|
|
@@ -12715,11 +12715,11 @@ export declare interface ThemeSettings {
|
|
|
12715
12715
|
};
|
|
12716
12716
|
}
|
|
12717
12717
|
|
|
12718
|
-
export declare const Toggle: IStyledComponentBase<"web",
|
|
12718
|
+
export declare const Toggle: IStyledComponentBase<"web", Omit<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "style"> & {
|
|
12719
12719
|
style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
12720
|
-
},
|
|
12720
|
+
}, "type"> & Partial<Pick<Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "style"> & {
|
|
12721
12721
|
style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
12722
|
-
},
|
|
12722
|
+
}, "type">>> & string;
|
|
12723
12723
|
|
|
12724
12724
|
export declare const Tooltip: ({ children, portal, trigger, content, position, ...rest }: TooltipProps) => JSX.Element;
|
|
12725
12725
|
|
|
@@ -12808,7 +12808,7 @@ style?: CSSProperties | CSSPropertiesWithVars | undefined;
|
|
|
12808
12808
|
as?: WebTarget | undefined;
|
|
12809
12809
|
forwardedAs?: WebTarget | undefined;
|
|
12810
12810
|
}, "style"> & {
|
|
12811
|
-
style?: CSSProperties | CSSPropertiesWithVars | (
|
|
12811
|
+
style?: CSSProperties | CSSPropertiesWithVars | (CSSProperties & {
|
|
12812
12812
|
[key: `--${string}`]: string | number | undefined;
|
|
12813
12813
|
}) | undefined;
|
|
12814
12814
|
}, TransitionBoxProps>> & string;
|