@scbt-ecom/ui 0.38.1 → 0.39.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.
Files changed (32) hide show
  1. package/dist/{CustomLink-BQOhJbbq.js → CustomLink-Cqhmw5ZU.js} +36 -36
  2. package/dist/CustomLink-Cqhmw5ZU.js.map +1 -0
  3. package/dist/shared/ui/floatButton/FloatButton.d.ts +1 -1
  4. package/dist/shared/ui/formElements/controlled/index.d.ts +1 -1
  5. package/dist/shared/ui/formElements/uncontrolled/dayPicker/DayPicker.d.ts +1 -1
  6. package/dist/shared/ui/formElements/uncontrolled/index.d.ts +1 -1
  7. package/dist/ui.js +17 -8
  8. package/dist/ui.js.map +1 -1
  9. package/dist/widget.js +307 -307
  10. package/dist/widget.js.map +1 -1
  11. package/dist/widgets/advantages/Advantages.d.ts +6 -4
  12. package/dist/widgets/header/Header.d.ts +2 -0
  13. package/dist/widgets/header/index.d.ts +1 -0
  14. package/dist/widgets/header/model/helpers.d.ts +2 -0
  15. package/dist/widgets/{pageHeader → header}/model/types.d.ts +15 -8
  16. package/dist/widgets/index.d.ts +1 -1
  17. package/dist/widgets/interLinking/InterLinking.d.ts +3 -3
  18. package/dist/widgets/interLinking/index.d.ts +0 -1
  19. package/dist/widgets/interLinking/model/types.d.ts +19 -5
  20. package/dist/widgets/interLinking/ui/Column.d.ts +2 -2
  21. package/dist/widgets/interLinking/ui/ColumnGroup.d.ts +2 -2
  22. package/dist/widgets/interLinking/ui/LinksList.d.ts +2 -2
  23. package/dist/widgets/stepper/Stepper.d.ts +5 -3
  24. package/package.json +2 -1
  25. package/dist/CustomLink-BQOhJbbq.js.map +0 -1
  26. package/dist/types.d.ts +0 -2
  27. package/dist/types.js +0 -2
  28. package/dist/types.js.map +0 -1
  29. package/dist/widgets/interLinking/model/schema.d.ts +0 -150
  30. package/dist/widgets/pageHeader/PageHeader.d.ts +0 -2
  31. package/dist/widgets/pageHeader/index.d.ts +0 -1
  32. package/dist/widgets/pageHeader/model/helpers.d.ts +0 -2
package/dist/types.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from './exports/types'
2
- export {}
package/dist/types.js DELETED
@@ -1,2 +0,0 @@
1
-
2
- //# sourceMappingURL=types.js.map
package/dist/types.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,150 +0,0 @@
1
- import { z } from 'zod';
2
- export declare const linkSchema: z.ZodObject<{
3
- label: z.ZodString;
4
- path: z.ZodString;
5
- }, "strip", z.ZodTypeAny, {
6
- path: string;
7
- label: string;
8
- }, {
9
- path: string;
10
- label: string;
11
- }>;
12
- export declare const groupSchema: z.ZodObject<{
13
- groupLabel: z.ZodString;
14
- links: z.ZodArray<z.ZodObject<{
15
- label: z.ZodString;
16
- path: z.ZodString;
17
- }, "strip", z.ZodTypeAny, {
18
- path: string;
19
- label: string;
20
- }, {
21
- path: string;
22
- label: string;
23
- }>, "many">;
24
- }, "strip", z.ZodTypeAny, {
25
- groupLabel: string;
26
- links: {
27
- path: string;
28
- label: string;
29
- }[];
30
- }, {
31
- groupLabel: string;
32
- links: {
33
- path: string;
34
- label: string;
35
- }[];
36
- }>;
37
- export declare const columnsSchema: z.ZodObject<{
38
- column: z.ZodArray<z.ZodObject<{
39
- groupLabel: z.ZodString;
40
- links: z.ZodArray<z.ZodObject<{
41
- label: z.ZodString;
42
- path: z.ZodString;
43
- }, "strip", z.ZodTypeAny, {
44
- path: string;
45
- label: string;
46
- }, {
47
- path: string;
48
- label: string;
49
- }>, "many">;
50
- }, "strip", z.ZodTypeAny, {
51
- groupLabel: string;
52
- links: {
53
- path: string;
54
- label: string;
55
- }[];
56
- }, {
57
- groupLabel: string;
58
- links: {
59
- path: string;
60
- label: string;
61
- }[];
62
- }>, "many">;
63
- }, "strip", z.ZodTypeAny, {
64
- column: {
65
- groupLabel: string;
66
- links: {
67
- path: string;
68
- label: string;
69
- }[];
70
- }[];
71
- }, {
72
- column: {
73
- groupLabel: string;
74
- links: {
75
- path: string;
76
- label: string;
77
- }[];
78
- }[];
79
- }>;
80
- export declare const interLinkingSchema: z.ZodObject<{
81
- headline: z.ZodString;
82
- variant: z.ZodEnum<["twoCols", "threeCols", "fourCols"]>;
83
- columns: z.ZodArray<z.ZodObject<{
84
- column: z.ZodArray<z.ZodObject<{
85
- groupLabel: z.ZodString;
86
- links: z.ZodArray<z.ZodObject<{
87
- label: z.ZodString;
88
- path: z.ZodString;
89
- }, "strip", z.ZodTypeAny, {
90
- path: string;
91
- label: string;
92
- }, {
93
- path: string;
94
- label: string;
95
- }>, "many">;
96
- }, "strip", z.ZodTypeAny, {
97
- groupLabel: string;
98
- links: {
99
- path: string;
100
- label: string;
101
- }[];
102
- }, {
103
- groupLabel: string;
104
- links: {
105
- path: string;
106
- label: string;
107
- }[];
108
- }>, "many">;
109
- }, "strip", z.ZodTypeAny, {
110
- column: {
111
- groupLabel: string;
112
- links: {
113
- path: string;
114
- label: string;
115
- }[];
116
- }[];
117
- }, {
118
- column: {
119
- groupLabel: string;
120
- links: {
121
- path: string;
122
- label: string;
123
- }[];
124
- }[];
125
- }>, "many">;
126
- }, "strip", z.ZodTypeAny, {
127
- columns: {
128
- column: {
129
- groupLabel: string;
130
- links: {
131
- path: string;
132
- label: string;
133
- }[];
134
- }[];
135
- }[];
136
- variant: "twoCols" | "threeCols" | "fourCols";
137
- headline: string;
138
- }, {
139
- columns: {
140
- column: {
141
- groupLabel: string;
142
- links: {
143
- path: string;
144
- label: string;
145
- }[];
146
- }[];
147
- }[];
148
- variant: "twoCols" | "threeCols" | "fourCols";
149
- headline: string;
150
- }>;
@@ -1,2 +0,0 @@
1
- import { PageHeaderProps } from './model/types';
2
- export declare const PageHeader: (props: PageHeaderProps) => import("react/jsx-runtime").JSX.Element;
@@ -1 +0,0 @@
1
- export * from './PageHeader';
@@ -1,2 +0,0 @@
1
- import { PageHeaderProps } from './types';
2
- export declare const renderContentVariant: (props: PageHeaderProps) => import("react/jsx-runtime").JSX.Element | null;