@universityofmaryland/web-components-library 1.15.0 → 1.15.1
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/README.md +1 -1
- package/dist/api/accordion/item.d.ts +1 -2
- package/dist/api/accordion/item.d.ts.map +1 -1
- package/dist/api/feed/alert/index.d.ts +1 -2
- package/dist/api/feed/alert/index.d.ts.map +1 -1
- package/dist/api/index.d.ts +58 -59
- package/dist/api/index.d.ts.map +1 -1
- package/dist/api/layout/modal.d.ts +1 -2
- package/dist/api/layout/modal.d.ts.map +1 -1
- package/dist/api/layout/scroll-top.d.ts +1 -2
- package/dist/api/layout/scroll-top.d.ts.map +1 -1
- package/dist/api/layout/section-intro/common.d.ts +2 -3
- package/dist/api/layout/section-intro/common.d.ts.map +1 -1
- package/dist/api/media/gif.d.ts +1 -2
- package/dist/api/media/gif.d.ts.map +1 -1
- package/dist/api/media/inline/index.d.ts +1 -2
- package/dist/api/media/inline/index.d.ts.map +1 -1
- package/dist/api/navigation/breadcrumb.d.ts +1 -2
- package/dist/api/navigation/breadcrumb.d.ts.map +1 -1
- package/dist/api/navigation/sticky.d.ts +1 -2
- package/dist/api/navigation/sticky.d.ts.map +1 -1
- package/dist/api/pathway/highlight.d.ts +1 -2
- package/dist/api/pathway/highlight.d.ts.map +1 -1
- package/dist/api/pathway/image.d.ts +1 -2
- package/dist/api/pathway/image.d.ts.map +1 -1
- package/dist/api/person/common.d.ts +11 -12
- package/dist/api/person/common.d.ts.map +1 -1
- package/dist/bundle.d.ts +27 -0
- package/dist/bundle.d.ts.map +1 -0
- package/dist/bundle.js +42162 -0
- package/dist/bundle.js.map +1 -0
- package/dist/model/slots/index.d.ts +30 -31
- package/dist/model/slots/index.d.ts.map +1 -1
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# University of Maryland Web Components Library
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@universityofmaryland/web-components-library)
|
|
4
4
|
|
|
5
5
|
High-level web components built on the UMD Elements Library, providing feature-rich, accessible, and brand-compliant UI components for University of Maryland digital experiences.
|
|
6
6
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../../source/api/accordion/item.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"item.d.ts","sourceRoot":"","sources":["../../../source/api/accordion/item.ts"],"names":[],"mappings":";AA8FA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/api/feed/alert/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/api/feed/alert/index.ts"],"names":[],"mappings":";AAwGA,wBAIG"}
|
package/dist/api/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ComponentRegistration } from '..';
|
|
2
1
|
export { default as accordionItem } from './accordion/item';
|
|
3
2
|
export { default as actionsDisplay } from './actions/display';
|
|
4
3
|
export { default as alertPage } from './alert/page';
|
|
@@ -60,103 +59,103 @@ export { default as statDisplay } from './stat/display';
|
|
|
60
59
|
export { default as tabDisplay } from './tab/display';
|
|
61
60
|
export { default as textEventLockup } from './text/event-lockup';
|
|
62
61
|
export declare const accordion: {
|
|
63
|
-
item: ComponentRegistration;
|
|
62
|
+
item: import('..').ComponentRegistration;
|
|
64
63
|
};
|
|
65
64
|
export declare const actions: {
|
|
66
|
-
display: ComponentRegistration;
|
|
65
|
+
display: import('..').ComponentRegistration;
|
|
67
66
|
};
|
|
68
67
|
export declare const alert: {
|
|
69
|
-
page: ComponentRegistration;
|
|
70
|
-
promo: ComponentRegistration;
|
|
71
|
-
site: ComponentRegistration;
|
|
68
|
+
page: import('..').ComponentRegistration;
|
|
69
|
+
promo: import('..').ComponentRegistration;
|
|
70
|
+
site: import('..').ComponentRegistration;
|
|
72
71
|
};
|
|
73
72
|
export declare const brand: {
|
|
74
|
-
cardStack: ComponentRegistration;
|
|
75
|
-
chevronScroll: ComponentRegistration;
|
|
73
|
+
cardStack: import('..').ComponentRegistration;
|
|
74
|
+
chevronScroll: import('..').ComponentRegistration;
|
|
76
75
|
};
|
|
77
76
|
export declare const card: {
|
|
78
|
-
article: ComponentRegistration;
|
|
79
|
-
event: ComponentRegistration;
|
|
80
|
-
icon: ComponentRegistration;
|
|
81
|
-
overlay: ComponentRegistration;
|
|
77
|
+
article: import('..').ComponentRegistration;
|
|
78
|
+
event: import('..').ComponentRegistration;
|
|
79
|
+
icon: import('..').ComponentRegistration;
|
|
80
|
+
overlay: import('..').ComponentRegistration;
|
|
82
81
|
standard: () => void;
|
|
83
|
-
video: ComponentRegistration;
|
|
82
|
+
video: import('..').ComponentRegistration;
|
|
84
83
|
};
|
|
85
84
|
export declare const carousel: {
|
|
86
|
-
base: ComponentRegistration;
|
|
87
|
-
cards: ComponentRegistration;
|
|
88
|
-
imageSingle: ComponentRegistration;
|
|
89
|
-
imageMultiple: ComponentRegistration;
|
|
90
|
-
thumbnail: ComponentRegistration;
|
|
91
|
-
wide: ComponentRegistration;
|
|
85
|
+
base: import('..').ComponentRegistration;
|
|
86
|
+
cards: import('..').ComponentRegistration;
|
|
87
|
+
imageSingle: import('..').ComponentRegistration;
|
|
88
|
+
imageMultiple: import('..').ComponentRegistration;
|
|
89
|
+
thumbnail: import('..').ComponentRegistration;
|
|
90
|
+
wide: import('..').ComponentRegistration;
|
|
92
91
|
};
|
|
93
92
|
export declare const feed: {
|
|
94
|
-
alert: ComponentRegistration;
|
|
95
|
-
eventsGrid: ComponentRegistration;
|
|
96
|
-
eventsGrouped: ComponentRegistration;
|
|
97
|
-
eventsList: ComponentRegistration;
|
|
98
|
-
newsFeatured: ComponentRegistration;
|
|
99
|
-
newsGrid: ComponentRegistration;
|
|
100
|
-
newsList: ComponentRegistration;
|
|
93
|
+
alert: import('..').ComponentRegistration;
|
|
94
|
+
eventsGrid: import('..').ComponentRegistration;
|
|
95
|
+
eventsGrouped: import('..').ComponentRegistration;
|
|
96
|
+
eventsList: import('..').ComponentRegistration;
|
|
97
|
+
newsFeatured: import('..').ComponentRegistration;
|
|
98
|
+
newsGrid: import('..').ComponentRegistration;
|
|
99
|
+
newsList: import('..').ComponentRegistration;
|
|
101
100
|
};
|
|
102
101
|
export declare const footer: {
|
|
103
|
-
options: ComponentRegistration;
|
|
102
|
+
options: import('..').ComponentRegistration;
|
|
104
103
|
};
|
|
105
104
|
export declare const hero: {
|
|
106
|
-
base: ComponentRegistration;
|
|
107
|
-
videoArrow: ComponentRegistration;
|
|
108
|
-
grid: ComponentRegistration;
|
|
109
|
-
expand: ComponentRegistration;
|
|
110
|
-
logo: ComponentRegistration;
|
|
111
|
-
minimal: ComponentRegistration;
|
|
105
|
+
base: import('..').ComponentRegistration;
|
|
106
|
+
videoArrow: import('..').ComponentRegistration;
|
|
107
|
+
grid: import('..').ComponentRegistration;
|
|
108
|
+
expand: import('..').ComponentRegistration;
|
|
109
|
+
logo: import('..').ComponentRegistration;
|
|
110
|
+
minimal: import('..').ComponentRegistration;
|
|
112
111
|
};
|
|
113
112
|
export declare const layout: {
|
|
114
|
-
boxLogo: ComponentRegistration;
|
|
115
|
-
imageExpand: ComponentRegistration;
|
|
116
|
-
modal: ComponentRegistration;
|
|
117
|
-
sectionIntroSmall: ComponentRegistration;
|
|
118
|
-
sectionIntroWide: ComponentRegistration;
|
|
119
|
-
scrollTop: ComponentRegistration;
|
|
120
|
-
stickyColumns: ComponentRegistration;
|
|
113
|
+
boxLogo: import('..').ComponentRegistration;
|
|
114
|
+
imageExpand: import('..').ComponentRegistration;
|
|
115
|
+
modal: import('..').ComponentRegistration;
|
|
116
|
+
sectionIntroSmall: import('..').ComponentRegistration;
|
|
117
|
+
sectionIntroWide: import('..').ComponentRegistration;
|
|
118
|
+
scrollTop: import('..').ComponentRegistration;
|
|
119
|
+
stickyColumns: import('..').ComponentRegistration;
|
|
121
120
|
};
|
|
122
121
|
export declare const media: {
|
|
123
|
-
inline: ComponentRegistration;
|
|
124
|
-
gif: ComponentRegistration;
|
|
122
|
+
inline: import('..').ComponentRegistration;
|
|
123
|
+
gif: import('..').ComponentRegistration;
|
|
125
124
|
};
|
|
126
125
|
export declare const navigation: {
|
|
127
|
-
breadcrumb: ComponentRegistration;
|
|
128
|
-
drawer: ComponentRegistration;
|
|
126
|
+
breadcrumb: import('..').ComponentRegistration;
|
|
127
|
+
drawer: import('..').ComponentRegistration;
|
|
129
128
|
header: () => void;
|
|
130
|
-
item: ComponentRegistration;
|
|
131
|
-
slider: ComponentRegistration;
|
|
132
|
-
sticky: ComponentRegistration;
|
|
129
|
+
item: import('..').ComponentRegistration;
|
|
130
|
+
slider: import('..').ComponentRegistration;
|
|
131
|
+
sticky: import('..').ComponentRegistration;
|
|
133
132
|
};
|
|
134
133
|
export declare const pathway: {
|
|
135
|
-
image: ComponentRegistration;
|
|
136
|
-
highlight: ComponentRegistration;
|
|
134
|
+
image: import('..').ComponentRegistration;
|
|
135
|
+
highlight: import('..').ComponentRegistration;
|
|
137
136
|
};
|
|
138
137
|
export declare const person: {
|
|
139
|
-
bio: ComponentRegistration;
|
|
140
|
-
display: ComponentRegistration;
|
|
141
|
-
hero: ComponentRegistration;
|
|
138
|
+
bio: import('..').ComponentRegistration;
|
|
139
|
+
display: import('..').ComponentRegistration;
|
|
140
|
+
hero: import('..').ComponentRegistration;
|
|
142
141
|
};
|
|
143
142
|
export declare const quote: {
|
|
144
|
-
display: ComponentRegistration;
|
|
143
|
+
display: import('..').ComponentRegistration;
|
|
145
144
|
};
|
|
146
145
|
export declare const slider: {
|
|
147
|
-
eventDisplay: ComponentRegistration;
|
|
148
|
-
eventFeed: ComponentRegistration;
|
|
146
|
+
eventDisplay: import('..').ComponentRegistration;
|
|
147
|
+
eventFeed: import('..').ComponentRegistration;
|
|
149
148
|
};
|
|
150
149
|
export declare const social: {
|
|
151
|
-
sharing: ComponentRegistration;
|
|
150
|
+
sharing: import('..').ComponentRegistration;
|
|
152
151
|
};
|
|
153
152
|
export declare const stat: {
|
|
154
|
-
display: ComponentRegistration;
|
|
153
|
+
display: import('..').ComponentRegistration;
|
|
155
154
|
};
|
|
156
155
|
export declare const tab: {
|
|
157
|
-
display: ComponentRegistration;
|
|
156
|
+
display: import('..').ComponentRegistration;
|
|
158
157
|
};
|
|
159
158
|
export declare const text: {
|
|
160
|
-
eventLockup: ComponentRegistration;
|
|
159
|
+
eventLockup: import('..').ComponentRegistration;
|
|
161
160
|
};
|
|
162
161
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/api/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/api/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/api/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../source/api/layout/modal.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../source/api/layout/modal.ts"],"names":[],"mappings":";AAiHA,wBAIG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scroll-top.d.ts","sourceRoot":"","sources":["../../../source/api/layout/scroll-top.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"scroll-top.d.ts","sourceRoot":"","sources":["../../../source/api/layout/scroll-top.ts"],"names":[],"mappings":";AA2DA,wBAIG"}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { SlotResult } from '../../../model';
|
|
2
1
|
export declare const CommonIntroData: ({ element, isThemeDark, }: {
|
|
3
2
|
element: HTMLElement;
|
|
4
3
|
isThemeDark?: boolean;
|
|
5
4
|
}) => {
|
|
6
|
-
headline: SlotResult;
|
|
7
|
-
actions: SlotResult;
|
|
5
|
+
headline: import('../../../model').SlotResult;
|
|
6
|
+
actions: import('../../../model').SlotResult;
|
|
8
7
|
isThemeDark: boolean | undefined;
|
|
9
8
|
};
|
|
10
9
|
//# sourceMappingURL=common.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../source/api/layout/section-intro/common.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../source/api/layout/section-intro/common.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,GAAI,2BAG7B;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;;;;CAIC,CAAC"}
|
package/dist/api/media/gif.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gif.d.ts","sourceRoot":"","sources":["../../../source/api/media/gif.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"gif.d.ts","sourceRoot":"","sources":["../../../source/api/media/gif.ts"],"names":[],"mappings":";AAyCA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/api/media/inline/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/api/media/inline/index.ts"],"names":[],"mappings":";AAgMA,wBAKG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../source/api/navigation/breadcrumb.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"breadcrumb.d.ts","sourceRoot":"","sources":["../../../source/api/navigation/breadcrumb.ts"],"names":[],"mappings":";AAwEA,wBAIG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sticky.d.ts","sourceRoot":"","sources":["../../../source/api/navigation/sticky.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sticky.d.ts","sourceRoot":"","sources":["../../../source/api/navigation/sticky.ts"],"names":[],"mappings":";AAkEA,wBAIG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../source/api/pathway/highlight.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"highlight.d.ts","sourceRoot":"","sources":["../../../source/api/pathway/highlight.ts"],"names":[],"mappings":";AAmFA,wBAGG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../source/api/pathway/image.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../source/api/pathway/image.ts"],"names":[],"mappings":";AA4MA,wBAIG"}
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
import { SlotResult } from '../../model';
|
|
2
1
|
export declare const CommonPersonData: ({ element, isThemeDark, }: {
|
|
3
2
|
element: HTMLElement;
|
|
4
3
|
isThemeDark?: boolean;
|
|
5
4
|
}) => {
|
|
6
|
-
address: SlotResult;
|
|
7
|
-
association: SlotResult;
|
|
8
|
-
name: SlotResult;
|
|
9
|
-
email: SlotResult;
|
|
10
|
-
job: SlotResult;
|
|
11
|
-
pronouns: SlotResult;
|
|
12
|
-
phone: SlotResult;
|
|
13
|
-
linkendIn: SlotResult;
|
|
5
|
+
address: import('../../model').SlotResult;
|
|
6
|
+
association: import('../../model').SlotResult;
|
|
7
|
+
name: import('../../model').SlotResult;
|
|
8
|
+
email: import('../../model').SlotResult;
|
|
9
|
+
job: import('../../model').SlotResult;
|
|
10
|
+
pronouns: import('../../model').SlotResult;
|
|
11
|
+
phone: import('../../model').SlotResult;
|
|
12
|
+
linkendIn: import('../../model').SlotResult;
|
|
14
13
|
image: HTMLImageElement | null;
|
|
15
|
-
additionalContact: SlotResult;
|
|
16
|
-
subText: SlotResult;
|
|
17
|
-
actions: SlotResult;
|
|
14
|
+
additionalContact: import('../../model').SlotResult;
|
|
15
|
+
subText: import('../../model').SlotResult;
|
|
16
|
+
actions: import('../../model').SlotResult;
|
|
18
17
|
isThemeDark: boolean | undefined;
|
|
19
18
|
};
|
|
20
19
|
//# sourceMappingURL=common.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../source/api/person/common.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../source/api/person/common.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB,GAAI,2BAG9B;IACD,OAAO,EAAE,WAAW,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;;;;;;;;;;;;;;CAiBC,CAAC"}
|
package/dist/bundle.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as Components from './api';
|
|
2
|
+
import * as Utilities from '@universityofmaryland/web-utilities-library';
|
|
3
|
+
import * as Icons from '@universityofmaryland/web-icons-library';
|
|
4
|
+
import * as Elements from '@universityofmaryland/web-elements-library';
|
|
5
|
+
import * as Styles from '@universityofmaryland/web-styles-library';
|
|
6
|
+
import * as Feeds from '@universityofmaryland/web-feeds-library';
|
|
7
|
+
declare const initializeBundle: () => void;
|
|
8
|
+
declare const UmdBundle: {
|
|
9
|
+
init: () => void;
|
|
10
|
+
Components: typeof Components;
|
|
11
|
+
Utilities: typeof Utilities;
|
|
12
|
+
Icons: typeof Icons;
|
|
13
|
+
Elements: typeof Elements;
|
|
14
|
+
Styles: typeof Styles;
|
|
15
|
+
Feeds: typeof Feeds;
|
|
16
|
+
libraries: {
|
|
17
|
+
components: typeof Components;
|
|
18
|
+
elements: typeof Elements;
|
|
19
|
+
styles: typeof Styles;
|
|
20
|
+
feeds: typeof Feeds;
|
|
21
|
+
utilities: typeof Utilities;
|
|
22
|
+
icons: typeof Icons;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export { initializeBundle, Components, Utilities, Icons, Elements, Styles, Feeds, };
|
|
26
|
+
export default UmdBundle;
|
|
27
|
+
//# sourceMappingURL=bundle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bundle.d.ts","sourceRoot":"","sources":["../../source/exports/bundle.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,UAAU,MAAM,QAAQ,CAAC;AAErC,OAAO,KAAK,SAAS,MAAM,6CAA6C,CAAC;AACzE,OAAO,KAAK,KAAK,MAAM,yCAAyC,CAAC;AACjE,OAAO,KAAK,QAAQ,MAAM,4CAA4C,CAAC;AACvE,OAAO,KAAK,MAAM,MAAM,0CAA0C,CAAC;AACnE,OAAO,KAAK,KAAK,MAAM,yCAAyC,CAAC;AAKjE,QAAA,MAAM,gBAAgB,YAGrB,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;CAgBd,CAAC;AAEF,OAAO,EACL,gBAAgB,EAChB,UAAU,EACV,SAAS,EACT,KAAK,EACL,QAAQ,EACR,MAAM,EACN,KAAK,GACN,CAAC;AAEF,eAAe,SAAS,CAAC"}
|