@vaadin/markdown 25.3.0-alpha7 → 25.3.0-dev.1fa5a51482

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.
@@ -45,6 +45,13 @@
45
45
  },
46
46
  "description": "The Markdown content.",
47
47
  "fieldName": "content"
48
+ },
49
+ {
50
+ "type": {
51
+ "text": "string"
52
+ },
53
+ "description": "The theme variants to apply to the component.",
54
+ "name": "theme"
48
55
  }
49
56
  ],
50
57
  "mixins": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/markdown",
3
- "version": "25.3.0-alpha7",
3
+ "version": "25.3.0-dev.1fa5a51482",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,23 +35,23 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/component-base": "25.3.0-alpha7",
39
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha7",
38
+ "@vaadin/component-base": "25.3.0-dev.1fa5a51482",
39
+ "@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
40
40
  "dompurify": "^3.4.10",
41
41
  "lit": "^3.0.0",
42
42
  "marked": "^18.0.5"
43
43
  },
44
44
  "devDependencies": {
45
- "@vaadin/aura": "25.3.0-alpha7",
46
- "@vaadin/chai-plugins": "25.3.0-alpha7",
47
- "@vaadin/test-runner-commands": "25.3.0-alpha7",
45
+ "@vaadin/aura": "25.3.0-dev.1fa5a51482",
46
+ "@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
47
+ "@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
48
48
  "@vaadin/testing-helpers": "^2.0.0",
49
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha7"
49
+ "@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482"
50
50
  },
51
51
  "customElements": "custom-elements.json",
52
52
  "web-types": [
53
53
  "web-types.json",
54
54
  "web-types.lit.json"
55
55
  ],
56
- "gitHead": "ae7b9823df5598faebd7a482993029ee489c35ae"
56
+ "gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
57
57
  }
@@ -24,6 +24,7 @@ import { markdownSlotStyles } from './styles/vaadin-markdown-base-styles.js';
24
24
  *
25
25
  * See [Styling Components](https://vaadin.com/docs/latest/styling/styling-components) documentation.
26
26
  *
27
+ * @attr {string} theme - The theme variants to apply to the component.
27
28
  * @customElement vaadin-markdown
28
29
  * @extends HTMLElement
29
30
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/markdown",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -24,9 +24,7 @@
24
24
  "description": "The theme variants to apply to the component.",
25
25
  "value": {
26
26
  "type": [
27
- "string",
28
- "null",
29
- "undefined"
27
+ "string"
30
28
  ]
31
29
  }
32
30
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/markdown",
4
- "version": "25.3.0-alpha7",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {