wysimark-lite 0.25.13 → 0.25.14

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.js CHANGED
@@ -88,6 +88,7 @@
88
88
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
89
89
  drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
90
90
  background: white;
91
+ color: #333;
91
92
  /**
92
93
  * If you are tempted to add the transitions back in, here's why we left
93
94
  * them off:
package/dist/index.mjs CHANGED
@@ -2851,6 +2851,7 @@ var $Panel = styled4(SinkReset)`
2851
2851
  filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07))
2852
2852
  drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
2853
2853
  background: white;
2854
+ color: #333;
2854
2855
  /**
2855
2856
  * If you are tempted to add the transitions back in, here's why we left
2856
2857
  * them off: