@happeouikit/content-renderer 3.2.7 → 3.2.8
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.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +18 -8
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -2238,11 +2238,21 @@ const Wn = {
|
|
|
2238
2238
|
"target",
|
|
2239
2239
|
"href",
|
|
2240
2240
|
"title",
|
|
2241
|
-
"data-collection-id",
|
|
2242
|
-
"data-page-id",
|
|
2243
2241
|
"rel",
|
|
2244
2242
|
"data-user-id",
|
|
2245
|
-
"data-user-id-old"
|
|
2243
|
+
"data-user-id-old",
|
|
2244
|
+
"data-collection-id",
|
|
2245
|
+
"data-page-id",
|
|
2246
|
+
"data-link-id",
|
|
2247
|
+
"data-mime-type",
|
|
2248
|
+
"data-source",
|
|
2249
|
+
"data-hashtag",
|
|
2250
|
+
"data-channel-id",
|
|
2251
|
+
"data-post-id",
|
|
2252
|
+
"data-page-group-id",
|
|
2253
|
+
"data-document-id",
|
|
2254
|
+
"data-document-type",
|
|
2255
|
+
"data-link-chip"
|
|
2246
2256
|
],
|
|
2247
2257
|
abbr: ["title"],
|
|
2248
2258
|
address: [],
|
|
@@ -5233,8 +5243,10 @@ const ni = ai(), ii = new RegExp(rt, "gi"), ui = new RegExp(
|
|
|
5233
5243
|
})
|
|
5234
5244
|
] });
|
|
5235
5245
|
}, hi = kt.div`
|
|
5236
|
-
|
|
5246
|
+
position: relative;
|
|
5247
|
+
display: inline-block;
|
|
5237
5248
|
margin-left: var(--space-xs);
|
|
5249
|
+
bottom: 0.2em;
|
|
5238
5250
|
button {
|
|
5239
5251
|
opacity: 0;
|
|
5240
5252
|
transition-property: opacity;
|
|
@@ -5252,11 +5264,9 @@ const ni = ai(), ii = new RegExp(rt, "gi"), ui = new RegExp(
|
|
|
5252
5264
|
}
|
|
5253
5265
|
`, gi = kt(ua).attrs({ as: "div" })`
|
|
5254
5266
|
${({ createAnchors: e }) => e ? `
|
|
5255
|
-
h1, h2, h3, h4, h5, h6 {
|
|
5256
|
-
display: flex;
|
|
5257
|
-
align-items: center;
|
|
5267
|
+
h1, h2, h3, h4, h5, h6 {
|
|
5258
5268
|
:hover button {
|
|
5259
|
-
opacity:
|
|
5269
|
+
opacity: 1;
|
|
5260
5270
|
}
|
|
5261
5271
|
}
|
|
5262
5272
|
` : ""}
|