@vaadin/side-nav 25.3.0-alpha6 → 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.
@@ -284,6 +284,13 @@
284
284
  },
285
285
  "description": "The target of the link. Works only when `path` is set.",
286
286
  "fieldName": "target"
287
+ },
288
+ {
289
+ "type": {
290
+ "text": "string"
291
+ },
292
+ "description": "The theme variants to apply to the component.",
293
+ "name": "theme"
287
294
  }
288
295
  ],
289
296
  "mixins": [
@@ -457,6 +464,13 @@
457
464
  },
458
465
  "description": "Whether to expand parent items of the nested matching item after initial\nrendering or navigation. By default, all the parent items are expanded.\nSet to true to disable this behavior.",
459
466
  "fieldName": "noAutoExpand"
467
+ },
468
+ {
469
+ "type": {
470
+ "text": "string"
471
+ },
472
+ "description": "The theme variants to apply to the component.",
473
+ "name": "theme"
460
474
  }
461
475
  ],
462
476
  "mixins": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/side-nav",
3
- "version": "25.3.0-alpha6",
3
+ "version": "25.3.0-dev.1fa5a51482",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -35,19 +35,19 @@
35
35
  ],
36
36
  "dependencies": {
37
37
  "@open-wc/dedupe-mixin": "^1.3.0",
38
- "@vaadin/a11y-base": "25.3.0-alpha6",
39
- "@vaadin/component-base": "25.3.0-alpha6",
40
- "@vaadin/vaadin-themable-mixin": "25.3.0-alpha6",
38
+ "@vaadin/a11y-base": "25.3.0-dev.1fa5a51482",
39
+ "@vaadin/component-base": "25.3.0-dev.1fa5a51482",
40
+ "@vaadin/vaadin-themable-mixin": "25.3.0-dev.1fa5a51482",
41
41
  "lit": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@vaadin/aura": "25.3.0-alpha6",
45
- "@vaadin/chai-plugins": "25.3.0-alpha6",
46
- "@vaadin/icon": "25.3.0-alpha6",
47
- "@vaadin/icons": "25.3.0-alpha6",
48
- "@vaadin/test-runner-commands": "25.3.0-alpha6",
44
+ "@vaadin/aura": "25.3.0-dev.1fa5a51482",
45
+ "@vaadin/chai-plugins": "25.3.0-dev.1fa5a51482",
46
+ "@vaadin/icon": "25.3.0-dev.1fa5a51482",
47
+ "@vaadin/icons": "25.3.0-dev.1fa5a51482",
48
+ "@vaadin/test-runner-commands": "25.3.0-dev.1fa5a51482",
49
49
  "@vaadin/testing-helpers": "^2.0.0",
50
- "@vaadin/vaadin-lumo-styles": "25.3.0-alpha6",
50
+ "@vaadin/vaadin-lumo-styles": "25.3.0-dev.1fa5a51482",
51
51
  "lit": "^3.0.0",
52
52
  "sinon": "^22.0.0"
53
53
  },
@@ -56,5 +56,5 @@
56
56
  "web-types.json",
57
57
  "web-types.lit.json"
58
58
  ],
59
- "gitHead": "92c124fb9cff367bc07e734d8e65707facd0bd43"
59
+ "gitHead": "1cd5964b758ffbce3ddb6248a1997f55f8e0ebf6"
60
60
  }
@@ -91,6 +91,7 @@ import { SideNavChildrenMixin } from './vaadin-side-nav-children-mixin.js';
91
91
  *
92
92
  * @fires {CustomEvent} expanded-changed - Fired when the `expanded` property changes.
93
93
  *
94
+ * @attr {string} theme - The theme variants to apply to the component.
94
95
  * @customElement vaadin-side-nav-item
95
96
  * @extends HTMLElement
96
97
  */
@@ -78,6 +78,7 @@ import { SideNavChildrenMixin } from './vaadin-side-nav-children-mixin.js';
78
78
  *
79
79
  * @fires {CustomEvent} collapsed-changed - Fired when the `collapsed` property changes.
80
80
  *
81
+ * @attr {string} theme - The theme variants to apply to the component.
81
82
  * @customElement vaadin-side-nav
82
83
  * @extends HTMLElement
83
84
  */
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/side-nav",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -69,9 +69,7 @@
69
69
  "description": "The theme variants to apply to the component.",
70
70
  "value": {
71
71
  "type": [
72
- "string",
73
- "null",
74
- "undefined"
72
+ "string"
75
73
  ]
76
74
  }
77
75
  }
@@ -195,9 +193,7 @@
195
193
  "description": "The theme variants to apply to the component.",
196
194
  "value": {
197
195
  "type": [
198
- "string",
199
- "null",
200
- "undefined"
196
+ "string"
201
197
  ]
202
198
  }
203
199
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@vaadin/side-nav",
4
- "version": "25.3.0-alpha6",
4
+ "version": "25.3.0-dev.1fa5a51482",
5
5
  "description-markup": "markdown",
6
6
  "framework": "lit",
7
7
  "framework-config": {