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.cjs.js +1 -1
- package/dist/main.css +2 -2
- package/dist/main.es.js +2 -2
- package/dist/styles/helpers.styl +6 -0
- package/package.json +1 -1
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: "
|
|
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-
|
|
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] }
|
package/dist/styles/helpers.styl
CHANGED
|
@@ -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)
|