@axos-web-dev/shared-components 1.0.100-dev.73-compact-executive-bio → 1.0.100-dev.73-slow-msg-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.
@@ -41,18 +41,6 @@
41
41
  flex-wrap: wrap;
42
42
  gap: 24px;
43
43
  }
44
- ._18ygy9m7:has(.txcb8d1) {
45
- grid-template-columns: 1fr;
46
- }
47
- ._18ygy9m8:has(.txcb8d1) {
48
- grid-template-columns: 1fr 1fr;
49
- }
50
- ._18ygy9m9:has(.txcb8d1) {
51
- grid-template-columns: 1fr 1fr 1fr;
52
- }
53
- ._18ygy9ma:has(.txcb8d1) {
54
- grid-template-columns: 1fr 1fr 1fr 1fr;
55
- }
56
44
  ._18ygy9m6.cols_1 > .is_icon {
57
45
  flex: 1 1 100%;
58
46
  }
@@ -161,23 +149,10 @@
161
149
  display: grid;
162
150
  grid-template-columns: 1fr;
163
151
  }
164
- ._18ygy9m6:has(.txcb8d1) {
165
- grid-template-columns: 1fr !important;
166
- width: min(300px, 100%);
167
- margin-inline: auto;
168
- }
169
152
  ._18ygy9mb {
170
153
  padding-block: 1.5rem;
171
154
  }
172
155
  }
173
- @media screen and (max-width: 1200px) {
174
- ._18ygy9m9:has(.txcb8d1) {
175
- grid-template-columns: 1fr 1fr;
176
- }
177
- ._18ygy9ma:has(.txcb8d1) {
178
- grid-template-columns: 1fr 1fr;
179
- }
180
- }
181
156
  @media screen and (max-width: 1280px) {
182
157
  ._18ygy9m6.cols_4 > .is_icon {
183
158
  flex-basis: calc(50% - 12px);
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, compact, 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";
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";
@@ -515,7 +515,6 @@ export {
515
515
  chatbotUFB,
516
516
  checkbox_group,
517
517
  columnValues,
518
- compact,
519
518
  comparison,
520
519
  comparison_buttons,
521
520
  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.73-compact-executive-bio",
4
+ "version": "1.0.100-dev.73-slow-msg-1",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",