pds-dev-kit-web-test 0.2.42 → 0.2.43
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.
|
@@ -124,6 +124,6 @@ function GoogleFontItem(_a) {
|
|
|
124
124
|
}
|
|
125
125
|
getDefaultText();
|
|
126
126
|
}, [font, isVisible, defaultText]);
|
|
127
|
-
return children({ isLoading: isLoading, isVisible: isVisible, ref: ref });
|
|
127
|
+
return children({ isLoading: isLoading, isVisible: isVisible, ref: ref, defaultText: defaultText });
|
|
128
128
|
}
|
|
129
129
|
exports.default = GoogleFontItem;
|
package/package.json
CHANGED
package/release-note.md
CHANGED