@universityofmaryland/web-components-library 1.7.0-beta.0 → 1.7.0-beta.2
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/api/footer/elements/main-section/campaign.d.ts.map +1 -1
- package/dist/api/footer/elements/main-section/row-logo/logo.d.ts.map +1 -1
- package/dist/api/footer/elements/main-section/social.d.ts.map +1 -1
- package/dist/index.d.ts +29 -100
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +0 -40
- package/dist/model/attributes/checks.d.ts +1 -1
- package/dist/model/attributes/checks.d.ts.map +1 -1
- package/dist/utilities/animation.d.ts +0 -8
- package/dist/utilities/animation.d.ts.map +1 -1
- package/dist/utilities/index.d.ts +1 -11
- package/dist/utilities/index.d.ts.map +1 -1
- package/dist/utilities/styles.d.ts +1 -2
- package/dist/utilities/styles.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/utilities/assets/icons.d.ts +0 -29
- package/dist/utilities/assets/icons.d.ts.map +0 -1
- package/dist/utilities/assets/logos.d.ts +0 -9
- package/dist/utilities/assets/logos.d.ts.map +0 -1
- package/dist/utilities/assets/services.d.ts +0 -12
- package/dist/utilities/assets/services.d.ts.map +0 -1
- package/dist/utilities/assets/social.d.ts +0 -11
- package/dist/utilities/assets/social.d.ts.map +0 -1
- package/dist/utilities/events.d.ts +0 -8
- package/dist/utilities/events.d.ts.map +0 -1
- package/dist/utilities/markup/locate.d.ts +0 -8
- package/dist/utilities/markup/locate.d.ts.map +0 -1
- package/dist/utilities/network.d.ts +0 -13
- package/dist/utilities/network.d.ts.map +0 -1
- package/dist/utilities/performance.d.ts +0 -5
- package/dist/utilities/performance.d.ts.map +0 -1
- package/dist/utilities/storage.d.ts +0 -10
- package/dist/utilities/storage.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"campaign.d.ts","sourceRoot":"","sources":["../../../../../source/api/footer/elements/main-section/campaign.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"campaign.d.ts","sourceRoot":"","sources":["../../../../../source/api/footer/elements/main-section/campaign.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAO/C,eAAO,MAAM,uBAAuB,4BAA4B,CAAC;AAEjE,eAAO,MAAM,cAAc,QAM1B,CAAC;AAEF,eAAO,MAAM,iBAAiB,iBAE3B;IACD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,mBAqBA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../../../../source/api/footer/elements/main-section/row-logo/logo.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../../../../../source/api/footer/elements/main-section/row-logo/logo.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AA0ClD,eAAO,MAAM,mBAAmB,QAc/B,CAAC;AAEF,eAAO,MAAM,mBAAmB,iBAE7B;IACD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,mBA2BA,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"social.d.ts","sourceRoot":"","sources":["../../../../../source/api/footer/elements/main-section/social.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"social.d.ts","sourceRoot":"","sources":["../../../../../source/api/footer/elements/main-section/social.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAgB/C,eAAO,MAAM,qBAAqB,qCAAqC,CAAC;AAyExE,eAAO,MAAM,qBAAqB,QAiFjC,CAAC;AA6GF,eAAO,MAAM,2BAA2B,iBAErC;IACD,OAAO,EAAE,gBAAgB,CAAC;CAC3B,mBAWA,CAAC"}
|
package/dist/index.d.ts
CHANGED
|
@@ -174,78 +174,13 @@ export declare const Elements: {
|
|
|
174
174
|
Feeds: typeof UmdElements.Feeds;
|
|
175
175
|
Layout: typeof UmdElements.Layout;
|
|
176
176
|
Macros: typeof UmdElements.Macros;
|
|
177
|
+
Utilities: typeof UmdElements.Utilities;
|
|
177
178
|
};
|
|
178
179
|
export declare const Utilties: {
|
|
179
|
-
Accessibility:
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
IsPrefferdReducedMotion: () => boolean;
|
|
184
|
-
};
|
|
185
|
-
Animation: {
|
|
186
|
-
Load: () => void;
|
|
187
|
-
ShrinkThenRemove: ({ container }: {
|
|
188
|
-
container: HTMLElement;
|
|
189
|
-
}) => void;
|
|
190
|
-
ScrollTo: ({ element, spread, frames, }: {
|
|
191
|
-
element: HTMLElement;
|
|
192
|
-
spread?: number;
|
|
193
|
-
frames?: number;
|
|
194
|
-
}) => void;
|
|
195
|
-
};
|
|
196
|
-
AssetIcon: {
|
|
197
|
-
ARROW: string;
|
|
198
|
-
BACK_ARROW: string;
|
|
199
|
-
CALENDAR: string;
|
|
200
|
-
CLOCK: string;
|
|
201
|
-
CHEVRON_SMALL: string;
|
|
202
|
-
CLOSE_BUTTON: string;
|
|
203
|
-
DOCUMENT: string;
|
|
204
|
-
EMAIL: string;
|
|
205
|
-
EXCLAMATION: string;
|
|
206
|
-
FEARLESS: string;
|
|
207
|
-
FORWARD_ARROW: string;
|
|
208
|
-
FULL_SCREEN: string;
|
|
209
|
-
MAGNIFY_GLASS: string;
|
|
210
|
-
MULTI_DAY: string;
|
|
211
|
-
NEW_WINDOW: string;
|
|
212
|
-
NOTIFICATION: string;
|
|
213
|
-
PAUSE: string;
|
|
214
|
-
PERSON: string;
|
|
215
|
-
PIN: string;
|
|
216
|
-
PHONE: string;
|
|
217
|
-
PLAY: string;
|
|
218
|
-
PRINTER: string;
|
|
219
|
-
QUOTE: string;
|
|
220
|
-
SHORT_ARROW: string;
|
|
221
|
-
X: string;
|
|
222
|
-
};
|
|
223
|
-
AssetLogo: {
|
|
224
|
-
DARK_LOGO: string;
|
|
225
|
-
LIGHT_LOGO: string;
|
|
226
|
-
CAMPAIGN_LOGO: string;
|
|
227
|
-
CAMPAIGN_LOGO_DARK: string;
|
|
228
|
-
SEAL_WHITE: string;
|
|
229
|
-
};
|
|
230
|
-
AssetSocial: {
|
|
231
|
-
FACEBOOK: string;
|
|
232
|
-
X: string;
|
|
233
|
-
TWITTER: string;
|
|
234
|
-
INSTAGRAM: string;
|
|
235
|
-
YOUTUBE: string;
|
|
236
|
-
LINKEDIN: string;
|
|
237
|
-
THREADS: string;
|
|
238
|
-
};
|
|
239
|
-
AssetServices: {
|
|
240
|
-
CreateGif: ({ container }: {
|
|
241
|
-
container: HTMLDivElement | null;
|
|
242
|
-
}) => void;
|
|
243
|
-
GetResponsiveImageSize: ({ image, parentNode, maxWindowHeight, }: {
|
|
244
|
-
image: HTMLImageElement;
|
|
245
|
-
parentNode: HTMLElement;
|
|
246
|
-
maxWindowHeight?: number;
|
|
247
|
-
}) => number;
|
|
248
|
-
};
|
|
180
|
+
Accessibility: typeof UmdElements.Utilities.Accessibility;
|
|
181
|
+
AssetIcon: typeof UmdElements.Utilities.AssetIcon;
|
|
182
|
+
AssetLogo: typeof UmdElements.Utilities.AssetLogo;
|
|
183
|
+
AssetSocial: typeof UmdElements.Utilities.AssetSocial;
|
|
249
184
|
DateUtility: {
|
|
250
185
|
CreateVisualFormattedDate: (date: Date) => {
|
|
251
186
|
full: string;
|
|
@@ -259,13 +194,30 @@ export declare const Utilties: {
|
|
|
259
194
|
palindromeTruncated: string;
|
|
260
195
|
};
|
|
261
196
|
};
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
197
|
+
ElementModel: {
|
|
198
|
+
headline: typeof import("@universityofmaryland/web-elements-library/dist/utilities/element-model/headline");
|
|
199
|
+
richText: typeof import("@universityofmaryland/web-elements-library/dist/utilities/element-model/rich-text");
|
|
200
|
+
};
|
|
201
|
+
JavascriptEvents: typeof UmdElements.Utilities.JavascriptEvents;
|
|
202
|
+
Network: typeof UmdElements.Utilities.Network;
|
|
203
|
+
Performance: typeof UmdElements.Utilities.Performance;
|
|
204
|
+
Storage: {
|
|
205
|
+
local: typeof import("@universityofmaryland/web-elements-library/dist/utilities/storage/local");
|
|
206
|
+
};
|
|
207
|
+
Styles: {
|
|
208
|
+
animations: typeof import("@universityofmaryland/web-elements-library/dist/utilities/styles/animations");
|
|
209
|
+
assets: typeof import("@universityofmaryland/web-elements-library/dist/utilities/styles/assets");
|
|
210
|
+
fonts: typeof import("@universityofmaryland/web-elements-library/dist/utilities/styles/fonts");
|
|
211
|
+
combineStyles: (...styles: string[]) => string;
|
|
212
|
+
convertJSSObjectToStyles: ({ styleObj }: {
|
|
213
|
+
styleObj: any;
|
|
214
|
+
}) => string;
|
|
215
|
+
convertPixelStringToNumber: (styleStr: string) => number;
|
|
267
216
|
};
|
|
268
217
|
MarkupCreate: {
|
|
218
|
+
CreateGif: ({ container, }: {
|
|
219
|
+
container: HTMLDivElement | null;
|
|
220
|
+
}) => void;
|
|
269
221
|
Node: {
|
|
270
222
|
span: ({ text }: {
|
|
271
223
|
text: string;
|
|
@@ -359,31 +311,8 @@ export declare const Utilties: {
|
|
|
359
311
|
ImageSlot: string;
|
|
360
312
|
}) => HTMLImageElement | null;
|
|
361
313
|
};
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
query: string;
|
|
365
|
-
url: string;
|
|
366
|
-
token: string;
|
|
367
|
-
variables?: import("./utilities/network").VariablesType;
|
|
368
|
-
}) => Promise<any>;
|
|
369
|
-
};
|
|
370
|
-
Performance: {
|
|
371
|
-
Debounce: <T extends Function>(cb: T, wait?: number) => T;
|
|
372
|
-
};
|
|
373
|
-
Storage: {
|
|
374
|
-
GetLocalString: ({ key }: {
|
|
375
|
-
key: string;
|
|
376
|
-
}) => number | null;
|
|
377
|
-
SetLocalString: ({ key }: {
|
|
378
|
-
key: string;
|
|
379
|
-
}) => void;
|
|
380
|
-
};
|
|
381
|
-
Styles: {
|
|
382
|
-
ResetString: string;
|
|
383
|
-
ConvertJSSObjectToStyles: ({ styleObj }: {
|
|
384
|
-
styleObj: any;
|
|
385
|
-
}) => string;
|
|
386
|
-
ConvertPixelStringToNumber: (styleStr: string) => number;
|
|
314
|
+
Animation: {
|
|
315
|
+
Load: () => void;
|
|
387
316
|
};
|
|
388
317
|
};
|
|
389
318
|
export default LoadUmdComponents;
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAG1E,QAAA,MAAM,iBAAiB,YAMtB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEtB,CAAC;AAEF,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,WAAW,MAAM,4CAA4C,CAAC;AAG1E,QAAA,MAAM,iBAAiB,YAMtB,CAAC;AAEF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEtB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;CAEpB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAdN,GACf;;;;;;;;;;;;;;;;;;;;;;;qBAmB2N,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAjB9L,CAAC;;mBAQzB,CAAC;;;;;;;;;;;;;;;;;;;;;;;2BASU,CAAC;yBAA+B,CAAC;yBAA+B,CAAC;yBAA+B,CAAC;uBAA6B,CAAC;;;;;;;;;;;;;;;;;;;;;;;CAH/I,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|