@universityofmaryland/web-components-library 1.3.0-beta.2 → 1.3.0-beta.21

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 (79) hide show
  1. package/dist/elements/accordion/index.d.ts.map +1 -1
  2. package/dist/elements/banner-promo/index.d.ts.map +1 -1
  3. package/dist/elements/card/block.d.ts +1 -0
  4. package/dist/elements/card/block.d.ts.map +1 -1
  5. package/dist/elements/card-overlay/image.d.ts +1 -0
  6. package/dist/elements/card-overlay/image.d.ts.map +1 -1
  7. package/dist/elements/carousel/thumbnail/index.d.ts +16 -0
  8. package/dist/elements/carousel/thumbnail/index.d.ts.map +1 -0
  9. package/dist/elements/feeds/news/display.d.ts +4 -2
  10. package/dist/elements/feeds/news/display.d.ts.map +1 -1
  11. package/dist/elements/feeds/news/index.d.ts +2 -0
  12. package/dist/elements/feeds/news/index.d.ts.map +1 -1
  13. package/dist/elements/hero/logo.d.ts.map +1 -1
  14. package/dist/elements/index.d.ts +5 -2
  15. package/dist/elements/index.d.ts.map +1 -1
  16. package/dist/elements/layout/image-expand/index.d.ts +10 -0
  17. package/dist/elements/layout/image-expand/index.d.ts.map +1 -0
  18. package/dist/elements/navigation/elements/index.d.ts +7 -0
  19. package/dist/elements/navigation/elements/index.d.ts.map +1 -1
  20. package/dist/elements/navigation/elements/sticky/index.d.ts +9 -0
  21. package/dist/elements/navigation/elements/sticky/index.d.ts.map +1 -0
  22. package/dist/elements/navigation/index.d.ts +9 -1
  23. package/dist/elements/navigation/index.d.ts.map +1 -1
  24. package/dist/elements/navigation/utility/alert.d.ts +9 -0
  25. package/dist/elements/navigation/utility/alert.d.ts.map +1 -0
  26. package/dist/elements/navigation/utility/index.d.ts +19 -0
  27. package/dist/elements/navigation/utility/index.d.ts.map +1 -0
  28. package/dist/elements/navigation/utility/search.d.ts +12 -0
  29. package/dist/elements/navigation/utility/search.d.ts.map +1 -0
  30. package/dist/elements/navigation/utility.d.ts +17 -0
  31. package/dist/elements/navigation/utility.d.ts.map +1 -0
  32. package/dist/elements/pathway/elements/text.d.ts.map +1 -1
  33. package/dist/elements/pathway/hero.d.ts.map +1 -1
  34. package/dist/elements/person/elements/contact.d.ts +17 -0
  35. package/dist/elements/person/elements/contact.d.ts.map +1 -0
  36. package/dist/elements/person/elements/text.d.ts +1 -7
  37. package/dist/elements/person/elements/text.d.ts.map +1 -1
  38. package/dist/elements/person/hero.d.ts +22 -0
  39. package/dist/elements/person/hero.d.ts.map +1 -0
  40. package/dist/elements/quote/featured.d.ts +3 -1
  41. package/dist/elements/quote/featured.d.ts.map +1 -1
  42. package/dist/elements/social-sharing/index.d.ts.map +1 -1
  43. package/dist/index.d.ts +326 -80
  44. package/dist/index.d.ts.map +1 -1
  45. package/dist/index.js +1 -1
  46. package/dist/index.js.LICENSE.txt +59 -7
  47. package/dist/macros/animations/brand-logo.d.ts +7 -0
  48. package/dist/macros/animations/brand-logo.d.ts.map +1 -0
  49. package/dist/macros/animations/carousel-blocks.d.ts.map +1 -1
  50. package/dist/macros/animations/indicator.d.ts.map +1 -1
  51. package/dist/macros/index.d.ts +2 -1
  52. package/dist/macros/index.d.ts.map +1 -1
  53. package/dist/macros/layout/block.d.ts +2 -1
  54. package/dist/macros/layout/block.d.ts.map +1 -1
  55. package/dist/macros/layout/grid.d.ts +2 -1
  56. package/dist/macros/layout/grid.d.ts.map +1 -1
  57. package/dist/shadow-dom/article/index.d.ts +0 -3
  58. package/dist/shadow-dom/article/index.d.ts.map +1 -1
  59. package/dist/shadow-dom/brand/logo-animation/index.d.ts +15 -0
  60. package/dist/shadow-dom/brand/logo-animation/index.d.ts.map +1 -0
  61. package/dist/shadow-dom/card/default/index.d.ts.map +1 -1
  62. package/dist/shadow-dom/card/overlay/index.d.ts.map +1 -1
  63. package/dist/shadow-dom/carousel/thumbnail/index.d.ts +24 -0
  64. package/dist/shadow-dom/carousel/thumbnail/index.d.ts.map +1 -0
  65. package/dist/shadow-dom/feeds/news/grid.d.ts.map +1 -1
  66. package/dist/shadow-dom/image-expand/index.d.ts +18 -0
  67. package/dist/shadow-dom/image-expand/index.d.ts.map +1 -0
  68. package/dist/shadow-dom/index.d.ts +7 -2
  69. package/dist/shadow-dom/index.d.ts.map +1 -1
  70. package/dist/shadow-dom/navigation/header.d.ts +10 -0
  71. package/dist/shadow-dom/navigation/header.d.ts.map +1 -1
  72. package/dist/shadow-dom/navigation/sticky.d.ts +15 -0
  73. package/dist/shadow-dom/navigation/sticky.d.ts.map +1 -0
  74. package/dist/shadow-dom/navigation/utility.d.ts +15 -0
  75. package/dist/shadow-dom/navigation/utility.d.ts.map +1 -0
  76. package/dist/shadow-dom/person/hero/index.d.ts +20 -0
  77. package/dist/shadow-dom/person/hero/index.d.ts.map +1 -0
  78. package/dist/shadow-dom/quote/index.d.ts.map +1 -1
  79. package/package.json +1 -1
@@ -138,6 +138,10 @@
138
138
  !*** ./source/elements/event/promo.ts ***!
139
139
  \****************************************/
140
140
 
141
+ /*!****************************************!*\
142
+ !*** ./source/elements/person/hero.ts ***!
143
+ \****************************************/
144
+
141
145
  /*!****************************************!*\
142
146
  !*** ./source/elements/person/list.ts ***!
143
147
  \****************************************/
@@ -610,6 +614,10 @@
610
614
  !*** ./source/elements/tabs/elements/index.ts ***!
611
615
  \************************************************/
612
616
 
617
+ /*!************************************************!*\
618
+ !*** ./source/macros/animations/brand-logo.ts ***!
619
+ \************************************************/
620
+
613
621
  /*!************************************************!*\
614
622
  !*** ./source/shadow-dom/feeds/events/grid.ts ***!
615
623
  \************************************************/
@@ -642,6 +650,14 @@
642
650
  !*** ./source/shadow-dom/navigation/slider.ts ***!
643
651
  \************************************************/
644
652
 
653
+ /*!************************************************!*\
654
+ !*** ./source/shadow-dom/navigation/sticky.ts ***!
655
+ \************************************************/
656
+
657
+ /*!************************************************!*\
658
+ !*** ./source/shadow-dom/person/hero/index.ts ***!
659
+ \************************************************/
660
+
645
661
  /*!*************************************************!*\
646
662
  !*** ../../node_modules/postcss/lib/at-rule.js ***!
647
663
  \*************************************************/
@@ -726,10 +742,18 @@
726
742
  !*** ./source/shadow-dom/hero/minimal/index.ts ***!
727
743
  \*************************************************/
728
744
 
745
+ /*!*************************************************!*\
746
+ !*** ./source/shadow-dom/image-expand/index.ts ***!
747
+ \*************************************************/
748
+
729
749
  /*!*************************************************!*\
730
750
  !*** ./source/shadow-dom/media/inline/index.ts ***!
731
751
  \*************************************************/
732
752
 
753
+ /*!*************************************************!*\
754
+ !*** ./source/shadow-dom/navigation/utility.ts ***!
755
+ \*************************************************/
756
+
733
757
  /*!*************************************************!*\
734
758
  !*** ./source/shadow-dom/slider/events/feed.ts ***!
735
759
  \*************************************************/
@@ -750,10 +774,6 @@
750
774
  !*** ../../node_modules/postcss/lib/tokenize.js ***!
751
775
  \**************************************************/
752
776
 
753
- /*!**************************************************!*\
754
- !*** ./source/elements/carousel/people/index.ts ***!
755
- \**************************************************/
756
-
757
777
  /*!**************************************************!*\
758
778
  !*** ./source/elements/pathway/elements/text.ts ***!
759
779
  \**************************************************/
@@ -863,15 +883,15 @@
863
883
  \****************************************************/
864
884
 
865
885
  /*!****************************************************!*\
866
- !*** ./source/macros/animations/carousel-image.ts ***!
886
+ !*** ./source/elements/person/elements/contact.ts ***!
867
887
  \****************************************************/
868
888
 
869
889
  /*!****************************************************!*\
870
- !*** ./source/macros/text-lockup/small-scaling.ts ***!
890
+ !*** ./source/macros/animations/carousel-image.ts ***!
871
891
  \****************************************************/
872
892
 
873
893
  /*!****************************************************!*\
874
- !*** ./source/shadow-dom/carousel/people/index.ts ***!
894
+ !*** ./source/macros/text-lockup/small-scaling.ts ***!
875
895
  \****************************************************/
876
896
 
877
897
  /*!****************************************************!*\
@@ -902,6 +922,18 @@
902
922
  !*** ../../node_modules/postcss/lib/stringifier.js ***!
903
923
  \*****************************************************/
904
924
 
925
+ /*!*****************************************************!*\
926
+ !*** ./source/elements/carousel/thumbnail/index.ts ***!
927
+ \*****************************************************/
928
+
929
+ /*!*****************************************************!*\
930
+ !*** ./source/elements/navigation/utility/alert.ts ***!
931
+ \*****************************************************/
932
+
933
+ /*!*****************************************************!*\
934
+ !*** ./source/elements/navigation/utility/index.ts ***!
935
+ \*****************************************************/
936
+
905
937
  /*!*****************************************************!*\
906
938
  !*** ./source/macros/animations/carousel-blocks.ts ***!
907
939
  \*****************************************************/
@@ -922,6 +954,10 @@
922
954
  !*** ../../node_modules/postcss/lib/previous-map.js ***!
923
955
  \******************************************************/
924
956
 
957
+ /*!******************************************************!*\
958
+ !*** ./source/elements/layout/image-expand/index.ts ***!
959
+ \******************************************************/
960
+
925
961
  /*!******************************************************!*\
926
962
  !*** ./source/elements/media/inline/with-caption.ts ***!
927
963
  \******************************************************/
@@ -930,6 +966,10 @@
930
966
  !*** ./source/elements/navigation/elements/index.ts ***!
931
967
  \******************************************************/
932
968
 
969
+ /*!******************************************************!*\
970
+ !*** ./source/elements/navigation/utility/search.ts ***!
971
+ \******************************************************/
972
+
933
973
  /*!******************************************************!*\
934
974
  !*** ./source/macros/animations/carousel-overlay.ts ***!
935
975
  \******************************************************/
@@ -962,6 +1002,10 @@
962
1002
  !*** ../variables/dist/typography/font-face/index.js ***!
963
1003
  \*******************************************************/
964
1004
 
1005
+ /*!*******************************************************!*\
1006
+ !*** ./source/shadow-dom/carousel/thumbnail/index.ts ***!
1007
+ \*******************************************************/
1008
+
965
1009
  /*!*******************************************************!*\
966
1010
  !*** ./source/shadow-dom/section-intro/wide/index.ts ***!
967
1011
  \*******************************************************/
@@ -978,6 +1022,10 @@
978
1022
  !*** ../../node_modules/postcss-nesting/dist/index.cjs ***!
979
1023
  \*********************************************************/
980
1024
 
1025
+ /*!*********************************************************!*\
1026
+ !*** ./source/shadow-dom/brand/logo-animation/index.ts ***!
1027
+ \*********************************************************/
1028
+
981
1029
  /*!**********************************************************!*\
982
1030
  !*** ../../node_modules/postcss/lib/css-syntax-error.js ***!
983
1031
  \**********************************************************/
@@ -1022,6 +1070,10 @@
1022
1070
  !*** ./source/elements/navigation/elements/slider/index.ts ***!
1023
1071
  \*************************************************************/
1024
1072
 
1073
+ /*!*************************************************************!*\
1074
+ !*** ./source/elements/navigation/elements/sticky/index.ts ***!
1075
+ \*************************************************************/
1076
+
1025
1077
  /*!**************************************************************!*\
1026
1078
  !*** ./source/elements/navigation/elements/slider/action.ts ***!
1027
1079
  \**************************************************************/
@@ -0,0 +1,7 @@
1
+ type TypeAnimationBrandLogoProps = {};
2
+ declare const _default: {
3
+ CreateElement: ({}: TypeAnimationBrandLogoProps) => HTMLDivElement;
4
+ Styles: string;
5
+ };
6
+ export default _default;
7
+ //# sourceMappingURL=brand-logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"brand-logo.d.ts","sourceRoot":"","sources":["../../../source/macros/animations/brand-logo.ts"],"names":[],"mappings":"AAEA,KAAK,2BAA2B,GAAG,EAAE,CAAC;;wBA0JA,2BAA2B;;;AAuBjE,wBAGE"}
@@ -1 +1 @@
1
- {"version":3,"file":"carousel-blocks.d.ts","sourceRoot":"","sources":["../../../source/macros/animations/carousel-blocks.ts"],"names":[],"mappings":"AAGA,KAAK,gBAAgB,GAAG;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,qBAAqB,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAEvD,KAAK,+BAA+B,GAAG;IACrC,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C,CAAC;;2BAuRyC,+BAA+B;;;;;;;;;;;;;;;;;AAyP1E,wBAWE"}
1
+ {"version":3,"file":"carousel-blocks.d.ts","sourceRoot":"","sources":["../../../source/macros/animations/carousel-blocks.ts"],"names":[],"mappings":"AAGA,KAAK,gBAAgB,GAAG;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,qBAAqB,GAAG,OAAO,CAAC,gBAAgB,CAAC,CAAC;AAEvD,KAAK,+BAA+B,GAAG;IACrC,KAAK,EAAE,WAAW,CAAC;IACnB,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,MAAM,EAAE,WAAW,EAAE,CAAC;IACtB,qBAAqB,CAAC,EAAE,qBAAqB,CAAC;CAC/C,CAAC;;2BA0RyC,+BAA+B;;;;;;;;;;;;;;;;;AAyP1E,wBAWE"}
@@ -1 +1 @@
1
- {"version":3,"file":"indicator.d.ts","sourceRoot":"","sources":["../../../source/macros/animations/indicator.ts"],"names":[],"mappings":";+DA4DG;QACD,KAAK,EAAE,MAAM,CAAC;QACd,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;KACjC;;0BAuCiC,MAAM;;;;AAqDxC,wBAGE"}
1
+ {"version":3,"file":"indicator.d.ts","sourceRoot":"","sources":["../../../source/macros/animations/indicator.ts"],"names":[],"mappings":";+DA4DG;QACD,KAAK,EAAE,MAAM,CAAC;QACd,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACtB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;KACjC;;0BAwCiC,MAAM;;;;AAqDxC,wBAGE"}
@@ -1,3 +1,4 @@
1
+ import AnimationBrandLogo from './animations/brand-logo';
1
2
  import AnimationCarouselBlocks from './animations/carousel-blocks';
2
3
  import AnimationCarouselImage from './animations/carousel-image';
3
4
  import AnimationCarouselOverlay from './animations/carousel-overlay';
@@ -15,5 +16,5 @@ import LayoutImage from './layout/image';
15
16
  import LayoutList from './layout/list';
16
17
  import TextLockupSmall from './text-lockup/small';
17
18
  import TextLockupSmallScaling from './text-lockup/small-scaling';
18
- export { AnimationCarouselBlocks, AnimationCarouselImage, AnimationCarouselOverlay, AnimationIndicator, AnimationLoader, AnimationOverlayBrand, ButtonLazyLoad, ButtonFullScreen, ButtonVideoState, LayoutBlock, LayoutBlockOverlay, LayoutFixedFullScreen, LayoutImage, LayoutList, LayoutGridGap, TextLockupSmall, TextLockupSmallScaling, };
19
+ export { AnimationBrandLogo, AnimationCarouselBlocks, AnimationCarouselImage, AnimationCarouselOverlay, AnimationIndicator, AnimationLoader, AnimationOverlayBrand, ButtonLazyLoad, ButtonFullScreen, ButtonVideoState, LayoutBlock, LayoutBlockOverlay, LayoutFixedFullScreen, LayoutImage, LayoutList, LayoutGridGap, TextLockupSmall, TextLockupSmallScaling, };
19
20
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/macros/index.ts"],"names":[],"mappings":"AAAA,OAAO,uBAAuB,MAAM,8BAA8B,CAAC;AACnE,OAAO,sBAAsB,MAAM,6BAA6B,CAAC;AACjE,OAAO,wBAAwB,MAAM,+BAA+B,CAAC;AACrE,OAAO,kBAAkB,MAAM,wBAAwB,CAAC;AACxD,OAAO,eAAe,MAAM,qBAAqB,CAAC;AAClD,OAAO,qBAAqB,MAAM,4BAA4B,CAAC;AAC/D,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AACrD,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AACrD,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,kBAAkB,MAAM,kBAAkB,CAAC;AAClD,OAAO,qBAAqB,MAAM,4BAA4B,CAAC;AAC/D,OAAO,aAAa,MAAM,eAAe,CAAC;AAC1C,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,UAAU,MAAM,eAAe,CAAC;AACvC,OAAO,eAAe,MAAM,qBAAqB,CAAC;AAClD,OAAO,sBAAsB,MAAM,6BAA6B,CAAC;AAEjE,OAAO,EACL,uBAAuB,EACvB,sBAAsB,EACtB,wBAAwB,EACxB,kBAAkB,EAClB,eAAe,EACf,qBAAqB,EACrB,cAAc,EACd,gBAAgB,EAChB,gBAAgB,EAChB,WAAW,EACX,kBAAkB,EAClB,qBAAqB,EACrB,WAAW,EACX,UAAU,EACV,aAAa,EACb,eAAe,EACf,sBAAsB,GACvB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/macros/index.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,MAAM,yBAAyB,CAAC;AACzD,OAAO,uBAAuB,MAAM,8BAA8B,CAAC;AACnE,OAAO,sBAAsB,MAAM,6BAA6B,CAAC;AACjE,OAAO,wBAAwB,MAAM,+BAA+B,CAAC;AACrE,OAAO,kBAAkB,MAAM,wBAAwB,CAAC;AACxD,OAAO,eAAe,MAAM,qBAAqB,CAAC;AAClD,OAAO,qBAAqB,MAAM,4BAA4B,CAAC;AAC/D,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AACrD,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;AACrD,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,kBAAkB,MAAM,kBAAkB,CAAC;AAClD,OAAO,qBAAqB,MAAM,4BAA4B,CAAC;AAC/D,OAAO,aAAa,MAAM,eAAe,CAAC;AAC1C,OAAO,WAAW,MAAM,gBAAgB,CAAC;AACzC,OAAO,UAAU,MAAM,eAAe,CAAC;AACvC,OAAO,eAAe,MAAM,qBAAqB,CAAC;AAClD,OAAO,sBAAsB,MAAM,6BAA6B,CAAC;AAEjE,OAAO,EACL,kBAAkB,EAClB,uBAAuB,EACvB,sBAAsB,EACtB,wBAAwB,EACxB,kBAAkB,EAClB,eAAe,EACf,qBAAqB,EACrB,cAAc,EACd,gBAAgB,EAChB,gBAAgB,EAChB,WAAW,EACX,kBAAkB,EAClB,qBAAqB,EACrB,WAAW,EACX,UAAU,EACV,aAAa,EACb,eAAe,EACf,sBAAsB,GACvB,CAAC"}
@@ -2,6 +2,7 @@ export type TypeBlockContainer = {
2
2
  isAligned?: boolean;
3
3
  isBordered?: boolean;
4
4
  theme?: string | null;
5
+ isTransparent?: boolean;
5
6
  };
6
7
  type TypeBlockContainerProps = TypeBlockContainer & {
7
8
  textContainer?: HTMLDivElement | null;
@@ -9,7 +10,7 @@ type TypeBlockContainerProps = TypeBlockContainer & {
9
10
  personContainer?: HTMLDivElement | null;
10
11
  };
11
12
  declare const _default: {
12
- CreateElement: ({ imageContainer, textContainer, theme, isAligned, isBordered, }: TypeBlockContainerProps) => HTMLDivElement;
13
+ CreateElement: ({ imageContainer, textContainer, theme, isAligned, isBordered, isTransparent, }: TypeBlockContainerProps) => HTMLDivElement;
13
14
  Styles: string;
14
15
  };
15
16
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../source/macros/layout/block.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB,CAAC;AAEF,KAAK,uBAAuB,GAAG,kBAAkB,GAAG;IAClD,aAAa,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACtC,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;CACzC,CAAC;;sFAgKC,uBAAuB;;;AAwB1B,wBAGE"}
1
+ {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../source/macros/layout/block.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB,CAAC;AAEF,KAAK,uBAAuB,GAAG,kBAAkB,GAAG;IAClD,aAAa,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACtC,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;CACzC,CAAC;;qGAmLC,uBAAuB;;;AAyB1B,wBAGE"}
@@ -1,9 +1,10 @@
1
1
  type TypeGridDisplay = {
2
2
  count?: number;
3
3
  container: HTMLElement;
4
+ isTypeGap?: boolean;
4
5
  };
5
6
  declare const _default: {
6
- CreateElement: ({ container, count }: TypeGridDisplay) => void;
7
+ CreateElement: ({ container, count, isTypeGap, }: TypeGridDisplay) => void;
7
8
  Styles: string;
8
9
  ID: string;
9
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../source/macros/layout/grid.ts"],"names":[],"mappings":"AAGA,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,WAAW,CAAC;CACxB,CAAC;;0CA+BqD,eAAe;;;;AAStE,wBAIE"}
1
+ {"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../source/macros/layout/grid.ts"],"names":[],"mappings":"AAGA,KAAK,eAAe,GAAG;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,WAAW,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;;sDAmEC,eAAe;;;;AAgBlB,wBAIE"}
@@ -3,9 +3,6 @@ declare global {
3
3
  UMDArticleElement: typeof UMDArticleElement;
4
4
  }
5
5
  }
6
- export declare const CreateShadowDom: ({ element, }: {
7
- element: UMDArticleElement;
8
- }) => void;
9
6
  declare class UMDArticleElement extends HTMLElement {
10
7
  _shadow: ShadowRoot;
11
8
  constructor();
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/shadow-dom/article/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,iBAAiB,EAAE,OAAO,iBAAiB,CAAC;KAC7C;CACF;AAiDD,eAAO,MAAM,eAAe,iBAEzB;IACD,OAAO,EAAE,iBAAiB,CAAC;CAC5B,SAuBA,CAAC;AAEF,cAAM,iBAAkB,SAAQ,WAAW;IACzC,OAAO,EAAE,UAAU,CAAC;;IAOpB,iBAAiB;CAUlB;;;;AAYD,wBAEE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/shadow-dom/article/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,iBAAiB,EAAE,OAAO,iBAAiB,CAAC;KAC7C;CACF;AA6ED,cAAM,iBAAkB,SAAQ,WAAW;IACzC,OAAO,EAAE,UAAU,CAAC;;IAOpB,iBAAiB;CAUlB;;;;AAYD,wBAEE"}
@@ -0,0 +1,15 @@
1
+ declare global {
2
+ interface Window {
3
+ UMDBrandLogoAnimation: typeof UMDBrandLogoAnimation;
4
+ }
5
+ }
6
+ declare class UMDBrandLogoAnimation extends HTMLElement {
7
+ _shadow: ShadowRoot;
8
+ constructor();
9
+ connectedCallback(): void;
10
+ }
11
+ declare const _default: {
12
+ Load: () => void;
13
+ };
14
+ export default _default;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/shadow-dom/brand/logo-animation/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,qBAAqB,EAAE,OAAO,qBAAqB,CAAC;KACrD;CACF;AA0BD,cAAM,qBAAsB,SAAQ,WAAW;IAC7C,OAAO,EAAE,UAAU,CAAC;;IAOpB,iBAAiB;CAGlB;;;;AAYD,wBAEE"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/shadow-dom/card/default/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,cAAc,EAAE,OAAO,cAAc,CAAC;KACvC;CACF;AAyED,cAAM,cAAe,SAAQ,WAAW;IACtC,OAAO,EAAE,UAAU,CAAC;;IAOpB,iBAAiB;CAUlB;;;;AAYD,wBAEE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/shadow-dom/card/default/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,cAAc,EAAE,OAAO,cAAc,CAAC;KACvC;CACF;AA4ED,cAAM,cAAe,SAAQ,WAAW;IACtC,OAAO,EAAE,UAAU,CAAC;;IAOpB,iBAAiB;CAUlB;;;;AAYD,wBAEE"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/shadow-dom/card/overlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,qBAAqB,EAAE,OAAO,qBAAqB,CAAC;KACrD;CACF;AA8ED,cAAM,qBAAsB,SAAQ,WAAW;IAC7C,OAAO,EAAE,UAAU,CAAC;;IAOpB,iBAAiB;CAUlB;;;;AAYD,wBAEE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/shadow-dom/card/overlay/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,qBAAqB,EAAE,OAAO,qBAAqB,CAAC;KACrD;CACF;AAiFD,cAAM,qBAAsB,SAAQ,WAAW;IAC7C,OAAO,EAAE,UAAU,CAAC;;IAOpB,iBAAiB;CAUlB;;;;AAYD,wBAEE"}
@@ -0,0 +1,24 @@
1
+ declare global {
2
+ interface Window {
3
+ UMDCarouselThumbnailElement: typeof UMDCarouselThumbnailElement;
4
+ }
5
+ }
6
+ declare class UMDCarouselThumbnailElement extends HTMLElement {
7
+ _shadow: ShadowRoot;
8
+ _elementRef: {
9
+ element: HTMLDivElement;
10
+ events: {
11
+ SetEventReize: () => void;
12
+ Load: () => void;
13
+ };
14
+ } | null;
15
+ constructor();
16
+ static get observedAttributes(): string[];
17
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
18
+ connectedCallback(): void;
19
+ }
20
+ declare const _default: {
21
+ Load: () => void;
22
+ };
23
+ export default _default;
24
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/shadow-dom/carousel/thumbnail/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,2BAA2B,EAAE,OAAO,2BAA2B,CAAC;KACjE;CACF;AAmDD,cAAM,2BAA4B,SAAQ,WAAW;IACnD,OAAO,EAAE,UAAU,CAAC;IACpB,WAAW,EAAE;QACX,OAAO,EAAE,cAAc,CAAC;QACxB,MAAM,EAAE;YACN,aAAa,EAAE,MAAM,IAAI,CAAC;YAC1B,IAAI,EAAE,MAAM,IAAI,CAAC;SAClB,CAAC;KACH,GAAG,IAAI,CAAC;;IAST,MAAM,KAAK,kBAAkB,aAE5B;IAED,wBAAwB,CACtB,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,QAAQ,EAAE,MAAM,GAAG,IAAI;IAOzB,iBAAiB;CAUlB;;;;AAYD,wBAEE"}
@@ -1 +1 @@
1
- {"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../../source/shadow-dom/feeds/news/grid.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,eAAe,EAAE,OAAO,eAAe,CAAC;KACzC;CACF;AAgBD,cAAM,eAAgB,SAAQ,WAAW;IACvC,OAAO,EAAE,UAAU,CAAC;;IASpB,iBAAiB;CAYlB;;;;AAcD,wBAEE"}
1
+ {"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../../source/shadow-dom/feeds/news/grid.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,eAAe,EAAE,OAAO,eAAe,CAAC;KACzC;CACF;AAmBD,cAAM,eAAgB,SAAQ,WAAW;IACvC,OAAO,EAAE,UAAU,CAAC;;IASpB,iBAAiB;CAsBlB;;;;AAcD,wBAEE"}
@@ -0,0 +1,18 @@
1
+ declare global {
2
+ interface Window {
3
+ UMDLayoutImageExpand: typeof UMDLayoutImageExpand;
4
+ }
5
+ }
6
+ export declare const CreateShadowDom: ({ element, }: {
7
+ element: UMDLayoutImageExpand;
8
+ }) => void;
9
+ export declare class UMDLayoutImageExpand extends HTMLElement {
10
+ _shadow: ShadowRoot;
11
+ constructor();
12
+ connectedCallback(): void;
13
+ }
14
+ declare const _default: {
15
+ Load: () => void;
16
+ };
17
+ export default _default;
18
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/shadow-dom/image-expand/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,oBAAoB,EAAE,OAAO,oBAAoB,CAAC;KACnD;CACF;AAwBD,eAAO,MAAM,eAAe,iBAEzB;IACD,OAAO,EAAE,oBAAoB,CAAC;CAC/B,SAcA,CAAC;AAEF,qBAAa,oBAAqB,SAAQ,WAAW;IACnD,OAAO,EAAE,UAAU,CAAC;;IAOpB,iBAAiB;CAUlB;;;;AAYD,wBAEE"}
@@ -4,6 +4,7 @@ import AlertSite from './alert/site';
4
4
  import Article from './article';
5
5
  import Breadcrumb from './breadcrumb';
6
6
  import BannerPromo from './banner-promo';
7
+ import BrandLogoAnimation from './brand/logo-animation';
7
8
  import CallToAction from './call-to-action';
8
9
  import Card from './card/default';
9
10
  import CardIcon from './card/icon';
@@ -12,7 +13,7 @@ import Carousel from './carousel/default';
12
13
  import CarouselCards from './carousel/cards';
13
14
  import CarouselImageStandard from './carousel/image/standard';
14
15
  import CarouselImageMultiple from './carousel/image/multiple';
15
- import CarouselPeople from './carousel/people';
16
+ import CarouselThumbnail from './carousel/thumbnail';
16
17
  import Event from './event';
17
18
  import EventDate from './event/lockup';
18
19
  import FeedNewsGrid from './feeds/news/grid';
@@ -25,16 +26,20 @@ import Hero from './hero/default';
25
26
  import HeroBrandVideo from './hero/brand/video';
26
27
  import HeroLogo from './hero/logo';
27
28
  import HeroMinimal from './hero/minimal';
29
+ import ImageExpand from './image-expand';
28
30
  import Logo from './logo';
29
31
  import MediaInline from './media/inline';
30
32
  import NavDrawer from './navigation/drawer';
31
33
  import NavHeader from './navigation/header';
32
34
  import NavItem from './navigation/item';
33
35
  import NavSlider from './navigation/slider';
36
+ import NavSticky from './navigation/sticky';
37
+ import NavUtility from './navigation/utility';
34
38
  import Pathway from './pathway/default';
35
39
  import PathwayHighlight from './pathway/highlight';
36
40
  import Person from './person/default';
37
41
  import PersonBio from './person/bio';
42
+ import PersonHero from './person/hero';
38
43
  import Quote from './quote';
39
44
  import ScrollTop from './scroll-top';
40
45
  import SectionIntro from './section-intro/default';
@@ -45,5 +50,5 @@ import SocialSharing from './social-sharing';
45
50
  import Stat from './stat';
46
51
  import StickyColumns from './stickly-columns';
47
52
  import Tabs from './tabs';
48
- export { Accordion, AlertPage, AlertSite, Article, Breadcrumb, BannerPromo, CallToAction, CardIcon, Card, CardOverlay, Carousel, CarouselCards, CarouselImageStandard, CarouselImageMultiple, CarouselPeople, EventDate, Event, FeedEventsGrid, FeedEventsGrouped, FeedEventsList, FeedNewsGrid, FeedNewsList, Footer, Hero, HeroBrandVideo, HeroLogo, HeroMinimal, Logo, MediaInline, NavDrawer, NavHeader, NavItem, NavSlider, Pathway, PathwayHighlight, PersonBio, Person, Quote, ScrollTop, SectionIntro, SectionIntroWide, SliderEvent, SliderEventFeed, SocialSharing, Stat, StickyColumns, Tabs, };
53
+ export { Accordion, AlertPage, AlertSite, Article, Breadcrumb, BannerPromo, BrandLogoAnimation, CallToAction, CardIcon, Card, CardOverlay, Carousel, CarouselCards, CarouselImageStandard, CarouselImageMultiple, CarouselThumbnail, EventDate, Event, FeedEventsGrid, FeedEventsGrouped, FeedEventsList, FeedNewsGrid, FeedNewsList, Footer, Hero, HeroBrandVideo, HeroLogo, HeroMinimal, ImageExpand, Logo, MediaInline, NavDrawer, NavHeader, NavItem, NavSlider, NavSticky, NavUtility, Pathway, PathwayHighlight, Person, PersonBio, PersonHero, Quote, ScrollTop, SectionIntro, SectionIntroWide, SliderEvent, SliderEventFeed, SocialSharing, Stat, StickyColumns, Tabs, };
49
54
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/shadow-dom/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../source/shadow-dom/index.ts"],"names":[],"mappings":"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"}
@@ -5,7 +5,17 @@ declare global {
5
5
  }
6
6
  declare class UMDHeaderElement extends HTMLElement {
7
7
  _shadow: ShadowRoot;
8
+ _elementRef: {
9
+ element: HTMLDivElement;
10
+ events: {
11
+ sticky: ({ isSticky }: {
12
+ isSticky: boolean;
13
+ }) => void;
14
+ };
15
+ } | null;
8
16
  constructor();
17
+ static get observedAttributes(): string[];
18
+ attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
9
19
  connectedCallback(): void;
10
20
  }
11
21
  declare const _default: {
@@ -1 +1 @@
1
- {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../source/shadow-dom/navigation/header.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,gBAAgB,EAAE,OAAO,gBAAgB,CAAC;KAC3C;CACF;AA2DD,cAAM,gBAAiB,SAAQ,WAAW;IACxC,OAAO,EAAE,UAAU,CAAC;;IAUpB,iBAAiB;CAmBlB;;;;AAYD,wBAEE"}
1
+ {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../source/shadow-dom/navigation/header.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,gBAAgB,EAAE,OAAO,gBAAgB,CAAC;KAC3C;CACF;AA8DD,cAAM,gBAAiB,SAAQ,WAAW;IACxC,OAAO,EAAE,UAAU,CAAC;IACpB,WAAW,EAAE;QACX,OAAO,EAAE,cAAc,CAAC;QACxB,MAAM,EAAE;YACN,MAAM,EAAE,CAAC,EAAE,QAAQ,EAAE,EAAE;gBAAE,QAAQ,EAAE,OAAO,CAAA;aAAE,KAAK,IAAI,CAAC;SACvD,CAAC;KACH,GAAG,IAAI,CAAC;;IAWT,MAAM,KAAK,kBAAkB,aAE5B;IAED,wBAAwB,CACtB,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,QAAQ,EAAE,MAAM,GAAG,IAAI;IAWzB,iBAAiB;CAoBlB;;;;AAYD,wBAEE"}
@@ -0,0 +1,15 @@
1
+ declare global {
2
+ interface Window {
3
+ UMDHeaderStickyElement: typeof UMDHeaderStickyElement;
4
+ }
5
+ }
6
+ declare class UMDHeaderStickyElement extends HTMLElement {
7
+ _shadow: ShadowRoot;
8
+ constructor();
9
+ connectedCallback(): void;
10
+ }
11
+ declare const _default: {
12
+ Load: () => void;
13
+ };
14
+ export default _default;
15
+ //# sourceMappingURL=sticky.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sticky.d.ts","sourceRoot":"","sources":["../../../source/shadow-dom/navigation/sticky.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,sBAAsB,EAAE,OAAO,sBAAsB,CAAC;KACvD;CACF;AAkBD,cAAM,sBAAuB,SAAQ,WAAW;IAC9C,OAAO,EAAE,UAAU,CAAC;;IAUpB,iBAAiB;CAYlB;;;;AAYD,wBAEE"}
@@ -0,0 +1,15 @@
1
+ declare global {
2
+ interface Window {
3
+ UMDHeaderUtilityElement: typeof UMDHeaderUtilityElement;
4
+ }
5
+ }
6
+ declare class UMDHeaderUtilityElement extends HTMLElement {
7
+ _shadow: ShadowRoot;
8
+ constructor();
9
+ connectedCallback(): void;
10
+ }
11
+ declare const _default: {
12
+ Load: () => void;
13
+ };
14
+ export default _default;
15
+ //# sourceMappingURL=utility.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utility.d.ts","sourceRoot":"","sources":["../../../source/shadow-dom/navigation/utility.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,uBAAuB,EAAE,OAAO,uBAAuB,CAAC;KACzD;CACF;AAmDD,cAAM,uBAAwB,SAAQ,WAAW;IAC/C,OAAO,EAAE,UAAU,CAAC;;IAOpB,iBAAiB;CAGlB;;;;AAYD,wBAEE"}
@@ -0,0 +1,20 @@
1
+ declare global {
2
+ interface Window {
3
+ UMDPersonHeroElement: typeof UMDPersonHeroElement;
4
+ }
5
+ }
6
+ export declare const styles: string;
7
+ export declare const CreateShadowDom: ({ element, }: {
8
+ element: UMDPersonHeroElement;
9
+ }) => void;
10
+ export declare class UMDPersonHeroElement extends HTMLElement {
11
+ _shadow: ShadowRoot;
12
+ _slots: Record<string, string>;
13
+ constructor();
14
+ connectedCallback(): void;
15
+ }
16
+ declare const _default: {
17
+ Load: () => void;
18
+ };
19
+ export default _default;
20
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../source/shadow-dom/person/hero/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,oBAAoB,EAAE,OAAO,oBAAoB,CAAC;KACnD;CACF;AAaD,eAAO,MAAM,MAAM,QAOlB,CAAC;AAMF,eAAO,MAAM,eAAe,iBAEzB;IACD,OAAO,EAAE,oBAAoB,CAAC;CAC/B,SAuBA,CAAC;AAEF,qBAAa,oBAAqB,SAAQ,WAAW;IACnD,OAAO,EAAE,UAAU,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;;IAQ/B,iBAAiB;CAUlB;;;;AAYD,wBAEE"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/shadow-dom/quote/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,eAAe,EAAE,OAAO,eAAe,CAAC;KACzC;CACF;AA8ED,qBAAa,eAAgB,SAAQ,WAAW;IAC9C,OAAO,EAAE,UAAU,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;;IAW/B,iBAAiB;CAGlB;;;;AAYD,wBAEE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../source/shadow-dom/quote/index.ts"],"names":[],"mappings":"AAAA,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,eAAe,EAAE,OAAO,eAAe,CAAC;KACzC;CACF;AAiFD,qBAAa,eAAgB,SAAQ,WAAW;IAC9C,OAAO,EAAE,UAAU,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;;IAW/B,iBAAiB;CAGlB;;;;AAYD,wBAEE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@universityofmaryland/web-components-library",
3
- "version": "1.3.0-beta.2",
3
+ "version": "1.3.0-beta.21",
4
4
  "description": "UMD Web Components",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",