@planningcenter/tapestry 0.5.0-rc.7 → 0.5.0-rc.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry",
3
- "version": "0.5.0-rc.7",
3
+ "version": "0.5.0-rc.8",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -80,7 +80,7 @@
80
80
  "shadow-dom-testing-library": "^1.11.3",
81
81
  "storybook": "^8.2.9",
82
82
  "style-dictionary": "^4.2.0",
83
- "tapestry-wc": "^0.5.0-rc.7",
83
+ "tapestry-wc": "^0.5.0-rc.8",
84
84
  "typescript": "^5.5.3",
85
85
  "vitest": "^3.0.0"
86
86
  },
@@ -101,5 +101,5 @@
101
101
  }
102
102
  }
103
103
  },
104
- "gitHead": "c27fce056eaca978f02dc4de833d3174ae4b3f52"
104
+ "gitHead": "27301e7d6621d35c13c63fbb3a5c5f387aa571bf"
105
105
  }
@@ -20,7 +20,7 @@ declare global {
20
20
  * @cssprop --tds-page-header-background-color - Background color of the header.
21
21
  * @cssprop --tds-page-header-background-color-inactive - Background color of inactive headers.
22
22
  * @cssprop --tds-page-header-color - Color of any meta text.
23
- * @cssprop --tds-page-header-headline - Color of the page header h1.
23
+ * @cssprop --tds-page-header-headline-color - Color of the page header h1.
24
24
  * @cssprop --tds-page-header-padding-x - Horizontal padding of the header.
25
25
  * @cssprop --tds-page-header-padding-y - Vertical padding of the header.
26
26
  */