@opensite/ui 1.8.8 → 1.9.0

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.
@@ -871,8 +871,8 @@ function BlockActions({
871
871
  },
872
872
  []
873
873
  );
874
- const width = mobileConfig?.width ?? "fit";
875
- const position = mobileConfig?.position ?? "left";
874
+ const width = mobileConfig?.width ?? "full";
875
+ const position = mobileConfig?.position ?? "center";
876
876
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
877
877
  if (actionsSlot) {
878
878
  return /* @__PURE__ */ jsxRuntime.jsx("div", { children: actionsSlot });
@@ -850,8 +850,8 @@ function BlockActions({
850
850
  },
851
851
  []
852
852
  );
853
- const width = mobileConfig?.width ?? "fit";
854
- const position = mobileConfig?.position ?? "left";
853
+ const width = mobileConfig?.width ?? "full";
854
+ const position = mobileConfig?.position ?? "center";
855
855
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
856
856
  if (actionsSlot) {
857
857
  return /* @__PURE__ */ jsx("div", { children: actionsSlot });
@@ -872,8 +872,8 @@ function BlockActions({
872
872
  },
873
873
  []
874
874
  );
875
- const width = mobileConfig?.width ?? "fit";
876
- const position = mobileConfig?.position ?? "left";
875
+ const width = mobileConfig?.width ?? "full";
876
+ const position = mobileConfig?.position ?? "center";
877
877
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
878
878
  if (actionsSlot) {
879
879
  return /* @__PURE__ */ jsxRuntime.jsx("div", { children: actionsSlot });
@@ -851,8 +851,8 @@ function BlockActions({
851
851
  },
852
852
  []
853
853
  );
854
- const width = mobileConfig?.width ?? "fit";
855
- const position = mobileConfig?.position ?? "left";
854
+ const width = mobileConfig?.width ?? "full";
855
+ const position = mobileConfig?.position ?? "center";
856
856
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
857
857
  if (actionsSlot) {
858
858
  return /* @__PURE__ */ jsx("div", { children: actionsSlot });
@@ -976,8 +976,8 @@ function BlockActions({
976
976
  },
977
977
  []
978
978
  );
979
- const width = mobileConfig?.width ?? "fit";
980
- const position = mobileConfig?.position ?? "left";
979
+ const width = mobileConfig?.width ?? "full";
980
+ const position = mobileConfig?.position ?? "center";
981
981
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
982
982
  if (actionsSlot) {
983
983
  return /* @__PURE__ */ jsxRuntime.jsx("div", { children: actionsSlot });
@@ -955,8 +955,8 @@ function BlockActions({
955
955
  },
956
956
  []
957
957
  );
958
- const width = mobileConfig?.width ?? "fit";
959
- const position = mobileConfig?.position ?? "left";
958
+ const width = mobileConfig?.width ?? "full";
959
+ const position = mobileConfig?.position ?? "center";
960
960
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
961
961
  if (actionsSlot) {
962
962
  return /* @__PURE__ */ jsx("div", { children: actionsSlot });
@@ -904,8 +904,8 @@ function BlockActions({
904
904
  },
905
905
  []
906
906
  );
907
- const width = mobileConfig?.width ?? "fit";
908
- const position = mobileConfig?.position ?? "left";
907
+ const width = mobileConfig?.width ?? "full";
908
+ const position = mobileConfig?.position ?? "center";
909
909
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
910
910
  if (actionsSlot) {
911
911
  return /* @__PURE__ */ jsxRuntime.jsx("div", { children: actionsSlot });
@@ -883,8 +883,8 @@ function BlockActions({
883
883
  },
884
884
  []
885
885
  );
886
- const width = mobileConfig?.width ?? "fit";
887
- const position = mobileConfig?.position ?? "left";
886
+ const width = mobileConfig?.width ?? "full";
887
+ const position = mobileConfig?.position ?? "center";
888
888
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
889
889
  if (actionsSlot) {
890
890
  return /* @__PURE__ */ jsx("div", { children: actionsSlot });
package/dist/registry.cjs CHANGED
@@ -7315,8 +7315,8 @@ function BlockActions({
7315
7315
  },
7316
7316
  []
7317
7317
  );
7318
- const width = mobileConfig?.width ?? "fit";
7319
- const position = mobileConfig?.position ?? "left";
7318
+ const width = mobileConfig?.width ?? "full";
7319
+ const position = mobileConfig?.position ?? "center";
7320
7320
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
7321
7321
  if (actionsSlot) {
7322
7322
  return /* @__PURE__ */ jsxRuntime.jsx("div", { children: actionsSlot });
package/dist/registry.js CHANGED
@@ -7275,8 +7275,8 @@ function BlockActions({
7275
7275
  },
7276
7276
  []
7277
7277
  );
7278
- const width = mobileConfig?.width ?? "fit";
7279
- const position = mobileConfig?.position ?? "left";
7278
+ const width = mobileConfig?.width ?? "full";
7279
+ const position = mobileConfig?.position ?? "center";
7280
7280
  const mobileLayoutClass = MOBILE_CLASSES[`${width}-${position}`];
7281
7281
  if (actionsSlot) {
7282
7282
  return /* @__PURE__ */ jsx("div", { children: actionsSlot });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opensite/ui",
3
- "version": "1.8.8",
3
+ "version": "1.9.0",
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",
@@ -3384,7 +3384,7 @@
3384
3384
  },
3385
3385
  "dependencies": {
3386
3386
  "@opensite/hooks": "2.0.8",
3387
- "@page-speed/forms": "0.4.7",
3387
+ "@page-speed/forms": "0.4.9",
3388
3388
  "@page-speed/img": "0.4.5",
3389
3389
  "@page-speed/lightbox": "0.2.1",
3390
3390
  "@page-speed/pdf-viewer": "0.1.9",