@planningcenter/tapestry 1.8.0 → 1.8.1-rc.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/dist/index.css +1 -1
- package/dist/unstable.css +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -684,7 +684,7 @@
|
|
|
684
684
|
position: relative;
|
|
685
685
|
display: inline-flex;
|
|
686
686
|
padding: var(--tds-page-header-nav-item-padding-y) var(--tds-page-header-nav-item-padding-x);
|
|
687
|
-
font-size: var(--t-font-size-
|
|
687
|
+
font-size: var(--t-font-size-sm);
|
|
688
688
|
line-height: 22px;
|
|
689
689
|
color: var(--tds-page-header-nav-item-color);
|
|
690
690
|
white-space: nowrap;
|
package/dist/unstable.css
CHANGED
|
@@ -764,7 +764,7 @@
|
|
|
764
764
|
position: relative;
|
|
765
765
|
display: inline-flex;
|
|
766
766
|
padding: var(--tds-page-header-nav-item-padding-y) var(--tds-page-header-nav-item-padding-x);
|
|
767
|
-
font-size: var(--t-font-size-
|
|
767
|
+
font-size: var(--t-font-size-sm);
|
|
768
768
|
line-height: 22px;
|
|
769
769
|
color: var(--tds-page-header-nav-item-color);
|
|
770
770
|
white-space: nowrap;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@planningcenter/tapestry",
|
|
3
|
-
"version": "1.8.0",
|
|
3
|
+
"version": "1.8.1-rc.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -95,5 +95,5 @@
|
|
|
95
95
|
"classnames": "^2.5.1",
|
|
96
96
|
"lodash": "^4.17.21"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "9b0c656e26b844fa43702436ecb9d30acb6c664e"
|
|
99
99
|
}
|