skema-core 0.1.2 → 0.2.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.js CHANGED
@@ -2785,7 +2785,11 @@ var skemaHiddenUiStyles = `
2785
2785
  .tlui-button[data-testid="back-to-content"],
2786
2786
  .tlui-offscreen-indicator,
2787
2787
  [class*="back-to-content"],
2788
- .tl-offscreen-indicator {
2788
+ .tl-offscreen-indicator,
2789
+ /* Hide "made with tldraw" watermark */
2790
+ .tlui-watermark,
2791
+ .tlui-watermark__inner,
2792
+ [class*="watermark"] {
2789
2793
  display: none !important;
2790
2794
  }
2791
2795
  `;
@@ -3495,8 +3499,11 @@ var Skema = ({
3495
3499
  ` }),
3496
3500
  isStylePanelOpen && /* @__PURE__ */ jsxRuntime.jsx("style", { children: `
3497
3501
  .tlui-style-panel__wrapper {
3498
- top: 68px !important;
3502
+ position: fixed !important;
3503
+ bottom: 68px !important;
3499
3504
  right: 16px !important;
3505
+ top: auto !important;
3506
+ left: auto !important;
3500
3507
  }
3501
3508
  ` }),
3502
3509
  isToolbarExpanded && /* @__PURE__ */ jsxRuntime.jsx(
@@ -3506,7 +3513,7 @@ var Skema = ({
3506
3513
  title: isStylePanelOpen ? "Hide style settings" : "Show style settings",
3507
3514
  style: {
3508
3515
  position: "fixed",
3509
- top: 16,
3516
+ bottom: 16,
3510
3517
  right: 16,
3511
3518
  width: 44,
3512
3519
  height: 44,