@axos-web-dev/shared-components 0.0.211 → 0.0.213

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.
@@ -2,36 +2,21 @@
2
2
  --_1073cm81: #FFFFFF;
3
3
  --_1073cm82: #344a53;
4
4
  --_1073cm83: #28587d;
5
- --_1073cm84: linear-gradient(
6
- 45deg,
7
- #28587d 14.64%,
8
- #28587d 48.42%,
9
- #28587d 85.36%
10
- );
5
+ --_1073cm84: linear-gradient(45deg, #28587d 14.64%, #28587d 48.42%, #28587d 85.36%);
11
6
  --_1073cm85: #FFFFFF;
12
7
  --_1073cm86: #dd7b50;
13
8
  --_1073cm87: #7a7b7e;
14
9
  --_1073cm88: #F4F4F4;
15
10
  --_1073cm89: #344a53;
16
11
  --_1073cm8a: #28587d;
17
- --_1073cm8b: linear-gradient(
18
- 45deg,
19
- #28587d 14.64%,
20
- #28587d 48.42%,
21
- #28587d 85.36%
22
- );
12
+ --_1073cm8b: linear-gradient(45deg, #28587d 14.64%, #28587d 48.42%, #28587d 85.36%);
23
13
  --_1073cm8c: #FFFFFF;
24
14
  --_1073cm8d: #dd7b50;
25
15
  --_1073cm8e: #d4d4d4;
26
16
  --_1073cm8f: #28587d;
27
17
  --_1073cm8g: #FFFFFF;
28
18
  --_1073cm8h: #FFFFFF;
29
- --_1073cm8i: linear-gradient(
30
- 45deg,
31
- #28587d 14.64%,
32
- #28587d 48.42%,
33
- #28587d 85.36%
34
- );
19
+ --_1073cm8i: linear-gradient(45deg, #28587d 14.64%, #28587d 48.42%, #28587d 85.36%);
35
20
  --_1073cm8j: #ffffff;
36
21
  --_1073cm8k: #dd7b50;
37
22
  --_1073cm8l: #ffffff;
package/dist/main.js CHANGED
@@ -36,7 +36,7 @@ import { ComparisonSet } from "./Comparison/ComparisonSet.js";
36
36
  import { ContentBanner } from "./ContentBanner/index.js";
37
37
  import { DownloadTile } from "./DownloadTile/index.js";
38
38
  import { ExecutiveBio } from "./ExecutiveBio/ExecutiveBio.js";
39
- import { bio_section_text, components, contact_col, contact_entry, contact_links, contacts, copy, description, details, executive_bio, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon } from "./ExecutiveBio/ExecutiveBio.css.js";
39
+ import { bio_section_text, components, contact_col, contact_entry, contacts, copy, description, details, executive_bio, header_theme, headline_setting, headshot, img_area, item_bio, job_title, media, padding, person, section_theme, shift, svg_icon, url_row } from "./ExecutiveBio/ExecutiveBio.css.js";
40
40
  import { ExecutiveBioSet } from "./ExecutiveBio/ExecutiveBioSet.js";
41
41
  import { AccordionCtas, AccordionItem, AccordionItemContent, AccordionItemSummary, FaqAccordion } from "./FaqAccordion/index.js";
42
42
  import { FdicBanner } from "./FdicCallout/index.js";
@@ -412,7 +412,6 @@ export {
412
412
  components,
413
413
  contact_col,
414
414
  contact_entry,
415
- contact_links,
416
415
  contacts,
417
416
  container,
418
417
  containerIconBillboard,
@@ -641,6 +640,7 @@ export {
641
640
  transcript_content,
642
641
  two_inline,
643
642
  up_to,
643
+ url_row,
644
644
  useGlobalContext,
645
645
  user_buttons,
646
646
  user_card,
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": "0.0.211",
4
+ "version": "0.0.213",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",