@sps-woodland/page-title 8.2.1 → 8.3.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/lib/index.es.js CHANGED
@@ -8,12 +8,7 @@ function m({
8
8
  ...l
9
9
  }) {
10
10
  const [[e], t] = u(a, [{ type: c }]), p = e ? g(e, T) : "";
11
- return /* @__PURE__ */ i.createElement("div", {
12
- className: r(P, o),
13
- ...l
14
- }, p, /* @__PURE__ */ i.createElement("div", {
15
- className: v
16
- }, t));
11
+ return /* @__PURE__ */ i.createElement("div", { className: r(P, o), ...l }, p, /* @__PURE__ */ i.createElement("div", { className: v }, t));
17
12
  }
18
13
  n.set(m, {
19
14
  name: "Page Title"
@@ -27,10 +22,7 @@ function d({
27
22
  const e = b(a, (t) => t.type === c ? [{
28
23
  className: r(t.props.className, _)
29
24
  }] : []);
30
- return /* @__PURE__ */ i.createElement("div", {
31
- className: r(S, o),
32
- ...l
33
- }, e);
25
+ return /* @__PURE__ */ i.createElement("div", { className: r(S, o), ...l }, e);
34
26
  }
35
27
  n.set(d, {
36
28
  name: "Page Subtitle"
package/lib/style.css CHANGED
@@ -1 +1 @@
1
- ._14vazzb0{display:flex;flex-direction:row}._14vazzb1{color:#1f282c;display:flex;flex-direction:column;font-size:1.5rem;line-height:1.5rem}._14vazzb2{align-self:flex-start;font-size:1.125rem;line-height:1.5rem;margin-right:.25rem}._30pzwb0{color:#4b5356;font-size:1.125rem;line-height:1.125rem;margin-top:.25rem}._30pzwb1{font-size:.75rem;line-height:1.125rem;margin-left:.25rem;margin-right:.25rem}
1
+ ._14vazzb0{display:flex;flex-direction:row}._14vazzb1{color:oklch(26.99% .015 226.65);display:flex;flex-direction:column;font-size:1.5rem;line-height:1.5rem}._14vazzb2{align-self:flex-start;font-size:1.125rem;line-height:1.5rem;margin-right:.25rem}._30pzwb0{color:oklch(43.62% .011 222.24);font-size:1.125rem;line-height:1.125rem;margin-top:.25rem}._30pzwb1{font-size:.75rem;line-height:1.125rem;margin-left:.25rem;margin-right:.25rem}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sps-woodland/page-title",
3
3
  "description": "SPS Woodland Design System page title component",
4
- "version": "8.2.1",
4
+ "version": "8.3.0",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/SPSCommerce/woodland/tree/main/packages/@sps-woodland/page-title",
@@ -29,16 +29,16 @@
29
29
  "@spscommerce/utils": "^6.12.1",
30
30
  "react": "^16.14.0",
31
31
  "react-dom": "^16.14.0",
32
- "@sps-woodland/core": "8.2.1",
33
- "@sps-woodland/tokens": "8.2.1"
32
+ "@sps-woodland/core": "8.3.0",
33
+ "@sps-woodland/tokens": "8.3.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@spscommerce/utils": "^6.12.1",
37
37
  "@vanilla-extract/css": "^1.9.3",
38
38
  "react": "^16.14.0",
39
39
  "react-dom": "^16.14.0",
40
- "@sps-woodland/core": "8.2.1",
41
- "@sps-woodland/tokens": "8.2.1"
40
+ "@sps-woodland/core": "8.3.0",
41
+ "@sps-woodland/tokens": "8.3.0"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "pnpm run build:js && pnpm run build:types",