@vaadin/vaadin-themable-mixin 24.0.8 → 24.0.9

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/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A mixin to enable customization of Shadow DOM used by Vaadin components.
4
4
 
5
- [Documentation ↗](https://vaadin.com/docs/latest/styling/custom-theme/styling-components)
5
+ [Documentation ↗](https://vaadin.com/docs/latest/styling/styling-components)
6
6
 
7
7
  [![npm version](https://badgen.net/npm/v/@vaadin/vaadin-themable-mixin)](https://www.npmjs.com/package/@vaadin/vaadin-themable-mixin)
8
8
  [![Discord](https://img.shields.io/discord/732335336448852018?label=discord)](https://discord.gg/PHmkCKC)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaadin/vaadin-themable-mixin",
3
- "version": "24.0.8",
3
+ "version": "24.0.9",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -40,5 +40,5 @@
40
40
  "@vaadin/testing-helpers": "^0.4.0",
41
41
  "sinon": "^13.0.2"
42
42
  },
43
- "gitHead": "c3177ddc192a4006c459bd8cfc4f9c9c89866345"
43
+ "gitHead": "86c176ce20ec9fdf3dfbf7d5c119d4ebddab5185"
44
44
  }
@@ -22,7 +22,7 @@ export declare class ThemePropertyMixinClass {
22
22
  * **NOTE:** Extending the mixin only provides the property for binding,
23
23
  * and does not make the propagation alone.
24
24
  *
25
- * See [Styling Components: Sub-components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components/#sub-components).
25
+ * See [Styling Components: Sub-components](https://vaadin.com/docs/latest/styling/styling-components/#sub-components).
26
26
  * page for more information.
27
27
  *
28
28
  * @protected
@@ -22,7 +22,7 @@ export const ThemePropertyMixin = (superClass) =>
22
22
  * **NOTE:** Extending the mixin only provides the property for binding,
23
23
  * and does not make the propagation alone.
24
24
  *
25
- * See [Styling Components: Sub-components](https://vaadin.com/docs/latest/styling/custom-theme/styling-components/#sub-components).
25
+ * See [Styling Components: Sub-components](https://vaadin.com/docs/latest/styling/styling-components/#sub-components).
26
26
  * page for more information.
27
27
  *
28
28
  * @protected