@axos-web-dev/shared-components 0.0.188 → 0.0.189

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.
@@ -250,7 +250,7 @@ const HeroBanner = ({
250
250
  ) : /* @__PURE__ */ jsx(
251
251
  "h1",
252
252
  {
253
- className: headline_text({
253
+ className: lg_headline_text({
254
254
  variant: getVariant(variant)
255
255
  }),
256
256
  children: headline
@@ -44,16 +44,10 @@ export declare const lg_hero_eyebrow: import('@vanilla-extract/recipes').Runtime
44
44
  color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
45
45
  };
46
46
  tertiary: {
47
- background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
48
- backgroundClip: "text";
49
- WebkitTextFillColor: "transparent";
50
- textShadow: "0px 0px #00000000";
47
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
51
48
  };
52
49
  quaternary: {
53
- background: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
54
- backgroundClip: "text";
55
- WebkitTextFillColor: "transparent";
56
- textShadow: "0px 0px #00000000";
50
+ color: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`;
57
51
  };
58
52
  };
59
53
  }>;
@@ -93,7 +93,7 @@ const PageNavSet = ({ id, pageNavItems }) => {
93
93
  }
94
94
  useEffect(() => {
95
95
  if (isClient) {
96
- const pageNavLinks = document.querySelectorAll('a[href*="#"]');
96
+ const pageNavLinks = document.querySelectorAll('a[href^="#"]');
97
97
  pageNavLinks.forEach((link) => {
98
98
  link.addEventListener("click", (e) => {
99
99
  e.preventDefault();
@@ -54,16 +54,10 @@
54
54
  color: var(--_1073cm8k);
55
55
  }
56
56
  ._1bsyngoe {
57
- background: var(--_1073cm84);
58
- background-clip: text;
59
- -webkit-text-fill-color: transparent;
60
- text-shadow: 0px 0px #00000000;
57
+ color: var(--_1073cm83);
61
58
  }
62
59
  ._1bsyngof {
63
- background: var(--_1073cm84);
64
- background-clip: text;
65
- -webkit-text-fill-color: transparent;
66
- text-shadow: 0px 0px #00000000;
60
+ color: var(--_1073cm83);
67
61
  }
68
62
  ._1bsyngog {
69
63
  font: 600 2.5rem / 1.25 var(--header-font-family);
@@ -124,6 +118,15 @@
124
118
  margin-right: auto;
125
119
  margin-left: auto;
126
120
  }
121
+ ._1bsyngom {
122
+ justify-content: flex-start;
123
+ width: 100%;
124
+ max-width: min(330px,100%);
125
+ margin-right: auto;
126
+ margin-left: auto;
127
+ padding: 1em 0;
128
+ border-radius: 1em;
129
+ }
127
130
  }
128
131
  @media (min-width: 1024px) {
129
132
  ._1bsyngo5 {
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.188",
4
+ "version": "0.0.189",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",