@dmsi/wedgekit-react 0.0.820 → 0.0.821

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.
@@ -1645,6 +1645,7 @@ function PDFViewer(props) {
1645
1645
  title: isMobile ? title != null ? title : encodedPdfs[currentIndex].fileName : void 0,
1646
1646
  size: isMobile ? "screen" : "large",
1647
1647
  headerClassname: "bg-brand-400 desktop:bg-background-grouped-primary-normal p-mobile-layout-padding text-brand-text-action-primary-normal",
1648
+ headerIconClassname: "text-white",
1648
1649
  children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
1649
1650
  PDFElement,
1650
1651
  {
@@ -116,6 +116,7 @@ function PDFViewer(props) {
116
116
  title: isMobile ? title != null ? title : encodedPdfs[currentIndex].fileName : void 0,
117
117
  size: isMobile ? "screen" : "large",
118
118
  headerClassname: "bg-brand-400 desktop:bg-background-grouped-primary-normal p-mobile-layout-padding text-brand-text-action-primary-normal",
119
+ headerIconClassname: "text-white",
119
120
  children: /* @__PURE__ */ jsx(
120
121
  PDFElement,
121
122
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsi/wedgekit-react",
3
3
  "private": false,
4
- "version": "0.0.820",
4
+ "version": "0.0.821",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup",