@digital-b2c/coreui-kit 0.3.2 → 0.3.4
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/LICENSE.txt +21 -21
- package/dist/index.cjs +248 -350
- package/dist/index.cjs.map +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +52 -153
- package/dist/index.d.ts +52 -153
- package/dist/index.mjs +236 -338
- package/dist/index.mjs.map +1 -1
- package/dist/types/global.d.ts +25 -20
- package/package.json +3 -1
package/dist/index.d.ts
CHANGED
|
@@ -40,163 +40,62 @@ interface BrandsStripProps {
|
|
|
40
40
|
declare const BrandsStrip: ({ className, variant, title, logos, cta, size, animate, }: BrandsStripProps) => react_jsx_runtime.JSX.Element;
|
|
41
41
|
|
|
42
42
|
declare const svgs: {
|
|
43
|
-
ads:
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
workhome: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
95
|
-
title?: string;
|
|
96
|
-
}>;
|
|
97
|
-
blankCheckbox: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
98
|
-
title?: string;
|
|
99
|
-
}>;
|
|
100
|
-
blankCheckboxWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
101
|
-
title?: string;
|
|
102
|
-
}>;
|
|
103
|
-
checkedBox: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
104
|
-
title?: string;
|
|
105
|
-
}>;
|
|
106
|
-
circleChevronDown: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
107
|
-
title?: string;
|
|
108
|
-
}>;
|
|
109
|
-
circleChevronUp: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
110
|
-
title?: string;
|
|
111
|
-
}>;
|
|
112
|
-
downBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
113
|
-
title?: string;
|
|
114
|
-
}>;
|
|
115
|
-
downWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
116
|
-
title?: string;
|
|
117
|
-
}>;
|
|
118
|
-
downChevronBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
119
|
-
title?: string;
|
|
120
|
-
}>;
|
|
121
|
-
downChevronWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
122
|
-
title?: string;
|
|
123
|
-
}>;
|
|
124
|
-
downloadBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
125
|
-
title?: string;
|
|
126
|
-
}>;
|
|
127
|
-
downloadWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
128
|
-
title?: string;
|
|
129
|
-
}>;
|
|
130
|
-
filledChevronLeft: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
131
|
-
title?: string;
|
|
132
|
-
}>;
|
|
133
|
-
filledChevronRight: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
134
|
-
title?: string;
|
|
135
|
-
}>;
|
|
136
|
-
filledChevronUp: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
137
|
-
title?: string;
|
|
138
|
-
}>;
|
|
139
|
-
leftWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
140
|
-
title?: string;
|
|
141
|
-
}>;
|
|
142
|
-
mailBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
143
|
-
title?: string;
|
|
144
|
-
}>;
|
|
145
|
-
rightBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
146
|
-
title?: string;
|
|
147
|
-
}>;
|
|
148
|
-
rightWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
149
|
-
title?: string;
|
|
150
|
-
}>;
|
|
151
|
-
tiltedRightBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
152
|
-
title?: string;
|
|
153
|
-
}>;
|
|
154
|
-
tiltedRightWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
155
|
-
title?: string;
|
|
156
|
-
}>;
|
|
157
|
-
upChevronUpWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
158
|
-
title?: string;
|
|
159
|
-
}>;
|
|
160
|
-
upChevronWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
161
|
-
title?: string;
|
|
162
|
-
}>;
|
|
163
|
-
watchBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
164
|
-
title?: string;
|
|
165
|
-
}>;
|
|
166
|
-
watchWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
167
|
-
title?: string;
|
|
168
|
-
}>;
|
|
169
|
-
chevronDefault: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
170
|
-
title?: string;
|
|
171
|
-
}>;
|
|
172
|
-
chevronHovered: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
173
|
-
title?: string;
|
|
174
|
-
}>;
|
|
175
|
-
chevronSelected: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
176
|
-
title?: string;
|
|
177
|
-
}>;
|
|
178
|
-
menuBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
179
|
-
title?: string;
|
|
180
|
-
}>;
|
|
181
|
-
menuWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
182
|
-
title?: string;
|
|
183
|
-
}>;
|
|
184
|
-
right: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
185
|
-
title?: string;
|
|
186
|
-
}>;
|
|
187
|
-
tiltedRight: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
188
|
-
title?: string;
|
|
189
|
-
}>;
|
|
190
|
-
xBlack: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
191
|
-
title?: string;
|
|
192
|
-
}>;
|
|
193
|
-
xWhite: React$1.FunctionComponent<React$1.SVGProps<SVGSVGElement> & {
|
|
194
|
-
title?: string;
|
|
195
|
-
}>;
|
|
43
|
+
ads: string;
|
|
44
|
+
book: string;
|
|
45
|
+
briefcase: string;
|
|
46
|
+
calendar: string;
|
|
47
|
+
clipboard: string;
|
|
48
|
+
convo: string;
|
|
49
|
+
eye: string;
|
|
50
|
+
globe: string;
|
|
51
|
+
hospital: string;
|
|
52
|
+
library: string;
|
|
53
|
+
location: string;
|
|
54
|
+
marketing: string;
|
|
55
|
+
money: string;
|
|
56
|
+
people: string;
|
|
57
|
+
smile: string;
|
|
58
|
+
tech: string;
|
|
59
|
+
work: string;
|
|
60
|
+
workhome: string;
|
|
61
|
+
blankCheckbox: string;
|
|
62
|
+
blankCheckboxWhite: string;
|
|
63
|
+
checkedBox: string;
|
|
64
|
+
circleChevronDown: string;
|
|
65
|
+
circleChevronUp: string;
|
|
66
|
+
downBlack: string;
|
|
67
|
+
downWhite: string;
|
|
68
|
+
downChevronBlack: string;
|
|
69
|
+
downChevronWhite: string;
|
|
70
|
+
downloadBlack: string;
|
|
71
|
+
downloadWhite: string;
|
|
72
|
+
filledChevronLeft: string;
|
|
73
|
+
filledChevronRight: string;
|
|
74
|
+
filledChevronUp: string;
|
|
75
|
+
leftWhite: string;
|
|
76
|
+
mailBlack: string;
|
|
77
|
+
rightBlack: string;
|
|
78
|
+
rightWhite: string;
|
|
79
|
+
tiltedRightBlack: string;
|
|
80
|
+
tiltedRightWhite: string;
|
|
81
|
+
upChevronUpWhite: string;
|
|
82
|
+
upChevronWhite: string;
|
|
83
|
+
watchBlack: string;
|
|
84
|
+
watchWhite: string;
|
|
85
|
+
chevronDefault: string;
|
|
86
|
+
chevronHovered: string;
|
|
87
|
+
chevronSelected: string;
|
|
88
|
+
menuBlack: string;
|
|
89
|
+
menuWhite: string;
|
|
90
|
+
right: string;
|
|
91
|
+
tiltedRight: string;
|
|
92
|
+
xBlack: string;
|
|
93
|
+
xWhite: string;
|
|
196
94
|
};
|
|
197
95
|
type IconType = keyof typeof svgs;
|
|
198
96
|
interface IconProps extends React$1.ComponentPropsWithRef<'svg'> {
|
|
199
97
|
type: IconType;
|
|
98
|
+
size?: number;
|
|
200
99
|
}
|
|
201
100
|
declare const Icon: React$1.FC<IconProps>;
|
|
202
101
|
|