wg-design 0.0.9 → 0.0.10

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.
@@ -56,7 +56,7 @@ export declare const generateShades: (color: string) => Required<Omit<Shades, "m
56
56
  * secondary: '#F5F5F5',
57
57
  * });
58
58
  *
59
- * // Hand-tuned palette → use values directly (e.g. broker's dark_red)
59
+ * // Hand-tuned palette → use values directly (e.g. broker's dark_red). https://api.staging.wegroup.be/elements#/schemas/Themes
60
60
  * import darkRed from '.../colors/darkRed';
61
61
  * applyTheme(document.documentElement, {
62
62
  * primary: darkRed.primary,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wg-design",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",