@opensite/ui 2.2.8 → 2.2.9

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.
@@ -491,7 +491,7 @@ var DEFAULT_FORM_FIELDS = [
491
491
  function ContactPhotography({
492
492
  heading,
493
493
  description,
494
- containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
494
+ containerClassName = "mx-auto w-full max-w-full relative z-10 px-0",
495
495
  className,
496
496
  headingClassName,
497
497
  descriptionClassName,
@@ -470,7 +470,7 @@ var DEFAULT_FORM_FIELDS = [
470
470
  function ContactPhotography({
471
471
  heading,
472
472
  description,
473
- containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
473
+ containerClassName = "mx-auto w-full max-w-full relative z-10 px-0",
474
474
  className,
475
475
  headingClassName,
476
476
  descriptionClassName,
package/dist/registry.cjs CHANGED
@@ -17072,7 +17072,7 @@ var DEFAULT_FORM_FIELDS25 = [
17072
17072
  function ContactPhotography({
17073
17073
  heading,
17074
17074
  description,
17075
- containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
17075
+ containerClassName = "mx-auto w-full max-w-full relative z-10 px-0",
17076
17076
  className,
17077
17077
  headingClassName,
17078
17078
  descriptionClassName,
package/dist/registry.js CHANGED
@@ -17032,7 +17032,7 @@ var DEFAULT_FORM_FIELDS25 = [
17032
17032
  function ContactPhotography({
17033
17033
  heading,
17034
17034
  description,
17035
- containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
17035
+ containerClassName = "mx-auto w-full max-w-full relative z-10 px-0",
17036
17036
  className,
17037
17037
  headingClassName,
17038
17038
  descriptionClassName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "Foundational UI component library for OpenSite Semantic Site Builder with tree-shakable exports and abstract styling",
5
5
  "keywords": [
6
6
  "react",