@jobber/components 6.20.1 → 6.20.2

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.
@@ -25,7 +25,7 @@ export interface PopoverProps {
25
25
  /**
26
26
  * **Use at your own risk:** Custom class names for specific elements. This should only be used as a
27
27
  * **last resort**. Using this may result in unexpected side effects.
28
- * More information [here](https://atlantis.getjobber.com/storybook/?path=/docs/guides-customizing-components--docs#unsafe_-props).
28
+ * More information in the [Customizing components Guide](https://atlantis.getjobber.com/guides/customizing-components).
29
29
  */
30
30
  readonly UNSAFE_className?: {
31
31
  container?: string;
@@ -35,7 +35,7 @@ export interface PopoverProps {
35
35
  /**
36
36
  * **Use at your own risk:** Custom style for specific elements. This should only be used as a
37
37
  * **last resort**. Using this may result in unexpected side effects.
38
- * More information [here](https://atlantis.getjobber.com/storybook/?path=/docs/guides-customizing-components--docs#unsafe_-props).
38
+ * More information in the [Customizing components Guide](https://atlantis.getjobber.com/guides/customizing-components).
39
39
  */
40
40
  readonly UNSAFE_style?: {
41
41
  container?: CSSProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.20.1",
3
+ "version": "6.20.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -489,5 +489,5 @@
489
489
  "> 1%",
490
490
  "IE 10"
491
491
  ],
492
- "gitHead": "14e879707da1d39e7cb4d7c8d60d73235529ea01"
492
+ "gitHead": "ddce093f19e0b03e0d33b7706842dc94b6c65739"
493
493
  }