@sps-woodland/page-title 7.4.5 → 7.4.7

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.cjs.js CHANGED
@@ -22,7 +22,7 @@
22
22
  }
23
23
  `}}},withSubtitle:{label:"With Subtitle",examples:{withSubtitle:{react:r.code`
24
24
  import { PageTitle, PageSubtitle } from "@sps-woodland/page-title";
25
- import { Icon } from "@sps-woodland/core;
25
+ import { Icon } from "@sps-woodland/core";
26
26
 
27
27
  function Component() {
28
28
  return (
@@ -37,7 +37,7 @@
37
37
  }
38
38
  `}}},withSubtitleAndIcon:{label:"With Subtitle And Icon",examples:{withSubtitleAndIcon:{react:r.code`
39
39
  import { PageTitle, PageSubtitle } from "@sps-woodland/page-title";
40
- import { Icon } from "@sps-woodland/core;
40
+ import { Icon } from "@sps-woodland/core";
41
41
 
42
42
  function Component() {
43
43
  return (
package/lib/index.es.js CHANGED
@@ -82,7 +82,7 @@ const f = {
82
82
  withSubtitle: {
83
83
  react: a`
84
84
  import { PageTitle, PageSubtitle } from "@sps-woodland/page-title";
85
- import { Icon } from "@sps-woodland/core;
85
+ import { Icon } from "@sps-woodland/core";
86
86
 
87
87
  function Component() {
88
88
  return (
@@ -105,7 +105,7 @@ const f = {
105
105
  withSubtitleAndIcon: {
106
106
  react: a`
107
107
  import { PageTitle, PageSubtitle } from "@sps-woodland/page-title";
108
- import { Icon } from "@sps-woodland/core;
108
+ import { Icon } from "@sps-woodland/core";
109
109
 
110
110
  function Component() {
111
111
  return (
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": "7.4.5",
4
+ "version": "7.4.7",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/SPSCommerce/woodland/tree/main/packages/@sps-woodland/page-title",
@@ -25,15 +25,15 @@
25
25
  "access": "public"
26
26
  },
27
27
  "peerDependencies": {
28
- "@sps-woodland/core": "7.4.5",
29
- "@sps-woodland/tokens": "7.4.5",
28
+ "@sps-woodland/core": "7.4.7",
29
+ "@sps-woodland/tokens": "7.4.7",
30
30
  "@spscommerce/utils": "^6.12.1",
31
31
  "react": "^16.14.0",
32
32
  "react-dom": "^16.14.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@sps-woodland/core": "7.4.5",
36
- "@sps-woodland/tokens": "7.4.5",
35
+ "@sps-woodland/core": "7.4.7",
36
+ "@sps-woodland/tokens": "7.4.7",
37
37
  "@spscommerce/utils": "^6.12.1",
38
38
  "@vanilla-extract/css": "^1.9.3",
39
39
  "react": "^16.14.0",