@arcanewizards/timecode-toolbox 0.1.7 → 0.2.1

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.
@@ -823,9 +823,6 @@ body.touch-mode * {
823
823
  );
824
824
  }
825
825
  }
826
- .pointer-events-none {
827
- pointer-events: none;
828
- }
829
826
  .visible {
830
827
  visibility: visible;
831
828
  }
@@ -838,12 +835,18 @@ body.touch-mode * {
838
835
  .inset-0 {
839
836
  inset: 0px;
840
837
  }
838
+ .inset-1 {
839
+ inset: calc(var(--arcane-spacing) / 2);
840
+ }
841
841
  .inset-y-0 {
842
842
  inset-block: 0px;
843
843
  }
844
844
  .left-0 {
845
845
  left: 0px;
846
846
  }
847
+ .z-10 {
848
+ z-index: 10;
849
+ }
847
850
  .m-0 {
848
851
  margin: 0px;
849
852
  }
@@ -863,6 +866,9 @@ body.touch-mode * {
863
866
  .grid {
864
867
  display: grid;
865
868
  }
869
+ .hidden {
870
+ display: none;
871
+ }
866
872
  .size-full {
867
873
  width: 100%;
868
874
  height: 100%;
@@ -909,6 +915,9 @@ body.touch-mode * {
909
915
  .transform {
910
916
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
911
917
  }
918
+ .cursor-crosshair {
919
+ cursor: crosshair;
920
+ }
912
921
  .cursor-pointer {
913
922
  cursor: pointer;
914
923
  }
@@ -963,6 +972,10 @@ body.touch-mode * {
963
972
  border-style: var(--tw-border-style);
964
973
  border-width: 1px;
965
974
  }
975
+ .border-4 {
976
+ border-style: var(--tw-border-style);
977
+ border-width: 4px;
978
+ }
966
979
  .border-t {
967
980
  border-top-style: var(--tw-border-style);
968
981
  border-top-width: 1px;
@@ -971,6 +984,10 @@ body.touch-mode * {
971
984
  border-bottom-style: var(--tw-border-style);
972
985
  border-bottom-width: 1px;
973
986
  }
987
+ .border-dotted {
988
+ --tw-border-style: dotted;
989
+ border-style: dotted;
990
+ }
974
991
  .border-sigil-bg-light {
975
992
  border-color: var(--sigil-bg-light);
976
993
  }
@@ -988,6 +1005,9 @@ body.touch-mode * {
988
1005
  .border-sigil-usage-orange-border {
989
1006
  border-color: var(--sigil-usage-orange-border);
990
1007
  }
1008
+ .border-timecode-usage-border {
1009
+ border-color: var(--timecode-usage-border);
1010
+ }
991
1011
  .border-timecode-usage-foreground {
992
1012
  border-color: var(--timecode-usage-foreground);
993
1013
  }
@@ -1125,6 +1145,9 @@ body.touch-mode * {
1125
1145
  .opacity-50 {
1126
1146
  opacity: 50%;
1127
1147
  }
1148
+ .opacity-100 {
1149
+ opacity: 100%;
1150
+ }
1128
1151
  .filter {
1129
1152
  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,);
1130
1153
  }
@@ -1142,6 +1165,20 @@ body.touch-mode * {
1142
1165
  .writing-mode-vertical-rl {
1143
1166
  writing-mode: vertical-rl;
1144
1167
  }
1168
+ .group-hover\:bg-timecode-usage-selected-border {
1169
+ &:is(:where(.group):hover *) {
1170
+ @media (hover: hover) {
1171
+ background-color: var(--timecode-usage-selected-border);
1172
+ }
1173
+ }
1174
+ }
1175
+ .hover\:border-timecode-usage-selected-border {
1176
+ &:hover {
1177
+ @media (hover: hover) {
1178
+ border-color: var(--timecode-usage-selected-border);
1179
+ }
1180
+ }
1181
+ }
1145
1182
  .hover\:bg-sigil-usage-blue-selected-border {
1146
1183
  &:hover {
1147
1184
  @media (hover: hover) {