@sequencing/design-system 1.0.31 → 1.0.32

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.
@@ -34,6 +34,7 @@ export interface PopoverProps {
34
34
  * If there will not be enough space to show the popover above the child, it will be shown below the child and user
35
35
  * must scroll to see the content.
36
36
  * X position will be set automatically based on the position of the child element. By default, left.
37
+ * You might have problem with click if you add Popover inside label element.
37
38
  *
38
39
  * Why Popover not Tooltip? Tooltip is very simple and usually showing only small peas of text.
39
40
  * Popover is more complex and could show more content as we do usually.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sequencing/design-system",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Sequencing Design System",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\"",