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