@planningcenter/tapestry 0.5.0-rc.4 → 0.5.0-rc.6
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 +3 -3
- package/react-types/index.d.ts +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry",
|
|
3
|
-
"version": "0.5.0-rc.
|
|
3
|
+
"version": "0.5.0-rc.6",
|
|
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.
|
|
83
|
+
"tapestry-wc": "^0.5.0-rc.6",
|
|
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": "
|
|
104
|
+
"gitHead": "0d3f80b69798b4896d3eeb245a105c507878538d"
|
|
105
105
|
}
|
package/react-types/index.d.ts
CHANGED
|
@@ -17,11 +17,11 @@ declare global {
|
|
|
17
17
|
* @slot primary - The primary slot is the main content of the page header. It will be displayed prominently. For simple pages, providing a h1 will suffice.
|
|
18
18
|
* @slot actions - Additional content (typically actions) that complements the primary slot.
|
|
19
19
|
* @slot navigation - For page header with navigation, this slot is for the nav.
|
|
20
|
-
* @cssprop --tds-page-header-background-color Background color of the header.
|
|
21
|
-
* @cssprop --tds-page-header-color Color of any meta text.
|
|
22
|
-
* @cssprop --tds-page-header-headline Color of the page header h1.
|
|
23
|
-
* @cssprop --tds-page-header-padding-x Horizontal padding of the header.
|
|
24
|
-
* @cssprop --tds-page-header-padding-y Vertical padding of the header.
|
|
20
|
+
* @cssprop --tds-page-header-background-color - Background color of the header.
|
|
21
|
+
* @cssprop --tds-page-header-color - Color of any meta text.
|
|
22
|
+
* @cssprop --tds-page-header-headline - Color of the page header h1.
|
|
23
|
+
* @cssprop --tds-page-header-padding-x - Horizontal padding of the header.
|
|
24
|
+
* @cssprop --tds-page-header-padding-y - Vertical padding of the header.
|
|
25
25
|
*/
|
|
26
26
|
"tds-page-header": {
|
|
27
27
|
/**
|
|
@@ -40,15 +40,15 @@ declare global {
|
|
|
40
40
|
/**
|
|
41
41
|
* Individual navigation item for the page header contained within a `tds-page-header-nav` component.
|
|
42
42
|
* @slot (default) - The content of the tab. Accepts text, or if required a button or anchor element.
|
|
43
|
-
* @cssprop --tds-page-header-nav-item-background-color-disabled {var(--t-fill-color-neutral-080)} - Background color for the disabled tab.
|
|
44
|
-
* @cssprop --tds-page-header-nav-item-background-color-hover {var(--t-fill-color-neutral-080)} - Background color for the tab on hover.
|
|
45
|
-
* @cssprop --tds-page-header-nav-item-background-color-selected {var(--t-fill-color-neutral-100)} - Background color for the active tab.
|
|
46
|
-
* @cssprop --tds-page-header-nav-item-color {var(--t-text-color-default-secondary)} - Default color for the tab.
|
|
47
|
-
* @cssprop --tds-page-header-nav-item-color-disabled {var(--t-text-color-default-disabled)} - Color for the disabled tab.
|
|
48
|
-
* @cssprop --tds-page-header-nav-item-color-hover {var(--t-text-color-interaction-primary)} - Color for the tab on hover.
|
|
49
|
-
* @cssprop --tds-page-header-nav-item-color-selected {var(--t-text-color-default-primary)} - Color for the active tab.
|
|
50
|
-
* @cssprop --tds-page-header-nav-item-padding-x {12px} - Horizontal padding for the tab.
|
|
51
|
-
* @cssprop --tds-page-header-nav-item-padding-y {0} - Vertical padding for the tab.
|
|
43
|
+
* @cssprop --tds-page-header-nav-item-background-color-disabled - {var(--t-fill-color-neutral-080)} - Background color for the disabled tab.
|
|
44
|
+
* @cssprop --tds-page-header-nav-item-background-color-hover - {var(--t-fill-color-neutral-080)} - Background color for the tab on hover.
|
|
45
|
+
* @cssprop --tds-page-header-nav-item-background-color-selected - {var(--t-fill-color-neutral-100)} - Background color for the active tab.
|
|
46
|
+
* @cssprop --tds-page-header-nav-item-color - {var(--t-text-color-default-secondary)} - Default color for the tab.
|
|
47
|
+
* @cssprop --tds-page-header-nav-item-color-disabled - {var(--t-text-color-default-disabled)} - Color for the disabled tab.
|
|
48
|
+
* @cssprop --tds-page-header-nav-item-color-hover - {var(--t-text-color-interaction-primary)} - Color for the tab on hover.
|
|
49
|
+
* @cssprop --tds-page-header-nav-item-color-selected - {var(--t-text-color-default-primary)} - Color for the active tab.
|
|
50
|
+
* @cssprop --tds-page-header-nav-item-padding-x - {12px} - Horizontal padding for the tab.
|
|
51
|
+
* @cssprop --tds-page-header-nav-item-padding-y - {0} - Vertical padding for the tab.
|
|
52
52
|
*/
|
|
53
53
|
"tds-page-header-nav-item": {
|
|
54
54
|
/**
|