@elmethis/qwik 0.0.41 → 0.0.42

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.
@@ -3104,6 +3104,8 @@ const ElmJarkup = qwik.component$((props) => {
3104
3104
  alt: component.props.alt,
3105
3105
  width: component.props.width,
3106
3106
  height: component.props.height,
3107
+ srcset: component.props.srcset,
3108
+ sizes: component.props.sizes,
3107
3109
  enableModal: true
3108
3110
  }, key);
3109
3111
  case "CodeBlock":
@@ -3102,6 +3102,8 @@ const ElmJarkup = component$((props) => {
3102
3102
  alt: component.props.alt,
3103
3103
  width: component.props.width,
3104
3104
  height: component.props.height,
3105
+ srcset: component.props.srcset,
3106
+ sizes: component.props.sizes,
3105
3107
  enableModal: true
3106
3108
  }, key);
3107
3109
  case "CodeBlock":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elmethis/qwik",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -45,7 +45,7 @@
45
45
  "eslint": "10.1.0",
46
46
  "eslint-plugin-qwik": "1.19.2",
47
47
  "globals": "17.4.0",
48
- "jarkup-ts": "^0.12.0",
48
+ "jarkup-ts": "^0.13.0",
49
49
  "np": "^11.0.2",
50
50
  "prettier": "3.8.1",
51
51
  "sass": "^1.98.0",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@mdi/js": "^7.4.47",
62
- "katex": "^0.16.43",
62
+ "katex": "^0.16.44",
63
63
  "lodash-es": "^4.17.23",
64
64
  "marked": "^17.0.5",
65
65
  "polished": "^4.3.1",