@axos-web-dev/shared-components 1.0.100-dev.42-enhancementvalidationcalls.1 → 1.0.100-dev.42-enhancementvalidationcalls.2

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.
@@ -24,7 +24,7 @@ import { getVariant } from "../utils/getVariant.js";
24
24
  import { useCachedEmailValidator } from "../utils/useCachedValidators.js";
25
25
  import clsx from "clsx";
26
26
  import { useForm, FormProvider } from "react-hook-form";
27
- import { iconForm, headerContainer, headerForm, form, descriptionField, formWrapper, disclosureForm, actions, formContainer } from "./Forms.css.js";
27
+ import { iconForm, headerContainer, headerForm, form, descriptionField, fullRowForm, formWrapper, disclosureForm, actions, formContainer } from "./Forms.css.js";
28
28
  import { honeyPotSchema, isValidHoneyPot, HoneyPot } from "./HoneyPot/index.js";
29
29
  const EmailUs = ({
30
30
  icon = false,
@@ -100,7 +100,7 @@ const EmailUs = ({
100
100
  },
101
101
  children: [
102
102
  /* @__PURE__ */ jsxs("div", { className: clsx(formWrapper({ variant, formType: "email" })), children: [
103
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
103
+ /* @__PURE__ */ jsx("div", { className: fullRowForm, children: /* @__PURE__ */ jsx(
104
104
  Input,
105
105
  {
106
106
  id: "email",
@@ -118,7 +118,7 @@ const EmailUs = ({
118
118
  variant
119
119
  }
120
120
  ) }),
121
- /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(
121
+ /* @__PURE__ */ jsx("div", { className: fullRowForm, children: /* @__PURE__ */ jsx(
122
122
  InputTextArea,
123
123
  {
124
124
  id: "message",
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.42-enhancementvalidationcalls.1",
4
+ "version": "1.0.100-dev.42-enhancementvalidationcalls.2",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",