@nypl/design-system-react-components 3.1.4 → 3.1.5-rc
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/design-system-react-components.cjs +56 -58
- package/dist/design-system-react-components.js +13979 -14009
- package/dist/src/components/Button/Button.d.ts +1 -1
- package/dist/src/components/Icons/IconSvgs.d.ts +74 -223
- package/dist/src/components/Logo/LogoSvgs.d.ts +54 -163
- package/dist/src/components/SearchBar/SearchBar.d.ts +2 -1
- package/dist/src/components/StructuredContent/StructuredContent.d.ts +1 -1
- package/dist/styles.css +1 -1
- package/package.json +21 -21
|
@@ -7,7 +7,7 @@ export type ButtonElementType = typeof buttonElementTypeArray[number];
|
|
|
7
7
|
export type ButtonSizes = typeof buttonSizesArray[number];
|
|
8
8
|
export type ButtonTypes = typeof buttonTypesArray[number];
|
|
9
9
|
interface ButtonProps {
|
|
10
|
-
/** The button variation to render based on the `ButtonTypes` type
|
|
10
|
+
/** The button variation to render based on the `ButtonTypes` type. */
|
|
11
11
|
buttonType?: ButtonTypes;
|
|
12
12
|
/** Additional className to use. */
|
|
13
13
|
className?: string;
|
|
@@ -1,226 +1,77 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare const _default: {
|
|
3
|
-
accessibilityFull:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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
|
-
clock: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
79
|
-
title?: string;
|
|
80
|
-
}>;
|
|
81
|
-
close: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
82
|
-
title?: string;
|
|
83
|
-
}>;
|
|
84
|
-
communicationCall: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
85
|
-
title?: string;
|
|
86
|
-
}>;
|
|
87
|
-
communicationChatBubble: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
|
-
title?: string;
|
|
89
|
-
}>;
|
|
90
|
-
communicationEmail: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
91
|
-
title?: string;
|
|
92
|
-
}>;
|
|
93
|
-
decorativeEnvelope: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
94
|
-
title?: string;
|
|
95
|
-
}>;
|
|
96
|
-
decorativeLibraryCard: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
97
|
-
title?: string;
|
|
98
|
-
}>;
|
|
99
|
-
decorativeShoppingBag: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
|
-
title?: string;
|
|
101
|
-
}>;
|
|
102
|
-
download: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
103
|
-
title?: string;
|
|
104
|
-
}>;
|
|
105
|
-
editorMode: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
106
|
-
title?: string;
|
|
107
|
-
}>;
|
|
108
|
-
errorFilled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
109
|
-
title?: string;
|
|
110
|
-
}>;
|
|
111
|
-
errorOutline: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
-
title?: string;
|
|
113
|
-
}>;
|
|
114
|
-
fileTypeAudio: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
115
|
-
title?: string;
|
|
116
|
-
}>;
|
|
117
|
-
fileTypeDoc: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
118
|
-
title?: string;
|
|
119
|
-
}>;
|
|
120
|
-
fileTypeGenericDoc: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
121
|
-
title?: string;
|
|
122
|
-
}>;
|
|
123
|
-
fileTypeImage: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
-
title?: string;
|
|
125
|
-
}>;
|
|
126
|
-
fileTypePdf: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
127
|
-
title?: string;
|
|
128
|
-
}>;
|
|
129
|
-
fileTypeSpreadsheet: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
130
|
-
title?: string;
|
|
131
|
-
}>;
|
|
132
|
-
fileTypeVideo: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
133
|
-
title?: string;
|
|
134
|
-
}>;
|
|
135
|
-
headset: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
-
title?: string;
|
|
137
|
-
}>;
|
|
138
|
-
legacyAccountFilled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
139
|
-
title?: string;
|
|
140
|
-
}>;
|
|
141
|
-
legacyAccountUnfilled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
142
|
-
title?: string;
|
|
143
|
-
}>;
|
|
144
|
-
legacySocialFacebook: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
145
|
-
title?: string;
|
|
146
|
-
}>;
|
|
147
|
-
legacySocialInstagram: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
-
title?: string;
|
|
149
|
-
}>;
|
|
150
|
-
legacySocialTwitter: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
151
|
-
title?: string;
|
|
152
|
-
}>;
|
|
153
|
-
legacySocialYoutube: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
154
|
-
title?: string;
|
|
155
|
-
}>;
|
|
156
|
-
locator: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
157
|
-
title?: string;
|
|
158
|
-
}>;
|
|
159
|
-
mapsPlace: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
-
title?: string;
|
|
161
|
-
}>;
|
|
162
|
-
minus: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
163
|
-
title?: string;
|
|
164
|
-
}>;
|
|
165
|
-
moonCrescent: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
166
|
-
title?: string;
|
|
167
|
-
}>;
|
|
168
|
-
navigationMoreVert: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
169
|
-
title?: string;
|
|
170
|
-
}>;
|
|
171
|
-
plus: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
|
-
title?: string;
|
|
173
|
-
}>;
|
|
174
|
-
search: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
175
|
-
title?: string;
|
|
176
|
-
}>;
|
|
177
|
-
socialFacebook: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
178
|
-
title?: string;
|
|
179
|
-
}>;
|
|
180
|
-
socialInstagram: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
181
|
-
title?: string;
|
|
182
|
-
}>;
|
|
183
|
-
socialPinterest: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
|
-
title?: string;
|
|
185
|
-
}>;
|
|
186
|
-
socialSoundCloud: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
187
|
-
title?: string;
|
|
188
|
-
}>;
|
|
189
|
-
socialSpotify: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
190
|
-
title?: string;
|
|
191
|
-
}>;
|
|
192
|
-
socialTikTok: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
193
|
-
title?: string;
|
|
194
|
-
}>;
|
|
195
|
-
socialTumblr: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
|
-
title?: string;
|
|
197
|
-
}>;
|
|
198
|
-
socialTwitter: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
199
|
-
title?: string;
|
|
200
|
-
}>;
|
|
201
|
-
socialVimeo: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
202
|
-
title?: string;
|
|
203
|
-
}>;
|
|
204
|
-
socialYoutube: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
205
|
-
title?: string;
|
|
206
|
-
}>;
|
|
207
|
-
speakerNotes: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
|
-
title?: string;
|
|
209
|
-
}>;
|
|
210
|
-
sunFull: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
211
|
-
title?: string;
|
|
212
|
-
}>;
|
|
213
|
-
utilityAccountFilled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
214
|
-
title?: string;
|
|
215
|
-
}>;
|
|
216
|
-
utilityAccountUnfilled: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
217
|
-
title?: string;
|
|
218
|
-
}>;
|
|
219
|
-
utilityHamburger: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
|
-
title?: string;
|
|
221
|
-
}>;
|
|
222
|
-
utilitySearch: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
223
|
-
title?: string;
|
|
224
|
-
}>;
|
|
2
|
+
accessibilityFull: any;
|
|
3
|
+
accessibilityPartial: any;
|
|
4
|
+
actionCheckCircle: any;
|
|
5
|
+
actionCheckCircleFilled: any;
|
|
6
|
+
actionDelete: any;
|
|
7
|
+
actionExit: any;
|
|
8
|
+
actionHelpDefault: any;
|
|
9
|
+
actionHelpOutline: any;
|
|
10
|
+
actionHome: any;
|
|
11
|
+
actionIdentity: any;
|
|
12
|
+
actionIdentityFilled: any;
|
|
13
|
+
actionLaunch: any;
|
|
14
|
+
actionLightbulb: any;
|
|
15
|
+
actionLockClosed: any;
|
|
16
|
+
actionPayment: any;
|
|
17
|
+
actionPower: any;
|
|
18
|
+
actionRegistration: any;
|
|
19
|
+
actionSearch: any;
|
|
20
|
+
actionSettings: any;
|
|
21
|
+
alertNotificationImportant: any;
|
|
22
|
+
alertWarningFilled: any;
|
|
23
|
+
alertWarningOutline: any;
|
|
24
|
+
arrow: any;
|
|
25
|
+
building: any;
|
|
26
|
+
check: any;
|
|
27
|
+
clock: any;
|
|
28
|
+
close: any;
|
|
29
|
+
communicationCall: any;
|
|
30
|
+
communicationChatBubble: any;
|
|
31
|
+
communicationEmail: any;
|
|
32
|
+
decorativeEnvelope: any;
|
|
33
|
+
decorativeLibraryCard: any;
|
|
34
|
+
decorativeShoppingBag: any;
|
|
35
|
+
download: any;
|
|
36
|
+
editorMode: any;
|
|
37
|
+
errorFilled: any;
|
|
38
|
+
errorOutline: any;
|
|
39
|
+
fileTypeAudio: any;
|
|
40
|
+
fileTypeDoc: any;
|
|
41
|
+
fileTypeGenericDoc: any;
|
|
42
|
+
fileTypeImage: any;
|
|
43
|
+
fileTypePdf: any;
|
|
44
|
+
fileTypeSpreadsheet: any;
|
|
45
|
+
fileTypeVideo: any;
|
|
46
|
+
headset: any;
|
|
47
|
+
legacyAccountFilled: any;
|
|
48
|
+
legacyAccountUnfilled: any;
|
|
49
|
+
legacySocialFacebook: any;
|
|
50
|
+
legacySocialInstagram: any;
|
|
51
|
+
legacySocialTwitter: any;
|
|
52
|
+
legacySocialYoutube: any;
|
|
53
|
+
locator: any;
|
|
54
|
+
mapsPlace: any;
|
|
55
|
+
minus: any;
|
|
56
|
+
moonCrescent: any;
|
|
57
|
+
navigationMoreVert: any;
|
|
58
|
+
plus: any;
|
|
59
|
+
search: any;
|
|
60
|
+
socialFacebook: any;
|
|
61
|
+
socialInstagram: any;
|
|
62
|
+
socialPinterest: any;
|
|
63
|
+
socialSoundCloud: any;
|
|
64
|
+
socialSpotify: any;
|
|
65
|
+
socialTikTok: any;
|
|
66
|
+
socialTumblr: any;
|
|
67
|
+
socialTwitter: any;
|
|
68
|
+
socialVimeo: any;
|
|
69
|
+
socialYoutube: any;
|
|
70
|
+
speakerNotes: any;
|
|
71
|
+
sunFull: any;
|
|
72
|
+
utilityAccountFilled: any;
|
|
73
|
+
utilityAccountUnfilled: any;
|
|
74
|
+
utilityHamburger: any;
|
|
75
|
+
utilitySearch: any;
|
|
225
76
|
};
|
|
226
77
|
export default _default;
|
|
@@ -1,166 +1,57 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
declare const _default: {
|
|
3
|
-
appleAppStoreBlack:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
nycdoeBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
58
|
-
title?: string;
|
|
59
|
-
}>;
|
|
60
|
-
nycdoeColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
61
|
-
title?: string;
|
|
62
|
-
}>;
|
|
63
|
-
nycdoeWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
|
-
title?: string;
|
|
65
|
-
}>;
|
|
66
|
-
nycpsBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
67
|
-
title?: string;
|
|
68
|
-
}>;
|
|
69
|
-
nycpsColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
70
|
-
title?: string;
|
|
71
|
-
}>;
|
|
72
|
-
nycpsWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
73
|
-
title?: string;
|
|
74
|
-
}>;
|
|
75
|
-
nyplFullBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
|
-
title?: string;
|
|
77
|
-
}>;
|
|
78
|
-
nyplFullWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
79
|
-
title?: string;
|
|
80
|
-
}>;
|
|
81
|
-
nyplLionBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
82
|
-
title?: string;
|
|
83
|
-
}>;
|
|
84
|
-
nyplLionWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
85
|
-
title?: string;
|
|
86
|
-
}>;
|
|
87
|
-
nyplTextBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
|
-
title?: string;
|
|
89
|
-
}>;
|
|
90
|
-
nyplTextWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
91
|
-
title?: string;
|
|
92
|
-
}>;
|
|
93
|
-
openebooksColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
94
|
-
title?: string;
|
|
95
|
-
}>;
|
|
96
|
-
openebooksNegative: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
97
|
-
title?: string;
|
|
98
|
-
}>;
|
|
99
|
-
openebooksWithTextColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
|
-
title?: string;
|
|
101
|
-
}>;
|
|
102
|
-
openebooksWithTextNegative: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
103
|
-
title?: string;
|
|
104
|
-
}>;
|
|
105
|
-
qplAltBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
106
|
-
title?: string;
|
|
107
|
-
}>;
|
|
108
|
-
qplAltWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
109
|
-
title?: string;
|
|
110
|
-
}>;
|
|
111
|
-
qplBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
|
-
title?: string;
|
|
113
|
-
}>;
|
|
114
|
-
qplColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
115
|
-
title?: string;
|
|
116
|
-
}>;
|
|
117
|
-
qplWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
118
|
-
title?: string;
|
|
119
|
-
}>;
|
|
120
|
-
reservoirIconColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
121
|
-
title?: string;
|
|
122
|
-
}>;
|
|
123
|
-
reservoirVerticalColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
|
-
title?: string;
|
|
125
|
-
}>;
|
|
126
|
-
schomburgBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
127
|
-
title?: string;
|
|
128
|
-
}>;
|
|
129
|
-
schomburgCircleBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
130
|
-
title?: string;
|
|
131
|
-
}>;
|
|
132
|
-
schomburgCircleColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
133
|
-
title?: string;
|
|
134
|
-
}>;
|
|
135
|
-
schomburgCircleWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
|
-
title?: string;
|
|
137
|
-
}>;
|
|
138
|
-
schomburgColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
139
|
-
title?: string;
|
|
140
|
-
}>;
|
|
141
|
-
schomburgWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
142
|
-
title?: string;
|
|
143
|
-
}>;
|
|
144
|
-
simplyeBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
145
|
-
title?: string;
|
|
146
|
-
}>;
|
|
147
|
-
simplyeWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
|
-
title?: string;
|
|
149
|
-
}>;
|
|
150
|
-
simplyeColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
151
|
-
title?: string;
|
|
152
|
-
}>;
|
|
153
|
-
snflBlack: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
154
|
-
title?: string;
|
|
155
|
-
}>;
|
|
156
|
-
snflWhite: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
157
|
-
title?: string;
|
|
158
|
-
}>;
|
|
159
|
-
treasuresColor: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
|
-
title?: string;
|
|
161
|
-
}>;
|
|
162
|
-
treasuresColorNegative: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
163
|
-
title?: string;
|
|
164
|
-
}>;
|
|
2
|
+
appleAppStoreBlack: any;
|
|
3
|
+
appleAppStoreWhite: any;
|
|
4
|
+
bplBlack: any;
|
|
5
|
+
bplWhite: any;
|
|
6
|
+
cleverBadgeColor: any;
|
|
7
|
+
cleverColor: any;
|
|
8
|
+
cleverWhite: any;
|
|
9
|
+
digitalCollectionsBlack: any;
|
|
10
|
+
digitalCollectionsWhite: any;
|
|
11
|
+
firstbookColor: any;
|
|
12
|
+
firstbookColorNegative: any;
|
|
13
|
+
googlePlayBlack: any;
|
|
14
|
+
lpaBlack: any;
|
|
15
|
+
lpaColor: any;
|
|
16
|
+
lpaWhite: any;
|
|
17
|
+
mlnBlack: any;
|
|
18
|
+
mlnColor: any;
|
|
19
|
+
mlnWhite: any;
|
|
20
|
+
nycdoeBlack: any;
|
|
21
|
+
nycdoeColor: any;
|
|
22
|
+
nycdoeWhite: any;
|
|
23
|
+
nycpsBlack: any;
|
|
24
|
+
nycpsColor: any;
|
|
25
|
+
nycpsWhite: any;
|
|
26
|
+
nyplFullBlack: any;
|
|
27
|
+
nyplFullWhite: any;
|
|
28
|
+
nyplLionBlack: any;
|
|
29
|
+
nyplLionWhite: any;
|
|
30
|
+
nyplTextBlack: any;
|
|
31
|
+
nyplTextWhite: any;
|
|
32
|
+
openebooksColor: any;
|
|
33
|
+
openebooksNegative: any;
|
|
34
|
+
openebooksWithTextColor: any;
|
|
35
|
+
openebooksWithTextNegative: any;
|
|
36
|
+
qplAltBlack: any;
|
|
37
|
+
qplAltWhite: any;
|
|
38
|
+
qplBlack: any;
|
|
39
|
+
qplColor: any;
|
|
40
|
+
qplWhite: any;
|
|
41
|
+
reservoirIconColor: any;
|
|
42
|
+
reservoirVerticalColor: any;
|
|
43
|
+
schomburgBlack: any;
|
|
44
|
+
schomburgCircleBlack: any;
|
|
45
|
+
schomburgCircleColor: any;
|
|
46
|
+
schomburgCircleWhite: any;
|
|
47
|
+
schomburgColor: any;
|
|
48
|
+
schomburgWhite: any;
|
|
49
|
+
simplyeBlack: any;
|
|
50
|
+
simplyeWhite: any;
|
|
51
|
+
simplyeColor: any;
|
|
52
|
+
snflBlack: any;
|
|
53
|
+
snflWhite: any;
|
|
54
|
+
treasuresColor: any;
|
|
55
|
+
treasuresColorNegative: any;
|
|
165
56
|
};
|
|
166
57
|
export default _default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ChakraComponent } from "@chakra-ui/react";
|
|
1
2
|
import React from "react";
|
|
2
3
|
import { HelperErrorTextType } from "../HelperErrorText/HelperErrorText";
|
|
3
4
|
import { SelectProps as InitialSelectProps } from "../Select/Select";
|
|
@@ -56,5 +57,5 @@ export interface SearchBarProps {
|
|
|
56
57
|
* Renders a wrapper `form` element to be used with `Select` (optional),
|
|
57
58
|
* `Input`, and `Button` components together.
|
|
58
59
|
*/
|
|
59
|
-
export declare const SearchBar: React.
|
|
60
|
+
export declare const SearchBar: ChakraComponent<React.ForwardRefExoticComponent<SearchBarProps & React.RefAttributes<HTMLDivElement>>, SearchBarProps>;
|
|
60
61
|
export default SearchBar;
|
|
@@ -27,5 +27,5 @@ export interface StructuredContentProps {
|
|
|
27
27
|
* The `StructuredContent` component that displays a heading, callout content,
|
|
28
28
|
* an image, and body content. All are optional except for body content.
|
|
29
29
|
*/
|
|
30
|
-
declare const StructuredContent: ChakraComponent<React.ForwardRefExoticComponent<React.PropsWithChildren<StructuredContentProps> & React.RefAttributes<HTMLDivElement>>, React.PropsWithChildren<StructuredContentProps>>;
|
|
30
|
+
export declare const StructuredContent: ChakraComponent<React.ForwardRefExoticComponent<React.PropsWithChildren<StructuredContentProps> & React.RefAttributes<HTMLDivElement>>, React.PropsWithChildren<StructuredContentProps>>;
|
|
31
31
|
export default StructuredContent;
|