@everchron/ec-shards 0.7.68 → 0.7.71
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/ec-shards.common.js +637 -311
- package/dist/ec-shards.common.js.map +1 -1
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.umd.js +637 -311
- package/dist/ec-shards.umd.js.map +1 -1
- package/dist/ec-shards.umd.min.js +2 -2
- package/dist/ec-shards.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/formatted/formatted.vue +14 -0
- package/src/stories/formatted/formatted.stories.js +4 -4
package/package.json
CHANGED
|
@@ -182,6 +182,20 @@
|
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
+
span[data-mention]{
|
|
186
|
+
color: $blue-10;
|
|
187
|
+
border-radius: 4px;
|
|
188
|
+
background-color: $blue-3;
|
|
189
|
+
font-weight: 500;
|
|
190
|
+
padding: 0 2px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
del span[data-mention]{
|
|
194
|
+
color: $gray-8;
|
|
195
|
+
background-color: $gray-3;
|
|
196
|
+
cursor: not-allowed;
|
|
197
|
+
}
|
|
198
|
+
|
|
185
199
|
> :first-child,
|
|
186
200
|
> div > :first-child{
|
|
187
201
|
margin-top: 0;
|
|
@@ -17,8 +17,8 @@ export const formattedText = () => ({
|
|
|
17
17
|
<a href="https://everchron.com" target="_blank" rel="noopener noreferrer">tenebrous</a>
|
|
18
18
|
indescribable
|
|
19
19
|
<a href="https://google.com" target="_blank" rel="noopener noreferrer">unnamable</a>
|
|
20
|
-
blasphemous. Gibbering gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.</p>
|
|
21
|
-
<blockquote>Non-euclidean tentacles cat antiquarian. Spectral nameless mortal tenebrous indescribable unnamable blasphemous. Gibbering gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.</blockquote>
|
|
20
|
+
blasphemous. Gibbering <span data-mention class="mention" data-mention-id="4" data-mention-label="Ben Ekejiuba">@Ben Ekejiuba</span> gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.</p>
|
|
21
|
+
<blockquote>Non-euclidean tentacles cat antiquarian. Spectral nameless mortal tenebrous indescribable unnamable blasphemous. Gibbering <del><span data-mention class="mention" data-mention-id="6" data-mention-label="Chris Christian" title="This user no longer has access to the matter.">@Chris Christian</span></del> gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.</blockquote>
|
|
22
22
|
<p>Non-euclidean tentacles cat antiquarian. Spectral nameless mortal tenebrous indescribable unnamable blasphemous. Gibbering gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.<br></p>
|
|
23
23
|
<ul>
|
|
24
24
|
<li>This is an unordered list item<br></li>
|
|
@@ -68,8 +68,8 @@ export const formattedTextSmall = () => ({
|
|
|
68
68
|
<a href="https://everchron.com" target="_blank" rel="noopener noreferrer">tenebrous</a>
|
|
69
69
|
indescribable
|
|
70
70
|
<a href="https://google.com" target="_blank" rel="noopener noreferrer">unnamable</a>
|
|
71
|
-
blasphemous. Gibbering gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.</p>
|
|
72
|
-
<blockquote>Non-euclidean tentacles cat antiquarian. Spectral nameless mortal tenebrous indescribable unnamable blasphemous. Gibbering gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.</blockquote>
|
|
71
|
+
blasphemous. Gibbering <span data-mention class="mention" data-mention-id="4" data-mention-label="Ben Ekejiuba">@Ben Ekejiuba</span> gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.</p>
|
|
72
|
+
<blockquote>Non-euclidean tentacles cat antiquarian. Spectral nameless mortal tenebrous indescribable unnamable blasphemous. Gibbering <del><span data-mention class="mention" data-mention-id="6" data-mention-label="Chris Christian" title="This user no longer has access to the matter.">@Chris Christian</span></del> gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.</blockquote>
|
|
73
73
|
<p>Non-euclidean tentacles cat antiquarian. Spectral nameless mortal tenebrous indescribable unnamable blasphemous. Gibbering gambrel non-euclidean stygian loathsome noisome spectral eldritch. Abnormal antediluvian decadent unutterable.<br></p>
|
|
74
74
|
<ul>
|
|
75
75
|
<li>This is an unordered list item<br></li>
|