pangea-lib 2.12.80 → 2.12.82

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.
package/dist/main.es.js CHANGED
@@ -67975,7 +67975,7 @@ const O51 = /* @__PURE__ */ f2(N51, [["__scopeId", "data-v-f87078d9"]]), az = /*
67975
67975
  };
67976
67976
  }
67977
67977
  });
67978
- const B51 = /* @__PURE__ */ f2(I51, [["__scopeId", "data-v-a24bfe4a"]]), $51 = { class: "pga-layout--content" }, U51 = /* @__PURE__ */ W1({
67978
+ const B51 = /* @__PURE__ */ f2(I51, [["__scopeId", "data-v-a24bfe4a"]]), $51 = { class: "layout--content" }, U51 = /* @__PURE__ */ W1({
67979
67979
  __name: "PgaLayout",
67980
67980
  setup(e) {
67981
67981
  const { preventDisplayNavigationBars: t, isDisplayingSideBar: a } = Pa(at());
@@ -67993,7 +67993,7 @@ const B51 = /* @__PURE__ */ f2(I51, [["__scopeId", "data-v-a24bfe4a"]]), $51 = {
67993
67993
  ], 2));
67994
67994
  }
67995
67995
  });
67996
- const q51 = /* @__PURE__ */ f2(U51, [["__scopeId", "data-v-5b38f02d"]]), j51 = { class: "pga-section" }, W51 = { key: 0 }, G51 = { class: "section--content" }, Y51 = /* @__PURE__ */ W1({
67996
+ const q51 = /* @__PURE__ */ f2(U51, [["__scopeId", "data-v-a588f730"]]), j51 = { class: "pga-section" }, W51 = { key: 0 }, G51 = { class: "section--content" }, Y51 = /* @__PURE__ */ W1({
67997
67997
  __name: "PgaSection",
67998
67998
  props: {
67999
67999
  title: { type: [String, Number, Function] }
@@ -55,5 +55,11 @@ flex($flex-direction = row, $justify-content = flex-start, $align-items = stretc
55
55
  gap $gap
56
56
  flex-wrap $flex-wrap
57
57
 
58
+ flex-row($gap = 0.5rem)
59
+ flex(row, flex-start, center, $gap)
60
+
61
+ flex-column($gap = 1rem)
62
+ flex(column, flex-start, stretch, $gap)
63
+
58
64
  flex-center()
59
65
  flex(row, center, center)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pangea-lib",
3
3
  "description": "",
4
- "version": "2.12.80",
4
+ "version": "2.12.82",
5
5
  "author": "Gianfranco Raselli",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/GianfrancoRaselli/pangea#readme",