@scbt-ecom/ui 0.22.5 → 0.22.7
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/CustomLink-BHI03NwX.js.map +1 -1
- package/dist/shared/ui/phoneView/PhoneView.d.ts +3 -3
- package/dist/ui.js +1 -1
- package/dist/ui.js.map +1 -1
- package/dist/widget.js +27 -24
- package/dist/widget.js.map +1 -1
- package/dist/widgets/pageHeader/PageHeader.d.ts +2 -2
- package/dist/widgets/pageHeader/types.d.ts +4 -4
- package/dist/widgets/stepper/Stepper.d.ts +3 -1
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HTMLAttributes
|
|
1
|
+
import { HTMLAttributes } from 'react';
|
|
2
2
|
interface IPhoneViewClasses {
|
|
3
3
|
wrapper?: string;
|
|
4
4
|
link?: string;
|
|
5
5
|
text?: string;
|
|
6
6
|
}
|
|
7
7
|
export interface IPhoneViewProps extends HTMLAttributes<HTMLDivElement> {
|
|
8
|
-
phone: string
|
|
9
|
-
text: string
|
|
8
|
+
phone: string;
|
|
9
|
+
text: string;
|
|
10
10
|
classes?: IPhoneViewClasses;
|
|
11
11
|
}
|
|
12
12
|
export declare const PhoneView: ({ phone, text, classes, ...props }: IPhoneViewProps) => import("react/jsx-runtime").JSX.Element;
|
package/dist/ui.js
CHANGED
|
@@ -37541,7 +37541,7 @@ const vZ = ({
|
|
|
37541
37541
|
{
|
|
37542
37542
|
...s,
|
|
37543
37543
|
disabled: r,
|
|
37544
|
-
value: e,
|
|
37544
|
+
value: e ?? "",
|
|
37545
37545
|
placeholder: t,
|
|
37546
37546
|
"aria-placeholder": t,
|
|
37547
37547
|
ref: l,
|