@axos-web-dev/shared-components 1.0.100-dev.73-compact-executive-bio.2 → 1.0.100-dev.74
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/ExecutiveBio/ExecutiveBio.css.d.ts +1 -57
- package/dist/ExecutiveBio/ExecutiveBio.css.js +46 -48
- package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +1 -2
- package/dist/ExecutiveBio/ExecutiveBio.js +123 -130
- package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +2 -1
- package/dist/ExecutiveBio/ExecutiveBioSet.js +16 -29
- package/dist/ExecutiveBio/index.js +1 -2
- package/dist/Forms/BoatMooringLocation.d.ts +25 -0
- package/dist/Forms/BoatMooringLocation.js +481 -0
- package/dist/Forms/index.d.ts +1 -0
- package/dist/Forms/index.js +2 -0
- package/dist/SetContainer/SetContainer.js +1 -1
- package/dist/assets/ExecutiveBio/ExecutiveBio.css +162 -261
- package/dist/main.js +3 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -52,7 +52,7 @@ import { ComparisonSet } from "./Comparison/ComparisonSet.js";
|
|
|
52
52
|
import { ContentBanner } from "./ContentBanner/index.js";
|
|
53
53
|
import { DownloadTile } from "./DownloadTile/index.js";
|
|
54
54
|
import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
|
|
55
|
-
import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title,
|
|
55
|
+
import { bio_section_text, bulletsHeadline, bulletsWrapper, ceoContainer, ceoContent, ceoHeader, ceoImgWrapper, ceoMedia, ceoPersonalInfo, ceoSection, ceoWrapper, ceo_body, ceo_contacts, ceo_name, ceo_quote, ceo_title, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, flexColumn, header_theme, headline_setting, headshot, highlights, hover, imgAlignment, img_area, item_bio, job_title, media, order_3, overlay, padding, person, section_theme, shift, social, stroke_color, svg_color, svg_icon, tooltip, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
|
|
56
56
|
import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
|
|
57
57
|
import { AccordionCtas, AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
|
|
58
58
|
import { FdicBanner } from "./FdicCallout/index.js";
|
|
@@ -103,6 +103,7 @@ import { ScheduleCallPremier } from "./Forms/ScheduleCallPremier.js";
|
|
|
103
103
|
import { SuccesFormWrapper } from "./Forms/SuccesForm.js";
|
|
104
104
|
import { VendorQuestionnaire } from "./Forms/VendorQuestionnaire.js";
|
|
105
105
|
import { WCPLSurvey } from "./Forms/WcplSurvey.js";
|
|
106
|
+
import { BoatMooringLocation } from "./Forms/BoatMooringLocation.js";
|
|
106
107
|
import { helpArticle_container, helpArticle_headline, helpArticle_p, insight_headline_2 } from "./HelpArticle/HelpArticle.css.js";
|
|
107
108
|
import { HeroBanner } from "./HeroBanner/HeroBanner.js";
|
|
108
109
|
import { headline_text, heroSupertag, hero_banner, hero_btns, hero_bullet_item, hero_content, hero_embedded_image, hero_img, hero_sub_bullets, hero_text, hero_wrapper, img_contents, logout, reversed, reversed_lg_image } from "./HeroBanner/HeroBanner.css.js";
|
|
@@ -249,6 +250,7 @@ export {
|
|
|
249
250
|
default4 as AxosXBlue,
|
|
250
251
|
BalanceAPYCalculator,
|
|
251
252
|
Blockquote,
|
|
253
|
+
BoatMooringLocation,
|
|
252
254
|
BreadcumbHeader,
|
|
253
255
|
Bubble,
|
|
254
256
|
BulletItem,
|
|
@@ -515,7 +517,6 @@ export {
|
|
|
515
517
|
chatbotUFB,
|
|
516
518
|
checkbox_group,
|
|
517
519
|
columnValues,
|
|
518
|
-
compact,
|
|
519
520
|
comparison,
|
|
520
521
|
comparison_buttons,
|
|
521
522
|
comparison_container,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axos-web-dev/shared-components",
|
|
3
3
|
"description": "Axos shared components library for web.",
|
|
4
|
-
"version": "1.0.100-dev.
|
|
4
|
+
"version": "1.0.100-dev.74",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|