@pine-ds/doc-components 2.17.0 → 3.0.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.
package/dist/index.js CHANGED
@@ -23145,6 +23145,7 @@ const s_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() + e.slice(
23145
23145
  "font-weight": (u) => a.fontWeight = i(u),
23146
23146
  "letter-spacing": (u) => a.letterSpacing = i(u),
23147
23147
  "line-height": (u) => a.lineHeight = i(u),
23148
+ outline: (u) => a.outline = i(u),
23148
23149
  typography: (u) => a.font = i(u)
23149
23150
  };
23150
23151
  return (s = o[e]) == null || s.call(o, t), a;
@@ -23164,7 +23165,7 @@ const s_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() + e.slice(
23164
23165
  (async () => {
23165
23166
  var f;
23166
23167
  try {
23167
- const p = await l_(/* @__PURE__ */ Object.assign({ "../../../../core/src/global/styles/tokens/base/core.json": () => import("./core-DTnWcygM.js"), "../../../../core/src/global/styles/tokens/base/semantic.json": () => import("./semantic-CewGMFsC.js") }), `../../../../core/src/global/styles/tokens/base/${t}.json`, 11), E = ((f = d_[e]) == null ? void 0 : f[t]) || null;
23168
+ const p = await l_(/* @__PURE__ */ Object.assign({ "../../../../core/src/global/styles/tokens/base/core.json": () => import("./core-DTnWcygM.js"), "../../../../core/src/global/styles/tokens/base/semantic.json": () => import("./semantic-CQi_2NEG.js") }), `../../../../core/src/global/styles/tokens/base/${t}.json`, 11), E = ((f = d_[e]) == null ? void 0 : f[t]) || null;
23168
23169
  if (E) {
23169
23170
  const l = [];
23170
23171
  E.forEach((b) => {
@@ -23182,7 +23183,7 @@ const s_ = (e) => (e = e.replace(/[A-Z]/g, " $&"), e[0].toUpperCase() + e.slice(
23182
23183
  const i = (u) => Object.values(u).filter((E) => E !== "dropShadow").join(" "), o = (u) => u.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), s = (u, f) => Object.entries(u).sort((l, d) => parseInt(l[0]) - parseInt(d[0])).map(([l, d]) => {
23183
23184
  const b = f ? `${f}-${l}` : l;
23184
23185
  let y = d.type || e;
23185
- eg[d.type] && (y = eg[d.type]);
23186
+ eg[d.type] && (y = eg[d.type]), e === "outline" && (y = e);
23186
23187
  const A = `--pine-${o(y)}-${b}`.replace(/-@/g, "");
23187
23188
  if ("value" in d) {
23188
23189
  let R;