@jinntec/jinntap 1.26.0 → 1.27.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/jinn-tap.css CHANGED
@@ -127,7 +127,7 @@ jinn-tap .ProseMirror {
127
127
  }
128
128
 
129
129
  /* Collaboration cursor styles */
130
- .collaboration-cursor__caret {
130
+ .collaboration-carets__caret {
131
131
  position: relative;
132
132
  margin-left: 1px;
133
133
  border-left: 1px solid;
@@ -135,7 +135,7 @@ jinn-tap .ProseMirror {
135
135
  border-radius: 2px;
136
136
  }
137
137
 
138
- .collaboration-cursor__label {
138
+ .collaboration-carets__label {
139
139
  position: absolute;
140
140
  top: -1.5em;
141
141
  left: -1px;
@@ -166,7 +166,7 @@ jinn-tap .ProseMirror {
166
166
  }
167
167
  }
168
168
 
169
- .collaboration-cursor__caret:hover .collaboration-cursor__label {
169
+ .collaboration-carets__caret:hover .collaboration-carets__label {
170
170
  animation: none;
171
171
  opacity: 1;
172
172
  }