timvir 0.2.52 → 0.2.53

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # timvir
2
2
 
3
+ ## 0.2.53
4
+
3
5
  ## 0.2.52
4
6
 
5
7
  ### Patch Changes
@@ -210,6 +210,7 @@ function Caption(props$1) {
210
210
  children: ["Source:", " ", /*#__PURE__*/jsx(components.a, {
211
211
  href: src,
212
212
  target: "_blank",
213
+ rel: "noopener",
213
214
  children: src
214
215
  })]
215
216
  }), code && /*#__PURE__*/jsx("div", {
package/core/styles.css CHANGED
@@ -507,6 +507,7 @@
507
507
  }
508
508
 
509
509
  .timvir-s-sgruip {
510
+ -webkit-mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
510
511
  mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
511
512
  }
512
513
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "timvir",
4
- "version": "0.2.52",
4
+ "version": "0.2.53",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,
7
7
  "exports": {
package/styles.css CHANGED
@@ -618,6 +618,7 @@ body {
618
618
  }
619
619
 
620
620
  .timvir-s-sgruip {
621
+ -webkit-mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
621
622
  mask-image: linear-gradient(#0000 0%, #0003 12px, #000 24px calc(100% - 24px), #0003 calc(100% - 12px), #0000 100%);
622
623
  }
623
624