@arcanewizards/timecode-toolbox 0.1.3 → 0.1.4

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.
@@ -873,12 +873,12 @@ body.touch-mode * {
873
873
  .h-\[20\%\] {
874
874
  height: 20%;
875
875
  }
876
+ .h-dvh {
877
+ height: 100dvh;
878
+ }
876
879
  .h-full {
877
880
  height: 100%;
878
881
  }
879
- .h-screen {
880
- height: 100vh;
881
- }
882
882
  .max-h-\[420px\] {
883
883
  max-height: 420px;
884
884
  }
@@ -1077,6 +1077,9 @@ body.touch-mode * {
1077
1077
  --tw-font-weight: 700;
1078
1078
  font-weight: 700;
1079
1079
  }
1080
+ .text-sigil-error-foreground {
1081
+ color: var(--sigil-error-foreground);
1082
+ }
1080
1083
  .text-sigil-foreground-muted {
1081
1084
  color: var(--sigil-foreground-muted);
1082
1085
  }
@@ -1092,6 +1095,9 @@ body.touch-mode * {
1092
1095
  .text-sigil-usage-red-text {
1093
1096
  color: var(--sigil-usage-red-text);
1094
1097
  }
1098
+ .text-sigil-warning-foreground {
1099
+ color: var(--sigil-warning-foreground);
1100
+ }
1095
1101
  .text-timecode-usage-foreground {
1096
1102
  color: var(--timecode-usage-foreground);
1097
1103
  }
@@ -1654,6 +1660,17 @@ body.touch-mode * {
1654
1660
  --tw-drop-shadow: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.5));
1655
1661
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
1656
1662
  }
1663
+ .sigil-control-button-destructive {
1664
+ --sigil-control-button-bg: var(--sigil-usage-red-background);
1665
+ --sigil-control-button-bg-hover: var(--sigil-usage-red-border);
1666
+ --sigil-control-button-bg-active: var(--sigil-usage-red-border);
1667
+ --sigil-control-button-fg: var(--sigil-usage-red-text);
1668
+ --sigil-control-button-fg-hover: var(--sigil-usage-red-text);
1669
+ --sigil-control-button-fg-active: var(--sigil-usage-red-text);
1670
+ --sigil-control-button-border: transparent;
1671
+ --sigil-control-button-border-hover: transparent;
1672
+ --sigil-control-button-border-active: transparent;
1673
+ }
1657
1674
  .sigil-control-button-primary {
1658
1675
  --sigil-control-button-bg: var(--sigil-usage-hint-background);
1659
1676
  --sigil-control-button-bg-hover: var(--sigil-usage-hint-border);