@sps-woodland/content-row 7.17.9 → 8.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/lib/index.cjs.js CHANGED
@@ -95,7 +95,7 @@
95
95
  <ContentRowCol widthPx={160}>
96
96
  May 23, 2018 @ 4:38 PM
97
97
  </ContentRowCol>
98
- <ContentRowExpansion>
98
+ <ContentRowExpansion data-testid="content-row-expansion">
99
99
  <Card>
100
100
  <br />
101
101
  <br />
package/lib/index.es.js CHANGED
@@ -292,7 +292,7 @@ const X = {
292
292
  <ContentRowCol widthPx={160}>
293
293
  May 23, 2018 @ 4:38 PM
294
294
  </ContentRowCol>
295
- <ContentRowExpansion>
295
+ <ContentRowExpansion data-testid="content-row-expansion">
296
296
  <Card>
297
297
  <br />
298
298
  <br />
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sps-woodland/content-row",
3
3
  "description": "SPS Woodland Design System page title component",
4
- "version": "7.17.9",
4
+ "version": "8.0.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",
@@ -26,28 +26,28 @@
26
26
  "access": "public"
27
27
  },
28
28
  "peerDependencies": {
29
- "@spscommerce/ds-illustrations": "6.37.3",
29
+ "@spscommerce/ds-illustrations": "^6.12.1",
30
30
  "@spscommerce/utils": "^6.12.1",
31
31
  "react": "^16.14.0",
32
32
  "react-dom": "^16.14.0",
33
- "@sps-woodland/core": "7.17.9",
34
- "@sps-woodland/tokens": "7.17.9",
35
- "@spscommerce/ds-colors": "7.17.9",
36
- "@spscommerce/ds-react": "7.17.9",
37
- "@spscommerce/ds-shared": "7.17.9"
33
+ "@sps-woodland/core": "8.0.0",
34
+ "@sps-woodland/tokens": "8.0.0",
35
+ "@spscommerce/ds-colors": "8.0.0",
36
+ "@spscommerce/ds-react": "8.0.0",
37
+ "@spscommerce/ds-shared": "8.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@spscommerce/ds-illustrations": "6.37.3",
40
+ "@spscommerce/ds-illustrations": "^6.12.1",
41
41
  "@spscommerce/utils": "^6.12.1",
42
42
  "@vanilla-extract/css": "^1.9.3",
43
43
  "@vanilla-extract/recipes": "^0.2.5",
44
44
  "react": "^16.14.0",
45
45
  "react-dom": "^16.14.0",
46
- "@sps-woodland/core": "7.17.9",
47
- "@sps-woodland/tokens": "7.17.9",
48
- "@spscommerce/ds-colors": "7.17.9",
49
- "@spscommerce/ds-react": "7.17.9",
50
- "@spscommerce/ds-shared": "7.17.9"
46
+ "@sps-woodland/core": "8.0.0",
47
+ "@sps-woodland/tokens": "8.0.0",
48
+ "@spscommerce/ds-colors": "8.0.0",
49
+ "@spscommerce/ds-react": "8.0.0",
50
+ "@spscommerce/ds-shared": "8.0.0"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "pnpm run build:js && pnpm run build:types",